<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * -----------------------------------------------------------------
 * Foundation
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * Loading Variable
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * z-index
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * transitions
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * space
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * Responsible Layout Threshold
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * Base Color
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * CommonItem Color
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * Transparent Base Color
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * button Color
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * Font Color
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * chartuser Color
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * chartuser Blacklist Color
 * -----------------------------------------------------------------
 */
/* SP用サムネイル1カラム表示 */
/* SP用ポピュラーコンポーネント2カラム表示 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input,
textarea,
select {
  *font-size: 100%; }

legend {
  color: #000; }

a {
  text-decoration: none; }
  a:active, a:link, a:hover, a:visited {
    color: inherit; }

section {
  width: inherit; }

html {
  font-size: 62.5%;
  overflow-y: scroll; }
  html::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  html::-webkit-scrollbar-button {
    width: 0px;
    height: 0px; }
  html::-webkit-scrollbar-thumb {
    background: #333333;
    border: 1px inset #000000;
    border-radius: 50px; }
  html::-webkit-scrollbar-thumb:hover {
    background: #333333; }
  html::-webkit-scrollbar-thumb:active {
    background: #333333; }
  html::-webkit-scrollbar-track {
    background: #000000;
    border: 0px none #ffffff;
    border-radius: 50px; }
  html::-webkit-scrollbar-track:hover {
    background: #000000; }
  html::-webkit-scrollbar-track:active {
    background: #000000; }
  html::-webkit-scrollbar-corner {
    background: transparent; }

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background: #222;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  width: 100%; }
  body.noscroll {
    position: fixed;
    overflow-y: scroll; }

.isNowrap {
  display: block;
  white-space: nowrap; }

.isHidden {
  display: none !important; }

.isShow {
  display: block !important; }

.isAutoHeight {
  height: auto !important; }

.isHiddenScrollY {
  overflow-y: hidden !important; }

.isAutoScrollY {
  overflow-y: auto; }
  .isAutoScrollY::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .isAutoScrollY::-webkit-scrollbar-button {
    width: 0px;
    height: 0px; }
  .isAutoScrollY::-webkit-scrollbar-thumb {
    background: #333333;
    border: 1px inset #000000;
    border-radius: 50px; }
  .isAutoScrollY::-webkit-scrollbar-thumb:hover {
    background: #333333; }
  .isAutoScrollY::-webkit-scrollbar-thumb:active {
    background: #333333; }
  .isAutoScrollY::-webkit-scrollbar-track {
    background: #000000;
    border: 0px none #ffffff;
    border-radius: 50px; }
  .isAutoScrollY::-webkit-scrollbar-track:hover {
    background: #000000; }
  .isAutoScrollY::-webkit-scrollbar-track:active {
    background: #000000; }
  .isAutoScrollY::-webkit-scrollbar-corner {
    background: transparent; }

.x-scroll {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden; }
  .x-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .x-scroll::-webkit-scrollbar-button {
    width: 0px;
    height: 0px; }
  .x-scroll::-webkit-scrollbar-thumb {
    background: #333333;
    border: 1px inset #000000;
    border-radius: 50px; }
  .x-scroll::-webkit-scrollbar-thumb:hover {
    background: #333333; }
  .x-scroll::-webkit-scrollbar-thumb:active {
    background: #333333; }
  .x-scroll::-webkit-scrollbar-track {
    background: #000000;
    border: 0px none #ffffff;
    border-radius: 50px; }
  .x-scroll::-webkit-scrollbar-track:hover {
    background: #000000; }
  .x-scroll::-webkit-scrollbar-track:active {
    background: #000000; }
  .x-scroll::-webkit-scrollbar-corner {
    background: transparent; }

.y-scroll {
  white-space: normal;
  overflow-x: hidden;
  overflow-y: scroll; }
  .y-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .y-scroll::-webkit-scrollbar-button {
    width: 0px;
    height: 0px; }
  .y-scroll::-webkit-scrollbar-thumb {
    background: #333333;
    border: 1px inset #000000;
    border-radius: 50px; }
  .y-scroll::-webkit-scrollbar-thumb:hover {
    background: #333333; }
  .y-scroll::-webkit-scrollbar-thumb:active {
    background: #333333; }
  .y-scroll::-webkit-scrollbar-track {
    background: #000000;
    border: 0px none #ffffff;
    border-radius: 50px; }
  .y-scroll::-webkit-scrollbar-track:hover {
    background: #000000; }
  .y-scroll::-webkit-scrollbar-track:active {
    background: #000000; }
  .y-scroll::-webkit-scrollbar-corner {
    background: transparent; }

input[type=submit],
input[type=search] {
  -webkit-appearance: none; }

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none; }

@media all and (max-width: 767px) {
  .m-sp {
    display: block; }
  .m-pc {
    display: none; } }

@media (min-width: 768px) and (max-width: 992px) {
  .m-tb {
    display: block; }
  .m-pc {
    display: none; } }

@media (min-width: 993px) {
  .m-sp {
    display: none; }
  .m-tb {
    display: none; }
  .m-pc {
    display: block; } }

/*
 * -----------------------------------------------------------------
 * Lib custom
 * -----------------------------------------------------------------
 */
/**
 * slick-carouselのカスタム用CSS
 : https://github.com/kenwheeler/slick/
 */
.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.slick-prev:before, .slick-next:before {
  content: ""; }

.slick-next {
  right: 0; }

.slick-prev {
  left: 0; }

#slick_container {
  margin: 0 auto;
  position: relative; }

.video-js .vjs-play-progress {
  background-color: #ff4c11; }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #444;
  border-radius: 2px;
  color: #fff; }

.video-js .vjs-progress-control .vjs-mouse-display {
  background-color: #fff;
  z-index: 2; }

.video-js .vjs-progress-control .vjs-mouse-display::after {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: none; }

.video-js .vjs-control-bar {
  background: rgba(10, 10, 10, 0.8); }

.video-js .vjs-control-bar.user-active {
  z-index: 3000; }

.vjs-has-started .vjs-control-bar.user-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started .vjs-control-bar.user-inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s; }

.video-js .vjs-setting {
  bottom: 37px;
  border-radius: 2px;
  background: rgba(10, 10, 10, 0.8);
  color: #fff;
  display: none;
  line-height: 1;
  padding: 5px 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 10px;
  font-size: 1rem; }
  .video-js .vjs-setting:before {
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 15px;
    background-color: transparent;
    content: " ";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.vjs-control-bar .vjs-setting-item {
  padding: 8px 10px;
  text-align: left;
  white-space: nowrap; }
  .vjs-control-bar .vjs-setting-item:hover {
    background: rgba(255, 255, 255, 0.1); }

.vjs-control-bar .vjs-setting-item .is-premium {
  display: inline-block;
  pointer-events: none; }
  .vjs-control-bar .vjs-setting-item .is-premium:after {
    background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 427px 240px;
    background-position: -48px -43px;
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 5px; }

.vjs-control-bar .vjs-setting-item .is-ull {
  display: inline-block;
  pointer-events: none; }
  .vjs-control-bar .vjs-setting-item .is-ull:after {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -250px -76px;
    content: " ";
    display: inline-block;
    width: 20px;
    height: 12px;
    vertical-align: middle;
    margin-left: 5px; }

.vjs-control-bar .vjs-setting-item .is-hd {
  display: inline-block;
  pointer-events: none; }
  .vjs-control-bar .vjs-setting-item .is-hd:after {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -250px -62px;
    content: " ";
    display: inline-block;
    width: 20px;
    height: 12px;
    vertical-align: middle;
    margin-left: 5px; }

.vjs-control-bar .vjs-setting-item.is-selected {
  color: #ff4c11; }

.vjs-control-bar .vjs-setting .vjs-setting-hr {
  border-color: #333;
  border-width: 1px;
  margin: 5px 0 5px 8px;
  padding: 0; }

.video-js .vjs-button {
  opacity: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

.video-js .vjs-setting-control {
  cursor: pointer;
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .video-js .vjs-setting-control:before {
    content: '\f110'; }
  .video-js .vjs-setting-control:hover .vjs-setting {
    display: block; }

.video-js .vjs-speed-control {
  cursor: pointer; }
  .video-js .vjs-speed-control:before {
    position: relative;
    top: 5px;
    color: #3ca7e6;
    content: '×1.0';
    font-size: 12px;
    font-weight: bold; }
  .video-js .vjs-speed-control:hover .vjs-setting {
    display: block; }

.video-js .vjs-speed-control.vjs-speed-control-25:before {
  content: '×0.25'; }

.video-js .vjs-speed-control.vjs-speed-control-50:before {
  content: '×0.5'; }

.video-js .vjs-speed-control.vjs-speed-control-125:before {
  content: '×1.25'; }

.video-js .vjs-speed-control.vjs-speed-control-150:before {
  content: '×1.5'; }

.video-js .vjs-speed-control.vjs-speed-control-175:before {
  content: '×1.75'; }

.video-js .vjs-speed-control.vjs-speed-control-200:before {
  content: '×2.0'; }

.video-js .vjs-chat-control {
  cursor: pointer;
  display: none; }
  .video-js .vjs-chat-control:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-family: 'openrec'; }

.video-js.vjs-chat .vjs-chat-control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-family: 'openrec'; }

.video-js.vjs-theater .vjs-chat-control {
  display: block; }

.video-js.vjs-fullscreen .vjs-chat-control {
  display: none; }

.video-js .vjs-theater-control {
  cursor: pointer; }
  .video-js .vjs-theater-control:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-family: 'openrec'; }

.video-js.vjs-theater .vjs-theater-control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-family: 'openrec'; }

.video-js.vjs-fullscreen .vjs-theater-control {
  display: none; }

.video-js .vjs-fullscreen-control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-family: 'openrec'; }

.p-reduceSpotlightWrapper .video-js .vjs-fullscreen-control {
  display: none; }

.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-family: 'openrec'; }

.video-js .vjs-rewind10-control {
  cursor: pointer; }
  .video-js .vjs-rewind10-control:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-family: 'openrec'; }

.video-js .vjs-proceed10-control {
  cursor: pointer; }
  .video-js .vjs-proceed10-control:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-family: 'openrec'; }

.video-js .vjs-rotate-control {
  cursor: pointer; }
  .video-js .vjs-rotate-control:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-family: 'openrec'; }

.video-js .vjs-control.vjs-button .video-icon-tooltip {
  background-color: rgba(10, 10, 10, 0.8);
  border-radius: 2px;
  color: #fff;
  line-height: 1;
  padding: 5px 9px;
  position: absolute;
  text-align: center;
  top: -26px;
  visibility: hidden;
  white-space: nowrap;
  z-index: 1;
  font-size: 10px;
  font-size: 1rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }

.video-js .video-icon-tooltip-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.video-js .video-icon-tooltip-right {
  right: 0; }

.video-js .vjs-button:hover .video-icon-tooltip {
  visibility: visible; }

/* --------------------
  datepickerカラー設定
-------------------- */
.xdsoft_datetimepicker {
  background: #444;
  color: #fff;
  border: none; }

.xdsoft_calendar {
  background: #000; }

.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button,
.xdsoft_datetimepicker .xdsoft_next {
  color: #fff; }

.xdsoft_datetimepicker .xdsoft_label {
  background: #444; }

.xdsoft_datetimepicker .xdsoft_label &gt; .xdsoft_select {
  background: #444;
  border: 1px #555 solid; }

.xdsoft_datetimepicker .xdsoft_label &gt; .xdsoft_select &gt; div &gt; .xdsoft_option.xdsoft_current {
  background: #ffc511;
  box-shadow: none;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current {
  background: #ffc511;
  box-shadow: none;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  background: #444; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #333;
  border: 1px #555 solid; }

.xdsoft_datetimepicker .xdsoft_calendar td {
  background: #000;
  color: #fff;
  border: 1px #555 solid; }

.xdsoft_datetimepicker .xdsoft_prev {
  background-image: url(../../images/v6/calendar/icon_left.png);
  background-position: 6.5px 8px;
  opacity: 1; }
  .xdsoft_datetimepicker .xdsoft_prev:hover {
    background-image: url(../../images/v6/calendar/icon_left_hover.png);
    background-position: 6.5px 8px; }

.xdsoft_datetimepicker .xdsoft_next {
  background-image: url(../../images/v6/calendar/icon_right.png);
  background-position: 6.5px 8px;
  opacity: 1; }
  .xdsoft_datetimepicker .xdsoft_next:hover {
    background-image: url(../../images/v6/calendar/icon_right_hover.png);
    background-position: 6.5px 8px; }

.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(../../images/v6/calendar/icon_home.png);
  background-position: 3px 8px;
  opacity: 1; }
  .xdsoft_datetimepicker .xdsoft_today_button:hover {
    background-image: url(../../images/v6/calendar/icon_home_hover.png);
    background-position: 3px 8px; }

.xdsoft_datetimepicker .xdsoft_label i {
  background-image: url(../../images/v6/calendar/icon_bottom.png);
  background-repeat: no-repeat;
  background-position: 1.5px 8.5px;
  opacity: 1; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  background-image: url(../../images/v6/calendar/icon_bottom_hover.png);
  background-position: 1.5px 8.5px; }

.openrec-video-player_ima-ad-container video,
.ima-ad-container video {
  display: inherit; }

/*
 * -----------------------------------------------------------------
 * Utility
 * -----------------------------------------------------------------
 */
.u-posS {
  position: static; }

.u-posR {
  position: relative; }

.u-posA {
  position: absolute; }

.u-posF {
  position: fixed; }

/**
 * 新旧プレイヤー共通のスタイル
 **/
.video-toast {
  background-color: rgba(60, 167, 230, 0.8);
  border-radius: 2px;
  bottom: 40px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  display: none;
  height: 24px;
  padding: 7px 45px 7px 10px;
  position: absolute;
  right: 10px; }

.video-toast__title {
  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%; }

.video-toast__title__message {
  font-size: 10px;
  line-height: 1.4;
  text-align: left; }

.video-toast__close-button {
  bottom: 8px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
  background-repeat: no-repeat;
  background-size: 427px 240px;
  background-position: -27px -82px;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle; }

.video-rotate__deg__90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.video-rotate__deg__180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.video-rotate__deg__270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

/*
.jwplayer {

}

  .jw-button-color{
    &amp;:hover{
      color: #ff4c11 !important;
    }
  }

.jw-skin-seven {
  .jw-progress{
    background: #ff4c11 !important; !important;
  }
}

.jw-display-icon-container .jw-icon-display{
  font-size: 1.5em !important;
}

*/
/**
 * JWPlayer(旧プレイヤー)
 **/
.jw-icon {
  font-family: 'jw-icons';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  background-color: transparent;
  font-variant: normal;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale; }

/* Use this class to set a global background color for all elemnts. */
.jw-skin-seven .jw-background-color {
  background: #000; }

/* This is the class that houses all controls. Use this to adjust the appearance of the entire controlbar. */
.jw-skin-seven .jw-controlbar {
  background: rgba(10, 10, 10, 0.8);
  height: 2.5em; }

/* Vertically aligns the timeslider and icons in the center of the controlbar. */
.jw-skin-seven .jw-group {
  vertical-align: middle; }

/* Sets the style for the visual playlist. */
.jw-skin-seven .jw-playlist {
  background-color: rgba(0, 0, 0, 0.8); }

/* Aligns the visual playlist above its icon. */
.jw-skin-seven .jw-playlist-container {
  left: -43%;
  background-color: rgba(0, 0, 0, 0.8); }

/* Sets the style for the visual playlist items. */
.jw-skin-seven .jw-playlist-container .jw-option {
  border-bottom: 1px solid #444; }

/* Allows you to adjust the color of the playlist item when hovering and has a different active style.*/
.jw-skin-seven .jw-playlist-container .jw-option:hover,
.jw-skin-seven .jw-playlist-container .jw-option.jw-active-option {
  background-color: black; }

/* Changes the color of the label when hovering.*/
.jw-skin-seven .jw-playlist-container .jw-option:hover .jw-label {
  color: #ff4c11 !important; }

/* Aligns the playlist header icon with the items in the playlist. */
.jw-skin-seven .jw-playlist-container .jw-icon-playlist {
  margin-left: 0; }

/* Sets the color of the play icon of the currently playing playlist item.*/
.jw-skin-seven .jw-playlist-container .jw-label .jw-icon-play {
  color: #ff4c11 !important; }

/* Aligns the playlist play icon with the items in the playlist. */
.jw-skin-seven .jw-playlist-container .jw-label .jw-icon-play:before {
  padding-left: 0; }

/* Sets the color of the playlist title */
.jw-skin-seven .jw-tooltip-title {
  background-color: #000;
  color: #fff; }

/* Style for playlist item, current time, qualities, and caption text.*/
.jw-skin-seven .jw-text {
  color: #ffffff; }

/* Color for all buttons when they are inactive. This is over-ridden with the
inactive configuration in the skin block.*/
.jw-skin-seven .jw-button-color {
  color: #ffffff; }

/* Color for all buttons for when they are hovered on. This is over-ridden with the
active configuration in the skin block.*/
.jw-skin-seven .jw-button-color:hover {
  color: #ff4c11 !important; }

/* Color for when HD/CD icons are toggled on. */
.jw-skin-seven .jw-toggle {
  color: #ff4c11 !important; }

/* Color for when HD/CD icons are toggled off. */
.jw-skin-seven .jw-toggle.jw-off {
  color: #ffffff; }

/* Sets spacing between controlbar icons and text */
.jw-skin-seven .jw-controlbar .jw-icon:before,
.jw-skin-seven .jw-text-elapsed,
.jw-skin-seven .jw-text-duration {
  padding: 0 .7em; }

/* Removes icon padding to align the playlist header icon with the items in the playlist. */
.jw-skin-seven .jw-controlbar .jw-icon-prev:before {
  padding-right: .25em; }

/* Removes icon padding to align the playlist header icon with the items in the playlist. */
.jw-skin-seven .jw-controlbar .jw-icon-playlist:before {
  padding: 0 .45em; }

.jw-skin-seven .jw-controlbar .jw-icon-next:before {
  padding-left: .25em; }

/* Sets the style for the prev and next icons. */
.jw-skin-seven .jw-icon-prev,
.jw-skin-seven .jw-icon-next {
  font-size: .7em; }

/* Color of the display icon */
.jw-skin-seven .jw-icon-display {
  color: #fff;
  font-size: 1.5em !important; }

/* Centers the display icon in it's container */
.jw-skin-seven .jw-icon-display:before {
  padding-left: 0; }

/* Turns the display icon container into a circle. */
.jw-skin-seven .jw-display-icon-container {
  border-radius: 50%;
  border: 1px solid #333; }

/* Styles the timeslider rail */
.jw-skin-seven .jw-rail {
  background-color: #384154;
  box-shadow: none; }

/* Sets the color for the buffer of the timeslider rail. */
.jw-skin-seven .jw-buffer {
  background-color: #666f82; }

/* Sets the style for the elaspesd progress. */
.jw-skin-seven .jw-progress {
  background: #ff4c11 !important; }

/* Sets the width of the knob's container */
.jw-skin-seven .jw-knob {
  width: .6em;
  height: .6em;
  background-color: #fff;
  box-shadow: 0 0 0 1px #000;
  border-radius: 1em; }

/* Sets the height for the horizontal slider container. */
.jw-skin-seven .jw-slider-horizontal .jw-slider-container {
  height: .95em; }

/* Sets the height for the horizontal slider elements. */
.jw-skin-seven .jw-slider-horizontal .jw-rail,
.jw-skin-seven .jw-slider-horizontal .jw-buffer,
.jw-skin-seven .jw-slider-horizontal .jw-progress {
  height: .2em;
  border-radius: 0; }

/* Centers the knob vertically. */
.jw-skin-seven .jw-slider-horizontal .jw-knob {
  top: -0.19999999999999998em; }

/* Cetners the timeslider cuepoints vertically. */
.jw-skin-seven .jw-slider-horizontal .jw-cue {
  top: -0.04999999999999999em;
  width: .3em;
  height: .3em;
  background-color: #fff;
  border-radius: 50%; }

/* Sets the width for the vertical slider elements. */
.jw-skin-seven .jw-slider-vertical .jw-rail,
.jw-skin-seven .jw-slider-vertical .jw-buffer,
.jw-skin-seven .jw-slider-vertical .jw-progress {
  width: .2em; }

/* Sets the position of the volume slider container. */
.jw-skin-seven .jw-volume-tip {
  width: 100%;
  left: -45%;
  padding-bottom: .7em; }

/* Sets the color of the duration text in the controlbar. */
.jw-skin-seven .jw-text-duration {
  color: #666f82; }

/* Removes the border from the first icon after the time duration text. */
.jw-skin-seven .jw-controlbar-right-group .jw-icon-inline:first-child:before {
  border: 0; }

/* This styles the dock icons into a circle. */
.jw-skin-seven .jw-dock .jw-dock-button {
  border-radius: 50%;
  border: 1px solid #333; }

/* This styles tooltip for dock text background. */
.jw-skin-seven .jw-dock .jw-overlay {
  border-radius: 2.5em; }

/*This sets the font color and background color for the active item in HD and CC menus. */
.jw-skin-seven .jw-icon-tooltip .jw-active-option {
  background-color: #ff4c11 !important;
  color: #fff; }

/* Sets a min width for the volume container so that when it changes between mute and volume, the controlbar does not shift. */
.jw-skin-seven .jw-icon-volume {
  min-width: 2.6em; }

/* Sets the style for the time tooltip, menu, volume. */
.jw-skin-seven .jw-time-tip,
.jw-skin-seven .jw-menu,
.jw-skin-seven .jw-volume-tip,
.jw-skin-seven .jw-skip {
  border: 1px solid #333; }

/* Sets the position for the time tooltip. */
.jw-skin-seven .jw-time-tip {
  padding: .2em;
  bottom: 1.3em;
  z-index: 1; }

/* Sets the position for the vertical volume slider. */
.jw-skin-seven .jw-menu,
.jw-skin-seven .jw-volume-tip {
  bottom: .24em;
  color: #fff;
  background-color: #444;
  border-radius: 2px; }

/* Sets the shape of the skip icon. */
.jw-skin-seven .jw-skip {
  padding: .4em;
  border-radius: 1.75em; }

/* Sets the style for the skip text. */
.jw-skin-seven .jw-skip .jw-text,
.jw-skin-seven .jw-skip .jw-icon-inline {
  color: #fff;
  line-height: 1.75em; }

.jw-skin-seven .jw-skip.jw-skippable:hover .jw-text,
.jw-skin-seven .jw-skip.jw-skippable:hover .jw-icon-inline {
  color: #ff4c11; }

.jw-controlbar .jw-icon {
  padding: 0; }

.jwplayer .jw-controlbar .jw-icon-rewind {
  display: none !important; }

.jwplayer .jw-icon-hd:hover .jw-setting {
  display: block; }

.jwplayer .jw-icon-rewind10 {
  cursor: pointer; }
  .jwplayer .jw-icon-rewind10:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-family: 'openrec'; }

.jwplayer .jw-icon-proceed10 {
  cursor: pointer; }
  .jwplayer .jw-icon-proceed10:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-family: 'openrec'; }

.jwplayer .jw-icon-speed {
  cursor: pointer; }
  .jwplayer .jw-icon-speed:before {
    position: relative;
    bottom: 3px;
    color: #3ca7e6;
    content: '×1.0';
    font-size: 12px;
    font-weight: bold; }
  .jwplayer .jw-icon-speed:hover .jw-setting {
    display: block; }

.jwplayer .jw-icon-speed.jw-icon-speed-25:before {
  content: '×0.25'; }

.jwplayer .jw-icon-speed.jw-icon-speed-50:before {
  content: '×0.5'; }

.jwplayer .jw-icon-speed.jw-icon-speed-125:before {
  content: '×1.25'; }

.jwplayer .jw-icon-speed.jw-icon-speed-150:before {
  content: '×1.5'; }

.jwplayer .jw-icon-speed.jw-icon-speed-175:before {
  content: '×1.75'; }

.jwplayer .jw-icon-speed.jw-icon-speed-200:before {
  content: '×2.0'; }

.jwplayer .jw-icon-chat {
  cursor: pointer;
  display: none; }
  .jwplayer .jw-icon-chat:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-family: 'openrec'; }

.jwplayer.jw-flag-chat .jw-icon-chat:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-family: 'openrec'; }

.jwplayer.jw-flag-theater .jw-icon-chat {
  display: inline-block; }

.jwplayer.jw-flag-fullscreen .jw-icon-chat {
  display: none; }

.jwplayer .jw-icon-theater {
  cursor: pointer; }
  .jwplayer .jw-icon-theater:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-family: 'openrec'; }

.jwplayer.jw-flag-theater .jwicon-theater:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-family: 'openrec'; }

.jwplayer.jw-flag-fullscreen .jw-icon-theater {
  display: none; }

.jw-controlbar.user-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
  visibility: visible !important;
  opacity: 1 !important; }

.jw-controlbar.user-inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
  visibility: hidden !important;
  opacity: 0 !important; }

.jwplayer .jw-icon-rotate {
  cursor: pointer; }
  .jwplayer .jw-icon-rotate:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-family: 'openrec'; }

.jwplayer .video-icon-tooltip {
  font-weight: bold;
  background-color: rgba(10, 10, 10, 0.8);
  border-radius: 2px;
  color: #fff;
  line-height: 1;
  padding: 5px 9px;
  position: absolute;
  text-align: center;
  top: -26px;
  visibility: hidden;
  white-space: nowrap;
  z-index: 1;
  font-size: 10px;
  font-size: 1rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }

.jwplayer .video-icon-tooltip-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.jwplayer .video-icon-tooltip-right {
  right: 0; }

.jwplayer .jw-icon:hover .video-icon-tooltip {
  visibility: visible; }

.jw-skin-seven .jw-menu,
.jw-skin-seven .jw-volume-tip {
  background-color: rgba(10, 10, 10, 0.8); }

.jwplayer .jw-setting {
  bottom: 45px;
  border-radius: 2px;
  background: rgba(10, 10, 10, 0.8);
  color: #fff;
  display: none;
  line-height: 1;
  padding: 5px 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 10px;
  font-size: 1rem; }
  .jwplayer .jw-setting:before {
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 15px;
    background-color: transparent;
    content: " ";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.jwplayer .jw-setting-item {
  font-weight: bold;
  padding: 8px 10px;
  text-align: left;
  white-space: nowrap; }
  .jwplayer .jw-setting-item:hover {
    background: rgba(255, 255, 255, 0.1); }

.jwplayer .jw-setting-item.is-selected {
  color: #ff4c11; }

.jwplayer .jw-setting-item.is-hd:after {
  background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
  background-repeat: no-repeat;
  background-size: 383px 240px;
  background-position: -250px -62px;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 12px;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 2px; }

.jw-skin-seven .jw-icon-tooltip .jw-active-option {
  background-color: transparent !important;
  color: #ff4c11; }

.jw-display-icon-rewind {
  display: none !important; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .selection {
    display: inline;
    font-size: 0;
    margin: 0; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 30px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block;
  color: #313131; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 12px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 43px; }

.select2-search--dropdown {
  position: relative;
  display: block;
  padding: 4px; }
  .select2-search--dropdown:before {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 14px;
    background-image: url(../../images/v6/sprite_dashboard_v6.png);
    background-repeat: no-repeat;
    background-size: 376px 150px;
    background-position: -213px -7px;
    content: " ";
    display: inline-block;
    width: 15px;
    height: 14px;
    vertical-align: middle; }

.select2-search--dropdown .select2-search__field {
  padding: 4px 4px 4px 30px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 30px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eaeaea; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ff2d55;
  color: #fff; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #313131;
  color: #fff; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #eaeaea;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-selection__rendered.error {
  border: 1px solid #ff4949;
  color: #333;
  background: #ffecec; }

.select2-selection.error {
  border: none; }

#select2-js-game_id-container.select2-selection__rendered.error {
  width: calc(100% - 28px) !important; }

@font-face {
  font-family: 'icomoon';
  src: url("./icomoon.eot?ahpe79");
  src: url("./icomoon.eot?ahpe79#iefix") format("embedded-opentype"), url("./icomoon.ttf?ahpe79") format("truetype"), url("./icomoon.woff?ahpe79") format("woff"), url("./icomoon.svg?ahpe79#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-size: 32px;
  /* Better Font Rendering =========== */ }

/**
 * OPENREC用、フォント
 * 主にアイコンに使用する
 **/
@font-face {
  /**
     * IEなどの特定ブラウザにおいて、queryパラメータだと効かない場合があるため、
     * ファイル名にバージョンを指定して、キャッシュを更新する
     **/
  font-family: 'openrec';
  src: url("/viewapp/webfont/openrec_20180604.eot?ahpe79");
  src: url("/viewapp/webfont/openrec_20180604.eot?ahpe79#iefix") format("embedded-opentype"), url("/viewapp/webfont/openrec_20180604.ttf?ahpe79") format("truetype"), url("/viewapp/webfont/openrec_20180604.woff?ahpe79") format("woff"), url("/viewapp/webfont/openrec_20180604.svg?ahpe79#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-icon_favorite {
  display: block;
  padding: 0 0.1em; }
  .icon-icon_favorite:before {
    content: "\e901";
    color: #ffc511; }

.icon-icon_share {
  display: block;
  padding: 0 0.1em; }
  .icon-icon_share:before {
    content: "\e904";
    color: #ffc511; }

.icon-icon_like {
  display: block;
  padding: 0 0.1em; }
  .icon-icon_like:before {
    content: "\e902";
    color: #ffc511; }

.selected .icon-icon_favorite:before {
  content: "\e900";
  color: #ff4c11; }

.selected .icon-icon_like:before {
  content: "\e903";
  color: #ff4c11; }

.u-ffHKS {
  font-family: "ヒラギノ角ゴ Std W8","Hiragino Kaku Gothic Std", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }

.u-fwb {
  font-weight: bold; }

.ellipsis-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-cf:before, .u-cf:after {
  content: "";
  display: table; }

.u-cf:after {
  clear: both; }

.u-fl {
  float: left; }

.u-fr {
  float: right; }

.u-db {
  display: block; }

.u-di {
  display: inline; }

.u-dib {
  display: inline-block; }

.u-dn {
  display: none; }

.u-ms {
  margin: 4px; }

.u-mm {
  margin: 8px; }

.u-ml {
  margin: 12px; }

.u-mg {
  margin: 16px; }

.u-mg1 {
  margin: 20px; }

.u-mg2 {
  margin: 24px; }

.u-mg3 {
  margin: 28px; }

.u-mg4 {
  margin: 32px; }

.u-mts {
  margin-top: 4px; }

.u-mtm {
  margin-top: 8px; }

.u-mtl {
  margin-top: 12px; }

.u-mtg {
  margin-top: 16px; }

.u-mbs {
  margin-bottom: 4px; }

.u-mbm {
  margin-bottom: 8px; }

.u-mbl {
  margin-bottom: 12px; }

.u-mbg {
  margin-bottom: 16px; }

.u-mls {
  margin-left: 4px; }

.u-mlm {
  margin-left: 8px; }

.u-mll {
  margin-left: 12px; }

.u-mlg {
  margin-left: 16px; }

.u-mrs {
  margin-right: 4px; }

.u-mrm {
  margin-right: 8px; }

.u-mrl {
  margin-right: 12px; }

.u-mrg {
  margin-right: 16px; }

.u-mlrAuto {
  margin-left: auto;
  margin-right: auto; }

.u-ps {
  padding: 4px; }

.u-pm {
  padding: 8px; }

.u-pl {
  padding: 12px; }

.u-pg {
  padding: 16px; }

.u-pts {
  padding-top: 4px; }

.u-ptm {
  padding-top: 8px; }

.u-ptl {
  padding-top: 12px; }

.u-ptg {
  padding-top: 16px; }

.u-pbs {
  padding-bottom: 4px; }

.u-pbm {
  padding-bottom: 8px; }

.u-pbl {
  padding-bottom: 12px; }

.u-pbg {
  padding-bottom: 16px; }

.u-pls {
  padding-left: 4px; }

.u-plm {
  padding-left: 8px; }

.u-pll {
  padding-left: 12px; }

.u-plg {
  padding-left: 16px; }

.u-prs {
  padding-right: 4px; }

.u-prm {
  padding-right: 8px; }

.u-prl {
  padding-right: 12px; }

.u-prg {
  padding-right: 16px; }

.u-flex_sideBySide {
  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; }

.u-officalmark {
  vertical-align: 0;
  margin-left: 4px;
  content: " ";
  display: inline-block;
  margin-top: 0;
  background-image: url(../../images/official.svg);
  background-size: 1.4rem 1.4rem;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  height: 1.4rem;
  width: 1.4rem; }

.u-specialmark {
  display: inline-block;
  height: 10px;
  margin-right: 4px;
  padding: 4px 7px 2px;
  border-radius: 2px;
  vertical-align: 1px;
  background-color: #34aef6;
  line-height: 1;
  color: #fff;
  font-size: 10px;
  font-size: 1rem; }

.u-specialmark--sp {
  display: inline-block;
  height: 10px;
  margin-right: 8px;
  padding: 2px 8px;
  border-radius: 2px;
  vertical-align: 1px;
  background-color: #34aef6;
  line-height: 1;
  color: #fff;
  font-size: 10px;
  font-size: 1rem; }

.link--hover {
  outline: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .link--hover:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.official-icon--after::after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  background-image: url(../../images/official.svg);
  background-size: 1.4rem 1.4rem;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  height: 1.4rem;
  width: 1.4rem; }

.live-icon--after::after {
  background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
  background-repeat: no-repeat;
  background-size: 383px 240px;
  background-position: -8px -184px;
  content: " ";
  display: inline-block;
  width: 42px;
  height: 12px;
  vertical-align: middle; }

.premium-icon--after::after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  background-image: url(../../images/premium.svg);
  background-size: 1.4rem 1.4rem;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  height: 1.4rem;
  width: 1.4rem; }

.user-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.user-inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s; }

/*
 * -----------------------------------------------------------------
 * sprite
 * -----------------------------------------------------------------
 */
/*
 * -----------------------------------------------------------------
 * Layout
 * -----------------------------------------------------------------
 */
.l-header {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  background: #333;
  z-index: 9999;
  box-shadow: 0px 1px 3px #111;
  min-width: 320px; }

.l-header__banner {
  display: none;
  height: 45px; }
  .l-header__banner:before, .l-header__banner:after {
    content: "";
    display: table; }
  .l-header__banner:after {
    clear: both; }

.l-header__banner__logo {
  width: 105px;
  height: 15px;
  float: left;
  display: block;
  padding: 14px 5px 14px 15px; }
  .l-header__banner__logo img {
    width: 100%;
    height: auto; }

.l-header__banner__installBt {
  float: right;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #ff4c11;
  border-radius: 2px;
  margin: 10px 10px 0 0;
  padding: 6px 9px 5px; }

.l-header__banner__openAppBt {
  float: right;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #ffc511;
  border-radius: 2px;
  margin: 10px 15px 0 0;
  padding: 6px 9px 5px; }

.l-header__content {
  margin: 0 auto;
  position: relative; }
  .l-header__content h1 {
    display: none;
    position: absolute;
    top: 7px;
    left: 20px;
    z-index: 1;
    display: block;
    width: 145px;
    height: 22px; }
    .l-header__content h1 a img {
      width: 145px;
      height: 22px; }
  .l-header__content .l-header__content__box {
    position: static;
    top: 51px;
    left: 7px;
    width: 48%;
    max-width: 748px;
    margin: 12px auto 0;
    padding: 1px 0 3px 10px;
    border: 1px solid #222;
    border-radius: 4px;
    background: #222; }
    .l-header__content .l-header__content__box.selected {
      background: #fff; }
      .l-header__content .l-header__content__box.selected i {
        background-position: -258px -18px;
        padding: 11px 5px 6px 11px;
        margin: 0 0 0 2px;
        cursor: pointer;
        background-position: -304px -28px;
        padding: 6px 0 0 6px;
        margin: 0 7px 0 -1px; }
    .l-header__content .l-header__content__box i {
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -298px -3px;
      content: " ";
      display: inline-block;
      width: 18px;
      height: 18px;
      vertical-align: middle;
      background-size: 280px 210px;
      margin: 0;
      vertical-align: middle;
      padding: 6px 0 0 6px;
      margin: 0 7px 0 -1px; }
    .l-header__content .l-header__content__box .l-header__content__box__input {
      width: 92%;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6;
      background: #222;
      border: 0 !important;
      -webkit-appearance: none;
      outline: none;
      margin: 6px 0 0; }
      .l-header__content .l-header__content__box .l-header__content__box__input.selected {
        background: #fff; }
  .l-header__content .l-header__content__menu {
    display: none;
    position: absolute;
    top: 64px;
    right: 16px;
    background-image: url(../../images/v4/sprites.png);
    background-repeat: no-repeat;
    background-size: 320px 240px;
    background-position: -77px -80px;
    content: " ";
    display: inline-block;
    width: 20px;
    height: 15px;
    vertical-align: middle;
    cursor: pointer; }
    .l-header__content .l-header__content__menu.close {
      display: none;
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -233px 0px;
      content: " ";
      display: inline-block;
      width: 32px;
      height: 30px;
      vertical-align: middle;
      top: 60px;
      right: 10px; }
  .l-header__content .l-header__content__pf {
    position: absolute;
    top: -12px;
    right: 0;
    z-index: 1;
    display: inline-block;
    padding: 14px 15px;
    height: 32px;
    cursor: pointer; }
    .l-header__content .l-header__content__pf.selected {
      background: #2b2b2b; }
    .l-header__content .l-header__content__pf .l-header__content__pf__box:before, .l-header__content .l-header__content__pf .l-header__content__pf__box:after {
      content: "";
      display: table; }
    .l-header__content .l-header__content__pf .l-header__content__pf__box:after {
      clear: both; }
    .l-header__content .l-header__content__pf .l-header__content__pf__box .l-header__content__pf__box__img {
      width: 32px;
      float: left;
      margin-right: 15px; }
      .l-header__content .l-header__content__pf .l-header__content__pf__box .l-header__content__pf__box__img img {
        width: 32px;
        height: 32px;
        border-radius: 50%; }
    .l-header__content .l-header__content__pf .l-header__content__pf__box .l-header__content__pf__box__name {
      display: -webkit-box !important;
      display: -moz-box !important;
      word-wrap: break-word;
      word-break: break-all;
      max-width: 100%;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 14px;
      font-size: 1.4rem;
      width: 112px;
      line-height: 1.6;
      margin-top: 6px;
      float: left;
      white-space: nowrap; }
      .l-header__content .l-header__content__pf .l-header__content__pf__box .l-header__content__pf__box__name.supportChrome {
        white-space: normal; }
    .l-header__content .l-header__content__pf .l-header__content__pf__box .l-header__content__pf__box__Icon {
      background-image: url(../../images/v4/sprites_2.png);
      background-repeat: no-repeat;
      background-size: 200px 200px;
      background-position: -185px -194px;
      content: " ";
      display: inline-block;
      width: 10px;
      height: 6px;
      vertical-align: middle;
      float: left;
      width: 10px;
      margin-top: 14px;
      margin-left: 10px; }
      .l-header__content .l-header__content__pf .l-header__content__pf__box .l-header__content__pf__box__Icon.selected {
        background-image: url(../../images/v4/sprites_2.png);
        background-repeat: no-repeat;
        background-size: 200px 200px;
        background-position: -171px -194px;
        content: " ";
        display: inline-block;
        width: 10px;
        height: 6px;
        vertical-align: middle; }
  .l-header__content .l-header__content__playbt {
    display: block;
    position: absolute;
    top: 2px;
    right: 230px;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ffc511;
    border-radius: 2px;
    cursor: pointer; }
    .l-header__content .l-header__content__playbt a {
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 30px; }
  .l-header__content .l-header__content__favorite {
    display: block; }
  .l-header__content .l-header__content__signupPc {
    display: block;
    position: absolute;
    top: -12px;
    right: 145px;
    height: 60px;
    padding: 0 10px;
    line-height: 3.9;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .l-header__content .l-header__content__signupPc:hover {
      background: #2b2b2b; }
  .l-header__content .l-header__content__loginPc {
    display: block;
    position: absolute;
    top: -12px;
    right: 62px;
    height: 60px;
    padding: 0 10px;
    line-height: 3.9;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .l-header__content .l-header__content__loginPc:hover {
      background: #2b2b2b; }
  .l-header__content .l-header__content__otherPc {
    display: block;
    position: absolute;
    background-image: url(../../images/v4/icon_other_off.png);
    background-repeat: no-repeat;
    background-size: 50px 60px;
    top: -12px;
    right: 16px;
    width: 50px;
    height: 60px;
    cursor: pointer; }
    .l-header__content .l-header__content__otherPc:hover {
      background-image: url(../../images/v4/icon_other_on.png); }
  .l-header__content .l-header__content__otherPcOver {
    display: block;
    position: absolute;
    background-image: url(../../images/v4/icon_other_on.png);
    background-repeat: no-repeat;
    background-size: 50px 60px;
    top: -12px;
    right: 16px;
    width: 50px;
    height: 60px;
    cursor: pointer; }
  .l-header__content .l-header__content__favorite {
    display: block;
    position: absolute;
    top: 6px;
    right: 82px;
    background-image: url(../../images/v4/sprites_2.png);
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-position: -26px -105px;
    content: " ";
    display: inline-block;
    width: 26px;
    height: 25px;
    vertical-align: middle;
    cursor: pointer; }
    .l-header__content .l-header__content__favorite.selected {
      top: -11px;
      right: 70px;
      background-image: url(../../images/v4/sprites_2.png);
      background-repeat: no-repeat;
      background-size: 200px 200px;
      background-position: -100px -88px;
      content: " ";
      display: inline-block;
      width: 50px;
      height: 60px;
      vertical-align: middle; }
  .l-header__content .l-header__content__profile {
    display: block;
    position: absolute;
    top: 6px;
    right: 32px;
    background-image: url(../../images/v4/sprites_2.png);
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-position: -26px -26px;
    content: " ";
    display: inline-block;
    width: 26px;
    height: 25px;
    vertical-align: middle;
    cursor: pointer; }
    .l-header__content .l-header__content__profile.selected {
      top: -12px;
      right: 20px;
      background-image: url(../../images/v4/sprites_2.png);
      background-repeat: no-repeat;
      background-size: 200px 200px;
      background-position: -100px -8px;
      content: " ";
      display: inline-block;
      width: 50px;
      height: 60px;
      vertical-align: middle; }

.l-header__other {
  display: none;
  width: 330px;
  padding-top: 10px;
  position: absolute;
  top: 62px;
  right: 0;
  z-index: 9999;
  background: #222;
  box-shadow: 0px 2px 2px #111; }
  .l-header__other .l-header__other__about {
    background: #1c1c1c;
    padding: 16px 0 16px 32px;
    font-size: 14px;
    font-size: 1.4rem; }
    .l-header__other .l-header__other__about:before {
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -255px -153px;
      content: " ";
      display: inline-block;
      width: 18px;
      height: 19px;
      vertical-align: middle;
      margin-right: 16px;
      vertical-align: -4px; }
  .l-header__other .l-header__other__profile {
    display: table;
    width: 100%;
    background: #333;
    border-top: 1px solid #222; }
    .l-header__other .l-header__other__profile a {
      display: table-row; }
    .l-header__other .l-header__other__profile .l-header__other__profile__img {
      display: table-cell;
      vertical-align: top;
      width: 50px;
      padding: 26px 12px 31px 32px;
      line-height: 0; }
      .l-header__other .l-header__other__profile .l-header__other__profile__img img {
        width: 50px;
        height: 50px;
        border-radius: 50%; }
    .l-header__other .l-header__other__profile .l-header__other__profile__account {
      display: table-cell;
      vertical-align: middle;
      padding: 31px 0px 31px 0px; }
    .l-header__other .l-header__other__profile .l-header__other__profile__account__name {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      display: -webkit-box !important;
      display: -moz-box !important;
      word-wrap: break-word;
      word-break: break-all;
      max-width: 100%;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: left;
      max-width: 94%; }
  .l-header__other .l-header__other__setup {
    background: #222; }
    .l-header__other .l-header__other__setup .l-header__other__setup__list p {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 15px 20px;
      cursor: pointer;
      line-height: 1.2; }
      .l-header__other .l-header__other__setup .l-header__other__setup__list p:hover {
        background: #1c1c1c; }
      .l-header__other .l-header__other__setup .l-header__other__setup__list p.l-header__other__setup__list__mypage {
        padding: 15px 20px; }
        .l-header__other .l-header__other__setup .l-header__other__setup__list p.l-header__other__setup__list__mypage:before {
          background-image: url(../../images/v4/sprites_2.png);
          background-repeat: no-repeat;
          background-size: 200px 200px;
          background-position: -172px -165px;
          content: " ";
          display: inline-block;
          width: 20px;
          height: 21px;
          vertical-align: middle;
          vertical-align: -6px;
          margin-right: 14px; }
      .l-header__other .l-header__other__setup .l-header__other__setup__list p.l-header__other__setup__list__accountsetup:before {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -229px -153px;
        content: " ";
        display: inline-block;
        width: 20px;
        height: 21px;
        vertical-align: middle;
        vertical-align: -6px;
        margin-right: 14px; }
      .l-header__other .l-header__other__setup .l-header__other__setup__list p.l-header__other__setup__list__favoritebox:before {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -230px -130px;
        content: " ";
        display: inline-block;
        width: 19px;
        height: 15px;
        vertical-align: middle;
        margin-top: -4px;
        margin-right: 17px; }
      .l-header__other .l-header__other__setup .l-header__other__setup__list p.l-header__other__setup__list__info:before {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -205px -130px;
        content: " ";
        display: inline-block;
        width: 18px;
        height: 16px;
        vertical-align: middle;
        margin-right: 17px; }
      .l-header__other .l-header__other__setup .l-header__other__setup__list p.l-header__other__setup__list__info.isInfo {
        padding: 21px 30px 19px; }
        .l-header__other .l-header__other__setup .l-header__other__setup__list p.l-header__other__setup__list__info.isInfo:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -255px -127px;
          content: " ";
          display: inline-block;
          width: 22px;
          height: 21px;
          vertical-align: middle;
          margin-top: -5px;
          margin-right: 17px; }
      .l-header__other .l-header__other__setup .l-header__other__setup__list p.l-header__other__setup__list__about {
        padding: 15px 34px; }
        .l-header__other .l-header__other__setup .l-header__other__setup__list p.l-header__other__setup__list__about:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -255px -153px;
          content: " ";
          display: inline-block;
          width: 18px;
          height: 19px;
          vertical-align: middle;
          margin-right: 17px;
          margin-top: -2px; }
      .l-header__other .l-header__other__setup .l-header__other__setup__list p.l-header__other__setup__list__logout {
        padding: 17px 20px; }
        .l-header__other .l-header__other__setup .l-header__other__setup__list p.l-header__other__setup__list__logout:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -206px -154px;
          content: " ";
          display: inline-block;
          width: 18px;
          height: 20px;
          vertical-align: middle;
          margin-top: -4px;
          margin-left: 2px;
          margin-right: 14px; }
  .l-header__other .l-header__other__menu {
    background: #1c1c1c; }
    .l-header__other .l-header__other__menu .l-header__other__menu__list {
      background: #222;
      padding: 6px 20px 0;
      line-height: 2; }
      .l-header__other .l-header__other__menu .l-header__other__menu__list:before, .l-header__other .l-header__other__menu .l-header__other__menu__list:after {
        content: "";
        display: table; }
      .l-header__other .l-header__other__menu .l-header__other__menu__list:after {
        clear: both; }
      .l-header__other .l-header__other__menu .l-header__other__menu__list li {
        float: left;
        margin-right: 14px; }
        .l-header__other .l-header__other__menu .l-header__other__menu__list li:nth-child(3n) {
          margin-right: 0; }
        .l-header__other .l-header__other__menu .l-header__other__menu__list li a {
          font-size: 12px;
          font-size: 1.2rem; }
    .l-header__other .l-header__other__menu .l-header__other__menu__copyright {
      padding: 5px 20px 16px;
      font-size: 10px;
      font-size: 1rem;
      background: #222;
      text-align: left; }
    .l-header__other .l-header__other__menu .l-header__other__menu__license {
      display: table;
      width: 290px;
      background: #222;
      padding: 6px 20px 16px; }
      .l-header__other .l-header__other__menu .l-header__other__menu__license .l-header__other__menu__license__img {
        display: table-cell;
        width: 32px;
        padding-right: 10px; }
      .l-header__other .l-header__other__menu .l-header__other__menu__license .l-header__other__menu__license__text {
        display: table-cell;
        vertical-align: middle;
        font-size: 10px;
        font-size: 1rem; }

.l-header__menu {
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  background: #222; }
  .l-header__menu li {
    font-size: 12px;
    font-size: 1.2rem; }
    .l-header__menu li.l-modal__menu__login a, .l-header__menu li.l-modal__menu__signup a, .l-header__menu li.l-modal__menu__profileSetup a, .l-header__menu li.l-modal__menu__favorite a, .l-header__menu li.l-modal__menu__info a, .l-header__menu li.l-modal__menu__other a, .l-header__menu li.l-modal__menu__titleOther a, .l-header__menu li.l-modal__menu__news a, .l-header__menu li.l-modal__menu__contact a, .l-header__menu li.l-modal__menu__privacy a, .l-header__menu li.l-modal__menu__rule a, .l-header__menu li.l-modal__menu__company a {
      display: block;
      padding: 10px 15px 10px 19px; }
    .l-header__menu li.l-modal__menu__profile {
      padding-left: 15px;
      padding-right: 15px; }
      .l-header__menu li.l-modal__menu__profile .l-modal__menu__profile__box {
        display: table;
        width: 100%;
        cursor: default;
        border-bottom: 1px solid #333; }
        .l-header__menu li.l-modal__menu__profile .l-modal__menu__profile__box a {
          display: table-row; }
        .l-header__menu li.l-modal__menu__profile .l-modal__menu__profile__box .l-modal__menu__profile__box__img {
          display: table-cell;
          vertical-align: top;
          width: 50px;
          padding: 25px 15px 23px 0;
          line-height: 0; }
          .l-header__menu li.l-modal__menu__profile .l-modal__menu__profile__box .l-modal__menu__profile__box__img img {
            width: 50px;
            height: 50px;
            border-radius: 50%; }
        .l-header__menu li.l-modal__menu__profile .l-modal__menu__profile__box .l-modal__menu__profile__box__text {
          display: table-cell;
          vertical-align: top;
          padding: 25px 0 23px; }
        .l-header__menu li.l-modal__menu__profile .l-modal__menu__profile__box .l-modal__menu__profile__box__text__title {
          font-size: 12px;
          font-size: 1.2rem;
          padding: 5px 0 0;
          display: inline-block; }
        .l-header__menu li.l-modal__menu__profile .l-modal__menu__profile__box .l-modal__menu__profile__box__text__name {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          padding-top: 7px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.4;
          max-width: 94%; }
      .l-header__menu li.l-modal__menu__profile:after {
        background-size: 0; }
    .l-header__menu li.l-modal__menu__login {
      padding: 14px 0 0;
      line-height: 2; }
      .l-header__menu li.l-modal__menu__login .l-modal__menu__login__box {
        padding: 10px 15px 10px 19px;
        cursor: pointer; }
        .l-header__menu li.l-modal__menu__login .l-modal__menu__login__box:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -229px -59px;
          content: " ";
          display: inline-block;
          width: 20px;
          height: 22px;
          vertical-align: middle;
          margin-right: 14px;
          vertical-align: top; }
        .l-header__menu li.l-modal__menu__login .l-modal__menu__login__box:after {
          position: absolute;
          right: 0;
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -134px -59px;
          content: " ";
          display: inline-block;
          width: 7px;
          height: 12px;
          vertical-align: middle;
          margin-top: 5px;
          margin-right: 15px;
          vertical-align: top; }
    .l-header__menu li.l-modal__menu__signup {
      line-height: 2;
      padding: 0 0 8px; }
      .l-header__menu li.l-modal__menu__signup .l-modal__menu__signup__box {
        padding: 10px 15px 10px 19px;
        cursor: pointer; }
        .l-header__menu li.l-modal__menu__signup .l-modal__menu__signup__box:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -256px -60px;
          content: " ";
          display: inline-block;
          width: 20px;
          height: 20px;
          vertical-align: middle;
          margin-right: 14px;
          vertical-align: top; }
        .l-header__menu li.l-modal__menu__signup .l-modal__menu__signup__box:after {
          position: absolute;
          right: 0;
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -134px -59px;
          content: " ";
          display: inline-block;
          width: 7px;
          height: 12px;
          vertical-align: middle;
          margin-top: 5px;
          margin-right: 15px;
          vertical-align: top; }
    .l-header__menu li.l-modal__menu__border {
      background: #333;
      margin: 0 15px;
      height: 1px; }
    .l-header__menu li.l-modal__menu__profileSetup {
      line-height: 2;
      padding: 14px 0 0; }
      .l-header__menu li.l-modal__menu__profileSetup .l-modal__menu__profileSetup__box {
        cursor: pointer;
        padding: 10px 0 10px 15px; }
        .l-header__menu li.l-modal__menu__profileSetup .l-modal__menu__profileSetup__box:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -153px -58px;
          content: " ";
          display: inline-block;
          width: 25px;
          height: 24px;
          vertical-align: middle;
          margin-right: 10px;
          vertical-align: top; }
        .l-header__menu li.l-modal__menu__profileSetup .l-modal__menu__profileSetup__box:after {
          position: absolute;
          right: 0;
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -134px -59px;
          content: " ";
          display: inline-block;
          width: 7px;
          height: 12px;
          vertical-align: middle;
          margin-top: 5px;
          margin-right: 15px;
          vertical-align: top; }
    .l-header__menu li.l-modal__menu__favorite {
      line-height: 1.8; }
      .l-header__menu li.l-modal__menu__favorite .l-modal__menu__favorite__box {
        cursor: pointer;
        padding: 12px 15px 10px 19px; }
        .l-header__menu li.l-modal__menu__favorite .l-modal__menu__favorite__box:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -207px -4px;
          content: " ";
          display: inline-block;
          width: 24px;
          height: 18px;
          vertical-align: middle;
          margin-right: 8px;
          vertical-align: top; }
        .l-header__menu li.l-modal__menu__favorite .l-modal__menu__favorite__box:after {
          position: absolute;
          right: 0;
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -134px -59px;
          content: " ";
          display: inline-block;
          width: 7px;
          height: 12px;
          vertical-align: middle;
          margin-top: 5px;
          margin-right: 15px;
          vertical-align: top; }
    .l-header__menu li.l-modal__menu__info {
      line-height: 2; }
      .l-header__menu li.l-modal__menu__info .l-modal__menu__info__box {
        cursor: pointer;
        padding: 10px 15px 10px 14px; }
        .l-header__menu li.l-modal__menu__info .l-modal__menu__info__box.isTrue:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -280px -58px;
          content: " ";
          display: inline-block;
          width: 26px;
          height: 25px;
          vertical-align: middle;
          margin-right: 10px;
          vertical-align: top; }
        .l-header__menu li.l-modal__menu__info .l-modal__menu__info__box:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -177px -32px;
          content: " ";
          display: inline-block;
          width: 24px;
          height: 22px;
          vertical-align: middle;
          margin-right: 14px;
          vertical-align: top; }
        .l-header__menu li.l-modal__menu__info .l-modal__menu__info__box:after {
          position: absolute;
          right: 0;
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -134px -59px;
          content: " ";
          display: inline-block;
          width: 7px;
          height: 12px;
          vertical-align: middle;
          margin-top: 8px;
          margin-right: 15px;
          vertical-align: top; }
    .l-header__menu li.l-modal__menu__about {
      line-height: 2; }
      .l-header__menu li.l-modal__menu__about .l-modal__menu__about__box {
        padding: 23px 0;
        cursor: pointer; }
        .l-header__menu li.l-modal__menu__about .l-modal__menu__about__box:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -267px -3px;
          content: " ";
          display: inline-block;
          width: 21px;
          height: 21px;
          vertical-align: middle;
          margin-right: 14px;
          vertical-align: top; }
        .l-header__menu li.l-modal__menu__about .l-modal__menu__about__box:after {
          position: absolute;
          right: 0;
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -134px -59px;
          content: " ";
          display: inline-block;
          width: 7px;
          height: 12px;
          vertical-align: middle;
          margin-top: 5px;
          margin-right: 15px;
          vertical-align: top; }
    .l-header__menu li.l-modal__menu__other .l-modal__menu__other__box {
      padding: 25px 15px 24px 19px;
      cursor: pointer;
      line-height: 1; }
      .l-header__menu li.l-modal__menu__other .l-modal__menu__other__box:before {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -176px -6px;
        content: " ";
        display: inline-block;
        width: 25px;
        height: 12px;
        vertical-align: middle;
        margin-right: 10px;
        vertical-align: top; }
      .l-header__menu li.l-modal__menu__other .l-modal__menu__other__box:after {
        position: absolute;
        right: 0;
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -134px -59px;
        content: " ";
        display: inline-block;
        width: 7px;
        height: 12px;
        vertical-align: middle;
        margin-top: 1px;
        margin-right: 15px;
        vertical-align: top; }
    .l-header__menu li.l-modal__menu__logout .l-modal__menu__logout__box {
      padding: 12px 15px 20px 19px;
      cursor: pointer;
      line-height: 2; }
      .l-header__menu li.l-modal__menu__logout .l-modal__menu__logout__box:before {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -208px -31px;
        content: " ";
        display: inline-block;
        width: 20px;
        height: 22px;
        vertical-align: middle;
        margin-right: 14px;
        vertical-align: top; }
      .l-header__menu li.l-modal__menu__logout .l-modal__menu__logout__box:after {
        position: absolute;
        right: 0;
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -134px -59px;
        content: " ";
        display: inline-block;
        width: 7px;
        height: 12px;
        vertical-align: middle;
        margin-top: 5px;
        margin-right: 15px;
        vertical-align: top; }
    .l-header__menu li.l-modal__menu__othertitle .l-modal__menu__othertitle__box {
      padding: 23px 0;
      line-height: 1.2;
      border-bottom: 1px solid #333; }
    .l-header__menu li.l-modal__menu__noticetitle .l-modal__menu__noticetitle__box {
      width: 640px;
      margin: 0 auto;
      padding: 24px 0 20px;
      border-bottom: 1px solid #333;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.8; }
    .l-header__menu li.l-modal__menu__othertitle .l-modal__menu__othertitle__box {
      padding: 30px 0 14px;
      margin: 0 16px;
      line-height: 1.2;
      border-bottom: 1px solid #333; }
    .l-header__menu li.l-modal__menu__titleOther {
      padding: 15px 0 0 0; }
      .l-header__menu li.l-modal__menu__titleOther .l-modal__menu__titleOther__box {
        padding: 1px 15px 16px 19px;
        line-height: 2;
        font-size: 14px;
        font-size: 1.4rem; }
    .l-header__menu li.l-modal__menu__news {
      padding: 15px 0 0 0; }
      .l-header__menu li.l-modal__menu__news .l-modal__menu__news__box {
        cursor: pointer;
        line-height: 2; }
        .l-header__menu li.l-modal__menu__news .l-modal__menu__news__box:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -285px -88px;
          content: " ";
          display: inline-block;
          width: 21px;
          height: 20px;
          vertical-align: middle;
          margin-right: 14px;
          vertical-align: top; }
        .l-header__menu li.l-modal__menu__news .l-modal__menu__news__box:after {
          position: absolute;
          right: 0;
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -134px -59px;
          content: " ";
          display: inline-block;
          width: 7px;
          height: 12px;
          vertical-align: middle;
          margin-top: 5px;
          margin-right: 15px;
          vertical-align: top; }
    .l-header__menu li.l-modal__menu__contact .l-modal__menu__contact__box {
      padding: 5px 15px 10px 19px;
      cursor: pointer;
      line-height: 2; }
      .l-header__menu li.l-modal__menu__contact .l-modal__menu__contact__box:before {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -259px -218px;
        content: " ";
        display: inline-block;
        width: 21px;
        height: 20px;
        vertical-align: middle;
        margin-right: 14px;
        vertical-align: top; }
      .l-header__menu li.l-modal__menu__contact .l-modal__menu__contact__box:after {
        position: absolute;
        right: 0;
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -134px -59px;
        content: " ";
        display: inline-block;
        width: 7px;
        height: 12px;
        vertical-align: middle;
        margin-top: 5px;
        margin-right: 15px;
        vertical-align: top; }
    .l-header__menu li.l-modal__menu__privacy .l-modal__menu__privacy__box {
      padding: 8px 15px 10px 19px;
      cursor: pointer;
      line-height: 2; }
      .l-header__menu li.l-modal__menu__privacy .l-modal__menu__privacy__box:before {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -258px -88px;
        content: " ";
        display: inline-block;
        width: 20px;
        height: 22px;
        vertical-align: middle;
        margin-right: 14px;
        vertical-align: top; }
      .l-header__menu li.l-modal__menu__privacy .l-modal__menu__privacy__box:after {
        position: absolute;
        right: 0;
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -134px -59px;
        content: " ";
        display: inline-block;
        width: 7px;
        height: 12px;
        vertical-align: middle;
        margin-top: 5px;
        margin-right: 15px;
        vertical-align: top; }
    .l-header__menu li.l-modal__menu__rule .l-modal__menu__rule__box {
      padding: 7px 15px 10px 19px;
      cursor: pointer;
      line-height: 2; }
      .l-header__menu li.l-modal__menu__rule .l-modal__menu__rule__box:before {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -232px -89px;
        content: " ";
        display: inline-block;
        width: 17px;
        height: 21px;
        vertical-align: middle;
        margin-right: 14px;
        vertical-align: top; }
      .l-header__menu li.l-modal__menu__rule .l-modal__menu__rule__box:after {
        position: absolute;
        right: 0;
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -134px -59px;
        content: " ";
        display: inline-block;
        width: 7px;
        height: 12px;
        vertical-align: middle;
        margin-top: 5px;
        margin-right: 15px;
        vertical-align: top; }
    .l-header__menu li.l-modal__menu__company .l-modal__menu__company__box {
      padding: 6px 15px 10px 19px;
      cursor: pointer;
      line-height: 2; }
      .l-header__menu li.l-modal__menu__company .l-modal__menu__company__box:before {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -206px -99px;
        content: " ";
        display: inline-block;
        width: 19px;
        height: 19px;
        vertical-align: middle;
        margin-right: 14px;
        vertical-align: top; }
      .l-header__menu li.l-modal__menu__company .l-modal__menu__company__box:after {
        position: absolute;
        right: 0;
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -134px -59px;
        content: " ";
        display: inline-block;
        width: 7px;
        height: 12px;
        vertical-align: middle;
        margin-top: 5px;
        margin-right: 15px;
        vertical-align: top; }
    .l-header__menu li.l-modal__menu__licenseImg {
      padding-top: 20px;
      padding-bottom: 12px;
      text-align: center; }
    .l-header__menu li.l-modal__menu__licenseText {
      font-size: 10px;
      font-size: 1rem;
      text-align: center; }
    .l-header__menu li.l-modal__menu__copyright {
      padding: 20px 0 10px;
      text-align: center;
      font-size: 10px;
      font-size: 1rem; }
    .l-header__menu li.l-modal__menu__space {
      width: 100%;
      height: 99999px;
      background: rgba(0, 0, 0, 0.5); }

.l-header__favorite {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 416px;
  background: #222;
  z-index: 999; }
  .l-header__favorite .l-header__favorite__content {
    width: 1040px;
    margin: 0 auto;
    overflow: auto;
    overflow-y: hidden; }
    .l-header__favorite .l-header__favorite__content .l-header__favorite__content__game {
      padding: 24px 0px;
      border-bottom: 1px solid #333; }
      .l-header__favorite .l-header__favorite__content .l-header__favorite__content__game .l-header__favorite__content__game__title {
        font-size: 14px;
        font-size: 1.4rem;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px; }
      .l-header__favorite .l-header__favorite__content .l-header__favorite__content__game .l-header__favorite__content__game__list {
        padding-left: 20px;
        padding-right: 20px; }
        .l-header__favorite .l-header__favorite__content .l-header__favorite__content__game .l-header__favorite__content__game__list .l-header__favorite__content__game__list__item {
          display: inline-block;
          width: 80px;
          margin-right: 21px; }
          .l-header__favorite .l-header__favorite__content .l-header__favorite__content__game .l-header__favorite__content__game__list .l-header__favorite__content__game__list__item .l-header__favorite__content__game__list__item__link {
            width: 80px; }
            .l-header__favorite .l-header__favorite__content .l-header__favorite__content__game .l-header__favorite__content__game__list .l-header__favorite__content__game__list__item .l-header__favorite__content__game__list__item__link .l-header__favorite__content__game__list__item__link__img img {
              width: 80px;
              height: 100px; }
            .l-header__favorite .l-header__favorite__content .l-header__favorite__content__game .l-header__favorite__content__game__list .l-header__favorite__content__game__list__item .l-header__favorite__content__game__list__item__link .l-header__favorite__content__game__list__item__link__title {
              display: -webkit-box !important;
              display: -moz-box !important;
              word-wrap: break-word;
              word-break: break-all;
              max-width: 100%;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              width: 80px;
              padding-top: 4px;
              line-height: 1.5;
              font-size: 10px;
              font-size: 1rem; }
          .l-header__favorite .l-header__favorite__content .l-header__favorite__content__game .l-header__favorite__content__game__list .l-header__favorite__content__game__list__item:last-child {
            margin-right: 0; }
    .l-header__favorite .l-header__favorite__content .l-header__favorite__content__channel {
      padding: 24px 0px; }
      .l-header__favorite .l-header__favorite__content .l-header__favorite__content__channel .l-header__favorite__content__channel__title {
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px; }
      .l-header__favorite .l-header__favorite__content .l-header__favorite__content__channel .l-header__favorite__content__channel__list {
        padding-left: 20px;
        padding-right: 20px; }
        .l-header__favorite .l-header__favorite__content .l-header__favorite__content__channel .l-header__favorite__content__channel__list .l-header__favorite__content__channel__list__item {
          display: inline-block;
          width: 80px;
          margin-right: 21px; }
          .l-header__favorite .l-header__favorite__content .l-header__favorite__content__channel .l-header__favorite__content__channel__list .l-header__favorite__content__channel__list__item .l-header__favorite__content__channel__list__item__link {
            width: 80px; }
            .l-header__favorite .l-header__favorite__content .l-header__favorite__content__channel .l-header__favorite__content__channel__list .l-header__favorite__content__channel__list__item .l-header__favorite__content__channel__list__item__link .l-header__favorite__content__channel__list__item__link__icon {
              position: absolute;
              top: 5px;
              left: 5px;
              z-index: 3;
              background-image: url(../../images/v4/sprites.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -56px -58px;
              content: " ";
              display: inline-block;
              width: 13px;
              height: 13px;
              vertical-align: middle; }
            .l-header__favorite .l-header__favorite__content .l-header__favorite__content__channel .l-header__favorite__content__channel__list .l-header__favorite__content__channel__list__item .l-header__favorite__content__channel__list__item__link .l-header__favorite__content__channel__list__item__link__img {
              position: relative; }
              .l-header__favorite .l-header__favorite__content .l-header__favorite__content__channel .l-header__favorite__content__channel__list .l-header__favorite__content__channel__list__item .l-header__favorite__content__channel__list__item__link .l-header__favorite__content__channel__list__item__link__img img {
                width: 80px;
                height: 80px;
                border-radius: 50%; }
            .l-header__favorite .l-header__favorite__content .l-header__favorite__content__channel .l-header__favorite__content__channel__list .l-header__favorite__content__channel__list__item .l-header__favorite__content__channel__list__item__link .l-header__favorite__content__channel__list__item__link__title {
              display: -webkit-box !important;
              display: -moz-box !important;
              word-wrap: break-word;
              word-break: break-all;
              max-width: 100%;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              width: 80px;
              line-height: 1.5;
              font-size: 10px;
              font-size: 1rem;
              padding-top: 6px; }
          .l-header__favorite .l-header__favorite__content .l-header__favorite__content__channel .l-header__favorite__content__channel__list .l-header__favorite__content__channel__list__item:last-child {
            margin-right: 0; }

.l-header__empty {
  position: absolute;
  top: 128px;
  left: 0;
  z-index: 11;
  width: 100%; }
  .l-header__empty .l-header__empty__img {
    width: 32px;
    height: 32px;
    background-image: url(../../images/v4/searchIcon.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    margin: 0 auto; }
  .l-header__empty .l-header__null__img {
    width: 30px;
    height: 30px;
    background-image: url(../../images/v4/null.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    margin: 0 auto; }
  .l-header__empty .l-header__empty__text {
    text-align: center;
    margin-top: 40px;
    line-height: 2;
    font-size: 16px;
    font-size: 1.6rem; }

.l-header__withdrawal {
  display: table;
  width: 100%;
  margin-top: 50%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 0;
  background: #222; }
  .l-header__withdrawal .l-header__withdrawal__title {
    text-align: center;
    padding-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem; }
  .l-header__withdrawal .l-header__withdrawal__box {
    display: table;
    width: 100%;
    background: #222; }
    .l-header__withdrawal .l-header__withdrawal__box .l-header__withdrawal__box__content {
      display: table-cell;
      width: 50%;
      text-align: center; }
      .l-header__withdrawal .l-header__withdrawal__box .l-header__withdrawal__box__content .l-header__withdrawal__box__content__no {
        display: inline-block;
        padding: 14px 70px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        font-size: 1.6rem; }
        .l-header__withdrawal .l-header__withdrawal__box .l-header__withdrawal__box__content .l-header__withdrawal__box__content__no:hover {
          background: #333; }
      .l-header__withdrawal .l-header__withdrawal__box .l-header__withdrawal__box__content .l-header__withdrawal__box__content__yes {
        display: inline-block;
        padding: 14px 70px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        font-size: 1.6rem; }
        .l-header__withdrawal .l-header__withdrawal__box .l-header__withdrawal__box__content .l-header__withdrawal__box__content__yes:hover {
          background: #333; }

.l-headerMain {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #333;
  box-shadow: 1px 1px 3px #111; }
  .l-headerMain.fluid {
    min-width: 1080px; }
    .l-headerMain.fluid.afterLogin {
      min-width: 1080px; }
  .l-headerMain.absolute {
    position: absolute;
    width: 1110px; }

.l-headerMain__content {
  width: 1110px;
  height: 60px;
  margin: 0 auto;
  position: relative; }
  .l-headerMain__content.fluid {
    width: 100%;
    min-width: 1080px; }
  .l-headerMain__content h1 {
    position: absolute;
    top: 21px;
    left: 0;
    z-index: 1;
    display: block;
    width: 143px;
    height: 20px; }
    .l-headerMain__content h1.fluid {
      left: 20px; }
    .l-headerMain__content h1 a img {
      width: 143px;
      height: 20px; }
    .l-headerMain__content h1 img {
      width: 143px;
      height: 20px; }

.l-headerMain__content__box {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 12px;
  left: 200px;
  width: 310px;
  border: 1px solid #080909;
  border-radius: 4px;
  background: #080909;
  padding: 2px 0 2px 40px;
  text-align: left; }
  .l-headerMain__content__box.afterLogin {
    width: 310px; }
  .l-headerMain__content__box.selected {
    background: #fff; }
    .l-headerMain__content__box.selected i {
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -304px -31px;
      content: " ";
      display: inline-block;
      width: 14px;
      height: 14px;
      vertical-align: middle;
      top: 11px;
      cursor: pointer; }
  .l-headerMain__content__box.fluid {
    left: 220px;
    width: 28%;
    max-width: 621px;
    min-width: 301px; }
  .l-headerMain__content__box i {
    background-image: url(../../images/v4/sprites.png);
    background-repeat: no-repeat;
    background-size: 320px 240px;
    background-position: -298px -3px;
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 10px; }
  .l-headerMain__content__box .l-headerMain__content__box__input {
    width: 98%;
    min-width: 251px;
    min-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    background: #080909;
    border: 0 !important;
    -webkit-appearance: none;
    outline: none;
    margin: 6px 0 4px; }
    .l-headerMain__content__box .l-headerMain__content__box__input.selected {
      background: #fff; }

.l-headerMain__content__signupPc {
  display: block;
  position: absolute;
  top: 0px;
  right: 104px;
  min-width: 64px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 22px 20px 18px; }
  .l-headerMain__content__signupPc:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: -1px;
    width: 1px;
    height: 32px; }
  .l-headerMain__content__signupPc:hover {
    background: #444; }

.l-headerMain__content__loginPc {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 63px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 22px 20px 18px; }
  .l-headerMain__content__loginPc:hover {
    background: #444; }

.l-headerMain__content__upgrade {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 184px; }
  .l-headerMain__content__upgrade .l-headerMain__content__upgrade__text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem; }
    .l-headerMain__content__upgrade .l-headerMain__content__upgrade__text &gt; span {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.4; }

.l-headerMain__content__delivery {
  display: block;
  width: 80px;
  height: 32px;
  padding: 15px 19px 13px;
  position: absolute;
  top: 0px;
  right: 300px;
  cursor: pointer; }
  .l-headerMain__content__delivery:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: -1px;
    width: 1px;
    height: 32px; }
  .l-headerMain__content__delivery .l-headerMain__content__delivery__box {
    margin-top: 8px;
    line-height: 1.3; }
    .l-headerMain__content__delivery .l-headerMain__content__delivery__box:before, .l-headerMain__content__delivery .l-headerMain__content__delivery__box:after {
      content: "";
      display: table; }
    .l-headerMain__content__delivery .l-headerMain__content__delivery__box:after {
      clear: both; }
    .l-headerMain__content__delivery .l-headerMain__content__delivery__box .l-headerMain__content__delivery__box__text {
      font-size: 14px;
      font-size: 1.4rem;
      display: block;
      float: left; }
    .l-headerMain__content__delivery .l-headerMain__content__delivery__box .l-headerMain__content__delivery__box__icon {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -163px -81px;
      content: " ";
      display: inline-block;
      width: 11px;
      height: 7px;
      vertical-align: middle;
      float: left;
      margin-top: 6px;
      margin-left: 10px; }
      .l-headerMain__content__delivery .l-headerMain__content__delivery__box .l-headerMain__content__delivery__box__icon.selected {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -163px -67px;
        content: " ";
        display: inline-block;
        width: 11px;
        height: 7px;
        vertical-align: middle; }
  .l-headerMain__content__delivery .l-headerMain__content__delivery__icon {
    background-image: url(../../images/v4/sprites_2.png);
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-position: -185px -194px;
    content: " ";
    display: inline-block;
    width: 10px;
    height: 6px;
    vertical-align: middle;
    float: left;
    width: 10px;
    margin-top: 14px;
    margin-left: 10px; }
    .l-headerMain__content__delivery .l-headerMain__content__delivery__icon.selected {
      background-image: url(../../images/v4/sprites_2.png);
      background-repeat: no-repeat;
      background-size: 200px 200px;
      background-position: -171px -194px;
      content: " ";
      display: inline-block;
      width: 10px;
      height: 6px;
      vertical-align: middle; }

.l-headerMain__content__notice {
  display: block;
  cursor: pointer; }
  .l-headerMain__content__notice:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: -1px;
    width: 1px;
    height: 32px; }
  .l-headerMain__content__notice .l-headerMain__content__notice__box:before, .l-headerMain__content__notice .l-headerMain__content__notice__box:after {
    content: "";
    display: table; }
  .l-headerMain__content__notice .l-headerMain__content__notice__box:after {
    clear: both; }
  .l-headerMain__content__notice .l-headerMain__content__notice__box .l-headerMain__content__notice__box__icon {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -282px -172px;
    content: " ";
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle; }
  .l-headerMain__content__notice .l-headerMain__content__notice__box__badge {
    position: absolute;
    top: 10px;
    right: 6px;
    padding: 2px 5px;
    font-size: 75%;
    color: #fff;
    border-radius: 6px;
    white-space: nowrap;
    background-color: #ff2d55;
    z-index: 2; }
    .l-headerMain__content__notice .l-headerMain__content__notice__box__badge.u-bg__gray {
      background-color: #777; }

.l-headerMain__content__pf {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  width: 202px;
  height: 32px;
  cursor: pointer; }
  .l-headerMain__content__pf .l-headerMain__content__pf__box:before, .l-headerMain__content__pf .l-headerMain__content__pf__box:after {
    content: "";
    display: table; }
  .l-headerMain__content__pf .l-headerMain__content__pf__box:after {
    clear: both; }
  .l-headerMain__content__pf .l-headerMain__content__pf__box .l-headerMain__content__pf__box__img {
    overflow: hidden;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 8px; }
    .l-headerMain__content__pf .l-headerMain__content__pf__box .l-headerMain__content__pf__box__img img {
      width: 32px;
      height: 32px;
      border-radius: 50%; }
  .l-headerMain__content__pf .l-headerMain__content__pf__box .l-headerMain__content__pf__box__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 124px;
    line-height: 1.3;
    margin-top: 8px;
    float: left; }
  .l-headerMain__content__pf .l-headerMain__content__pf__box .l-headerMain__content__pf__box__premium {
    background-image: url(../../images/premium.svg);
    background-size: 1.4rem 1.4rem;
    background-color: transparent;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    height: 1.4rem;
    width: 1.4rem; }
  .l-headerMain__content__pf .l-headerMain__content__pf__box .l-headerMain__content__pf__box__Icon {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -163px -81px;
    content: " ";
    display: inline-block;
    width: 11px;
    height: 7px;
    vertical-align: middle;
    float: right;
    width: 10px;
    margin-top: 14px; }
    .l-headerMain__content__pf .l-headerMain__content__pf__box .l-headerMain__content__pf__box__Icon.selected {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -163px -67px;
      content: " ";
      display: inline-block;
      width: 11px;
      height: 7px;
      vertical-align: middle;
      float: right; }
  .l-headerMain__content__pf .l-headerMain__content__playbt {
    display: block;
    position: absolute;
    top: 2px;
    right: 230px;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ffc511;
    border-radius: 2px;
    cursor: pointer; }
    .l-headerMain__content__pf .l-headerMain__content__playbt a {
      display: block;
      line-height: 30px; }

.l-headerMain__content__deliverymenu {
  display: none;
  width: 193px;
  position: absolute;
  top: 60px;
  right: 300px;
  z-index: 9999;
  background: #222;
  box-shadow: 0px 8px 8px 8px rgba(17, 17, 17, 0.4); }
  .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__dashboard a:before,
  .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__live a:before {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -217px -98px;
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__upload a:before {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -126px -97px;
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__dashboard a,
  .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__live a,
  .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__upload a {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px; }
    .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__dashboard a:before,
    .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__live a:before,
    .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__upload a:before {
      margin-left: 20px;
      margin-right: 20px;
      vertical-align: -7px; }
    .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__dashboard a:hover,
    .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__live a:hover,
    .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__upload a:hover {
      background: #444; }

.l-headerMain__content__noticemenu {
  display: none;
  overflow: scroll;
  width: 380px;
  max-height: 554px;
  position: absolute;
  top: 60px;
  right: 238px;
  z-index: 9999;
  background: #333;
  box-sizing: border-box;
  box-shadow: 0px 8px 8px 8px rgba(17, 17, 17, 0.4);
  padding: 16px 0; }
  .l-headerMain__content__noticemenu h3 {
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 12px;
    size: 14px;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative; }
    .l-headerMain__content__noticemenu h3 span {
      position: relative;
      top: -1px;
      padding: 2px 5px;
      font-size: 75%;
      border-radius: 6px;
      white-space: nowrap;
      border-radius: 6px;
      margin-left: 8px; }
  .l-headerMain__content__noticemenu .p-noticeListBox__important a,
  .l-headerMain__content__noticemenu .p-noticeListBox__normal a {
    display: block;
    padding: 6px 0;
    clear: both; }
    .l-headerMain__content__noticemenu .p-noticeListBox__important a:before, .l-headerMain__content__noticemenu .p-noticeListBox__important a:after,
    .l-headerMain__content__noticemenu .p-noticeListBox__normal a:before,
    .l-headerMain__content__noticemenu .p-noticeListBox__normal a:after {
      content: "";
      display: table; }
    .l-headerMain__content__noticemenu .p-noticeListBox__important a:after,
    .l-headerMain__content__noticemenu .p-noticeListBox__normal a:after {
      clear: both; }
    .l-headerMain__content__noticemenu .p-noticeListBox__important a:hover,
    .l-headerMain__content__noticemenu .p-noticeListBox__normal a:hover {
      opacity: .8; }
  .l-headerMain__content__noticemenu .p-noticeListBox__important {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 16px; }
    .l-headerMain__content__noticemenu .p-noticeListBox__important .l-headerMain__content__noticemenu__item {
      position: relative; }
      .l-headerMain__content__noticemenu .p-noticeListBox__important .l-headerMain__content__noticemenu__item.not_read ::before {
        position: absolute;
        top: 50%;
        left: 0.4rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0.6rem;
        height: 0.6rem;
        background-color: #ff2d55;
        border-radius: 50%; }
  .l-headerMain__content__noticemenu .p-noticeMore__important {
    text-align: center;
    display: block;
    margin: 12px auto 24px auto;
    background: #303030;
    padding: 6px 8px;
    width: 80px;
    border-radius: 12px; }
  .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__none {
    height: 100%;
    text-align: center; }
    .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__none .l-headerMain__content__noticemenu__none__text {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      /* Safari用 */
      transform: translateY(-50%); }
  .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item:hover {
    background: #444; }
  .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item .l-headerMain__content__noticemenu__item__box {
    border-bottom: 1px solid #333; }
    .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item .l-headerMain__content__noticemenu__item__box:hover {
      border-bottom: 1px solid #444; }
    .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item .l-headerMain__content__noticemenu__item__box a {
      padding: 12px 0; }
    .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item .l-headerMain__content__noticemenu__item__box .l-headerMain__content__noticemenu__item__icon {
      overflow: hidden;
      width: 32px;
      height: 32px;
      float: left;
      margin-right: 8px; }
      .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item .l-headerMain__content__noticemenu__item__box .l-headerMain__content__noticemenu__item__icon img {
        width: 32px;
        height: 32px;
        border-radius: 50%; }
    .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item .l-headerMain__content__noticemenu__item__box .p-noticeItem__text {
      float: left;
      max-width: 290px; }
    .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item .l-headerMain__content__noticemenu__item__box .l-headerMain__content__noticemenu__item__body {
      margin-bottom: 6px; }
    .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item .l-headerMain__content__noticemenu__item__box .l-headerMain__content__noticemenu__item__time {
      font-size: 10px; }

.l-headerMain__content__usermenu {
  display: none;
  width: 237px;
  position: absolute;
  top: 60px;
  right: 16px;
  z-index: 9999;
  background: #222;
  box-shadow: 0px 8px 8px 8px rgba(17, 17, 17, 0.4); }
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage a:before {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -157px -98px;
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup a:before {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -244px -97px;
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting a:before {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -169px -178px;
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium a:before {
    background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 427px 240px;
    background-position: 0px -67px;
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage a:before {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -294px -124px;
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge a:before {
    background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 427px 240px;
    background-position: -280px -2px;
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news a:before {
    background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 427px 240px;
    background-position: -308px -2px;
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout p:before {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -188px -97px;
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection p {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px; }
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection p:before {
      margin-left: 20px;
      margin-right: 20px;
      vertical-align: -7px; }
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection p:hover {
      background: #444; }

.c-searchBox__underLayer,
.c-searchBox__new__underLayer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 999999px;
  z-index: -1; }

.l-headerMain__search {
  z-index: 10; }
  .l-headerMain__search .l-headerMain__search__box {
    margin: 0 auto; }
    .l-headerMain__search .l-headerMain__search__box.movieplay {
      width: 100%;
      max-width: 100%;
      min-width: 100%; }
    .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__frame {
      display: table;
      width: 100%;
      border-top: 1px solid #010101; }
      .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__frame p {
        display: table-cell;
        width: 33.3333333%;
        height: 40px;
        line-height: 4;
        background: #333;
        text-align: center;
        vertical-align: middle;
        cursor: pointer; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__frame p.selected {
          border-bottom: 1px solid #ff4c11; }
    .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__content__bestKeyword {
      background: rgba(0, 0, 0, 0.9);
      padding: 16px 16px 0 16px;
      border-bottom: 1px solid #222; }
      .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__content__bestKeyword dt {
        font-size: 11px;
        font-size: 1.1rem;
        padding-bottom: 22px; }
      .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__content__bestKeyword dd {
        position: relative;
        margin-bottom: 22px; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__content__bestKeyword dd:last-of-type {
          margin-bottom: 0;
          padding-bottom: 16px; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__content__bestKeyword dd .l-headerMain__search__content__bestKeyword__text {
          font-size: 14px;
          font-size: 1.4rem;
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1.5;
          width: 80%; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__content__bestKeyword dd .l-headerMain__search__content__bestKeyword__close {
          position: absolute;
          top: 4px;
          right: 0;
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -304px -31px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 14px;
          vertical-align: middle;
          z-index: 100000;
          cursor: pointer; }
    .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__content__history {
      padding: 16px 16px 0 16px; }
      .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__content__history dt {
        font-size: 11px;
        font-size: 1.1rem;
        padding-bottom: 22px; }
      .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__content__history dd {
        position: relative;
        margin-bottom: 22px; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__content__history dd:last-of-type {
          margin-bottom: 0; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__content__history dd .l-headerMain__search__content__history__text {
          font-size: 14px;
          font-size: 1.4rem;
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1.5;
          width: 80%; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__content__history dd .l-headerMain__search__content__history__close {
          position: absolute;
          top: -3px;
          right: 0;
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -283px -209px;
          content: " ";
          display: inline-block;
          width: 13px;
          height: 14px;
          vertical-align: middle;
          z-index: 100000;
          cursor: pointer;
          padding: 10px; }
    .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__space {
      width: 100%;
      height: 99999px;
      background: rgba(0, 0, 0, 0.9); }
    .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent {
      width: auto;
      margin-top: 12px;
      padding-top: 12px;
      padding-bottom: 12px;
      border-radius: 8px; }
      .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent.afterLogin {
        width: auto; }
      .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent.movieplay {
        width: 28%;
        max-width: 621px; }
      .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword {
        padding: 10px 0 14px; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dt {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.4;
          margin-bottom: 10px;
          padding-right: 40px;
          padding-left: 40px; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dd {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.4;
          margin-bottom: 0;
          padding: 11px 40px 8px;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          cursor: pointer; }
          .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dd:hover {
            background: #2b2b2b; }
      .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history {
        padding: 18px 0 0;
        border-top: 1px solid #eee; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dt {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.4;
          margin-bottom: 11px;
          padding-right: 40px;
          padding-left: 40px; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dd {
          position: relative; }
          .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dd a {
            display: -webkit-box !important;
            display: -moz-box !important;
            word-wrap: break-word;
            word-break: break-all;
            max-width: 100%;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.4;
            margin-bottom: 0;
            padding: 11px 40px 8px;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            cursor: pointer;
            display: block; }
          .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dd .l-headerMain__search__content__history__close {
            position: absolute;
            top: 9px;
            right: 24px;
            border: 0;
            background: none;
            cursor: pointer;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
      .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgTitle {
        background-image: url(../../images/v4/search-border.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 680px auto;
        padding: 0 0 25px; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgTitle dt {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.4;
          margin-bottom: 21px;
          padding: 0 40px; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgTitle dd {
          display: block; }
          .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgTitle dd ul {
            display: block;
            padding: 0 40px; }
            .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgTitle dd ul:before, .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgTitle dd ul:after {
              content: "";
              display: table; }
            .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgTitle dd ul:after {
              clear: both; }
            .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgTitle dd ul li {
              display: inline-block;
              width: 120px;
              float: left;
              margin-right: 20px; }
              .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgTitle dd ul li:last-child {
                margin-right: 0; }
              .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgTitle dd ul li:hover img {
                opacity: 0.7; }
              .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgTitle dd ul li a .l-headerMain__search__pcContent__rgtitle__list {
                width: 120px; }
                .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgTitle dd ul li a .l-headerMain__search__pcContent__rgtitle__list .l-headerMain__search__pcContent__rgtitle__list__img {
                  width: 120px;
                  padding-bottom: 3px; }
                  .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgTitle dd ul li a .l-headerMain__search__pcContent__rgtitle__list .l-headerMain__search__pcContent__rgtitle__list__img img {
                    width: 120px;
                    height: auto;
                    -webkit-transition: 0.3s;
                    transition: 0.3s; }
                .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgTitle dd ul li a .l-headerMain__search__pcContent__rgtitle__list .l-headerMain__search__pcContent__rgtitle__list__title {
                  display: -webkit-box !important;
                  display: -moz-box !important;
                  word-wrap: break-word;
                  word-break: break-all;
                  max-width: 100%;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  line-height: 1.67;
                  -webkit-transition: 0.3s;
                  transition: 0.3s; }
      .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgchannel {
        margin-top: 24px;
        background-image: url(../../images/v4/search-border.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 680px auto;
        padding: 0 0 27px; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgchannel dt {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.4;
          margin-bottom: 9px;
          padding: 0 40px; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgchannel dd {
          display: block; }
          .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgchannel dd ul li {
            display: table;
            width: 100%;
            position: relative;
            padding: 11px 40px 11px;
            box-sizing: border-box; }
            .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgchannel dd ul li:hover img {
              opacity: 0.7; }
            .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgchannel dd ul li .l-headerMain__search__pcContent__rgchannel__list__img {
              display: table-cell;
              vertical-align: top;
              width: 50px;
              padding-right: 10px;
              line-height: 0; }
              .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgchannel dd ul li .l-headerMain__search__pcContent__rgchannel__list__img a img {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                -webkit-transition: 0.3s;
                transition: 0.3s; }
            .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgchannel dd ul li .l-headerMain__search__pcContent__rgchannel__list__info {
              display: table-cell;
              vertical-align: middle; }
              .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgchannel dd ul li .l-headerMain__search__pcContent__rgchannel__list__info .l-headerMain__search__pcContent__rgchannel__list__info__username {
                margin: -3px 0 0 0; }
                .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgchannel dd ul li .l-headerMain__search__pcContent__rgchannel__list__info .l-headerMain__search__pcContent__rgchannel__list__info__username a {
                  position: relative;
                  display: -webkit-box !important;
                  display: -moz-box !important;
                  word-wrap: break-word;
                  word-break: break-all;
                  max-width: 100%;
                  -webkit-line-clamp: 1;
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  max-width: 74%;
                  font-size: 14px;
                  font-size: 1.4rem;
                  line-height: 1.6;
                  margin-bottom: 11px;
                  -webkit-transition: 0.3s;
                  transition: 0.3s; }
              .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgchannel dd ul li .l-headerMain__search__pcContent__rgchannel__list__info .l-headerMain__search__pcContent__rgchannel__list__info__count {
                display: -webkit-box !important;
                display: -moz-box !important;
                word-wrap: break-word;
                word-break: break-all;
                max-width: 100%;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 70%;
                line-height: 1.2; }
                .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgchannel dd ul li .l-headerMain__search__pcContent__rgchannel__list__info .l-headerMain__search__pcContent__rgchannel__list__info__count:before {
                  background-image: url(../../images/v4/sprites.png);
                  background-repeat: no-repeat;
                  background-size: 320px 240px;
                  background-position: -103px -81px;
                  content: " ";
                  display: inline-block;
                  width: 20px;
                  height: 12px;
                  vertical-align: middle;
                  vertical-align: top; }
            .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgchannel dd ul li .l-headerMain__search__pcContent__rgchannel__list__favorite {
              background-image: url(../../images/v4/sprites.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -29px -125px;
              content: " ";
              display: inline-block;
              width: 31px;
              height: 18px;
              vertical-align: middle;
              position: absolute;
              z-index: 1;
              top: 27px;
              right: 36px;
              cursor: pointer; }
              .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgchannel dd ul li .l-headerMain__search__pcContent__rgchannel__list__favorite.selected {
                background-image: url(../../images/v4/sprites.png);
                background-repeat: no-repeat;
                background-size: 320px 240px;
                background-position: -40px -145px;
                content: " ";
                display: inline-block;
                width: 20px;
                height: 19px;
                vertical-align: middle;
                cursor: default; }
            .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgchannel dd ul li:last-child {
              padding-bottom: 0; }
      .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgkeywold {
        margin-top: 24px; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgkeywold dt {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.4;
          margin-bottom: 10px;
          padding: 0 40px; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgkeywold dd {
          display: block; }
          .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgkeywold dd ul li {
            margin-bottom: 0;
            padding: 11px 40px 8px;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            cursor: pointer; }
            .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgkeywold dd ul li a {
              display: -webkit-box !important;
              display: -moz-box !important;
              word-wrap: break-word;
              word-break: break-all;
              max-width: 100%;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              max-width: 74%;
              font-size: 14px;
              font-size: 1.4rem;
              line-height: 1.6;
              margin-bottom: 6px; }
            .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__rgkeywold dd ul li:hover {
              background: #2b2b2b; }

.l-headerMain__new__search {
  z-index: 10; }
  .l-headerMain__new__search .l-headerMain__search__box {
    margin: 0 auto; }
    .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent {
      width: auto;
      margin-top: 12px;
      padding-top: 12px;
      padding-bottom: 12px;
      border-radius: 8px; }
      .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent.afterLogin {
        width: auto; }
      .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword {
        padding: 10px 0 14px; }
        .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dt {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.4;
          padding: 1.2rem 2.4rem;
          font-weight: bold; }
        .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dd {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.4;
          margin-bottom: 0;
          padding: 1.2rem 2.4rem;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          cursor: pointer; }
          .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dd:hover {
            background: #2b2b2b; }
      .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history {
        border-bottom: 1px solid; }
        .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history .l-headerMain__search__pcContent__history__title {
          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;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history .l-headerMain__search__pcContent__history__title .l-headerMain__search__pcContent__history__delete {
            margin-right: 2.4rem;
            cursor: pointer; }
        .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dt {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.4;
          padding: 1.2rem 2.4rem;
          font-weight: bold; }
        .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dd {
          position: relative; }
          .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dd a {
            display: -webkit-box !important;
            display: -moz-box !important;
            word-wrap: break-word;
            word-break: break-all;
            max-width: 100%;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.4;
            margin-bottom: 0;
            padding: 1.2rem 2.4rem;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            cursor: pointer;
            display: block; }
            .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dd a .l-headerMain__search__content__history__text {
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              padding-right: 2rem; }
          .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dd .l-headerMain__search__content__history__close {
            position: absolute;
            top: 9px;
            right: 24px;
            border: 0;
            background: none;
            cursor: pointer;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
  .l-headerMain__new__search .p-user__history {
    padding: 0 2.4rem; }
    .l-headerMain__new__search .p-user__history .c-thumbnailList__wrapper--userHistoryList {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .l-headerMain__new__search .p-user__history .p-user__history__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .l-headerMain__new__search .p-user__history .p-user__history__list li {
        padding: 0.4rem 0;
        max-width: 6rem;
        margin-right: 2rem;
        width: 100%; }
        .l-headerMain__new__search .p-user__history .p-user__history__list li .p-user__history__list__item__img__wrapper {
          padding: 0.2rem;
          position: relative;
          width: 4.8rem;
          height: 4.8rem;
          margin-bottom: 0.4rem; }
          .l-headerMain__new__search .p-user__history .p-user__history__list li .p-user__history__list__item__img__wrapper.p-user__history__list__item__live__img {
            border-radius: 50%;
            margin-bottom: 0.2rem; }
          .l-headerMain__new__search .p-user__history .p-user__history__list li .p-user__history__list__item__img__wrapper img {
            width: 4.8rem;
            height: 4.8rem;
            border-radius: 50%; }
          .l-headerMain__new__search .p-user__history .p-user__history__list li .p-user__history__list__item__img__wrapper .p-user__history__list__item__live {
            position: absolute;
            padding: 0 0.4rem;
            height: 1.6rem;
            left: 50%;
            bottom: -0.4rem;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
        .l-headerMain__new__search .p-user__history .p-user__history__list li .p-user__history__item__info .p-user__history__item__user__name,
        .l-headerMain__new__search .p-user__history .p-user__history__list li .p-user__history__item__info .p-user__history__item__user__id {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          font-size: 1rem;
          line-height: 1.6;
          max-width: 5.2rem; }
        .l-headerMain__new__search .p-user__history .p-user__history__list li .p-user__history__item__info .p-user__history__item__user__name {
          font-size: 1.2rem;
          line-height: 1.2; }

.l-headerMain__new__search__suggest {
  z-index: 10;
  width: auto;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-radius: 8px; }
  .l-headerMain__new__search__suggest .l-headerMain__new__search__suggest__header {
    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;
    border-bottom: 0.1rem solid;
    padding: 0.6rem 2.4rem;
    cursor: pointer; }
  .l-headerMain__new__search__suggest .l-headerMain__new__search__suggest__list .l-headerMain__new__search__suggest__item .l-headerMain__new__search__suggest__item__content {
    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;
    padding: 0.6rem 2.4rem; }
    .l-headerMain__new__search__suggest .l-headerMain__new__search__suggest__list .l-headerMain__new__search__suggest__item .l-headerMain__new__search__suggest__item__content .l-headerMain__new__search__suggest__item__content__name {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 1.4rem;
      line-height: 1.4; }
    .l-headerMain__new__search__suggest .l-headerMain__new__search__suggest__list .l-headerMain__new__search__suggest__item .l-headerMain__new__search__suggest__item__content .l-headerMain__new__search__suggest__item__content__user__image,
    .l-headerMain__new__search__suggest .l-headerMain__new__search__suggest__list .l-headerMain__new__search__suggest__item .l-headerMain__new__search__suggest__item__content .l-headerMain__new__search__suggest__item__content__game__image {
      width: 3.2rem;
      margin-right: 0.8rem; }
    .l-headerMain__new__search__suggest .l-headerMain__new__search__suggest__list .l-headerMain__new__search__suggest__item .l-headerMain__new__search__suggest__item__content .l-headerMain__new__search__suggest__item__content__user__image {
      border-radius: 50%;
      height: 3.2rem; }
    .l-headerMain__new__search__suggest .l-headerMain__new__search__suggest__list .l-headerMain__new__search__suggest__item .l-headerMain__new__search__suggest__item__content .l-headerMain__new__search__suggest__item__content__game__image {
      height: 3.9rem; }

.l-headerMiddle {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #333;
  box-shadow: 1px 1px 3px #111; }
  .l-headerMiddle.fluid {
    min-width: 780px; }
  .l-headerMiddle.absolute {
    position: absolute;
    width: 780px; }
  .l-headerMiddle .l-headerMiddle__content {
    width: 780px;
    height: 60px;
    margin: 0 auto;
    position: relative; }
    .l-headerMiddle .l-headerMiddle__content h1 {
      position: absolute;
      top: 20px;
      left: 80px;
      z-index: 1;
      display: block;
      width: 143px;
      height: 20px; }
      .l-headerMiddle .l-headerMiddle__content h1.fluid {
        left: 20px; }
      .l-headerMiddle .l-headerMiddle__content h1 img {
        width: 143px;
        height: 20px; }
    .l-headerMiddle .l-headerMiddle__content .l-headerMiddle__content__pf {
      position: relative;
      float: right;
      display: inline-block;
      padding: 15px 0px 15px 12px;
      margin-right: 60px;
      height: 32px; }
      .l-headerMiddle .l-headerMiddle__content .l-headerMiddle__content__pf .l-headerMiddle__content__pf__box:before, .l-headerMiddle .l-headerMiddle__content .l-headerMiddle__content__pf .l-headerMiddle__content__pf__box:after {
        content: "";
        display: table; }
      .l-headerMiddle .l-headerMiddle__content .l-headerMiddle__content__pf .l-headerMiddle__content__pf__box:after {
        clear: both; }
      .l-headerMiddle .l-headerMiddle__content .l-headerMiddle__content__pf .l-headerMiddle__content__pf__box .l-headerMiddle__content__pf__box__img {
        width: 32px;
        float: left;
        margin-right: 7px; }
        .l-headerMiddle .l-headerMiddle__content .l-headerMiddle__content__pf .l-headerMiddle__content__pf__box .l-headerMiddle__content__pf__box__img img {
          width: 32px;
          height: 32px;
          border-radius: 50%; }
      .l-headerMiddle .l-headerMiddle__content .l-headerMiddle__content__pf .l-headerMiddle__content__pf__box .l-headerMiddle__content__pf__box__name {
        display: -webkit-box !important;
        display: -moz-box !important;
        word-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
        line-height: 1.4;
        margin-top: 8px;
        float: left; }
      .l-headerMiddle .l-headerMiddle__content .l-headerMiddle__content__pf .l-headerMiddle__content__pf__box .l-headerMiddle__content__pf__box__Icon {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -163px -81px;
        content: " ";
        display: inline-block;
        width: 11px;
        height: 7px;
        vertical-align: middle;
        float: left;
        width: 10px;
        margin-top: 14px;
        margin-left: 10px; }
        .l-headerMiddle .l-headerMiddle__content .l-headerMiddle__content__pf .l-headerMiddle__content__pf__box .l-headerMiddle__content__pf__box__Icon.selected {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -163px -67px;
          content: " ";
          display: inline-block;
          width: 11px;
          height: 7px;
          vertical-align: middle;
          float: left;
          width: 10px;
          margin-top: 14px;
          margin-left: 10px; }

.l-headerMain__content__usermenu__mypage_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px; }
  .l-headerMain__content__usermenu__mypage_box .l-headerMain__content__usermenu__mypage_box_text {
    font-weight: bold;
    margin-right: auto;
    line-height: 40px; }
    .l-headerMain__content__usermenu__mypage_box .l-headerMain__content__usermenu__mypage_box_text:before {
      margin-left: 20px;
      margin-right: 20px;
      vertical-align: -7px; }
  .l-headerMain__content__usermenu__mypage_box .l-headerMain__content__switch {
    cursor: pointer;
    position: relative;
    padding-top: 8px; }
    .l-headerMain__content__usermenu__mypage_box .l-headerMain__content__switch label {
      width: 48px;
      height: 24px;
      border-radius: 24px;
      background: transparent;
      position: relative;
      display: inline-block;
      box-sizing: border-box; }
      .l-headerMain__content__usermenu__mypage_box .l-headerMain__content__switch label:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        left: 0;
        top: 0;
        z-index: 2;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); }
    .l-headerMain__content__usermenu__mypage_box .l-headerMain__content__switch input {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 5;
      opacity: 0;
      cursor: pointer; }
      .l-headerMain__content__usermenu__mypage_box .l-headerMain__content__switch input:checked + label {
        border-color: #ff4c11; }
        .l-headerMain__content__usermenu__mypage_box .l-headerMain__content__switch input:checked + label:after {
          -webkit-transform: translate3d(24px, 0, 0);
          transform: translate3d(24px, 0, 0); }

.c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--menu {
  padding-top: 12px; }

.c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--logo svg {
  margin-top: 4px; }

.c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--searchBox {
  width: 480px; }

.c-headerContent__rightItem {
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 12px 0; }
  .c-headerContent__rightItem &gt; div {
    position: static;
    margin-left: 0;
    margin-right: 16px; }
    .c-headerContent__rightItem &gt; div.l-headerMain__content__notice {
      position: relative; }
  .c-headerContent__rightItem .l-headerMain__content__noticemenu,
  .c-headerContent__rightItem .l-headerMain__content__pf,
  .c-headerContent__rightItem .c-headerContent__profile {
    margin-right: 0; }
  .c-headerContent__rightItem &gt; .c-headerContent__profile {
    padding: 0;
    position: relative; }
    .c-headerContent__rightItem &gt; .c-headerContent__profile button {
      border: none;
      background: none;
      cursor: pointer; }
    .c-headerContent__rightItem &gt; .c-headerContent__profile ul {
      display: none;
      position: absolute;
      right: 0px;
      top: 0px;
      -webkit-transform: translate(0px, 36px);
      transform: translate(0px, 36px);
      width: 17rem;
      border-radius: 0.8rem;
      overflow: hidden;
      padding: 1.6rem 0; }
      .c-headerContent__rightItem &gt; .c-headerContent__profile ul li div[role="button"] {
        padding: 0 2.4rem;
        line-height: 4.0rem;
        font-size: 1.2rem;
        font-weight: bold;
        white-space: nowrap; }
    .c-headerContent__rightItem &gt; .c-headerContent__profile .l-headerMain__content__usermenu__nologin {
      min-width: 200px; }
  .c-headerContent__rightItem .l-headerMain__content__noticemenu {
    position: absolute; }
  .c-headerContent__rightItem .l-headerMain__content__delivery__box {
    line-height: inherit; }
  .c-headerContent__rightItem .l-headerMain__content__notice .l-headerMain__content__notice__box {
    line-height: inherit; }
  .c-headerContent__rightItem .c-headerMenu__toggleTheme {
    padding: 4px 16px; }

.p-toggleTheme .p-toggleTheme__switch,
.l-headerMain__content__usermenu__toggle .p-toggleTheme__switch {
  cursor: pointer;
  position: relative; }
  .p-toggleTheme .p-toggleTheme__switch label,
  .l-headerMain__content__usermenu__toggle .p-toggleTheme__switch label {
    width: 40px;
    height: 20px;
    border-radius: 20px;
    position: relative;
    display: block;
    box-sizing: border-box; }
    .p-toggleTheme .p-toggleTheme__switch label:after,
    .l-headerMain__content__usermenu__toggle .p-toggleTheme__switch label:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      left: 0;
      top: 0;
      z-index: 2;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); }
  .p-toggleTheme .p-toggleTheme__switch input,
  .l-headerMain__content__usermenu__toggle .p-toggleTheme__switch input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer; }
    .p-toggleTheme .p-toggleTheme__switch input:checked + label:after,
    .l-headerMain__content__usermenu__toggle .p-toggleTheme__switch input:checked + label:after {
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0); }

.l-content {
  margin-top: 60px;
  padding-bottom: 10px;
  overflow-x: hidden; }
  .l-content.chart {
    padding-bottom: 0; }
  .l-content.movie {
    padding-bottom: 0; }
  .l-content.dashboard {
    padding-bottom: 0; }
  .l-content .l-content__area {
    padding: 15px 16px; }
    .l-content .l-content__area .l-content__area__title {
      width: 1040px;
      margin: 0 auto;
      font-size: 24px;
      font-size: 2.4rem;
      padding: 10px 0 5px; }
  .l-content .l-content__box {
    display: table;
    width: 100%; }
    .l-content .l-content__box .l-content__box__left {
      display: table-cell;
      vertical-align: top;
      background: #000; }
      .l-content .l-content__box .l-content__box__left .y-scroll {
        outline: none; }
    .l-content .l-content__box .l-content__box__right {
      position: relative;
      width: 360px;
      min-height: 470px;
      display: table-cell;
      vertical-align: top;
      overflow-y: hidden; }

.l-contentMain {
  min-width: 1110px; }

.l-contentMiddle {
  min-width: 780px; }

.l-container .l-container__main {
  margin: 80px auto 0;
  width: 1110px; }
  .l-container .l-container__main.p-premium {
    margin: 60px auto 0;
    width: 100%; }
  .l-container .l-container__main .l-container__main__row {
    display: table;
    width: 1110px; }
    .l-container .l-container__main .l-container__main__row .l-container__main__row__left {
      display: table-cell;
      width: 240px;
      padding-right: 40px;
      padding-bottom: 25px;
      vertical-align: top; }
    .l-container .l-container__main .l-container__main__row .l-container__main__row__right {
      display: table-cell;
      width: 845px;
      vertical-align: top; }

.l-container .l-container__middle {
  margin: 80px auto 0;
  width: 780px; }
  .l-container .l-container__middle.p-point {
    margin: 60px auto 0;
    width: 100%; }
  .l-container .l-container__middle .l-container__middle__row {
    display: table;
    width: 780px; }

/*
 * -----------------------------------------------------------------
 * Project
 * -----------------------------------------------------------------
 */
.p-wrapper {
  background: #000;
  padding-top: 33px; }

.p-slider {
  background: #000;
  line-height: 0;
  width: 989px;
  margin: 0 auto;
  height: 381px;
  padding-bottom: 32px;
  overflow: hidden; }
  .p-slider .p-slider__content {
    position: relative;
    width: 989px;
    padding-bottom: 28px; }

.videoContent video {
  width: 677px;
  height: 381px;
  background: black; }

.glide__slide .slider__content__title {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 16px;
  display: -webkit-box !important;
  display: -moz-box !important;
  word-wrap: break-word;
  word-break: break-all;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: visible;
  top: 30px;
  font-size: 18px;
  font-size: 1.8rem; }

.glide__slide .slider__content__count {
  position: absolute;
  z-index: 1;
  top: 52px;
  left: 16px;
  font-size: 16px;
  font-size: 1.6rem; }
  .glide__slide .slider__content__count:before {
    background-image: url(../../images/v4/sprites.png);
    background-repeat: no-repeat;
    background-size: 320px 240px;
    background-position: -102px -81px;
    content: " ";
    display: inline-block;
    width: 20px;
    height: 12px;
    vertical-align: middle;
    margin-right: 8px;
    vertical-align: -1px; }

.glide__slide .imgContent {
  position: relative; }

.glide__slide .imgContent .imgContent__comingup {
  background-image: url(../../images/v4/sprites_3.png);
  background-repeat: no-repeat;
  background-size: 150px 250px;
  background-position: 0px -37px;
  content: " ";
  display: inline-block;
  width: 109px;
  height: 27px;
  vertical-align: middle;
  background-size: 100px;
  position: absolute;
  z-index: 1;
  right: 170px;
  bottom: 16px; }

.glide__slide .imgContent .imgContent__live {
  background-image: url(../../images/v4/sprites_3.png);
  background-repeat: no-repeat;
  background-size: 150px 250px;
  background-position: 0px -4px;
  content: " ";
  display: inline-block;
  width: 80px;
  height: 27px;
  vertical-align: middle;
  background-size: 100px;
  position: absolute;
  z-index: 1;
  right: 170px;
  bottom: 16px; }

.glide__slide .imgContent .imgContent__offline {
  background-image: url(../../images/v4/sprites_3.png);
  background-repeat: no-repeat;
  background-size: 150px 250px;
  background-position: 0px -66px;
  content: " ";
  display: inline-block;
  width: 80px;
  height: 27px;
  vertical-align: middle;
  background-size: 100px;
  position: absolute;
  z-index: 1;
  right: 170px;
  bottom: 16px; }

.glide__slide .videoContent .imgContent__comingup {
  background-image: url(../../images/v4/sprites_3.png);
  background-repeat: no-repeat;
  background-size: 150px 250px;
  background-position: 0px -37px;
  content: " ";
  display: inline-block;
  width: 109px;
  height: 27px;
  vertical-align: middle;
  background-size: 100px;
  position: absolute;
  z-index: 1;
  right: 170px;
  bottom: 16px; }

.glide__slide .videoContent .imgContent__live {
  background-image: url(../../images/v4/sprites_3.png);
  background-repeat: no-repeat;
  background-size: 150px 250px;
  background-position: 0px -4px;
  content: " ";
  display: inline-block;
  width: 80px;
  height: 27px;
  vertical-align: middle;
  background-size: 100px;
  position: absolute;
  z-index: 1;
  right: 170px;
  bottom: 16px; }

.glide__slide .videoContent .imgContent__offline {
  background-image: url(../../images/v4/sprites_3.png);
  background-repeat: no-repeat;
  background-size: 150px 250px;
  background-position: 0px -66px;
  content: " ";
  display: inline-block;
  width: 80px;
  height: 27px;
  vertical-align: middle;
  background-size: 100px;
  position: absolute;
  z-index: 1;
  right: 170px;
  bottom: 16px; }

.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
  animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }
  .sk-spinner-pulse.moreComment {
    width: 18px;
    height: 18px; }
  .sk-spinner-pulse.blacklistLoading {
    width: 30px;
    height: 30px; }
  .sk-spinner-pulse.blacklistScrollLoading {
    width: 18px;
    height: 18px; }
  .sk-spinner-pulse.audiencelistLoading {
    width: 30px;
    height: 30px; }
  .sk-spinner-pulse.audiencelistScrollLoading {
    width: 18px;
    height: 18px; }
  .sk-spinner-pulse.gamelistLoading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px; }

.sk-spinner-pulse__chat {
  width: 25px;
  height: 25px;
  margin: 10px auto;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
  animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.sk-spinner-pulse__comment {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
  animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.sk-spinner-pulse__yell {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
  animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.p-profile li.p-profile__bg {
  position: relative; }
  .p-profile li.p-profile__bg .bg_file_container {
    height: 280px;
    cursor: pointer;
    text-align: center;
    overflow: hidden; }
    .p-profile li.p-profile__bg .bg_file_container .p-profile__bg__img {
      opacity: 0.4;
      filter: alpha(opacity=40);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  .p-profile li.p-profile__bg .p-profile__bg__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -35px;
    z-index: 2;
    background-image: url(../../images/v4/sprites.png);
    background-repeat: no-repeat;
    background-size: 320px 240px;
    background-position: -71px -182px;
    content: " ";
    display: inline-block;
    width: 71px;
    height: 56px;
    vertical-align: middle; }
  .p-profile li.p-profile__bg .p-profile__bg__text {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    width: 204px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 50px;
    margin-left: -102px;
    z-index: 2; }

.p-profile li.p-profile__title {
  width: 640px;
  margin: 0 auto;
  padding: 24px 16px 12px;
  font-size: 14px;
  font-size: 1.4rem; }
  .p-profile li.p-profile__title.diff {
    font-size: 18px;
    font-size: 1.8rem; }

.p-profile li.p-profile__content {
  display: table;
  width: 640px;
  margin: 0 auto;
  padding: 16px 0;
  background: #333; }
  .p-profile li.p-profile__content.diff {
    position: relative;
    background: none; }
  .p-profile li.p-profile__content .p-profile__content__left {
    position: relative;
    display: table-cell;
    width: 96px;
    padding-right: 16px;
    padding-left: 16px;
    line-height: 0; }
    .p-profile li.p-profile__content .p-profile__content__left.diff {
      left: 244px; }
      .p-profile li.p-profile__content .p-profile__content__left.diff .icon_file_container {
        width: 140px;
        height: 140px; }
        .p-profile li.p-profile__content .p-profile__content__left.diff .icon_file_container img {
          width: 140px;
          height: 140px;
          opacity: 0.4;
          filter: alpha(opacity=40);
          cursor: pointer;
          border-radius: 50%; }
    .p-profile li.p-profile__content .p-profile__content__left .icon_file_container {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden;
      position: relative; }
      .p-profile li.p-profile__content .p-profile__content__left .icon_file_container img {
        width: 80px;
        height: 80px;
        opacity: 0.4;
        filter: alpha(opacity=40);
        cursor: pointer;
        position: absolute;
        z-index: 2; }
    .p-profile li.p-profile__content .p-profile__content__left .p-profile__content__left__icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -16px;
      margin-left: -28px;
      z-index: 2;
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -184px -62px;
      content: " ";
      display: inline-block;
      width: 39px;
      height: 31px;
      vertical-align: middle;
      cursor: pointer; }
      .p-profile li.p-profile__content .p-profile__content__left .p-profile__content__left__icon.diff {
        top: 42px;
        left: 96px;
        cursor: pointer; }
  .p-profile li.p-profile__content .p-profile__content__right {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem; }
    .p-profile li.p-profile__content .p-profile__content__right.diff {
      position: absolute;
      width: 120px;
      top: 88px;
      left: 268px;
      font-size: 14px;
      font-size: 1.4rem;
      text-align: center;
      cursor: pointer; }
  .p-profile li.p-profile__content .p-profile__content__input {
    width: 288px;
    margin-left: 16px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    background: #333;
    border: 0 !important;
    -webkit-appearance: none;
    outline: 0; }
    .p-profile li.p-profile__content .p-profile__content__input::-webkit-input-placeholder {
      color: #ffc511; }
    .p-profile li.p-profile__content .p-profile__content__input:-moz-placeholder {
      color: #ffc511;
      opacity: 1; }
    .p-profile li.p-profile__content .p-profile__content__input::-moz-placeholder {
      color: #ffc511;
      opacity: 1; }
    .p-profile li.p-profile__content .p-profile__content__input:-ms-input-placeholder {
      color: #ffc511; }
  .p-profile li.p-profile__content textarea {
    width: 93%;
    height: 69px;
    margin-left: 16px;
    background: #333;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    border: 0 !important;
    -webkit-appearance: none;
    outline: none;
    resize: none; }

.p-profile li.p-profile__button {
  display: table;
  width: 640px;
  margin: 0 auto;
  padding: 16px 0; }
  .p-profile li.p-profile__button .p-profile__button__area {
    display: table-cell;
    width: 50%;
    text-align: center; }
    .p-profile li.p-profile__button .p-profile__button__area .p-profile__button__area__cancel {
      display: inline-block;
      padding: 16px;
      cursor: pointer;
      font-size: 14px;
      font-size: 1.4rem; }
    .p-profile li.p-profile__button .p-profile__button__area .p-profile__button__area__save {
      display: inline-block;
      padding: 16px;
      cursor: pointer;
      font-size: 14px;
      font-size: 1.4rem; }

.p-profile li.p-profile__withdrawal {
  position: relative;
  width: 440px;
  margin: 0 auto; }
  .p-profile li.p-profile__withdrawal .p-profile__withdrawal__link {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
    padding-bottom: 12px;
    font-size: 12px;
    font-size: 1.2rem; }
  .p-profile li.p-profile__withdrawal .p-profile__withdrawal__text {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 10px; }

.p-profile .p-profile__pointLog .p-profile__pointLog__hr {
  margin-top: 16px;
  border-top: 1px solid #333; }

.p-profile .p-profile__pointLog .p-profile__pointLog__h2 {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0 3px; }

.p-profile .p-profile__pointLog .p-profile__pointLog__h3 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 8px; }

.p-profile .p-profile__pointLog .p-profile__pointLog__text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 6px; }

.p-profile .p-profile__pointLog .p-profile__pointLog__description {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 30px; }

.p-profile .p-profile__pointLog .p-profile__pointLog__balance__box {
  font-size: 14px;
  font-size: 1.4rem;
  width: 845px;
  border-radius: 4px; }
  .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__pointIcon {
    float: left;
    margin-top: 25px;
    margin-left: 30px;
    background-image: url(../../images/v6/sprite_payment_ver3.png);
    background-repeat: no-repeat;
    background-size: 612px 405px;
    background-position: -332px -44px;
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle; }
  .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__value {
    vertical-align: middle;
    float: left;
    margin-left: 10px;
    width: 580px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 21px; }
    .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__value.zero {
      margin-top: 32px; }
    .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__value.detail {
      margin-top: 10px;
      margin-left: 0px;
      font-size: 12px;
      font-size: 1.2rem; }
  .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__btn,
  .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__btn.waves-button {
    float: right;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-right: 30px;
    width: 160px;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box:after {
    content: "";
    display: block;
    clear: both; }

.p-profile .p-profile__pointLog li.p-profile__pointLog__box {
  width: 845px;
  margin-top: 30px; }
  .p-profile .p-profile__pointLog li.p-profile__pointLog__box:before {
    content: "";
    display: block;
    clear: both; }
  .p-profile .p-profile__pointLog li.p-profile__pointLog__box:after {
    content: "";
    display: block;
    clear: both; }
  .p-profile .p-profile__pointLog li.p-profile__pointLog__box.use h4 {
    font-size: 12px;
    font-size: 1.2rem;
    width: 400px; }
  .p-profile .p-profile__pointLog li.p-profile__pointLog__box.use .p-profile__pointLog__box__date {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 10px;
    width: 200px; }
    .p-profile .p-profile__pointLog li.p-profile__pointLog__box.use .p-profile__pointLog__box__date:after {
      content: "";
      display: block;
      clear: both; }
  .p-profile .p-profile__pointLog li.p-profile__pointLog__box.use .p-profile__pointLog__box__desc {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 10px;
    width: 845px; }
    .p-profile .p-profile__pointLog li.p-profile__pointLog__box.use .p-profile__pointLog__box__desc:after {
      content: "";
      display: block;
      clear: both; }
  .p-profile .p-profile__pointLog li.p-profile__pointLog__box.charge h4 {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    width: 400px; }
  .p-profile .p-profile__pointLog li.p-profile__pointLog__box.charge .p-profile__pointLog__box__date {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 10px;
    width: 200px; }
    .p-profile .p-profile__pointLog li.p-profile__pointLog__box.charge .p-profile__pointLog__box__date:after {
      content: "";
      display: block;
      clear: both; }

.p-profile .p-profile__profileSetting .p-profile__profileSetting__hr {
  margin-top: 16px;
  border-top: 1px solid #333; }

.p-profile .p-profile__profileSetting .p-profile__profileSetting__h2 {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0 3px; }

.p-profile .p-profile__profileSetting .p-profile__profileSetting__h3 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 15px;
  height: 14px; }

.p-profile .p-profile__profileSetting .p-profile__profileSetting__text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 6px;
  margin-bottom: 5px;
  height: 12px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 12px; }

.p-profile .p-profile__profileSetting .p-profile__profileSetting__description {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 30px; }

.p-profile .p-profile__profileSetting .p-profile__profileSetting__balance__box {
  font-size: 14px;
  font-size: 1.4rem;
  width: 845px;
  border-radius: 4px; }
  .p-profile .p-profile__profileSetting .p-profile__profileSetting__balance__box .p-profile__profileSetting__balance__box__pointIcon {
    float: left;
    margin-top: 25px;
    margin-left: 30px;
    background-image: url(../../images/v6/sprite_payment_ver3.png);
    background-repeat: no-repeat;
    background-size: 612px 405px;
    background-position: -332px -44px;
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle; }
  .p-profile .p-profile__profileSetting .p-profile__profileSetting__balance__box .p-profile__profileSetting__balance__box__value {
    vertical-align: middle;
    float: left;
    margin-left: 10px;
    width: 580px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 21px; }
    .p-profile .p-profile__profileSetting .p-profile__profileSetting__balance__box .p-profile__profileSetting__balance__box__value.zero {
      margin-top: 32px; }
    .p-profile .p-profile__profileSetting .p-profile__profileSetting__balance__box .p-profile__profileSetting__balance__box__value.detail {
      margin-top: 10px;
      margin-left: 0px;
      font-size: 12px;
      font-size: 1.2rem; }
  .p-profile .p-profile__profileSetting .p-profile__profileSetting__balance__box .p-profile__profileSetting__balance__box__btn,
  .p-profile .p-profile__profileSetting .p-profile__profileSetting__balance__box .p-profile__profileSetting__balance__box__btn.waves-button {
    float: right;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-right: 30px;
    width: 160px;
    height: 44px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    .p-profile .p-profile__profileSetting .p-profile__profileSetting__balance__box .p-profile__profileSetting__balance__box__btn:hover:not(.p-profile__profileSetting__balance__box__btn--disabled),
    .p-profile .p-profile__profileSetting .p-profile__profileSetting__balance__box .p-profile__profileSetting__balance__box__btn.waves-button:hover:not(.p-profile__profileSetting__balance__box__btn--disabled) {
      opacity: .7;
      text-align: center;
      text-decoration: none !important; }
    .p-profile .p-profile__profileSetting .p-profile__profileSetting__balance__box .p-profile__profileSetting__balance__box__btn.p-profile__profileSetting__balance__box__btn--disabled,
    .p-profile .p-profile__profileSetting .p-profile__profileSetting__balance__box .p-profile__profileSetting__balance__box__btn.waves-button.p-profile__profileSetting__balance__box__btn--disabled {
      cursor: default; }
  .p-profile .p-profile__profileSetting .p-profile__profileSetting__balance__box:after {
    content: "";
    display: block;
    clear: both; }

.p-profile .p-profile__profileSetting li.p-profile__profileSetting__box {
  width: 845px;
  margin-top: 30px; }
  .p-profile .p-profile__profileSetting li.p-profile__profileSetting__box:before {
    content: "";
    display: block;
    clear: both; }
  .p-profile .p-profile__profileSetting li.p-profile__profileSetting__box:after {
    content: "";
    display: block;
    clear: both; }
  .p-profile .p-profile__profileSetting li.p-profile__profileSetting__box.use h4 {
    font-size: 12px;
    font-size: 1.2rem;
    width: 400px; }
  .p-profile .p-profile__profileSetting li.p-profile__profileSetting__box.use .p-profile__profileSetting__box__date {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 10px;
    width: 200px; }
    .p-profile .p-profile__profileSetting li.p-profile__profileSetting__box.use .p-profile__profileSetting__box__date:after {
      content: "";
      display: block;
      clear: both; }
  .p-profile .p-profile__profileSetting li.p-profile__profileSetting__box.use .p-profile__profileSetting__box__desc {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 10px;
    width: 845px; }
    .p-profile .p-profile__profileSetting li.p-profile__profileSetting__box.use .p-profile__profileSetting__box__desc:after {
      content: "";
      display: block;
      clear: both; }
  .p-profile .p-profile__profileSetting li.p-profile__profileSetting__box.charge h4 {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    width: 400px; }
  .p-profile .p-profile__profileSetting li.p-profile__profileSetting__box.charge .p-profile__profileSetting__box__date {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 10px;
    width: 200px; }
    .p-profile .p-profile__profileSetting li.p-profile__profileSetting__box.charge .p-profile__profileSetting__box__date:after {
      content: "";
      display: block;
      clear: both; }

.p-profile .p-profile__profileSetting .p-profile__premiumIcon {
  background-image: url(../../images/premium.svg);
  background-size: 1.4rem 1.4rem;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  height: 1.4rem;
  width: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 0px; }

.p-profile .p-profile__profileSetting .p-profile__radioDisabled {
  opacity: 0.4; }

.p-profile .p-profile__profileSetting .p-prifile__button__save {
  display: inline-block;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  width: 134px;
  text-align: center;
  cursor: pointer; }

.p-profile .p-profile__profileSetting .p-prifile__button__save_disabled {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  width: 134px;
  background: #333;
  text-align: center;
  cursor: default; }

.p-profile .p-profile__profileSetting .p-profile__radio {
  margin-top: 10px;
  margin-bottom: 25px;
  top: 245px;
  width: 22px;
  height: 16px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  font-weight: none;
  margin-bottom: 3px;
  vertical-align: -0.1em; }

.p-profile .p-profile__profileSetting .p-profile__radio_right {
  margin-left: 15px; }

.p-profile .p-profile__profileSetting .p-profile__radio_label {
  margin-right: 10px; }

.p-profile .p-profile__profileSetting .p-profile__updated_message {
  margin-left: 20px;
  display: none; }

.p-profile .p-profile__pushSetting .p-profile__pushSetting__h2 {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0 3px;
  margin-bottom: 24px; }

.p-profile .p-profile__pushSetting .p-profile__pushSetting__browser {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
  .p-profile .p-profile__pushSetting .p-profile__pushSetting__browser .p-profile__pushSetting__browser__icon {
    display: inline-block;
    background-size: cover;
    width: 32px;
    height: 32px;
    margin-top: 24px; }
    .p-profile .p-profile__pushSetting .p-profile__pushSetting__browser .p-profile__pushSetting__browser__icon.chrome {
      background-image: url(../../images/browse_chrome.png); }
    .p-profile .p-profile__pushSetting .p-profile__pushSetting__browser .p-profile__pushSetting__browser__icon.firefox {
      background-image: url(../../images/browse_firefox.png); }
    .p-profile .p-profile__pushSetting .p-profile__pushSetting__browser .p-profile__pushSetting__browser__icon.edge {
      background-image: url(../../images/browse_edge.png); }
    .p-profile .p-profile__pushSetting .p-profile__pushSetting__browser .p-profile__pushSetting__browser__icon.edg {
      background-image: url(../../images/browse_edg.png); }
  .p-profile .p-profile__pushSetting .p-profile__pushSetting__browser .p-profile__pushSetting__browser__label {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 34px 8px 20px; }
  .p-profile .p-profile__pushSetting .p-profile__pushSetting__browser .p-profile__pushSetting__browser__button {
    display: inline-block;
    float: right;
    margin: 24px 18px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid rgba(255, 197, 17, 0.9);
    padding: 9px 17px;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .p-profile .p-profile__pushSetting .p-profile__pushSetting__browser .p-profile__pushSetting__browser__button:hover {
      opacity: 0.88; }

.p-profile .p-profile__pushSetting .p-profile__pushSetting__list {
  margin-top: 14px; }
  .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item {
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
    .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item.all {
      border-bottom: solid 1px rgba(255, 255, 255, 0.8); }
    .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .label {
      display: inline-block;
      margin: 22px 8px 20px; }
    .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .toggle {
      float: right;
      margin: 14px 16px; }
      .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .toggle .switch {
        position: relative;
        display: inline-block;
        width: 48px;
        height: 24px; }
        .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .toggle .switch input {
          display: none; }
      .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .toggle .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 16px; }
        .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .toggle .slider:before {
          position: absolute;
          content: "";
          width: 24px;
          height: 24px;
          box-shadow: 0 0 4px #000000;
          -webkit-transition: .4s;
          transition: .4s;
          border-radius: 16px;
          text-align: center;
          line-height: 24px; }
      .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .toggle input:focus + .slider {
        box-shadow: 0 0 1px #ffc511; }
      .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .toggle input:checked + .slider:before {
        -webkit-transform: translateX(24px);
        transform: translateX(24px); }
      .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .toggle input:disabled + .slider {
        opacity: 0.2; }

.p-profile .p-profile__pushSetting .p-profile__pushSetting__button {
  margin-top: 41px; }
  .p-profile .p-profile__pushSetting .p-profile__pushSetting__button .p-profile__pushSetting__button__save {
    font-size: 12px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 24px;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .p-profile .p-profile__pushSetting .p-profile__pushSetting__button .p-profile__pushSetting__button__save:hover {
      opacity: 0.88; }
    .p-profile .p-profile__pushSetting .p-profile__pushSetting__button .p-profile__pushSetting__button__save:hover {
      background: rgba(0, 0, 0, 0.1); }
  .p-profile .p-profile__pushSetting .p-profile__pushSetting__button .p-profile__pushSetting__button__message {
    margin: 5px;
    display: none; }

.p-profile .p-profile__pushSetting .p-profile__pushChannel__message {
  font-size: 12px;
  padding: 24px 10px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4); }

.p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item {
  display: block;
  margin: 12px 0;
  padding: 0 10px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
  .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item.all {
    border-bottom: solid 1px rgba(255, 255, 255, 0.8); }
  .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: contain; }
  .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .content {
    display: inline-block;
    position: relative;
    margin: 9px;
    top: 25%;
    -webkit-transform: translateY(-25%);
    /* Safari用 */
    transform: translateY(-25%); }
    .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .content .name {
      font-size: 13px; }
    .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .content .key {
      font-size: 12px; }
  .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .message {
    float: right;
    margin-top: 12px;
    display: none; }
  .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .toggle {
    float: right;
    margin: 7px 18px; }
    .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .toggle .switch {
      position: relative;
      display: inline-block;
      width: 48px;
      height: 24px; }
      .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .toggle .switch input {
        display: none; }
    .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .toggle .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: .4s;
      transition: .4s;
      border-radius: 16px; }
      .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .toggle .slider:before {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        box-shadow: 0 0 4px #000000;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 16px;
        text-align: center;
        line-height: 24px; }
    .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .toggle input:focus + .slider {
      box-shadow: 0 0 1px #ffc511; }
    .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .toggle input:checked + .slider:before {
      -webkit-transform: translateX(24px);
      transform: translateX(24px); }
    .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .toggle input:disabled + .slider {
      opacity: 0.2; }

.p-ad {
  height: 50px;
  padding: 13px 20px 7px;
  border-bottom: 1px solid #333;
  background: #333;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }

.p-video {
  position: relative;
  margin: auto;
  text-align: center; }
  .p-video .p-video__premium {
    position: absolute;
    z-index: 2;
    left: 160px;
    bottom: -8px;
    width: 531px;
    height: 72px;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #34aef6;
    border-radius: 2px; }
    .p-video .p-video__premium:before, .p-video .p-video__premium:after {
      content: "";
      display: table; }
    .p-video .p-video__premium:after {
      clear: both; }
    .p-video .p-video__premium .p-video__premium__img {
      background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 427px 240px;
      background-position: -226px -190px;
      content: " ";
      display: inline-block;
      width: 52px;
      height: 49px;
      vertical-align: middle;
      float: left;
      margin: 16px 14px 0 12px; }
    .p-video .p-video__premium .p-video__premium__text {
      width: 216px;
      line-height: 1.6;
      float: left;
      text-align: left;
      margin-top: 8px;
      margin-right: 38px; }
    .p-video .p-video__premium .p-video__premium__button {
      display: inline-block;
      width: 144px;
      height: 36px;
      margin-top: 18px;
      border-radius: 4px;
      background: #34aef6;
      cursor: pointer;
      float: left;
      text-align: center;
      line-height: 2.9;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .p-video .p-video__premium .p-video__premium__button:hover {
        opacity: .9; }
    .p-video .p-video__premium .p-video__premium__closed {
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -240px -4px;
      content: " ";
      display: inline-block;
      width: 18px;
      height: 18px;
      vertical-align: middle;
      margin-top: 27px;
      margin-left: 20px;
      cursor: pointer;
      float: left; }
  .p-video .p-video__thumbnail__bantype--pc {
    line-height: 1.2;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    bottom: 36%; }

.p-playlist {
  width: 360px;
  background: #222; }
  .p-playlist .p-playlist__applink {
    display: none;
    border: 1px solid #ffc511;
    text-align: center;
    margin: 0 16px 24px;
    padding: 4px 0; }
    .p-playlist .p-playlist__applink .p-playlist__applink__up {
      font-size: 12px;
      font-size: 1.2rem; }
    .p-playlist .p-playlist__applink .p-playlist__applink__down {
      font-size: 10px;
      font-size: 1rem; }
  .p-playlist .p-playlist__tabmenuPc {
    display: table;
    width: 360px;
    height: 57px;
    margin-top: -20px;
    border-top: 2px solid #222;
    background: #333; }
    .p-playlist .p-playlist__tabmenuPc .p-playlist__tabmenuPc__videoinfo {
      display: table-cell;
      width: 33.333333%;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      border-bottom: 1px solid transparent;
      font-size: 14px;
      font-size: 1.4rem;
      padding: 2px 0 0;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .p-playlist .p-playlist__tabmenuPc .p-playlist__tabmenuPc__videoinfo:hover {
        background: #2b2b2b; }
      .p-playlist .p-playlist__tabmenuPc .p-playlist__tabmenuPc__videoinfo.selected {
        border-bottom: 1px solid #ff2d55;
        background: #2b2b2b;
        cursor: default; }
    .p-playlist .p-playlist__tabmenuPc .p-playlist__tabmenuPc__comment {
      display: table-cell;
      width: 33.333333%;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      border-bottom: 1px solid transparent;
      font-size: 14px;
      font-size: 1.4rem;
      padding: 2px 0 0;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .p-playlist .p-playlist__tabmenuPc .p-playlist__tabmenuPc__comment:hover {
        background: #2b2b2b; }
      .p-playlist .p-playlist__tabmenuPc .p-playlist__tabmenuPc__comment.selected {
        border-bottom: 1px solid #ff2d55;
        background: #2b2b2b;
        cursor: default; }
    .p-playlist .p-playlist__tabmenuPc .p-playlist__tabmenuPc__recomment {
      display: table-cell;
      width: 33.333333%;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      border-bottom: 1px solid transparent;
      font-size: 14px;
      font-size: 1.4rem;
      padding: 2px 0 0;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .p-playlist .p-playlist__tabmenuPc .p-playlist__tabmenuPc__recomment:hover {
        background: #2b2b2b; }
      .p-playlist .p-playlist__tabmenuPc .p-playlist__tabmenuPc__recomment.selected {
        border-bottom: 1px solid #ff2d55;
        background: #2b2b2b;
        cursor: default; }
  .p-playlist .p-playlist__content {
    margin: 0 16px;
    padding-top: 22px;
    border-bottom: 1px solid #333;
    word-break: break-word; }
    .p-playlist .p-playlist__content .p-playlist__content__date {
      margin-bottom: 18px;
      position: relative;
      font-size: 14px;
      font-size: 1.4rem; }
      .p-playlist .p-playlist__content .p-playlist__content__date i {
        background-image: url("../../images/v4/icon_rock_sp.png");
        background-repeat: no-repeat;
        width: 12px;
        height: 17px;
        background-size: 100%;
        display: inline-block;
        margin: 0 8px 0 0;
        vertical-align: bottom; }
      .p-playlist .p-playlist__content .p-playlist__content__date .p-playlist__content__date__report {
        position: absolute;
        z-index: 2;
        right: 0;
        top: 0;
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -176px -9px;
        content: " ";
        display: inline-block;
        width: 24px;
        height: 8px;
        vertical-align: middle;
        cursor: pointer; }
      .p-playlist .p-playlist__content .p-playlist__content__date .p-playlist__content__date__reportContent {
        position: absolute;
        width: 100%;
        z-index: 2;
        top: 24px;
        left: 0; }
        .p-playlist .p-playlist__content .p-playlist__content__date .p-playlist__content__date__reportContent .p-playlist__content__date__reportContent__list {
          padding: 20px 12px 8px;
          background: #333;
          border-radius: 2px; }
          .p-playlist .p-playlist__content .p-playlist__content__date .p-playlist__content__date__reportContent .p-playlist__content__date__reportContent__list .p-playlist__content__date__reportContent__list__title {
            text-align: center;
            font-size: 12px;
            font-size: 1.2rem;
            border-bottom: 1px solid #222;
            padding-bottom: 16px; }
          .p-playlist .p-playlist__content .p-playlist__content__date .p-playlist__content__date__reportContent .p-playlist__content__date__reportContent__list .p-playlist__content__date__reportContent__list__box {
            display: table;
            width: 100%;
            padding-top: 16px; }
            .p-playlist .p-playlist__content .p-playlist__content__date .p-playlist__content__date__reportContent .p-playlist__content__date__reportContent__list .p-playlist__content__date__reportContent__list__box .p-playlist__content__date__reportContent__list__box__left {
              display: table-cell;
              width: 50%;
              text-align: center;
              cursor: pointer; }
              .p-playlist .p-playlist__content .p-playlist__content__date .p-playlist__content__date__reportContent .p-playlist__content__date__reportContent__list .p-playlist__content__date__reportContent__list__box .p-playlist__content__date__reportContent__list__box__left span {
                display: inline-block;
                width: 112px;
                padding: 10px 0;
                text-align: center; }
                .p-playlist .p-playlist__content .p-playlist__content__date .p-playlist__content__date__reportContent .p-playlist__content__date__reportContent__list .p-playlist__content__date__reportContent__list__box .p-playlist__content__date__reportContent__list__box__left span:hover {
                  background: #2b2b2b; }
            .p-playlist .p-playlist__content .p-playlist__content__date .p-playlist__content__date__reportContent .p-playlist__content__date__reportContent__list .p-playlist__content__date__reportContent__list__box .p-playlist__content__date__reportContent__list__box__right {
              display: table-cell;
              width: 50%;
              text-align: center;
              cursor: pointer; }
              .p-playlist .p-playlist__content .p-playlist__content__date .p-playlist__content__date__reportContent .p-playlist__content__date__reportContent__list .p-playlist__content__date__reportContent__list__box .p-playlist__content__date__reportContent__list__box__right span {
                display: inline-block;
                width: 112px;
                padding: 10px 0;
                text-align: center; }
                .p-playlist .p-playlist__content .p-playlist__content__date .p-playlist__content__date__reportContent .p-playlist__content__date__reportContent__list .p-playlist__content__date__reportContent__list__box .p-playlist__content__date__reportContent__list__box__right span:hover {
                  background: #2b2b2b; }
        .p-playlist .p-playlist__content .p-playlist__content__date .p-playlist__content__date__reportContent .p-playlist__content__date__reportContent__close {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -304px -31px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 14px;
          vertical-align: middle;
          cursor: pointer;
          position: absolute;
          top: 10px;
          right: 9px;
          z-index: 3; }
      .p-playlist .p-playlist__content .p-playlist__content__date .p-playlist__content__date__comingup {
        background-image: url(../../images/v4/sprites_3.png);
        background-repeat: no-repeat;
        background-size: 150px 250px;
        background-position: -20px -176px;
        content: " ";
        display: inline-block;
        width: 80px;
        height: 21px;
        vertical-align: middle;
        vertical-align: -5px;
        margin-right: 12px; }
      .p-playlist .p-playlist__content .p-playlist__content__date .p-playlist__content__date__live {
        background-image: url(../../images/v4/sprites_3.png);
        background-repeat: no-repeat;
        background-size: 150px 250px;
        background-position: -20px -143px;
        content: " ";
        display: inline-block;
        width: 50px;
        height: 21px;
        vertical-align: middle;
        vertical-align: -5px;
        margin-right: 12px; }
      .p-playlist .p-playlist__content .p-playlist__content__date .p-playlist__content__date__offline {
        background-image: url(../../images/v4/sprites_3.png);
        background-repeat: no-repeat;
        background-size: 150px 250px;
        background-position: -20px -208px;
        content: " ";
        display: inline-block;
        width: 60px;
        height: 21px;
        vertical-align: middle;
        vertical-align: -5px;
        margin-right: 12px; }
      .p-playlist .p-playlist__content .p-playlist__content__date .p-playlist__content__date__menu {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -176px -9px;
        content: " ";
        display: inline-block;
        width: 24px;
        height: 8px;
        vertical-align: middle;
        position: absolute;
        z-index: 1;
        top: 5px;
        right: 0;
        cursor: pointer; }
    .p-playlist .p-playlist__content .p-playlist__content__title {
      line-height: 1.6;
      margin-bottom: 12px;
      font-size: 14px;
      font-size: 1.4rem; }
    .p-playlist .p-playlist__content .p-playlist__content__count {
      font-size: 14px;
      font-size: 1.4rem; }
    .p-playlist .p-playlist__content .p-playlist__content__share {
      position: relative;
      display: block;
      margin: 18px 0 0 0;
      padding-bottom: 23px; }
      .p-playlist .p-playlist__content .p-playlist__content__share:before, .p-playlist .p-playlist__content .p-playlist__content__share:after {
        content: "";
        display: table; }
      .p-playlist .p-playlist__content .p-playlist__content__share:after {
        clear: both; }
      .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__favorite {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -41px -187px;
        content: " ";
        display: inline-block;
        width: 28px;
        height: 26px;
        vertical-align: middle;
        margin-right: 11px;
        line-height: 2.5;
        float: left;
        cursor: pointer;
        padding: 2px 0 2px;
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -6px -168px;
        content: " ";
        display: inline-block;
        width: 19px;
        height: 22px;
        vertical-align: middle;
        margin: 0 22px 0 6px;
        padding: 0; }
        .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__favorite.selected {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -41px -213px;
          content: " ";
          display: inline-block;
          width: 28px;
          height: 26px;
          vertical-align: middle;
          margin: 1px 11px 0 0;
          opacity: 1 !important; }
        .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__favorite.selected {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -36px -145px;
          content: " ";
          display: inline-block;
          width: 19px;
          height: 22px;
          vertical-align: middle;
          margin: 0 22px 0 6px;
          padding: 0; }
        .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__favorite:hover {
          opacity: 0.7; }
      .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__collection {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -32px -169px;
        content: " ";
        display: inline-block;
        width: 18px;
        height: 17px;
        vertical-align: middle;
        margin-right: 22px;
        padding: 0;
        line-height: 2.5;
        float: left;
        cursor: pointer;
        padding: 5px;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__collection:hover {
          opacity: 0.7; }
      .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__nice {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.2;
        margin-right: 6px;
        float: left;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__nice:hover {
          opacity: 0.7; }
        .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__nice .p-playlist__content__share__nice__icon {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -178px -129px;
          content: " ";
          display: inline-block;
          width: 20px;
          height: 22px;
          vertical-align: middle;
          cursor: pointer;
          vertical-align: -1px; }
          .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__nice .p-playlist__content__share__nice__icon.selected {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -156px -130px;
            content: " ";
            display: inline-block;
            width: 20px;
            height: 22px;
            vertical-align: middle;
            opacity: 1 !important;
            vertical-align: -1px; }
      .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__nice__number {
        display: inline-block;
        vertical-align: 6px; }
      .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__content {
        position: relative;
        top: -100px; }
        .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__content .p-playlist__content__share__content__list {
          position: absolute;
          width: 196px;
          top: -19px;
          left: 0;
          z-index: 5;
          background: #333;
          -ms-box-shadow: inset 0 0 0 1px #333333;
          box-shadow: inset 0 0 0 1px #333333; }
          .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__content .p-playlist__content__share__content__list li {
            border-bottom: 1px solid #222;
            margin: 0 15px;
            padding: 12px 0;
            cursor: pointer; }
            .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__content .p-playlist__content__share__content__list li.p-playlist__share__content__list__facebook {
              -webkit-transition: 0.3s;
              transition: 0.3s; }
              .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__content .p-playlist__content__share__content__list li.p-playlist__share__content__list__facebook:before {
                background-image: url(../../images/v4/sprites.png);
                background-repeat: no-repeat;
                background-size: 320px 240px;
                background-position: -287px -141px;
                content: " ";
                display: inline-block;
                width: 20px;
                height: 21px;
                vertical-align: middle;
                margin-right: 16px; }
              .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__content .p-playlist__content__share__content__list li.p-playlist__share__content__list__facebook:hover {
                opacity: 0.7; }
            .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__content .p-playlist__content__share__content__list li.p-playlist__share__content__list__twitter {
              -webkit-transition: 0.3s;
              transition: 0.3s;
              text-align: left; }
              .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__content .p-playlist__content__share__content__list li.p-playlist__share__content__list__twitter:before {
                background-image: url(../../images/v4/sprites.png);
                background-repeat: no-repeat;
                background-size: 320px 240px;
                background-position: -288px -114px;
                content: " ";
                display: inline-block;
                width: 20px;
                height: 17px;
                vertical-align: middle;
                margin-right: 16px; }
              .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__content .p-playlist__content__share__content__list li.p-playlist__share__content__list__twitter:hover {
                opacity: 0.7; }
        .p-playlist .p-playlist__content .p-playlist__content__share .p-playlist__content__share__content .p-playlist__content__share__content__arrow {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -244px -204px;
          content: " ";
          display: inline-block;
          width: 31px;
          height: 11px;
          vertical-align: middle;
          position: absolute;
          top: 66px;
          left: 40px;
          z-index: 6; }
    .p-playlist .p-playlist__content .p-playlist__content__desc {
      word-break: break-all;
      word-wrap: break-word; }
      .p-playlist .p-playlist__content .p-playlist__content__desc .p-playlist__content__desc__item {
        position: relative;
        height: 72px;
        overflow-y: hidden;
        padding-bottom: 6px;
        line-height: 1.4;
        word-break: break-all;
        word-wrap: break-word; }
        .p-playlist .p-playlist__content .p-playlist__content__desc .p-playlist__content__desc__item .p-playlist__content__desc__item__text {
          line-height: 1.4;
          word-break: break-all;
          word-wrap: break-word; }
        .p-playlist .p-playlist__content .p-playlist__content__desc .p-playlist__content__desc__item .p-playlist__content__desc__item__gradation {
          position: absolute;
          z-index: 1;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 60px;
          background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
          background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #222222 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222222', endColorstr='#222222',GradientType=0); }
        .p-playlist .p-playlist__content .p-playlist__content__desc .p-playlist__content__desc__item .p-playlist__content__desc__item__more {
          position: absolute;
          bottom: 0;
          z-index: 2;
          border-bottom: 1px solid #333;
          width: 100%;
          margin: 0 auto;
          text-align: center;
          font-size: 12px;
          font-size: 1.2rem;
          padding: 10px 0;
          cursor: pointer; }

.p-video__text--process {
  line-height: 1.2;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  width: 70%;
  margin: 0 auto;
  bottom: 13%;
  font-size: 16px;
  font-size: 1.6rem;
  bottom: 30%; }
  .p-video__text--process span {
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    margin: 8px 0 0; }
  .p-video__text--process span {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 15px 0 0; }

.p-video__text--error {
  line-height: 1.2;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  bottom: 36%; }

.p-playbox {
  display: block;
  background: #222; }
  .p-playbox .p-playbox__premiumjoin {
    position: relative;
    background: #34aef6;
    padding: 12px 0 10px 0;
    height: 48px;
    display: table;
    width: 100%; }
    .p-playbox .p-playbox__premiumjoin.short {
      height: 84px; }
    .p-playbox .p-playbox__premiumjoin li {
      display: table-cell;
      vertical-align: middle; }
      .p-playbox .p-playbox__premiumjoin li.p-playbox__premiumjoin__col {
        padding-right: 24px; }
        .p-playbox .p-playbox__premiumjoin li.p-playbox__premiumjoin__col.text {
          padding: 0 20px 0 24px;
          z-index: 1;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.8; }
          .p-playbox .p-playbox__premiumjoin li.p-playbox__premiumjoin__col.text.normal {
            min-width: 310px; }
      .p-playbox .p-playbox__premiumjoin li.button {
        text-align: right; }
        .p-playbox .p-playbox__premiumjoin li.button .p-playbox__premiumjoin__button {
          width: 144px;
          z-index: 1;
          display: inline-block;
          padding: 12px;
          border-radius: 4px;
          background: #fff;
          text-align: center; }
  .p-playbox .p-playbox__premiumlogin {
    position: relative;
    background: #ffc511;
    padding: 12px 0 10px 0;
    height: 48px;
    display: table;
    width: 100%; }
    .p-playbox .p-playbox__premiumlogin.short {
      height: 48px; }
    .p-playbox .p-playbox__premiumlogin li {
      display: table-cell;
      vertical-align: middle; }
      .p-playbox .p-playbox__premiumlogin li.p-playbox__premiumlogin__col {
        padding-right: 24px; }
        .p-playbox .p-playbox__premiumlogin li.p-playbox__premiumlogin__col.text {
          padding: 0 20px 0 24px;
          z-index: 1;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.8; }
          .p-playbox .p-playbox__premiumlogin li.p-playbox__premiumlogin__col.text.normal {
            min-width: 310px; }
      .p-playbox .p-playbox__premiumlogin li.button {
        text-align: right; }
        .p-playbox .p-playbox__premiumlogin li.button .p-playbox__premiumlogin__button {
          width: 144px;
          z-index: 1;
          display: inline-block;
          padding: 12px;
          border: 1px solid #2b2b2b;
          border-radius: 4px;
          background: #ffc511;
          text-align: center; }
  .p-playbox .p-playbox__content {
    min-width: 620px;
    padding: 0 24px; }
    .p-playbox .p-playbox__content .p-playbox__content__info {
      padding-top: 16px; }
      .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__alert {
        margin-bottom: 15px; }
      .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__start__time {
        margin-bottom: 15px; }
      .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__wait {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 22px; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__wait .p-playbox__content__info__wait__text {
          padding-top: 28px;
          font-size: 14px; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__wait .p-playbox__content__info__wait__subject {
          font-size: 10px;
          text-align: center;
          margin-bottom: 4px;
          letter-spacing: 0.4px; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__wait .p-playbox__content__info__wait__day,
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__wait .p-playbox__content__info__wait__hours,
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__wait .p-playbox__content__info__wait__minites,
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__wait .p-playbox__content__info__wait__seconds {
          font-size: 40px;
          width: 80px;
          text-align: center; }
      .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame {
        display: table;
        width: 100%;
        padding-bottom: 16px; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__date {
          display: table-cell;
          text-align: left;
          font-size: 14px;
          font-size: 1.4rem; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__live {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -8px -184px;
          content: " ";
          display: inline-block;
          width: 42px;
          height: 12px;
          vertical-align: middle;
          margin-right: 12px; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__comingup {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -9px -204px;
          content: " ";
          display: inline-block;
          width: 78px;
          height: 14px;
          vertical-align: middle;
          margin-right: 12px; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__offline {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -8px -225px;
          content: " ";
          display: inline-block;
          width: 53px;
          height: 11px;
          vertical-align: middle;
          vertical-align: -0.1em;
          margin-right: 8px; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__secret {
          margin-right: 9px;
          font-size: 12px;
          font-size: 1.2rem; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__secret:before {
            background-image: url(../../images/v4/sprite_v4.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -222px -156px;
            content: " ";
            display: inline-block;
            width: 12px;
            height: 15px;
            vertical-align: middle;
            padding-right: 7px;
            vertical-align: -0.2em; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content_info_frame__live__sp__broadcast__text {
          display: inline-block;
          width: calc(100% - 160px);
          vertical-align: middle;
          margin-top: -2px;
          margin-left: 5px; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__count {
          display: table-cell;
          width: 326px;
          padding-left: 10px;
          font-size: 14px;
          font-size: 1.4rem;
          text-align: right;
          height: 16px;
          vertical-align: top; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__count:before, .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__count:after {
            content: "";
            display: table; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__count:after {
            clear: both; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__count .p-playbox__content__info__frame__count__player {
            position: relative;
            padding-left: 20px;
            float: right;
            font-size: 12px;
            font-size: 1.2rem; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__count .p-playbox__content__info__frame__count__theater {
            position: relative;
            padding-left: 20px;
            float: right;
            font-size: 12px;
            font-size: 1.2rem; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__count .p-playbox__content__info__frame__count__text {
            position: relative;
            float: right; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__count .p-playbox__content__info__frame__count__text:before {
              margin-right: 10px;
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -185px -68px;
              content: " ";
              display: inline-block;
              width: 18px;
              height: 11px;
              vertical-align: middle;
              vertical-align: -0.01em; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__count .p-playbox__content__info__frame__count__text:hover .p-playbox__content__info__frame__count__text__tooltip {
              display: block;
              animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
              -webkit-animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
              animation-fill-mode: both;
              -webkit-animation-fill-mode: both; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__count .p-playbox__content__info__frame__count__text .p-playbox__content__info__frame__count__text__tooltip {
              display: none;
              position: absolute;
              top: -26px;
              left: 8px;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
              font-size: 10px;
              font-size: 1rem;
              line-height: 1;
              padding: 5px 9px;
              border-radius: 2px;
              white-space: nowrap;
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__count .p-playbox__content__info__frame__count__text .p-playbox__content__info__frame__count__text__tooltip:before {
                position: absolute;
                bottom: -7px;
                left: 50%;
                margin-left: -6px;
                background-image: url(../../images/v4/sprite_v4.png);
                background-repeat: no-repeat;
                background-size: 320px 240px;
                background-position: -168px -209px;
                content: " ";
                display: inline-block;
                width: 12px;
                height: 7px;
                vertical-align: middle; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__count .p-playbox__content__info__frame__count__live {
            position: relative;
            margin-right: 20px;
            float: right; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__count .p-playbox__content__info__frame__count__live:before {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -298px -10px;
              content: " ";
              display: inline-block;
              width: 15px;
              height: 15px;
              vertical-align: middle;
              vertical-align: -0.2em;
              margin-right: 8px; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__count .p-playbox__content__info__frame__count__live:hover .p-playbox__content__info__frame__count__live__tooltip {
              display: block;
              animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
              -webkit-animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
              animation-fill-mode: both;
              -webkit-animation-fill-mode: both; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__count .p-playbox__content__info__frame__count__live .p-playbox__content__info__frame__count__live__tooltip {
              display: none;
              position: absolute;
              top: -26px;
              left: 6px;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
              font-size: 10px;
              font-size: 1rem;
              line-height: 1;
              padding: 5px 9px;
              border-radius: 2px;
              white-space: nowrap;
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame .p-playbox__content__info__frame__count .p-playbox__content__info__frame__count__live .p-playbox__content__info__frame__count__live__tooltip:before {
                position: absolute;
                bottom: -7px;
                left: 50%;
                margin-left: -6px;
                background-image: url(../../images/v4/sprite_v4.png);
                background-repeat: no-repeat;
                background-size: 320px 240px;
                background-position: -168px -209px;
                content: " ";
                display: inline-block;
                width: 12px;
                height: 7px;
                vertical-align: middle; }
      .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__premium {
        padding-bottom: 8px; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__premium .p-playbox__content__info__premium__banner {
          position: relative;
          width: 728px;
          height: 90px;
          margin: 0 auto;
          border: 2px solid #34aef6; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__premium .p-playbox__content__info__premium__banner:before, .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__premium .p-playbox__content__info__premium__banner:after {
            content: "";
            display: table; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__premium .p-playbox__content__info__premium__banner:after {
            clear: both; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__premium .p-playbox__content__info__premium__banner .p-playbox__content__info__premium__banner__text {
            width: 431px;
            float: left;
            margin-left: 80px;
            margin-top: 24px; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__premium .p-playbox__content__info__premium__banner .p-playbox__content__info__premium__banner__text .p-playbox__content__info__premium__banner__text__strong {
              padding-top: 8px;
              font-size: 18px;
              font-size: 1.8rem; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__premium .p-playbox__content__info__premium__banner .p-playbox__content__info__premium__banner__button {
            display: inline-block;
            width: 160px;
            height: 44px;
            margin-top: 23px;
            border-radius: 4px;
            background: #34aef6;
            float: left;
            text-align: center;
            line-height: 3.6; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__premium .p-playbox__content__info__premium__banner .p-playbox__content__info__premium__banner__triangle {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 0;
            height: 0;
            border-top: 74px solid #34aef6;
            border-right: 74px solid transparent; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__premium .p-playbox__content__info__premium__banner .p-playbox__content__info__premium__banner__paytext {
            position: absolute;
            z-index: 2;
            top: 10px;
            left: 4px;
            font-size: 18px;
            font-size: 1.8rem; }
      .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        word-break: break-all;
        word-wrap: break-word;
        padding-bottom: 20px; }
      .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame__count__title {
        font-size: 12px;
        font-size: 1.2rem;
        padding-bottom: 20px; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame__count__title .p-playbox__content__info__frame__count__title__link {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding-right: 20px;
          display: inline-block !important; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__frame__count__title .p-playbox__content__info__frame__count__title__link a:hover {
            text-decoration: underline; }
      .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe {
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid #333; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user {
          overflow: hidden;
          float: left; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__img {
            float: left;
            display: block;
            width: 60px;
            height: 60px;
            margin-right: -60px;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__img:hover {
              opacity: 0.7; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__img img {
              width: 60px;
              height: 60px;
              border-radius: 50%; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__info {
            float: right;
            box-sizing: border-box;
            width: 100%;
            padding-left: 72px; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__info .p-playbox__content__info__userframe__user__info__title {
              padding-top: 5px;
              margin-bottom: 10px;
              font-size: 14px;
              font-size: 1.4rem; }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__info .p-playbox__content__info__userframe__user__info__title.checkmark:after {
                background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
                background-repeat: no-repeat;
                background-size: 383px 240px;
                background-position: -7px -134px;
                content: " ";
                display: inline-block;
                width: 15px;
                height: 15px;
                vertical-align: middle;
                margin-left: 3px; }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__info .p-playbox__content__info__userframe__user__info__title a {
                -webkit-transition: 0.3s;
                transition: 0.3s; }
                .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__info .p-playbox__content__info__userframe__user__info__title a:hover {
                  opacity: 0.7; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__info .p-playbox__content__info__userframe__user__info__follow {
              position: relative;
              display: inline-block;
              cursor: pointer; }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__info .p-playbox__content__info__userframe__user__info__follow:hover {
                opacity: 0.7; }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__info .p-playbox__content__info__userframe__user__info__follow.selected .p-playbox__content__info__userframe__user__info__follow__noFollow {
                display: none;
                animation: fadeOut 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                -webkit-animation: fadeOut 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                animation-fill-mode: both;
                -webkit-animation-fill-mode: both; }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__info .p-playbox__content__info__userframe__user__info__follow.selected .p-playbox__content__info__userframe__user__info__follow__followed {
                display: inline-block;
                animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                -webkit-animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                animation-fill-mode: both;
                -webkit-animation-fill-mode: both; }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__info .p-playbox__content__info__userframe__user__info__follow .p-playbox__content__info__userframe__user__info__follow__noFollow {
                animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                -webkit-animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                animation-fill-mode: both;
                -webkit-animation-fill-mode: both;
                padding-right: 13px;
                border-radius: 4px;
                border: solid 1px #ffc511;
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 1;
                -webkit-transition: 0.3s;
                transition: 0.3s; }
                .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__info .p-playbox__content__info__userframe__user__info__follow .p-playbox__content__info__userframe__user__info__follow__noFollow .p-playbox__content__info__userframe__user__info__follow__noFollow__icon {
                  display: inline-block;
                  padding: 6px 9px;
                  margin-right: 13px;
                  font-size: 12px;
                  font-size: 1.2rem;
                  line-height: 1;
                  border-bottom-left-radius: 3px;
                  border-top-left-radius: 3px; }
                  .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__info .p-playbox__content__info__userframe__user__info__follow .p-playbox__content__info__userframe__user__info__follow__noFollow .p-playbox__content__info__userframe__user__info__follow__noFollow__icon:before {
                    background-image: url(../../images/v4/sprite_v4.png);
                    background-repeat: no-repeat;
                    background-size: 320px 240px;
                    background-position: -230px -175px;
                    content: " ";
                    display: inline-block;
                    width: 25px;
                    height: 13px;
                    vertical-align: middle;
                    vertical-align: -0.1em;
                    margin-right: 3px; }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__info .p-playbox__content__info__userframe__user__info__follow .p-playbox__content__info__userframe__user__info__follow__followed {
                display: none;
                animation: fadeOut 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                -webkit-animation: fadeOut 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                animation-fill-mode: both;
                -webkit-animation-fill-mode: both;
                border-radius: 4px;
                border: solid 1px #ff4c11;
                font-size: 12px;
                font-size: 1.2rem;
                line-height: 1;
                padding: 6px 9px; }
                .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__user .p-playbox__content__info__userframe__user__info .p-playbox__content__info__userframe__user__info__follow .p-playbox__content__info__userframe__user__info__follow__followed:before {
                  background-image: url(../../images/v4/sprite_v4.png);
                  background-repeat: no-repeat;
                  background-size: 320px 240px;
                  background-position: -257px -175px;
                  content: " ";
                  display: inline-block;
                  width: 13px;
                  height: 13px;
                  vertical-align: middle;
                  vertical-align: -0.1em;
                  margin-right: 4px; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share {
          float: right;
          display: table;
          padding-top: 26px;
          font-size: 12px;
          font-size: 1.2rem; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__facebook {
            display: table-cell;
            padding-right: 24px; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__facebook a {
              display: inline-block;
              -webkit-transition: 0.3s;
              transition: 0.3s; }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__facebook a:before {
                background-image: url(../../images/v4/sprite_v4.png);
                background-repeat: no-repeat;
                background-size: 320px 240px;
                background-position: -198px -174px;
                content: " ";
                display: inline-block;
                width: 24px;
                height: 24px;
                vertical-align: middle;
                margin-right: 8px;
                vertical-align: -7px; }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__facebook a:hover {
                opacity: 0.7; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__twitter {
            display: table-cell;
            padding-right: 34px; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__twitter a {
              display: inline-block;
              -webkit-transition: 0.3s;
              transition: 0.3s; }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__twitter a:before {
                background-image: url(../../images/v4/sprite_v4.png);
                background-repeat: no-repeat;
                background-size: 320px 240px;
                background-position: -197px -204px;
                content: " ";
                display: inline-block;
                width: 25px;
                height: 25px;
                vertical-align: middle;
                margin-right: 8px;
                vertical-align: -7px; }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__twitter a:hover {
                opacity: 0.7; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__favorite {
            display: table-cell;
            position: relative;
            right: 10px;
            padding: 10px 20px;
            line-height: 1;
            border-radius: 2px;
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
            cursor: pointer;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__favorite:before {
              background-image: url(../../images/v4/sprite_v4.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -275px -129px;
              content: " ";
              display: inline-block;
              width: 13px;
              height: 13px;
              vertical-align: middle;
              margin-right: 7px; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__favorite:hover .p-playbox__content__info__userframe__share__favorite__tooltip {
              display: block;
              animation: displayNoneToBlock 0.5s ease 0.1s;
              -webkit-animation: displayNoneToBlock 0.5s ease 0.1s;
              animation-fill-mode: both;
              -webkit-animation-fill-mode: both; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__favorite:hover .p-playbox__content__info__userframe__share__favorite__tooltip--selected {
              display: none; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__favorite.selected:before {
              background-image: url(../../images/v4/sprite_v4.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -275px -148px;
              content: " ";
              display: inline-block;
              width: 13px;
              height: 13px;
              vertical-align: middle; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__favorite.selected:hover .p-playbox__content__info__userframe__share__favorite__tooltip {
              display: none; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__favorite.selected:hover .p-playbox__content__info__userframe__share__favorite__tooltip--selected {
              display: block;
              animation: displayNoneToBlock 0.5s ease 0.1s;
              -webkit-animation: displayNoneToBlock 0.5s ease 0.1s;
              animation-fill-mode: both;
              -webkit-animation-fill-mode: both; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__favorite .p-playbox__content__info__userframe__share__favorite__tooltip,
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__favorite .p-playbox__content__info__userframe__share__favorite__tooltip--selected {
              display: none;
              position: absolute;
              top: -26px;
              left: 50%;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
              font-size: 10px;
              font-size: 1rem;
              line-height: 1;
              padding: 5px 9px;
              border-radius: 2px;
              white-space: nowrap;
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__favorite .p-playbox__content__info__userframe__share__favorite__tooltip:before,
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__favorite .p-playbox__content__info__userframe__share__favorite__tooltip--selected:before {
                position: absolute;
                bottom: -7px;
                left: 50%;
                margin-left: -6px;
                background-image: url(../../images/v4/sprite_v4.png);
                background-repeat: no-repeat;
                background-size: 320px 240px;
                background-position: -168px -209px;
                content: " ";
                display: inline-block;
                width: 12px;
                height: 7px;
                vertical-align: middle; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__other {
            display: table-cell;
            position: relative;
            padding: 2px 12px;
            line-height: 1;
            border-radius: 2px;
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
            cursor: pointer;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__other .p-playbox__content__info__userframe__share__other__icon {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -192px -152px;
              content: " ";
              display: inline-block;
              width: 23px;
              height: 30px;
              vertical-align: middle; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__other .p-playbox__content__info__userframe__share__other__menu {
              display: none;
              width: 72px;
              position: absolute;
              background: #333;
              top: -31px;
              right: 0;
              z-index: 3;
              box-shadow: 1px 1px 3px #111; }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__other .p-playbox__content__info__userframe__share__other__menu.down {
                top: 26px; }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__other .p-playbox__content__info__userframe__share__other__menu li {
                display: block;
                padding: 10px 0;
                text-align: center;
                cursor: pointer; }
                .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__other .p-playbox__content__info__userframe__share__other__menu li:hover:not(.isDisabled) {
                  background: #444; }
                  .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__other .p-playbox__content__info__userframe__share__other__menu li:hover:not(.isDisabled) .p-playbox__content__info__userframe__share__other__tooltip {
                    display: block;
                    animation: displayNoneToBlock 0.5s ease 0.1s;
                    -webkit-animation: displayNoneToBlock 0.5s ease 0.1s;
                    animation-fill-mode: both;
                    -webkit-animation-fill-mode: both; }
                    .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__other .p-playbox__content__info__userframe__share__other__menu li:hover:not(.isDisabled) .p-playbox__content__info__userframe__share__other__tooltip.isFinished {
                      display: none; }
                .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__other .p-playbox__content__info__userframe__share__other__menu li.isDisabled {
                  cursor: default; }
                  .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__other .p-playbox__content__info__userframe__share__other__menu li.isDisabled:hover .p-playbox__content__info__userframe__share__other__tooltip {
                    display: none; }
                    .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__other .p-playbox__content__info__userframe__share__other__menu li.isDisabled:hover .p-playbox__content__info__userframe__share__other__tooltip.isFinished {
                      display: block;
                      left: 50%;
                      animation: displayNoneToBlock 0.5s ease 0.1s;
                      -webkit-animation: displayNoneToBlock 0.5s ease 0.1s;
                      animation-fill-mode: both;
                      -webkit-animation-fill-mode: both; }
                .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__other .p-playbox__content__info__userframe__share__other__menu li .p-playbox__content__info__userframe__share__other__tooltip {
                  display: none;
                  position: absolute;
                  top: -26px;
                  left: 40%;
                  -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
                  font-size: 10px;
                  font-size: 1rem;
                  line-height: 1;
                  padding: 5px 9px;
                  border-radius: 2px;
                  white-space: nowrap;
                  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
                  .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__userframe .p-playbox__content__info__userframe__share .p-playbox__content__info__userframe__share__other .p-playbox__content__info__userframe__share__other__menu li .p-playbox__content__info__userframe__share__other__tooltip:before {
                    position: absolute;
                    bottom: -7px;
                    left: 50%;
                    margin-left: -6px;
                    background-image: url(../../images/v4/sprite_v4.png);
                    background-repeat: no-repeat;
                    background-size: 320px 240px;
                    background-position: -168px -209px;
                    content: " ";
                    display: inline-block;
                    width: 12px;
                    height: 7px;
                    vertical-align: middle; }
      .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share {
        position: relative;
        padding-bottom: 16px; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share:before, .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share:after {
          content: "";
          display: table; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share:after {
          clear: both; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__favorite {
          margin-right: 16px;
          float: left;
          cursor: pointer; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__collection {
          margin-right: 16px;
          float: left;
          cursor: pointer; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__nice {
          float: left;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.2;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          transition: 0.3s; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__nice:hover {
            opacity: 0.7; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__nice .p-playlist__content__info__share__nice__icon {
            cursor: pointer;
            vertical-align: -1px;
            margin-right: 8px; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__nice .p-playlist__content__info__share__nice__icon.selected {
              vertical-align: -1px;
              opacity: 1 !important; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__nice .p-playlist__content__info__share__nice__number {
            display: inline-block;
            vertical-align: 1px;
            line-height: 38px;
            font-size: 14px;
            font-size: 1.4rem; }
        .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__content {
          position: relative;
          top: -100px; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__content .p-playbox__content__info__share__content__list {
            position: absolute;
            width: 196px;
            top: 0;
            left: 0;
            z-index: 5;
            background: #333;
            -ms-box-shadow: inset 0 0 0 1px #333333;
            box-shadow: inset 0 0 0 1px #333333; }
            .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__content .p-playbox__content__info__share__content__list li {
              border-bottom: 1px solid #444;
              margin: 0 15px;
              padding: 12px 0;
              cursor: pointer; }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__content .p-playbox__content__info__share__content__list li.p-playbox__content__info__share__content__list__facebook {
                text-align: left;
                -webkit-transition: 0.3s;
                transition: 0.3s; }
                .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__content .p-playbox__content__info__share__content__list li.p-playbox__content__info__share__content__list__facebook:before {
                  background-image: url(../../images/v4/sprites.png);
                  background-repeat: no-repeat;
                  background-size: 320px 240px;
                  background-position: -287px -141px;
                  content: " ";
                  display: inline-block;
                  width: 20px;
                  height: 21px;
                  vertical-align: middle;
                  margin-right: 16px; }
                .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__content .p-playbox__content__info__share__content__list li.p-playbox__content__info__share__content__list__facebook:hover {
                  opacity: 0.7; }
              .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__content .p-playbox__content__info__share__content__list li.p-playbox__content__info__share__content__list__twitter {
                text-align: left;
                -webkit-transition: 0.3s;
                transition: 0.3s;
                border-bottom: 0; }
                .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__content .p-playbox__content__info__share__content__list li.p-playbox__content__info__share__content__list__twitter:before {
                  background-image: url(../../images/v4/sprites.png);
                  background-repeat: no-repeat;
                  background-size: 320px 240px;
                  background-position: -288px -114px;
                  content: " ";
                  display: inline-block;
                  width: 20px;
                  height: 17px;
                  vertical-align: middle;
                  margin-right: 16px; }
                .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__content .p-playbox__content__info__share__content__list li.p-playbox__content__info__share__content__list__twitter:hover {
                  opacity: 0.7; }
          .p-playbox .p-playbox__content .p-playbox__content__info .p-playbox__content__info__share .p-playbox__content__info__share__content .p-playbox__content__info__share__content__arrow {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -244px -204px;
            content: " ";
            display: inline-block;
            width: 31px;
            height: 11px;
            vertical-align: middle;
            position: absolute;
            top: 84px;
            left: 44px;
            z-index: 6; }
    .p-playbox .p-playbox__content .p-playbox__content__info__bottom {
      display: table;
      width: 100%;
      padding-bottom: 24px;
      border-bottom: 1px solid #333; }
      .p-playbox .p-playbox__content .p-playbox__content__info__bottom.isBorderLess {
        border-bottom: none; }
      .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__desc {
        display: table-cell;
        width: 100%;
        word-break: break-all;
        word-wrap: break-word; }
        .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__desc .p-playbox__content__info__bottom__desc__item {
          position: relative;
          height: 256px;
          overflow-y: hidden;
          padding-bottom: 6px;
          line-height: 1.4;
          word-break: break-all;
          word-wrap: break-word; }
          .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__desc .p-playbox__content__info__bottom__desc__item .p-playbox__content__info__bottom__desc__item__text {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.6;
            word-break: break-all;
            word-wrap: break-word;
            white-space: normal; }
          .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__desc .p-playbox__content__info__bottom__desc__item .p-playbox__content__info__bottom__desc__item__gradation {
            position: absolute;
            z-index: 1;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60px;
            background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222222 100%);
            background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #222222 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222222', endColorstr='#222222',GradientType=0 ); }
          .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__desc .p-playbox__content__info__bottom__desc__item .p-playbox__content__info__bottom__desc__item__more {
            position: absolute;
            bottom: 0;
            width: 100%;
            margin: 0 auto;
            z-index: 2;
            text-align: center;
            font-size: 12px;
            font-size: 1.2rem;
            cursor: pointer; }
      .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next {
        display: table-cell;
        width: 240px;
        padding-left: 56px; }
        .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__title {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1;
          margin-bottom: 20px; }
        .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__user {
          overflow: hidden;
          display: inline-block;
          width: 100%;
          margin-bottom: 10px;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__user:hover {
            opacity: 0.7; }
          .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__user .p-playbox__content__info__bottom__next__user__img {
            float: left;
            width: 30px;
            margin-right: -30px; }
            .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__user .p-playbox__content__info__bottom__next__user__img img {
              width: 30px;
              border-radius: 50%; }
          .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__user .p-playbox__content__info__bottom__next__user__name {
            display: -webkit-box !important;
            display: -moz-box !important;
            word-wrap: break-word;
            word-break: break-all;
            max-width: 100%;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
            width: 240px;
            height: 30px;
            padding-left: 40px;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 30px; }
        .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__box {
          display: block; }
          .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__box .p-playbox__content__info__bottom__next__box__img {
            position: relative;
            width: 240px;
            height: 135px;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__box .p-playbox__content__info__bottom__next__box__img:hover {
              opacity: 0.7; }
            .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__box .p-playbox__content__info__bottom__next__box__img img {
              width: 240px;
              height: 135px; }
            .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__box .p-playbox__content__info__bottom__next__box__img .p-playbox__content__info__bottom__next__box__img__smoke {
              position: absolute;
              top: 0;
              left: 0;
              width: 240px;
              height: 135px;
              background-image: -webkit-linear-gradient(108deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
              background-image: linear-gradient(342deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); }
            .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__box .p-playbox__content__info__bottom__next__box__img .p-playbox__content__info__bottom__next__box__img__time {
              position: absolute;
              bottom: 10px;
              right: 10px;
              font-size: 11px;
              font-size: 1.1rem; }
          .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__box .p-playbox__content__info__bottom__next__box__title {
            display: -webkit-box !important;
            display: -moz-box !important;
            word-wrap: break-word;
            word-break: break-all;
            max-width: 100%;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 240px;
            margin-top: 10px;
            font-size: 12px;
            font-size: 1.2rem; }
          .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__box .p-playbox__content__info__bottom__next__box__watch {
            overflow: hidden;
            margin-top: 10px; }
            .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__box .p-playbox__content__info__bottom__next__box__watch .p-playbox__content__info__bottom__next__box__watch__count {
              float: left; }
              .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__box .p-playbox__content__info__bottom__next__box__watch .p-playbox__content__info__bottom__next__box__watch__count:before {
                background-image: url(../../images/v4/sprites.png);
                background-repeat: no-repeat;
                background-size: 320px 240px;
                background-position: -102px -81px;
                content: " ";
                display: inline-block;
                width: 20px;
                height: 12px;
                vertical-align: middle;
                vertical-align: -1px;
                margin-right: 8px; }
            .p-playbox .p-playbox__content .p-playbox__content__info__bottom .p-playbox__content__info__bottom__next .p-playbox__content__info__bottom__next__box .p-playbox__content__info__bottom__next__box__watch .p-playbox__content__info__bottom__next__box__watch__time {
              float: right; }
    .p-playbox .p-playbox__content .p-playbox__content__framelist {
      border-bottom: 1px solid #333; }
      .p-playbox .p-playbox__content .p-playbox__content__framelist .p-playbox__content__framelist__itembox {
        position: relative;
        display: table;
        width: 100%;
        padding-bottom: 30px; }
        .p-playbox .p-playbox__content .p-playbox__content__framelist .p-playbox__content__framelist__itembox .p-playbox__content__framelist__itembox__img {
          position: relative;
          display: table-cell;
          width: 80px;
          height: 80px;
          vertical-align: top;
          padding-right: 24px;
          line-height: 0;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .p-playbox .p-playbox__content .p-playbox__content__framelist .p-playbox__content__framelist__itembox .p-playbox__content__framelist__itembox__img:hover {
            opacity: 0.7; }
          .p-playbox .p-playbox__content .p-playbox__content__framelist .p-playbox__content__framelist__itembox .p-playbox__content__framelist__itembox__img img {
            width: 80px;
            border-radius: 50%; }
          .p-playbox .p-playbox__content .p-playbox__content__framelist .p-playbox__content__framelist__itembox .p-playbox__content__framelist__itembox__img.user img {
            border-radius: 0; }
        .p-playbox .p-playbox__content .p-playbox__content__framelist .p-playbox__content__framelist__itembox .p-playbox__content__framelist__itembox__info {
          display: table-cell;
          width: 100%;
          text-align: left;
          vertical-align: middle; }
          .p-playbox .p-playbox__content .p-playbox__content__framelist .p-playbox__content__framelist__itembox .p-playbox__content__framelist__itembox__info .p-playbox__content__framelist__itembox__info__title {
            font-size: 14px;
            font-size: 1.4rem;
            display: block; }
          .p-playbox .p-playbox__content .p-playbox__content__framelist .p-playbox__content__framelist__itembox .p-playbox__content__framelist__itembox__info .p-playbox__content__framelist__itembox__info__device {
            display: -webkit-box !important;
            display: -moz-box !important;
            word-wrap: break-word;
            word-break: break-all;
            max-width: 100%;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 72%;
            font-size: 14px;
            font-size: 1.4rem;
            padding-top: 14px;
            line-height: 1.6; }
          .p-playbox .p-playbox__content .p-playbox__content__framelist .p-playbox__content__framelist__itembox .p-playbox__content__framelist__itembox__info .p-playbox__content__framelist__itembox__count {
            font-size: 14px;
            font-size: 1.4rem;
            padding-top: 7px; }
            .p-playbox .p-playbox__content .p-playbox__content__framelist .p-playbox__content__framelist__itembox .p-playbox__content__framelist__itembox__info .p-playbox__content__framelist__itembox__count.live:before {
              background-image: url(../../images/v4/sprites.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -103px -81px;
              content: " ";
              display: inline-block;
              width: 20px;
              height: 12px;
              vertical-align: middle;
              vertical-align: -1px;
              margin: 0 6px 0 0; }
        .p-playbox .p-playbox__content .p-playbox__content__framelist .p-playbox__content__framelist__itembox .p-playbox__content__framelist__itembox__usericon {
          position: absolute;
          top: 26px;
          right: 14px;
          cursor: pointer;
          width: 45px;
          height: 24px;
          background-image: url(../../images/v4/icon_favorite_pc_off.png);
          background-size: 45px 24px;
          background-position: center center;
          background-repeat: no-repeat;
          padding: 8px 14px; }
          .p-playbox .p-playbox__content .p-playbox__content__framelist .p-playbox__content__framelist__itembox .p-playbox__content__framelist__itembox__usericon:hover {
            border-radius: 4px;
            box-shadow: 1px 1px 3px #111; }
          .p-playbox .p-playbox__content .p-playbox__content__framelist .p-playbox__content__framelist__itembox .p-playbox__content__framelist__itembox__usericon.selected {
            background-image: url(../../images/v4/icon_favorite_pc_on.png);
            background-repeat: no-repeat;
            background-size: 45px 24px;
            background-position: 0 0;
            background-position: center center;
            padding: 8px 14px;
            border-radius: 4px; }
            .p-playbox .p-playbox__content .p-playbox__content__framelist .p-playbox__content__framelist__itembox .p-playbox__content__framelist__itembox__usericon.selected:hover {
              box-shadow: 1px 1px 3px #111; }
    .p-playbox .p-playbox__content .p-playbox__content__nextmovie {
      padding-top: 30px; }
      .p-playbox .p-playbox__content .p-playbox__content__nextmovie .p-playbox__content__nextmovie__title {
        font-size: 14px;
        font-size: 1.4rem;
        padding-bottom: 25px; }
      .p-playbox .p-playbox__content .p-playbox__content__nextmovie .p-playbox__content__nextmovie__content {
        display: table;
        width: 100%; }
        .p-playbox .p-playbox__content .p-playbox__content__nextmovie .p-playbox__content__nextmovie__content .p-playbox__content__nextmovie__content__img {
          position: relative;
          display: table-cell;
          width: 176px;
          height: 98px;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .p-playbox .p-playbox__content .p-playbox__content__nextmovie .p-playbox__content__nextmovie__content .p-playbox__content__nextmovie__content__img:hover {
            opacity: 0.7; }
          .p-playbox .p-playbox__content .p-playbox__content__nextmovie .p-playbox__content__nextmovie__content .p-playbox__content__nextmovie__content__img img {
            width: 176px;
            height: 98px;
            line-height: 0; }
          .p-playbox .p-playbox__content .p-playbox__content__nextmovie .p-playbox__content__nextmovie__content .p-playbox__content__nextmovie__content__img .p-playbox__content__nextmovie__content__img__smoke {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            width: 176px;
            height: 98px;
            background-image: url(../../images/v5/smork_thumbnail_big.png);
            background-size: 176px 98px; }
          .p-playbox .p-playbox__content .p-playbox__content__nextmovie .p-playbox__content__nextmovie__content .p-playbox__content__nextmovie__content__img .p-playbox__content__nextmovie__content__img__time {
            position: absolute;
            z-index: 3;
            right: 14px;
            bottom: 12px;
            font-size: 12px;
            font-size: 1.2rem; }
        .p-playbox .p-playbox__content .p-playbox__content__nextmovie .p-playbox__content__nextmovie__content .p-playbox__content__nextmovie__content__list {
          display: table-cell;
          padding-left: 24px;
          vertical-align: middle; }
          .p-playbox .p-playbox__content .p-playbox__content__nextmovie .p-playbox__content__nextmovie__content .p-playbox__content__nextmovie__content__list .p-playbox__content__nextmovie__content__list__title {
            display: -webkit-box !important;
            display: -moz-box !important;
            word-wrap: break-word;
            word-break: break-all;
            max-width: 100%;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 16px;
            font-size: 1.6rem;
            width: 70%;
            line-height: 1.6;
            margin-bottom: 8px; }
          .p-playbox .p-playbox__content .p-playbox__content__nextmovie .p-playbox__content__nextmovie__content .p-playbox__content__nextmovie__content__list .p-playbox__content__nextmovie__content__list__name {
            padding-bottom: 14px; }
    .p-playbox .p-playbox__content .p-playbox__content__movie {
      padding: 30px 0 0; }
      .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 15px; }
      .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list {
        margin-left: -2.5%;
        font-size: 0px; }
        .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item {
          display: inline-block;
          width: 30.83%;
          margin: 0 0 2.5% 2.5%;
          vertical-align: top;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box; }
          @media (min-width: 993px) and (max-width: 1260px) {
            .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item {
              width: 47.5%; } }
          @media (min-width: 1600px) {
            .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item {
              width: 22.5%; } }
          .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__title {
            display: table;
            width: 100%;
            margin-bottom: 10px; }
            .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__title .p-playbox__content__movie__list__item__box__title__img {
              display: table-cell;
              width: 30px;
              padding-right: 8px; }
              .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__title .p-playbox__content__movie__list__item__box__title__img img {
                width: 30px;
                height: 30px;
                border-radius: 50%;
                box-shadow: 1px 1px 3px #111; }
            .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__title .p-playbox__content__movie__list__item__box__title__text {
              display: table-cell;
              vertical-align: middle; }
              .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__title .p-playbox__content__movie__list__item__box__title__text .p-playbox__content__movie__list__item__box__title__text__ellipsis {
                position: relative;
                font-size: 14px;
                font-size: 1.4rem;
                display: -webkit-box !important;
                display: -moz-box !important;
                word-wrap: break-word;
                word-break: break-all;
                max-width: 100%;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 1.4;
                height: 18px; }
                .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__title .p-playbox__content__movie__list__item__box__title__text .p-playbox__content__movie__list__item__box__title__text__ellipsis.checkmark:after {
                  background-image: url(../../images/v4/sprite_v4.png);
                  background-repeat: no-repeat;
                  background-size: 320px 240px;
                  background-position: -7px -134px;
                  content: " ";
                  display: inline-block;
                  width: 15px;
                  height: 15px;
                  vertical-align: middle;
                  top: 2px;
                  right: 0;
                  vertical-align: -0.2em; }
                .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__title .p-playbox__content__movie__list__item__box__title__text .p-playbox__content__movie__list__item__box__title__text__ellipsis.checkmark.exceeding:after {
                  background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
                  background-repeat: no-repeat;
                  background-size: 383px 240px;
                  background-position: -128px -185px;
                  content: " ";
                  display: inline-block;
                  width: 32px;
                  height: 15px;
                  vertical-align: middle;
                  position: absolute; }
                .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__title .p-playbox__content__movie__list__item__box__title__text .p-playbox__content__movie__list__item__box__title__text__ellipsis.checkmark.firefoxLeftMargin:after {
                  margin-left: 4px; }
                .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__title .p-playbox__content__movie__list__item__box__title__text .p-playbox__content__movie__list__item__box__title__text__ellipsis .p-playbox__content__movie__list__item__box__title__text__ellipsis__icon {
                  display: inline-block;
                  width: 16px;
                  height: 16px;
                  margin-right: 4px; }
                  .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__title .p-playbox__content__movie__list__item__box__title__text .p-playbox__content__movie__list__item__box__title__text__ellipsis .p-playbox__content__movie__list__item__box__title__text__ellipsis__icon img {
                    width: 16px;
                    height: 16px;
                    line-height: 0;
                    vertical-align: -0.24em; }
                .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__title .p-playbox__content__movie__list__item__box__title__text .p-playbox__content__movie__list__item__box__title__text__ellipsis .p-playbox__content__movie__list__item__box__title__text__ellipsis__text.firefox {
                  position: absolute; }
          .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img {
            display: block;
            position: relative;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            box-shadow: 4px 4px 6px rgba(17, 17, 17, 0.6); }
            .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img:hover {
              opacity: 0.7; }
            .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img img {
              max-width: 100%;
              height: auto;
              line-height: 0;
              width: 100%; }
            .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__comingup {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -8px -204px;
              content: " ";
              display: inline-block;
              width: 79px;
              height: 15px;
              vertical-align: middle;
              position: absolute;
              z-index: 3;
              right: 10px;
              bottom: 11px; }
            .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__live {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -8px -204px;
              content: " ";
              display: inline-block;
              width: 79px;
              height: 15px;
              vertical-align: middle;
              position: absolute;
              right: 10px;
              bottom: 11px;
              z-index: 3; }
            .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__offline {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -8px -225px;
              content: " ";
              display: inline-block;
              width: 53px;
              height: 12px;
              vertical-align: middle;
              position: absolute;
              z-index: 3;
              right: 10px;
              bottom: 11px; }
            .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__time {
              position: absolute;
              z-index: 3;
              right: 10px;
              bottom: 11px;
              text-align: center;
              font-size: 12px;
              font-size: 1.2rem; }
            .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__time__sp__broadcast {
              position: absolute;
              z-index: 3;
              right: 10px;
              bottom: 11px;
              text-align: center;
              font-size: 12px;
              font-size: 1.2rem; }
              .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__time__sp__broadcast:before {
                background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
                background-repeat: no-repeat;
                background-size: 383px 240px;
                background-position: -348px -36px;
                content: " ";
                display: inline-block;
                width: 11px;
                height: 16px;
                vertical-align: middle;
                vertical-align: -0.25em;
                margin-right: 8px; }
            .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__smoke {
              position: absolute;
              top: 0;
              left: 0;
              z-index: 2;
              max-width: 100%;
              height: auto;
              line-height: 0;
              width: 100%; }
          .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__desc {
            margin: 9px 0 8px;
            font-size: 14px;
            font-size: 1.4rem; }
            .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__desc .p-playbox__content__movie__list__item__box__desc__text {
              display: block;
              line-height: 1.6;
              height: 45px;
              overflow: hidden;
              word-break: break-all; }
          .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__watch {
            display: table;
            width: 100%;
            font-size: 12px;
            font-size: 1.2rem; }
            .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__watch .p-playbox__content__movie__list__item__box__watch__count {
              display: table-cell;
              width: 50%;
              text-align: left; }
              .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__watch .p-playbox__content__movie__list__item__box__watch__count:before {
                background-image: url(../../images/v4/sprites.png);
                background-repeat: no-repeat;
                background-size: 320px 240px;
                background-position: -102px -81px;
                content: " ";
                display: inline-block;
                width: 20px;
                height: 12px;
                vertical-align: middle;
                vertical-align: -1px;
                margin-right: 8px; }
            .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__watch .p-playbox__content__movie__list__item__box__watch__time {
              display: table-cell;
              width: 50%;
              text-align: right;
              font-weight: bold; }
      .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__more {
        display: block;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 20px 0;
        cursor: pointer;
        border-bottom: 1px solid #333; }
  .p-playbox .p-playbox__teamBox {
    margin-top: 16px;
    margin-left: 64px;
    display: table;
    height: 32px;
    margin-bottom: -16px; }
    .p-playbox .p-playbox__teamBox .p-playbox__teamSubject,
    .p-playbox .p-playbox__teamBox .p-playbox__teamList,
    .p-playbox .p-playbox__teamBox .p-playbox__teamText {
      display: table-cell;
      height: 32px;
      vertical-align: middle; }
    .p-playbox .p-playbox__teamBox .p-playbox__teamSubject {
      padding-right: 16px;
      min-width: 60px; }
    .p-playbox .p-playbox__teamBox .p-playbox__teamLink,
    .p-playbox .p-playbox__teamBox .p-playbox__castLink {
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .p-playbox .p-playbox__teamBox .p-playbox__teamLink:hover,
      .p-playbox .p-playbox__teamBox .p-playbox__castLink:hover {
        opacity: 0.88; }
      .p-playbox .p-playbox__teamBox .p-playbox__teamLink img,
      .p-playbox .p-playbox__teamBox .p-playbox__castLink img {
        height: 32px;
        width: 32px;
        background: #222;
        border-radius: 50%; }
  .p-playbox .p-playbox__teamList,
  .p-playbox .p-playbox__castList {
    margin-top: 16px;
    margin-left: 64px; }
    .p-playbox .p-playbox__teamList:before, .p-playbox .p-playbox__teamList:after,
    .p-playbox .p-playbox__castList:before,
    .p-playbox .p-playbox__castList:after {
      content: "";
      display: table; }
    .p-playbox .p-playbox__teamList:after,
    .p-playbox .p-playbox__castList:after {
      clear: both; }
    .p-playbox .p-playbox__teamList .p-playbox__teamItem,
    .p-playbox .p-playbox__teamList .p-playbox__castItem,
    .p-playbox .p-playbox__castList .p-playbox__teamItem,
    .p-playbox .p-playbox__castList .p-playbox__castItem {
      float: left;
      display: table;
      height: 32px; }
      .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__teamLink,
      .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__castLink,
      .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__teamLink,
      .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__castLink,
      .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__teamLink,
      .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__castLink,
      .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__teamLink,
      .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__castLink {
        position: relative;
        display: table;
        height: inherit;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        cursor: pointer; }
        .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__teamLink:hover,
        .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__castLink:hover,
        .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__teamLink:hover,
        .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__castLink:hover,
        .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__teamLink:hover,
        .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__castLink:hover,
        .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__teamLink:hover,
        .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__castLink:hover {
          opacity: 0.88; }
        .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__teamLink &gt; div,
        .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__castLink &gt; div,
        .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__teamLink &gt; div,
        .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__castLink &gt; div,
        .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__teamLink &gt; div,
        .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__castLink &gt; div,
        .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__teamLink &gt; div,
        .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__castLink &gt; div {
          display: table-cell;
          vertical-align: middle; }
        .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__teamLink img,
        .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__castLink img,
        .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__teamLink img,
        .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__castLink img,
        .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__teamLink img,
        .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__castLink img,
        .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__teamLink img,
        .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__castLink img {
          height: 32px;
          width: 32px;
          border-radius: 50%; }
        .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__teamLink .p-castSetting__userIcon__relative__dott,
        .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__castLink .p-castSetting__userIcon__relative__dott,
        .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__teamLink .p-castSetting__userIcon__relative__dott,
        .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__castLink .p-castSetting__userIcon__relative__dott,
        .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__teamLink .p-castSetting__userIcon__relative__dott,
        .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__castLink .p-castSetting__userIcon__relative__dott,
        .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__teamLink .p-castSetting__userIcon__relative__dott,
        .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__castLink .p-castSetting__userIcon__relative__dott {
          position: absolute;
          top: 1px;
          left: 3px;
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -9px -159px;
          content: " ";
          display: inline-block;
          width: 10px;
          height: 11px;
          vertical-align: middle; }
      .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__teamName,
      .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__teamText,
      .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__castName,
      .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__castText,
      .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__teamName,
      .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__teamText,
      .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__castName,
      .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__castText,
      .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__teamName,
      .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__teamText,
      .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__castName,
      .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__castText,
      .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__teamName,
      .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__teamText,
      .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__castName,
      .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__castText {
        display: table-cell;
        vertical-align: middle;
        padding-left: 8px;
        padding-right: 24px; }
      .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__teamName,
      .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__castName,
      .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__teamName,
      .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__castName,
      .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__teamName,
      .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__castName,
      .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__teamName,
      .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__castName {
        max-width: 160px; }
        .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__teamName span,
        .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__castName span,
        .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__teamName span,
        .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__castName span,
        .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__teamName span,
        .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__castName span,
        .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__teamName span,
        .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__castName span {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1.4; }
          .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__teamName span.u-official:after,
          .p-playbox .p-playbox__teamList .p-playbox__teamItem .p-playbox__castName span.u-official:after,
          .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__teamName span.u-official:after,
          .p-playbox .p-playbox__teamList .p-playbox__castItem .p-playbox__castName span.u-official:after,
          .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__teamName span.u-official:after,
          .p-playbox .p-playbox__castList .p-playbox__teamItem .p-playbox__castName span.u-official:after,
          .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__teamName span.u-official:after,
          .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__castName span.u-official:after {
            margin-left: 4px;
            content: " ";
            display: inline-block;
            vertical-align: middle;
            margin-top: 0;
            background-image: url(../../images/official.svg);
            background-size: 1.4rem 1.4rem;
            background-color: transparent;
            background-position: center;
            background-repeat: no-repeat;
            height: 1.4rem;
            width: 1.4rem; }
  .p-playbox .p-playbox__castTitle {
    font-size: 14px; }
  .p-playbox .c-thumbnailList__wrapper--castList {
    border-bottom: none !important;
    padding-bottom: 0 !important; }
    .p-playbox .c-thumbnailList__wrapper--castList .c-thumbnailList__box {
      height: 56px; }
      .p-playbox .c-thumbnailList__wrapper--castList .c-thumbnailList__box .c-thumbnailList {
        width: 40000px; }
    .p-playbox .c-thumbnailList__wrapper--castList .c-thumbnailList__rightButton,
    .p-playbox .c-thumbnailList__wrapper--castList .c-thumbnailList__leftButton {
      top: 18px; }
  .p-playbox .p-playbox__castList {
    margin-left: 0;
    margin-bottom: 24px; }
    .p-playbox .p-playbox__castList .p-playbox__castItem {
      height: 40px; }
      .p-playbox .p-playbox__castList .p-playbox__castItem .p-playbox__castLink img {
        width: 40px;
        height: 40px; }

.p-player__capture {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 1px;
  display: none; }

.p-player__captureItem {
  background-size: 1600px 900px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 160px;
  height: 90px; }

.p-news {
  width: 642px;
  margin: 0 auto;
  padding: 7px 16px 17px; }
  .p-news .p-news__list {
    border-bottom: 1px solid #333;
    padding: 20px 0; }
    .p-news .p-news__list.titlePc {
      display: block;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.8;
      padding-top: 26px; }
    .p-news .p-news__list .p-news__list__content {
      cursor: pointer;
      position: relative; }
      .p-news .p-news__list .p-news__list__content .p-news__list__content__title {
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem;
        display: -webkit-box !important;
        display: -moz-box !important;
        word-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        padding-bottom: 4px; }
      .p-news .p-news__list .p-news__list__content .p-news__list__content__date {
        font-size: 14px;
        font-size: 1.4rem; }
      .p-news .p-news__list .p-news__list__content .p-news__list__content__arrow {
        display: none;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 50%;
        margin-top: -4px;
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -5px -108px;
        content: " ";
        display: inline-block;
        width: 12px;
        height: 7px;
        vertical-align: middle;
        cursor: pointer; }
        .p-news .p-news__list .p-news__list__content .p-news__list__content__arrow.selected {
          display: none;
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -25px -108px;
          content: " ";
          display: inline-block;
          width: 12px;
          height: 7px;
          vertical-align: middle; }
    .p-news .p-news__list .p-news__list__desc {
      display: block;
      margin-top: 20px;
      padding: 0;
      background: #333;
      line-height: 1.6;
      margin-top: 12px;
      font-size: 14px;
      font-size: 1.4rem;
      background: none; }
      .p-news .p-news__list .p-news__list__desc a {
        text-decoration: underline; }
        .p-news .p-news__list .p-news__list__desc a:hover {
          text-decoration: none; }

.p-user {
  margin-top: -18px;
  margin-bottom: 30px; }
  .p-user .p-user__bg {
    line-height: 0; }
    .p-user .p-user__bg img {
      width: 100%; }
    .p-user .p-user__bg.firstImg {
      height: 280px;
      overflow: hidden; }
      .p-user .p-user__bg.firstImg p {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
  .p-user .p-user__box {
    width: 1040px;
    margin: 0 auto; }
    .p-user .p-user__box:before, .p-user .p-user__box:after {
      content: "";
      display: table; }
    .p-user .p-user__box:after {
      clear: both; }
    .p-user .p-user__box .p-user__box__channel {
      width: 322px;
      margin: 0;
      padding-top: 24px;
      float: left;
      line-height: 1.6;
      border-bottom: none;
      font-size: 14px;
      font-size: 1.4rem; }
      .p-user .p-user__box .p-user__box__channel li {
        padding-bottom: 16px; }
        .p-user .p-user__box .p-user__box__channel li.p-user__box__channel__video {
          padding-bottom: 20px; }
          .p-user .p-user__box .p-user__box__channel li.p-user__box__channel__video .p-user__box__channel__video__count {
            margin-left: 12px; }
        .p-user .p-user__box .p-user__box__channel li.p-user__box__channel__play {
          padding-bottom: 20px; }
          .p-user .p-user__box .p-user__box__channel li.p-user__box__channel__play .p-user__box__channel__play__count {
            margin-left: 12px; }
        .p-user .p-user__box .p-user__box__channel li.p-user__box__channel__creator {
          padding-bottom: 20px; }
          .p-user .p-user__box .p-user__box__channel li.p-user__box__channel__creator .p-user__box__channel__creator__count {
            margin-left: 12px; }
    .p-user .p-user__box .p-user__box__info {
      width: 602px;
      margin: 0;
      padding: 24px 0 16px;
      line-height: 1.6;
      float: left;
      font-size: 14px;
      font-size: 1.4rem; }
      .p-user .p-user__box .p-user__box__info a {
        font-size: 14px;
        font-size: 1.4rem;
        text-decoration: underline;
        line-height: 1.4; }
        .p-user .p-user__box .p-user__box__info a:hover {
          text-decoration: none; }
  .p-user .p-user__img {
    position: relative;
    margin-bottom: 20px;
    line-height: 0;
    box-shadow: 1px 1px 3px #111; }
    .p-user .p-user__img img {
      width: 845px; }
    .p-user .p-user__img.setup img {
      width: 100%; }
    .p-user .p-user__img.setup .p-user__img__pfIcon {
      position: absolute;
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -71px -182px;
      content: " ";
      display: inline-block;
      width: 71px;
      height: 56px;
      vertical-align: middle;
      top: 50%;
      left: 50%;
      margin-left: -35.5px;
      margin-top: -35px;
      cursor: pointer; }
    .p-user .p-user__img.setup .p-user__img__pfText {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -80px;
      margin-top: 47px;
      font-size: 16px;
      font-size: 1.6rem;
      cursor: pointer; }
      .p-user .p-user__img.setup .p-user__img__pfText.korean {
        margin-left: -53px; }
      .p-user .p-user__img.setup .p-user__img__pfText.chinese {
        margin-left: -50px; }
    .p-user .p-user__img.setup .p-user__img__error {
      position: absolute;
      left: 0;
      bottom: -13px;
      z-index: 1;
      font-size: 12px;
      font-size: 1.2rem; }
  .p-user .p-user__profile .p-user__profile__hr {
    margin-top: 16px;
    border-top: 1px solid #333; }
  .p-user .p-user__profile .p-user__profile__title, .p-user .p-user__profile .p-user__profile__sns-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 0 3px; }
  .p-user .p-user__profile .p-user__profile__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 6px; }
    .p-user .p-user__profile .p-user__profile__text.pubg {
      max-width: 435px; }
  .p-user .p-user__profile .p-user__profile__sns-title {
    margin-top: 21px;
    margin-bottom: 21px; }
  .p-user .p-user__profile .p-user__profile__balance__title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 30px; }
  .p-user .p-user__profile .p-user__profile__balance__box {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px;
    width: 845px;
    border-radius: 4px; }
    .p-user .p-user__profile .p-user__profile__balance__box .p-user__profile__balance__box__pointIcon {
      float: left;
      margin-top: 25px;
      margin-left: 30px;
      background-image: url(../../images/v6/sprite_payment_ver3.png);
      background-repeat: no-repeat;
      background-size: 612px 405px;
      background-position: -332px -44px;
      content: " ";
      display: inline-block;
      width: 30px;
      height: 30px;
      vertical-align: middle; }
    .p-user .p-user__profile .p-user__profile__balance__box .p-user__profile__balance__box__value {
      vertical-align: middle;
      float: left;
      margin-top: 21px;
      margin-left: 10px;
      width: 580px;
      font-size: 16px;
      font-size: 1.6rem; }
      .p-user .p-user__profile .p-user__profile__balance__box .p-user__profile__balance__box__value.bonus {
        margin-top: 10px;
        margin-left: 0px;
        font-size: 12px;
        font-size: 1.2rem; }
    .p-user .p-user__profile .p-user__profile__balance__box .p-user__profile__balance__box__btn,
    .p-user .p-user__profile .p-user__profile__balance__box .p-user__profile__balance__box__btn.waves-button {
      float: right;
      box-sizing: border-box;
      position: relative;
      display: inline-block;
      margin-top: 18px;
      margin-bottom: 18px;
      margin-right: 30px;
      width: 160px;
      height: 44px;
      padding-top: 16px;
      padding-bottom: 16px;
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem;
      border-radius: 4px;
      outline: none;
      cursor: pointer;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
      .p-user .p-user__profile .p-user__profile__balance__box .p-user__profile__balance__box__btn:hover:not(.p-user__profile__balance__box__btn--disabled),
      .p-user .p-user__profile .p-user__profile__balance__box .p-user__profile__balance__box__btn.waves-button:hover:not(.p-user__profile__balance__box__btn--disabled) {
        opacity: .7;
        text-align: center;
        text-decoration: none !important; }
      .p-user .p-user__profile .p-user__profile__balance__box .p-user__profile__balance__box__btn.p-user__profile__balance__box__btn--disabled,
      .p-user .p-user__profile .p-user__profile__balance__box .p-user__profile__balance__box__btn.waves-button.p-user__profile__balance__box__btn--disabled {
        cursor: default; }
    .p-user .p-user__profile .p-user__profile__balance__box:after {
      content: "";
      display: block;
      clear: both; }
  .p-user .p-user__profile .p-user__profile__list.line {
    margin-top: 40px;
    border-top: 1px solid #333; }
  .p-user .p-user__profile .p-user__profile__list.topLine {
    margin-top: 16px;
    border-top: 1px solid #333; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__title {
    width: 640px;
    margin: 40px 0 10px;
    font-size: 14px;
    font-size: 1.4rem; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__title.padding {
      padding-top: 16px; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content {
    display: table;
    width: 640px;
    background: #333;
    border-radius: 4px; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content.error:after {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -220px -131px;
      content: " ";
      display: inline-block;
      width: 18px;
      height: 19px;
      vertical-align: middle; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input {
      width: 608px;
      margin-left: 16px;
      font-size: 12px;
      font-size: 1.2rem;
      height: 38px;
      border: 0 !important;
      -webkit-appearance: none;
      outline: 0; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input.error {
        width: 594px; }
        .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input.error::-webkit-input-placeholder {
          color: #ff2d55; }
        .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input.error:-moz-placeholder {
          color: #ff2d55;
          opacity: 1; }
        .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input.error::-moz-placeholder {
          color: #ff2d55;
          opacity: 1; }
        .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input.error:-ms-input-placeholder {
          color: #ff2d55; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input:disabled {
        cursor: not-allowed; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content textarea {
      width: 608px;
      height: 150px;
      margin-left: 16px;
      background: #333;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6;
      border: 0 !important;
      -webkit-appearance: none;
      outline: none;
      resize: none; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content textarea::-webkit-scrollbar {
        width: 8px;
        height: 8px; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content textarea::-webkit-scrollbar-button {
        width: 0px;
        height: 0px; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content textarea::-webkit-scrollbar-thumb {
        background: #333333;
        border: 1px inset #000000;
        border-radius: 50px; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content textarea::-webkit-scrollbar-thumb:hover {
        background: #333333; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content textarea::-webkit-scrollbar-thumb:active {
        background: #333333; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content textarea::-webkit-scrollbar-track {
        background: #000000;
        border: 0px none #ffffff;
        border-radius: 50px; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content textarea::-webkit-scrollbar-track:hover {
        background: #000000; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content textarea::-webkit-scrollbar-track:active {
        background: #000000; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content textarea::-webkit-scrollbar-corner {
        background: transparent; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content textarea input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #222 inset; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__game_account,
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail {
    overflow: hidden; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__content {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: table;
    width: 450px;
    float: left;
    border-radius: 8px; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__content.error:after {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -220px -131px;
      content: " ";
      display: inline-block;
      width: 18px;
      height: 19px;
      vertical-align: middle; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__content .p-user__profile__list__mail__content__input {
      background: none;
      font-weight: bold;
      width: 400px;
      height: 38px;
      margin-left: 16px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5;
      border: 0 !important;
      -webkit-appearance: none;
      outline: 0; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__content .p-user__profile__list__mail__content__input::-webkit-input-placeholder {
        color: #ffc511; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__content .p-user__profile__list__mail__content__input:-moz-placeholder {
        color: #ffc511;
        opacity: 1; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__content .p-user__profile__list__mail__content__input::-moz-placeholder {
        color: #ffc511;
        opacity: 1; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__content .p-user__profile__list__mail__content__input:-ms-input-placeholder {
        color: #ffc511; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__content .p-user__profile__list__mail__content__input.error::-webkit-input-placeholder {
        color: #ff2d55; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__content .p-user__profile__list__mail__content__input.error:-moz-placeholder {
        color: #ff2d55;
        opacity: 1; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__content .p-user__profile__list__mail__content__input.error::-moz-placeholder {
        color: #ff2d55;
        opacity: 1; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__content .p-user__profile__list__mail__content__input.error:-ms-input-placeholder {
        color: #ff2d55; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__content .p-user__profile__list__mail__content__input:disabled {
        cursor: not-allowed; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__button {
    width: 134px;
    float: left;
    margin-left: 10px; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__button .p-user__profile__list__mail__button__save {
      width: 96px;
      text-align: center;
      cursor: pointer;
      border-radius: 4px;
      width: 98px;
      display: inline-block;
      height: 38px;
      line-height: 38px;
      border-radius: 38px;
      font-size: 14px;
      font-size: 1.4rem; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__button .p-user__profile__list__mail__button__save.disabled {
        cursor: inherit; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset__title {
    width: 640px;
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset__title.padding {
      padding-top: 16px; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset__title.existing {
      margin-top: 22px; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset__title.new {
      margin-top: 48px; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset__title.newRe {
      margin-top: 32px; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset {
    display: block;
    width: 640px;
    padding: 11px 0 10px;
    -webkit-appearance: textfield;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 4px; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 1000px #333 inset;
      -webkit-text-fill-color: #fff; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input {
      width: 92%;
      margin-left: 14px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5;
      border: 0 !important;
      -webkit-appearance: none;
      outline: 0; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input.error::-webkit-input-placeholder {
        color: #ff2d55; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input.error:-moz-placeholder {
        color: #ff2d55;
        opacity: 1; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input.error::-moz-placeholder {
        color: #ff2d55;
        opacity: 1; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input.error:-ms-input-placeholder {
        color: #ff2d55; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input.error:after {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -220px -131px;
        content: " ";
        display: inline-block;
        width: 18px;
        height: 19px;
        vertical-align: middle; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset.error:after {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -220px -131px;
      content: " ";
      display: inline-block;
      width: 18px;
      height: 19px;
      vertical-align: middle; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__emailApprove {
    width: 640px;
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__error {
    width: 640px;
    margin-top: 8px;
    font-size: 12px;
    font-size: 1.2rem; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__passwordForget {
    margin-top: 8px;
    line-height: 1;
    cursor: pointer; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__button {
    width: 640px;
    margin-top: 34px; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__button .p-user__profile__list__button__cancel {
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem;
      padding: 10px 32px;
      cursor: pointer; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__button .p-user__profile__list__button__save {
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem;
      width: 134px;
      height: 40px;
      line-height: 40px;
      border-radius: 40px;
      text-align: center;
      cursor: pointer; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__button input[type=submit] {
      width: 134px;
      height: 40px;
      line-height: 40px;
      border-radius: 40px; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__profile__button {
    width: 640px;
    margin-top: 64px; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__profile__button .p-user__profile__list__profile__button__cancel {
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem;
      cursor: pointer;
      width: 132px;
      height: 40px;
      line-height: 40px;
      border-radius: 40px;
      border: none; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__profile__button .p-user__profile__list__profile__button__save {
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem;
      background: #333;
      cursor: pointer;
      width: 132px;
      height: 40px;
      line-height: 40px;
      border-radius: 40px;
      border: none; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__secession {
    width: 640px;
    margin: 20px auto 44px;
    text-align: right; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__secession .p-user__profile__list__secession__text {
      cursor: pointer;
      text-decoration: underline; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter {
    margin-top: 16px; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter .p-user__profile__list__twitter__not-button {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      cursor: pointer;
      background: #55acee;
      padding-left: 8px;
      padding-right: 12px;
      height: 30px;
      line-height: 30px;
      border-radius: 30px;
      border: none; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter .p-user__profile__list__twitter__not-button:before {
        background-image: url(../../images/v8/icon_x.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 24px 24px;
        background-position: 0px 0px;
        content: " ";
        display: inline-block;
        width: 24px;
        height: 24px;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        width: 19px;
        height: 19px;
        background-size: 19px; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter .p-user__profile__list__twitter__not-button .p-user__profile__list__twitter__not-button__text {
        display: table-cell;
        padding-left: 19px; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter .p-user__profile__list__twitter__button {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      cursor: pointer;
      background: rgba(255, 255, 255, 0.2);
      padding-left: 8px;
      padding-right: 12px;
      height: 30px;
      line-height: 30px;
      border-radius: 30px;
      border: none; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter .p-user__profile__list__twitter__button:before {
        position: absolute;
        top: 50%;
        margin-top: -10px; }
        html[mode=light] .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter .p-user__profile__list__twitter__button:before {
          background-image: url(../../images/v8/icon_x.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 24px 24px;
          background-position: 0px 0px;
          content: " ";
          display: inline-block;
          width: 24px;
          height: 24px;
          vertical-align: middle;
          background-image: url(../../images/v8/icon_x_black.png?t=2019040802);
          width: 19px;
          height: 19px;
          background-size: 19px; }
        html[mode=dark] .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter .p-user__profile__list__twitter__button:before {
          background-image: url(../../images/v8/icon_x.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 24px 24px;
          background-position: 0px 0px;
          content: " ";
          display: inline-block;
          width: 24px;
          height: 24px;
          vertical-align: middle;
          width: 19px;
          height: 19px;
          background-size: 19px; }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter .p-user__profile__list__twitter__button .p-user__profile__list__twitter__button__text {
        display: table-cell;
        padding-left: 19px; }
  .p-user .p-user__profile .p-user__profile__accountSetup {
    border-bottom: 1px solid #333;
    margin-bottom: 32px;
    padding: 40px 0 50px; }
    .p-user .p-user__profile .p-user__profile__accountSetup .p-user__profile__accountSetup__title {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 32px; }
    .p-user .p-user__profile .p-user__profile__accountSetup .p-user__profile__accountSetup__channelId {
      font-size: 14px;
      font-size: 1.4rem;
      padding-bottom: 12px; }
    .p-user .p-user__profile .p-user__profile__accountSetup .p-user__profile__accountSetup__channelIdSetupLink {
      padding-bottom: 12px; }
      .p-user .p-user__profile .p-user__profile__accountSetup .p-user__profile__accountSetup__channelIdSetupLink a {
        text-decoration: underline; }
    .p-user .p-user__profile .p-user__profile__accountSetup .p-user__profile__accountSetup__alert {
      padding-bottom: 40px; }
    .p-user .p-user__profile .p-user__profile__accountSetup .p-user__profile__accountSetup__passwordChange {
      font-size: 14px;
      font-size: 1.4rem;
      padding-bottom: 12px; }
    .p-user .p-user__profile .p-user__profile__accountSetup .p-user__profile__accountSetup__passwordChangeLink a {
      text-decoration: underline; }
  .p-user .p-user__profile .p-user__profile__secession {
    margin-bottom: 34px;
    margin-top: 26px; }
    .p-user .p-user__profile .p-user__profile__secession .p-user__profile__secession__msg {
      font-size: 12px;
      font-size: 1.2rem;
      text-align: left;
      margin-bottom: 8px;
      margin-top: 50px; }
    .p-user .p-user__profile .p-user__profile__secession .p-user__profile__secession__text {
      font-size: 12px;
      font-size: 1.2rem;
      text-align: left; }
      .p-user .p-user__profile .p-user__profile__secession .p-user__profile__secession__text span {
        cursor: pointer; }
        .p-user .p-user__profile .p-user__profile__secession .p-user__profile__secession__text span:hover {
          text-decoration: underline; }
  .p-user .p-user__tab {
    width: 100%;
    border-bottom: 1px solid #333; }
    .p-user .p-user__tab .p-user__tab__menu:before, .p-user .p-user__tab .p-user__tab__menu:after {
      content: "";
      display: table; }
    .p-user .p-user__tab .p-user__tab__menu:after {
      clear: both; }
    .p-user .p-user__tab .p-user__tab__menu .p-user__tab__menu__item {
      display: inline-block;
      padding: 10px 20px;
      float: left;
      cursor: pointer; }
      .p-user .p-user__tab .p-user__tab__menu .p-user__tab__menu__item.selected {
        cursor: default;
        border-bottom: 1px solid #ff2d55; }
      .p-user .p-user__tab .p-user__tab__menu .p-user__tab__menu__item.with_icon {
        padding: 9px 20px;
        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; }
        .p-user .p-user__tab .p-user__tab__menu .p-user__tab__menu__item.with_icon &gt; svg {
          margin-left: 4px; }

.p-userlist {
  margin-top: 30px; }

.p-livebox {
  margin-top: 30px; }

.p-moviebox {
  padding-top: 30px;
  border-top: 1px solid #333; }

.p-profile-user-infomation-section {
  margin-top: 24px;
  border-width: 1px 0 0 0;
  border-style: solid; }

.p-profile-user-infomation-section__heading {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4; }

.p-profile-user-infomation-link {
  font-size: 12px;
  line-height: 1.4;
  cursor: pointer; }
  .p-profile-user-infomation-link:hover {
    opacity: 0.8; }
  .p-profile-user-infomation-link:active {
    opacity: 0.6; }

.p-concat {
  width: 640px;
  margin: 0 auto;
  padding: 0 0 100px; }
  .p-concat .p-concat__title {
    width: 100%;
    margin: 0 auto 22px;
    padding-top: 24px;
    line-height: 3;
    border-bottom: 1px solid #333;
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem; }
  .p-concat .p-concat__text {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 0 20px;
    border-bottom: 1px solid #a0a0a0; }
    .p-concat .p-concat__text span {
      font-weight: bold; }
  .p-concat .p-concat__list .p-concat__list__title {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 24px 16px 12px;
    padding-left: 0; }
  .p-concat .p-concat__list .p-concat__list__content {
    display: table;
    width: 100%;
    padding: 16px 0;
    background: #333; }
    .p-concat .p-concat__list .p-concat__list__content .p-concat__content__input {
      width: 95%;
      margin-left: 0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6;
      background: #333;
      border: 0 !important;
      -webkit-appearance: none;
      outline: 0; }
      .p-concat .p-concat__list .p-concat__list__content .p-concat__content__input::-webkit-input-placeholder {
        color: #ffc511; }
      .p-concat .p-concat__list .p-concat__list__content .p-concat__content__input:-moz-placeholder {
        color: #ffc511;
        opacity: 1; }
      .p-concat .p-concat__list .p-concat__list__content .p-concat__content__input::-moz-placeholder {
        color: #ffc511;
        opacity: 1; }
      .p-concat .p-concat__list .p-concat__list__content .p-concat__content__input:-ms-input-placeholder {
        color: #ffc511; }
      .p-concat .p-concat__list .p-concat__list__content .p-concat__content__input.error::-webkit-input-placeholder {
        color: #ffc511; }
      .p-concat .p-concat__list .p-concat__list__content .p-concat__content__input.error:-moz-placeholder {
        color: #ffc511;
        opacity: 1; }
      .p-concat .p-concat__list .p-concat__list__content .p-concat__content__input.error::-moz-placeholder {
        color: #ffc511;
        opacity: 1; }
      .p-concat .p-concat__list .p-concat__list__content .p-concat__content__input.error:-ms-input-placeholder {
        color: #ffc511; }
    .p-concat .p-concat__list .p-concat__list__content.username.error {
      -ms-box-shadow: inset 0 0 0 1px #ff2d55;
      box-shadow: inset 0 0 0 1px #ff2d55; }
      .p-concat .p-concat__list .p-concat__list__content.username.error:before {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -129px -105px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 14px;
        vertical-align: middle;
        background-size: 0; }
    .p-concat .p-concat__list .p-concat__list__content.username:before {
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -30px -57px;
      content: " ";
      display: inline-block;
      width: 14px;
      height: 14px;
      vertical-align: middle;
      margin-left: 0;
      background-size: 0; }
    .p-concat .p-concat__list .p-concat__list__content.email.error {
      -ms-box-shadow: inset 0 0 0 1px #ff2d55;
      box-shadow: inset 0 0 0 1px #ff2d55; }
    .p-concat .p-concat__list .p-concat__list__content.email:before {
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -54px -82px;
      content: " ";
      display: inline-block;
      width: 16px;
      height: 10px;
      vertical-align: middle;
      background-size: 0;
      margin-left: 0; }
    .p-concat .p-concat__list .p-concat__list__content.email.error:before {
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -152px -109px;
      content: " ";
      display: inline-block;
      width: 16px;
      height: 10px;
      vertical-align: middle;
      background-size: 0; }
    .p-concat .p-concat__list .p-concat__list__content.concat.error {
      -ms-box-shadow: inset 0 0 0 1px #ff2d55;
      box-shadow: inset 0 0 0 1px #ff2d55; }
    .p-concat .p-concat__list .p-concat__list__content.concat:before {
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -205px -130px;
      content: " ";
      display: inline-block;
      width: 18px;
      height: 16px;
      vertical-align: middle;
      vertical-align: top;
      background-size: 0; }
    .p-concat .p-concat__list .p-concat__list__content.concat.error:before {
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -102px -105px;
      content: " ";
      display: inline-block;
      width: 18px;
      height: 16px;
      vertical-align: middle;
      vertical-align: top;
      background-size: 0; }
    .p-concat .p-concat__list .p-concat__list__content textarea {
      width: 94%;
      height: 180px;
      background: #333;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      border: 0 !important;
      -webkit-appearance: none;
      outline: none;
      resize: none; }
      .p-concat .p-concat__list .p-concat__list__content textarea::-webkit-input-placeholder {
        color: #ffc511; }
      .p-concat .p-concat__list .p-concat__list__content textarea:-moz-placeholder {
        color: #ffc511;
        opacity: 1; }
      .p-concat .p-concat__list .p-concat__list__content textarea::-moz-placeholder {
        color: #ffc511;
        opacity: 1; }
      .p-concat .p-concat__list .p-concat__list__content textarea:-ms-input-placeholder {
        color: #ffc511; }
      .p-concat .p-concat__list .p-concat__list__content textarea.error::-webkit-input-placeholder {
        color: #ffc511; }
      .p-concat .p-concat__list .p-concat__list__content textarea.error:-moz-placeholder {
        color: #ffc511;
        opacity: 1; }
      .p-concat .p-concat__list .p-concat__list__content textarea.error::-moz-placeholder {
        color: #ffc511;
        opacity: 1; }
      .p-concat .p-concat__list .p-concat__list__content textarea.error:-ms-input-placeholder {
        color: #ffc511; }
  .p-concat .p-concat__submit {
    text-align: center;
    width: 100%;
    display: table;
    border-top: 1px solid #333;
    margin-top: 32px;
    padding-top: 30px;
    padding-bottom: 30px; }
  .p-concat .p-concat__submit__cancel {
    display: table-cell;
    width: 50%;
    text-align: right;
    vertical-align: top;
    padding-top: 3px; }
    .p-concat .p-concat__submit__cancel .p-concat__submit__cancel__text {
      display: inline-block;
      cursor: pointer;
      font-size: 14px;
      font-size: 1.4rem;
      padding-right: 45px; }
  .p-concat .p-concat__submit__send {
    display: table-cell;
    width: 50%;
    text-align: left;
    vertical-align: top; }
    .p-concat .p-concat__submit__send .p-concat__submit__send__text {
      display: inline-block;
      cursor: pointer;
      border: none;
      overflow: hidden;
      outline: none;
      background: #222;
      font-size: 14px;
      font-size: 1.4rem;
      padding-left: 45px; }

.p-policy {
  width: 884px;
  margin: 0 auto;
  text-align: left;
  padding: 40px 25px;
  padding-top: 55px; }
  .p-policy .p-policy__title {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 19px; }
  .p-policy .p-policy__content {
    line-height: 1.6;
    padding-bottom: 22px;
    font-size: 14px;
    font-size: 1.4rem; }
  .p-policy .p-policy__list .p-policy__list__title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 16px; }
  .p-policy .p-policy__list .p-policy__list__content {
    line-height: 1.6;
    padding-bottom: 22px;
    font-size: 14px;
    font-size: 1.4rem; }
    .p-policy .p-policy__list .p-policy__list__content a {
      font-size: 14px;
      font-size: 1.4rem; }
  .p-policy .p-policy__list .p-policy__list__list {
    padding-left: 20px; }
  .p-policy .p-policy__date {
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem; }

.p-settlement {
  width: 884px;
  margin: 0 auto;
  text-align: left;
  padding: 40px 25px;
  padding-top: 55px; }
  .p-settlement .p-settlement__title {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 19px; }
  .p-settlement .p-settlement__content {
    line-height: 1.6;
    padding-bottom: 22px;
    font-size: 14px;
    font-size: 1.4rem; }
    .p-settlement .p-settlement__content dt {
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      padding-bottom: 16px; }
    .p-settlement .p-settlement__content dd {
      line-height: 1.6;
      margin-left: 20px;
      padding-bottom: 22px;
      font-size: 14px;
      font-size: 1.4rem; }
      .p-settlement .p-settlement__content dd a {
        font-size: 14px;
        font-size: 1.4rem; }
  .p-settlement .p-settlement__date {
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem; }

.p-resetPassword {
  width: 560px;
  margin: 150px auto 0;
  padding: 40px 16px;
  background: #333;
  border-radius: 2px; }
  .p-resetPassword .p-resetPassword__list {
    width: 426px;
    margin: 0 auto;
    padding-bottom: 22px; }
    .p-resetPassword .p-resetPassword__list .p-resetPassword__list__title {
      text-align: center; }
      .p-resetPassword .p-resetPassword__list .p-resetPassword__list__title span {
        display: inline-block;
        width: 250px;
        padding-bottom: 10px;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #222; }
    .p-resetPassword .p-resetPassword__list .p-resetPassword__list__content {
      width: 320px;
      margin: 0 auto;
      padding-top: 22px;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.8; }
    .p-resetPassword .p-resetPassword__list .p-resetPassword__list__password {
      display: block;
      background: #333;
      font-size: 13px;
      font-size: 1.3rem;
      padding: 17px 0; }
      .p-resetPassword .p-resetPassword__list .p-resetPassword__list__password:before {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: 16px 17px;
        content: " ";
        display: inline-block;
        width: -54px;
        height: -79px;
        vertical-align: middle; }
  .p-resetPassword .p-resetPassword__link {
    padding: 22px 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    border-top: 1px solid #333; }
    .p-resetPassword .p-resetPassword__link a {
      font-size: 12px;
      font-size: 1.2rem;
      text-decoration: underline; }

.p-confirmResetPassword {
  margin-top: 60px;
  min-height: calc(100vh - 56px - 62px); }
  .p-confirmResetPassword .p-confirmResetPassword__content {
    width: 560px;
    margin: 0 auto;
    border-radius: 16px;
    background: #333; }
    .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list {
      width: 100%;
      padding: 40px 0 50px; }
      .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__title {
        width: 250px;
        margin: 0 auto;
        padding-bottom: 10px;
        text-align: center;
        border-bottom: 1px solid #333; }
        .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__title span {
          display: inline-block;
          font-size: 24px;
          font-size: 2.4rem;
          text-align: center;
          line-height: 1.4; }
      .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__msg {
        width: 288px;
        margin: 0 auto;
        text-align: center;
        padding: 24px 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4; }
      .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password {
        display: block;
        width: 340px;
        margin: 0 auto;
        padding: 11px 0 12px;
        font-size: 13px;
        font-size: 1.3rem;
        border-radius: 10rem; }
        .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password:before {
          background-image: none;
          margin: 0 8px 0 10px; }
        .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input {
          width: 78%;
          margin-top: 2px;
          line-height: 1.6;
          font-size: 14px;
          font-size: 1.4rem;
          border: 0 !important;
          -webkit-appearance: none;
          outline: 0; }
          .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input.error::-webkit-input-placeholder {
            color: #ff2d55; }
          .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input.error:-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input.error::-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input.error:-ms-input-placeholder {
            color: #ff2d55; }
        .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password.error::-webkit-input-placeholder {
          color: #ff2d55; }
        .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password.error:-moz-placeholder {
          color: #ff2d55;
          opacity: 1; }
        .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password.error::-moz-placeholder {
          color: #ff2d55;
          opacity: 1; }
        .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password.error:-ms-input-placeholder {
          color: #ff2d55; }
        .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password.error:after {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -220px -131px;
          content: " ";
          display: inline-block;
          width: 18px;
          height: 19px;
          vertical-align: middle; }
      .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm {
        display: block;
        width: 340px;
        margin: 14px auto 0;
        padding: 15px 0;
        font-size: 13px;
        font-size: 1.3rem;
        border-radius: 10rem; }
        .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm:before {
          background-image: none;
          margin: 0 8px 0 10px; }
        .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input {
          width: 78%;
          line-height: 1.6;
          border: 0 !important;
          -webkit-appearance: none;
          outline: 0;
          font-size: 14px;
          font-size: 1.4rem; }
          .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input.error::-webkit-input-placeholder {
            color: #ff2d55; }
          .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input.error:-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input.error::-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input.error:-ms-input-placeholder {
            color: #ff2d55; }
        .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm.error::-webkit-input-placeholder {
          color: #ff2d55; }
        .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm.error:-moz-placeholder {
          color: #ff2d55;
          opacity: 1; }
        .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm.error::-moz-placeholder {
          color: #ff2d55;
          opacity: 1; }
        .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm.error:-ms-input-placeholder {
          color: #ff2d55; }
      .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__intput {
        display: block;
        margin: 24px 0; }
        .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__intput .p-confirmResetPassword__content__list__intput__button {
          width: 200px;
          margin: 0 auto;
          text-align: center;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: bold;
          height: 40px;
          line-height: 40px;
          border-radius: 40px; }
          .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__intput .p-confirmResetPassword__content__list__intput__button:hover {
            background: #df3f3f; }
      .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__error {
        width: 340px; }

.p-passwordReset__modal {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 99999px;
  padding-top: 80px;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8); }
  .p-passwordReset__modal.native {
    background: #1a1a1a;
    height: auto; }
  .p-passwordReset__modal .p-passwordReset__modal__content {
    position: relative;
    width: 560px;
    margin: 0 auto;
    border-radius: 2px;
    background: #333; }
    .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget {
      width: 100%;
      padding: 32px 0 15px; }
      .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__title {
        width: 400px;
        margin: 0 auto;
        padding-bottom: 10px;
        text-align: center;
        border-bottom: 1px solid #333; }
        .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__title span {
          display: inline-block;
          font-size: 24px;
          font-size: 2.4rem;
          text-align: center;
          line-height: 1.4; }
      .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__msg {
        width: 469px;
        margin: 0 auto;
        padding: 20px 0;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.7; }
        .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__msg.native {
          padding-top: 0; }
      .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .cp-passwordReset__modal__content__passwordForget__info {
        width: 220px;
        margin: 0 auto;
        font-size: 10px;
        font-size: 1rem;
        text-align: center; }
        .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .cp-passwordReset__modal__content__passwordForget__info a {
          font-size: 10px;
          font-size: 1rem;
          text-decoration: underline; }
      .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__password {
        display: block;
        width: 340px;
        margin: 0 auto;
        padding: 11px 0 12px;
        background: #222;
        font-size: 13px;
        font-size: 1.3rem;
        border-radius: 4px; }
        .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__password .p-passwordReset__modal__content__passwordForget__password__input {
          width: 78%;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.6;
          background: #333;
          border: 0 !important;
          -webkit-appearance: none;
          outline: 0;
          background: #222; }
          .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__password .p-passwordReset__modal__content__passwordForget__password__input::-webkit-input-placeholder {
            color: #ffc511; }
          .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__password .p-passwordReset__modal__content__passwordForget__password__input:-moz-placeholder {
            color: #ffc511;
            opacity: 1; }
          .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__password .p-passwordReset__modal__content__passwordForget__password__input::-moz-placeholder {
            color: #ffc511;
            opacity: 1; }
          .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__password .p-passwordReset__modal__content__passwordForget__password__input:-ms-input-placeholder {
            color: #ffc511; }
          .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__password .p-passwordReset__modal__content__passwordForget__password__input.error::-webkit-input-placeholder {
            color: #ff2d55; }
          .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__password .p-passwordReset__modal__content__passwordForget__password__input.error:-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__password .p-passwordReset__modal__content__passwordForget__password__input.error::-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__password .p-passwordReset__modal__content__passwordForget__password__input.error:-ms-input-placeholder {
            color: #ff2d55; }
          .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__password .p-passwordReset__modal__content__passwordForget__password__input.error:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -304px -218px;
            content: " ";
            display: inline-block;
            width: 30px;
            height: 20px;
            vertical-align: middle;
            margin: 0 8px 0 10px;
            vertical-align: -0.1em; }
        .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__password:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -54px -79px;
          content: " ";
          display: inline-block;
          width: 16px;
          height: 17px;
          vertical-align: middle;
          margin: 0 8px 0 10px; }
        .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__password.error:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -152px -109px;
          content: " ";
          display: inline-block;
          width: 16px;
          height: 10px;
          vertical-align: middle; }
        .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__password.error:after {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -220px -131px;
          content: " ";
          display: inline-block;
          width: 18px;
          height: 19px;
          vertical-align: middle; }
      .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__login__account {
        display: block;
        margin: 24px 0; }
        .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__login__account .p-passwordReset__modal__content__login__account__button {
          width: 140px;
          height: 40px;
          margin: 0 auto;
          line-height: 3.1;
          text-align: center;
          background: #ff4c11;
          border-radius: 2px;
          cursor: pointer; }
      .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordReset__input {
        display: block;
        margin: 24px 0;
        text-align: center; }
        .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordReset__input .p-passwordReset__modal__content__passwordReset__input__button {
          width: 140px;
          height: 40px;
          margin: 0 auto;
          line-height: 3.4;
          text-align: center;
          background: #ff4c11;
          border-radius: 2px;
          cursor: pointer; }
      .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__input {
        display: block;
        margin: 24px 0;
        text-align: center; }
        .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__input .p-passwordReset__modal__content__passwordForget__input__button {
          width: 200px;
          height: 44px;
          margin: 0 auto;
          line-height: 3.4;
          text-align: center;
          background: #ff4c11;
          border-radius: 2px;
          cursor: pointer;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: bold;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__passwordForget .p-passwordReset__modal__content__passwordForget__input .p-passwordReset__modal__content__passwordForget__input__button:hover {
            background: #df3f3f; }
    .p-passwordReset__modal .p-passwordReset__modal__content .p-passwordReset__modal__content__close {
      position: absolute;
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -240px -4px;
      content: " ";
      display: inline-block;
      width: 18px;
      height: 18px;
      vertical-align: middle;
      top: 10px;
      right: 10px;
      z-index: 999999;
      cursor: pointer; }

.p-completion {
  width: 560px;
  margin: 136px auto 100px;
  padding: 52px 0 38px;
  overflow: hidden;
  text-align: center;
  background: #333;
  border-radius: 4px; }
  .p-completion .p-completion__title, .p-completion .p-completion__title--contact {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center; }
    .p-completion .p-completion__title span, .p-completion .p-completion__title--contact span {
      display: inline-block;
      width: 160px;
      padding-bottom: 8px;
      border-bottom: 1px solid #222;
      font-size: 24px;
      font-size: 2.4rem; }
  .p-completion .p-completion__title--contact span {
    width: 210px; }
  .p-completion .p-completion__msg {
    text-align: center;
    padding: 22px 0 25px;
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem; }
  .p-completion .p-completion__button {
    text-align: center; }

.p-detail .p-detail__bg {
  line-height: 0; }
  .p-detail .p-detail__bg img {
    width: 100%; }
  .p-detail .p-detail__bg.firstImg {
    height: 280px;
    overflow: hidden; }
    .p-detail .p-detail__bg.firstImg p {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }

.p-detail .p-detail__box {
  position: relative;
  width: 1040px;
  margin: 0 auto; }
  .p-detail .p-detail__box:before, .p-detail .p-detail__box:after {
    content: "";
    display: table; }
  .p-detail .p-detail__box:after {
    clear: both; }
  .p-detail .p-detail__box .p-detail__box__content {
    position: relative;
    width: 260px;
    margin: 28px 16px 0 0;
    border-bottom: 1px solid #333; }
    .p-detail .p-detail__box .p-detail__box__content .p-detail__box__content__gameDetail {
      font-size: 14px;
      font-size: 1.4rem; }
      .p-detail .p-detail__box .p-detail__box__content .p-detail__box__content__gameDetail li {
        margin-bottom: 22px; }
        .p-detail .p-detail__box .p-detail__box__content .p-detail__box__content__gameDetail li.p-detail__box__content__gameDetail__spDevice {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 60%; }
          .p-detail .p-detail__box .p-detail__box__content .p-detail__box__content__gameDetail li.p-detail__box__content__gameDetail__spDevice:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -101px -128px;
            content: " ";
            display: inline-block;
            width: 13px;
            height: 20px;
            vertical-align: middle;
            margin-left: 6px;
            margin-right: 22px; }
        .p-detail .p-detail__box .p-detail__box__content .p-detail__box__content__gameDetail li.p-detail__box__content__gameDetail__os {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
          .p-detail .p-detail__box .p-detail__box__content .p-detail__box__content__gameDetail li.p-detail__box__content__gameDetail__os:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -143px -3px;
            content: " ";
            display: inline-block;
            width: 24px;
            height: 21px;
            vertical-align: middle;
            margin-left: 2px;
            margin-right: 18px; }
        .p-detail .p-detail__box .p-detail__box__content .p-detail__box__content__gameDetail li.p-detail__box__content__gameDetail__gameDevice {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
          .p-detail .p-detail__box .p-detail__box__content .p-detail__box__content__gameDetail li.p-detail__box__content__gameDetail__gameDevice:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -105px -28px;
            content: " ";
            display: inline-block;
            width: 29px;
            height: 19px;
            vertical-align: middle;
            margin-right: 16px; }
        .p-detail .p-detail__box .p-detail__box__content .p-detail__box__content__gameDetail li.p-detail__box__content__gameDetail__centerDevice {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
          .p-detail .p-detail__box .p-detail__box__content .p-detail__box__content__gameDetail li.p-detail__box__content__gameDetail__centerDevice:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -70px -128px;
            content: " ";
            display: inline-block;
            width: 19px;
            height: 19px;
            vertical-align: middle;
            margin-left: 4px;
            margin-right: 14px; }
    .p-detail .p-detail__box .p-detail__box__content .p-detail__box__content__gameDetail__install {
      display: none;
      position: absolute;
      z-index: 1;
      top: 5px;
      right: 0;
      cursor: pointer; }
      .p-detail .p-detail__box .p-detail__box__content .p-detail__box__content__gameDetail__install:before {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -6px -56px;
        content: " ";
        display: inline-block;
        width: 14px;
        height: 16px;
        vertical-align: middle;
        margin-right: 8px; }
  .p-detail .p-detail__box .p-detail__box__channel {
    width: 322px;
    margin: 0;
    padding-top: 24px;
    border-bottom: 1px solid #333;
    font-size: 14px;
    font-size: 1.4rem;
    float: left;
    border-bottom: none; }
    .p-detail .p-detail__box .p-detail__box__channel li {
      padding-bottom: 16px; }
      .p-detail .p-detail__box .p-detail__box__channel li.p-detail__box__channel__video .p-detail__box__channel__video__count {
        margin-left: 8px; }
      .p-detail .p-detail__box .p-detail__box__channel li.p-detail__box__channel__play .p-detail__box__channel__play__count {
        margin-left: 8px; }
      .p-detail .p-detail__box .p-detail__box__channel li.p-detail__box__channel__creator .p-detail__box__channel__creator__count {
        margin-left: 8px; }
      .p-detail .p-detail__box .p-detail__box__channel li.p-detail__box__channel__favorite .p-detail__box__channel__favorite__count {
        margin-left: 8px; }
  .p-detail .p-detail__box .p-detail__box__info {
    width: 602px;
    margin: 0;
    padding: 28px 0 16px;
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
    float: left; }
    .p-detail .p-detail__box .p-detail__box__info .p-detail__box__info__title {
      font-size: 18px;
      font-size: 1.8rem;
      position: absolute;
      top: 25px;
      left: 322px;
      z-index: 1; }
    .p-detail .p-detail__box .p-detail__box__info .p-detail__box__info__desc {
      word-break: break-all;
      word-wrap: break-word;
      line-height: 1.6;
      position: absolute;
      top: 65px;
      left: 322px;
      z-index: 1;
      font-size: 14px;
      font-size: 1.4rem; }
      .p-detail .p-detail__box .p-detail__box__info .p-detail__box__info__desc a {
        text-decoration: underline;
        cursor: pointer; }
    .p-detail .p-detail__box .p-detail__box__info a {
      text-decoration: underline;
      cursor: pointer; }

body.dashboardBg {
  background: #f4f4f4 !important; }

.p-dashboard {
  display: table;
  width: 1024px;
  margin: 30px auto 0;
  color: #585858;
  /*追加*/ }
  .p-dashboard .c-frame {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 748px; }
    .p-dashboard .c-frame.schedule .c-frame__content {
      display: block; }
    .p-dashboard .c-frame .c-frame__content {
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      background-color: inherit; }
      .p-dashboard .c-frame .c-frame__content .c-frame__content__schedule__input {
        height: 20px;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: lighter;
        border: 1px solid #ccc;
        border-radius: 2px;
        background-color: #fff;
        color: #333;
        padding: 6px 8px;
        width: 143px; }
        .p-dashboard .c-frame .c-frame__content .c-frame__content__schedule__input::-webkit-input-placeholder {
          color: #a9a9a9; }
        .p-dashboard .c-frame .c-frame__content .c-frame__content__schedule__input:-moz-placeholder {
          color: #a9a9a9;
          opacity: 1; }
        .p-dashboard .c-frame .c-frame__content .c-frame__content__schedule__input::-moz-placeholder {
          color: #a9a9a9;
          opacity: 1; }
        .p-dashboard .c-frame .c-frame__content .c-frame__content__schedule__input:-ms-input-placeholder {
          color: #a9a9a9; }
        .p-dashboard .c-frame .c-frame__content .c-frame__content__schedule__input.error {
          color: #333;
          background: #ffecec;
          border: 1px solid #ff4949; }
        .p-dashboard .c-frame .c-frame__content .c-frame__content__schedule__input.disabled {
          background-color: #f3f3f3; }
      .p-dashboard .c-frame .c-frame__content .c-frame__content__download__list__body__column {
        padding: 16px 0px 4px 0px;
        font-size: 12px;
        font-size: 1.2rem; }
      .p-dashboard .c-frame .c-frame__content .c-frame__content__download__list__body__info {
        padding: 16px 0px 4px 0px;
        font-size: 12px;
        font-size: 1.2rem; }
      .p-dashboard .c-frame .c-frame__content .c-frame__content__download__list__body__data {
        padding: 8px 0px 8px 0px;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        font-size: 12px;
        font-size: 1.2rem;
        width: 100%;
        height: 36px; }
        .p-dashboard .c-frame .c-frame__content .c-frame__content__download__list__body__data .c-frame__content__download__list__body__data__count {
          padding-right: 18px;
          font-weight: bold;
          border: none; }
        .p-dashboard .c-frame .c-frame__content .c-frame__content__download__list__body__data .c-frame__content__download__list__body__data__text {
          width: 100%;
          border: none; }
          .p-dashboard .c-frame .c-frame__content .c-frame__content__download__list__body__data .c-frame__content__download__list__body__data__text.notFound {
            color: #7f7f7f;
            padding-left: 0px !important; }
        .p-dashboard .c-frame .c-frame__content .c-frame__content__download__list__body__data .c-frame__content__download__list__body__data__right__text {
          text-align: right;
          width: 140px;
          margin-top: 8px;
          margin-bottom: 8px;
          color: #7f7f7f;
          display: inline-block;
          border: none; }
        .p-dashboard .c-frame .c-frame__content .c-frame__content__download__list__body__data .c-frame__content__download__list__body__data__download {
          border: none; }
      .p-dashboard .c-frame .c-frame__content .c-frame__content__download__list__body__botton__creating {
        padding: 3px 0px 5px;
        width: 88px;
        border-radius: 4px;
        background-color: #7f7f7f;
        color: #ffffff;
        font-size: 12px !important;
        text-align: center;
        float: right;
        cursor: not-allowed;
        vertical-align: middle; }
      .p-dashboard .c-frame .c-frame__content .c-frame__content__download__list__body__botton {
        padding: 3px 0px 5px;
        width: 88px;
        border-radius: 4px;
        background-color: #ff8830;
        color: #ffffff;
        font-size: 12px !important;
        text-align: center;
        float: right;
        cursor: pointer;
        vertical-align: middle; }
      .p-dashboard .c-frame .c-frame__content .c-frame__content__download__list__body__line {
        border-bottom: 1px solid #eaeaea; }
      .p-dashboard .c-frame .c-frame__content .c-frame__content__download__list__body__data__expire {
        color: #ff4b11; }
      .p-dashboard .c-frame .c-frame__content.with__border {
        border-bottom: 1px solid #eaeaea; }
      .p-dashboard .c-frame .c-frame__content .c-frame__content__list__title .c-frame__content__list__title__title {
        margin-bottom: 8px; }
    .p-dashboard .c-frame .c-frame__row__button__issue {
      display: inline-block;
      width: 100px;
      height: 36px;
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem;
      background: #ff4949;
      border: 1px solid #ff4949;
      color: #fff;
      border-radius: 4px;
      cursor: pointer;
      position: relative;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
      border-bottom: 2px solid #df3f3f;
      cursor: pointer;
      box-shadow: inset 0 -2px #df3f3f;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .p-dashboard .c-frame .c-frame__row__button__issue:active {
        top: 1px;
        outline: none;
        box-shadow: none; }
      .p-dashboard .c-frame .c-frame__row__button__issuehover {
        opacity: 0.8; }
      .p-dashboard .c-frame .c-frame__row__button__issue.disabled {
        background: #888;
        border: 1px solid #888;
        color: #ccc;
        cursor: initial;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
        border-bottom: 2px solid #888;
        box-shadow: inset 0 -2px #888; }
    .p-dashboard .c-frame .c-frame__content__item .c-frame__content__item__box--1 .c-frame__content__item__message {
      font-size: 10px;
      color: #3ab54a;
      font-weight: lighter; }
      .p-dashboard .c-frame .c-frame__content__item .c-frame__content__item__box--1 .c-frame__content__item__message.c-frameTwo__left__content__item__title__error {
        margin-left: 10px; }
        .p-dashboard .c-frame .c-frame__content__item .c-frame__content__item__box--1 .c-frame__content__item__message.c-frameTwo__left__content__item__title__error.error {
          color: #ff4949; }
      .p-dashboard .c-frame .c-frame__content__item .c-frame__content__item__box--1 .c-frame__content__item__message.msg_down {
        margin-left: 0px;
        margin-top: 4px; }
    .p-dashboard .c-frame .c-frame__content__item.premiere {
      padding: 36px 0 0px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
  .p-dashboard .p-dashboard__content {
    display: table-cell;
    width: 746px;
    padding-left: 20px;
    text-align: left;
    vertical-align: top; }
    .p-dashboard .p-dashboard__content.document {
      background: #fff;
      padding-left: 0; }
    .p-dashboard .p-dashboard__content .p-dashboard__content__frame {
      display: table;
      width: 746px;
      margin-bottom: 20px;
      border: 1px solid #e2e2e2;
      border-radius: 4px;
      background: #fff; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame.special {
        margin-bottom: 190px; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__state {
        display: table-cell;
        width: 132px; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__msg {
        display: table-cell;
        width: 474px;
        color: #585858;
        text-align: center;
        vertical-align: middle;
        padding: 25px 0;
        line-height: 1.6; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__msg .p-dashboard__content__frame__msg__alert {
          margin-top: 1.6rem;
          font-size: 1.1rem;
          color: red; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list__msg {
        font-size: 10px;
        font-size: 1rem;
        color: #3ab54a;
        margin-left: 10px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list__msg.error {
          color: #ff4949; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__result {
        display: table-cell;
        width: 120px;
        vertical-align: middle; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__result .p-dashboard__content__frame__result__button {
          display: inline-block;
          width: 100px;
          height: 36px;
          text-align: center;
          font-size: 12px;
          font-size: 1.2rem;
          background: #ff4949;
          border: 1px solid #ff4949;
          color: #fff;
          border-radius: 4px;
          cursor: pointer;
          position: relative;
          text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
          border-bottom: 2px solid #df3f3f;
          cursor: pointer;
          box-shadow: inset 0 -2px #df3f3f;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__result .p-dashboard__content__frame__result__button:active {
            top: 1px;
            outline: none;
            box-shadow: none; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__result .p-dashboard__content__frame__result__buttonhover {
            opacity: 0.8; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__result .p-dashboard__content__frame__result__button.disabled {
            background: #888;
            border: 1px solid #888;
            color: #ccc;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
            border-bottom: 2px solid #888;
            box-shadow: inset 0 -2px #888; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__title {
        padding: 16px 20px 16px;
        border-bottom: 1px solid #e2e2e2;
        font-size: 14px;
        font-size: 1.4rem;
        color: #313131;
        font-weight: bold; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__title a {
          color: #313131; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__title.p-dashboard__content__frame__yell_reply_title {
          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;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__content__desc {
          color: #333;
          margin-left: 130px; }
          @media (max-width: 1240px) {
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__content__desc {
              display: none; } }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__content__desc a {
            text-decoration: underline; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__content__alert__desc {
          color: #ff4c11; }
          @media (max-width: 1240px) {
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__content__alert__desc {
              display: none; } }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__info__icon {
          position: relative;
          display: inline-block;
          background-image: url("../../../images/sprite_video.png");
          background-size: 250px 150px;
          background-position: -115px -52px;
          width: 14px;
          height: 14px;
          vertical-align: -3px;
          margin-left: 5px;
          cursor: pointer; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__warning {
          font-size: 12px;
          font-size: 1.2rem;
          color: #585858;
          font-weight: normal; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__warning.on_air {
            margin-left: 10px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__state__playOff:before {
          content: " ";
          display: inline-block;
          background-image: url("../../images/sprites_internal.png");
          background-size: 200px 200px;
          background-position: -24px -6px;
          width: 21px;
          height: 21px;
          vertical-align: -6px;
          margin: 0 8px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__state__playOn {
          position: relative;
          font-size: 14px;
          font-weight: bold;
          color: #333;
          line-height: 1.2; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__state__playOn:before {
            content: " ";
            display: inline-block;
            background-image: url("../../images/sprites_internal.png");
            background-size: 200px 200px;
            background-position: -57px -6px;
            width: 21px;
            height: 21px;
            vertical-align: -6px;
            margin: 0 8px; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__null {
        padding: 60px 0;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        color: #585858;
        line-height: 2.4; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__null img {
          width: auto; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list {
        padding: 10px 20px 20px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__radio__box {
          padding: 8px 16px 0px;
          line-height: 2.4rem; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__radio__box__column {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__warning {
          margin-top: 6px;
          color: #FB7642; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__warning:before {
            background-image: url(../../images/v6/sprite_dashboard_v6.1.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 408px 150px;
            background-position: -266px -56px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 15px;
            vertical-align: middle;
            vertical-align: top; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__desc {
          line-height: 1.6;
          padding: 0 0 16px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__premium_link {
          margin-top: 16px;
          font-size: 12px;
          font-size: 1.2rem; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__premium_link a {
            color: #34aef6;
            text-decoration: underline; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__ocp_link {
          margin-top: 16px;
          font-size: 12px;
          font-size: 1.2rem; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__ocp_link a {
            color: #FB7642;
            text-decoration: underline; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__link {
          padding: 12px 0 26px; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__link a {
            color: #585858;
            text-decoration: underline; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__monetize {
          margin-top: 12px; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__monetize .p-dashboard__content__frame__list__monetize__label.off {
            opacity: 0.3; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__monetize .p-dashboard__content__frame__list__monetize__label.disabled {
            opacity: 1.0; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__monetize .p-dashboard__content__frame__list__monetize__label.inline {
            margin-right: 20px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__line {
          border-bottom: 1px solid #e2e2e2; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 6px 0px 0px 0px; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__img {
            position: relative;
            display: block;
            width: 218px;
            margin-right: 16px; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__img img {
              width: 218px;
              height: 122px; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__img .p-dashboard__content__frame__list__deleted__title {
              padding: 8px 0px;
              font-size: 12px;
              font-size: 1.2rem;
              font-weight: bold;
              word-break: break-all; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__img .p-dashboard__content__frame__list__deleted__game__title {
              padding-bottom: 32px;
              font-size: 12px;
              font-size: 1.2rem;
              word-break: break-all; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download {
            margin-bottom: 24px;
            margin-right: 20px;
            min-width: 519px;
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 519px;
            -ms-flex: 1 0 519px;
            flex: 1 0 519px; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list {
              position: relative;
              min-width: 519px; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__list__title {
                padding-bottom: 8px;
                border-bottom: 1px solid #eaeaea;
                color: #333333; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__list__title .p-dashboard__content__frame__list__deleted__download__list__title__title {
                  font-size: 12px;
                  font-size: 1.2rem;
                  font-weight: bold; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__list__title .p-dashboard__content__frame__list__deleted__download__list__title__limit {
                  float: right;
                  font-size: 12px;
                  font-size: 1.2rem; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__list__body {
                color: #333333;
                min-width: 519px; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__list__body .p-dashboard__content__frame__list__deleted__download__list__body__info {
                  padding: 16px 0px 4px 0px;
                  font-size: 12px;
                  font-size: 1.2rem; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__list__body .p-dashboard__content__frame__list__deleted__download__list__body__table {
                  width: 100%; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__list__body .p-dashboard__content__frame__list__deleted__download__list__body__column {
                  padding: 16px 0px 4px 0px;
                  font-size: 12px;
                  font-size: 1.2rem; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__list__body .p-dashboard__content__frame__list__deleted__download__list__body__data {
                  padding: 8px 0px 8px 0px;
                  border-top: 1px solid #eaeaea;
                  border-bottom: 1px solid #eaeaea;
                  width: 100%;
                  height: 36px; }
                  .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__list__body .p-dashboard__content__frame__list__deleted__download__list__body__data .p-dashboard__content__frame__list__deleted__download__list__body__data__count {
                    padding-right: 18px;
                    font-size: 12px;
                    font-size: 1.2rem;
                    font-weight: bold; }
                  .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__list__body .p-dashboard__content__frame__list__deleted__download__list__body__data .p-dashboard__content__frame__list__deleted__download__list__body__data__text {
                    padding: 8px 0px;
                    width: 100%;
                    font-size: 12px;
                    font-size: 1.2rem; }
                    .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__list__body .p-dashboard__content__frame__list__deleted__download__list__body__data .p-dashboard__content__frame__list__deleted__download__list__body__data__text .p-dashboard__content__frame__list__deleted__download__list__body__data__text__expire {
                      padding-top: 8px;
                      color: #ff4b11; }
                    .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__list__body .p-dashboard__content__frame__list__deleted__download__list__body__data .p-dashboard__content__frame__list__deleted__download__list__body__data__text.creating {
                      color: #7f7f7f;
                      padding-left: 0px !important; }
                  .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__list__body .p-dashboard__content__frame__list__deleted__download__list__body__data .p-dashboard__content__frame__list__deleted__download__list__body__data__right__text {
                    text-align: right;
                    width: 140px;
                    margin-top: 8px;
                    margin-bottom: 8px;
                    color: #7f7f7f;
                    display: inline-block; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__list__body .p-dashboard__content__frame__list__deleted__download__list__body__botton__creating {
                  padding: 3px 0px 5px;
                  width: 88px;
                  height: 12px;
                  border-radius: 4px;
                  background-color: #7f7f7f;
                  color: #ffffff;
                  font-size: 12px;
                  text-align: center;
                  float: right;
                  cursor: not-allowed;
                  vertical-align: middle; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__list__body .p-dashboard__content__frame__list__deleted__download__list__body__botton {
                  padding: 3px 0px 5px;
                  width: 88px;
                  height: 12px;
                  border-radius: 4px;
                  background-color: #ff4b11;
                  color: #ffffff;
                  font-size: 12px;
                  text-align: center;
                  float: right;
                  cursor: pointer;
                  vertical-align: middle; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__list__body .p-dashboard__content__frame__list__deleted__download__list__body__line {
                  border-bottom: 1px solid #eaeaea; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__deleted .p-dashboard__content__frame__list__deleted__download .p-dashboard__content__frame__list__deleted__download__list .p-dashboard__content__frame__list__deleted__download__text {
                font-size: 12px;
                font-size: 1.2rem;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                margin-top: 8px;
                margin-bottom: 8px;
                line-height: 1.2;
                letter-spacing: normal;
                text-align: left;
                word-break: break-all;
                color: #7f7f7f; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding-top: 20px;
          padding-bottom: 20px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__item__img {
          position: relative;
          display: table-cell;
          vertical-align: top;
          width: 111px;
          padding: 4px; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__item__img:hover:not(.nolink) img {
            opacity: 0.85; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__item__img .p-dashboard__content__frame__list__item__img__time {
            display: inline-block;
            position: absolute;
            z-index: 3;
            top: 54px;
            right: 0;
            margin-bottom: 0;
            background-color: rgba(0, 0, 0, 0.7);
            color: #fff;
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 1.1;
            padding: 2px 5px 2px;
            text-align: center;
            margin-right: 4px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__item__button {
          width: 180px;
          height: 30px;
          border-radius: 4px;
          border: solid 1px #31708f;
          cursor: pointer;
          margin: auto; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list .p-dashboard__content__frame__list__item__button .p-dashboard__content__frame__list__item__button__text {
            margin: 4px 12px;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 2;
            text-align: center;
            color: #31708f; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list__url_box {
        display: table; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list__url_box .p-dashboard__content__frame__list__url_box__left {
          display: table-cell;
          vertical-align: middle;
          line-height: 1.6;
          height: inherit;
          max-width: 100%;
          max-height: 13px;
          padding: 8px 16px;
          background: #f6f6f6;
          font-size: 1.2rem;
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px;
          border: 1px solid #ccc; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list__url_box .p-dashboard__content__frame__list__url_box__right {
          display: table-cell;
          width: 55px;
          background: #3ab54a;
          color: #fff;
          font-size: 1rem;
          text-align: center;
          vertical-align: middle;
          padding: 10px 0;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;
          position: relative;
          text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
          border-bottom: 1px solid #30953c;
          box-shadow: inset 0 -2px #30953c;
          cursor: pointer; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list__url_box .p-dashboard__content__frame__list__url_box__right:hover {
            opacity: 0.85; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__normal {
        margin: 16px;
        line-height: 1.6; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__normal.no-mb {
          margin-bottom: 0; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list__uploadState__state {
        margin-bottom: 12px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list__uploadState__state label {
          position: relative; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list__uploadState__state label select {
            position: relative;
            width: 90px;
            padding: 5px 9px;
            border: 1px solid #ddd;
            border-radius: 2px;
            color: #333;
            background: #f6f6f6;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            outline: none;
            cursor: pointer;
            line-height: 1; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list__uploadState__state label select.alert {
              border: 1px solid #3ab54a;
              color: #333; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list__uploadState__state label select.error {
              color: #333;
              background: #ffecec;
              border: 1px solid #ff4949; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list__uploadState__state label select::-ms-expand {
              display: none; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list__uploadState__state label:after {
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -3px;
            z-index: 1;
            background-image: url(../../images/v6/sprite_dashboard_v6.png);
            background-repeat: no-repeat;
            background-size: 376px 150px;
            background-position: -73px -10px;
            content: " ";
            display: inline-block;
            width: 9px;
            height: 6px;
            vertical-align: middle; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: -7px;
        line-height: 1.6; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 &gt; div:first-child {
          margin: 16px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 &gt; div:nth-child(2) {
          margin: 16px 16px 16px 0; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__img {
          position: relative;
          display: table-cell;
          width: 402px;
          height: 226px;
          vertical-align: top;
          cursor: pointer; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__img .p-dashboard__content__frame__list__upload__img__text {
            position: absolute;
            top: 150px;
            left: 21px;
            width: 360px;
            line-height: 1.5;
            text-align: center;
            word-break: break-word;
            font-size: 12px;
            font-size: 1.2rem;
            color: #585858; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__img .p-dashboard__content__frame__list__upload__img__box {
            display: none; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__img .p-dashboard__content__frame__list__upload__img__loading {
            position: absolute;
            top: -16px;
            left: 160px;
            z-index: 2; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__img .p-dashboard__content__frame__list__upload__img__loading .p-dashboard__content__frame__list__upload__img__loading__count {
              position: absolute;
              top: 120px;
              left: 24px;
              z-index: 3; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list {
          display: table-cell;
          width: 283px;
          padding-left: 20px;
          vertical-align: top; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__uploadState__title {
            color: #333;
            font-weight: bold; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__public__type label,
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__push_notification label {
            position: relative; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__public__type label select,
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__push_notification label select {
              position: relative;
              width: 90px;
              padding: 5px 9px;
              border: 1px solid #ddd;
              border-radius: 2px;
              color: #333;
              background: #f6f6f6;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              outline: none;
              cursor: pointer;
              line-height: 1; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__public__type label select.alert,
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__push_notification label select.alert {
                border: 1px solid #3ab54a;
                color: #333; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__public__type label select.error,
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__push_notification label select.error {
                color: #333;
                background: #ffecec;
                border: 1px solid #ff4949; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__public__type label select::-ms-expand,
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__push_notification label select::-ms-expand {
                display: none; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__upload__list__title {
            color: #333;
            font-weight: bold;
            padding-bottom: 6px; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__upload__list__uploadOpenDate {
            width: 283px;
            padding-bottom: 18px; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__upload__list__uploadOpenDate .p-dashboard__content__frame__list__upload__list__uploadOpenDate__date {
              width: 182px;
              padding: 7px 9px;
              border: 1px solid #ddd;
              border-radius: 2px;
              background: #f6f6f6;
              color: #333;
              margin-right: 8px;
              cursor: pointer;
              outline: none; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__upload__list__uploadOpenDate .p-dashboard__content__frame__list__upload__list__uploadOpenDate__date::-webkit-input-placeholder {
                color: #a9a9a9; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__upload__list__uploadOpenDate .p-dashboard__content__frame__list__upload__list__uploadOpenDate__date:-moz-placeholder {
                color: #a9a9a9;
                opacity: 1; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__upload__list__uploadOpenDate .p-dashboard__content__frame__list__upload__list__uploadOpenDate__date::-moz-placeholder {
                color: #a9a9a9;
                opacity: 1; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__upload__list__uploadOpenDate .p-dashboard__content__frame__list__upload__list__uploadOpenDate__date:-ms-input-placeholder {
                color: #a9a9a9; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__upload__list__uploadOpenDate .p-dashboard__content__frame__list__upload__list__uploadOpenDate__date.alert {
                border: 1px solid #3ab54a;
                color: #333; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__upload__list .p-dashboard__content__frame__list__upload__list__uploadOpenDate .p-dashboard__content__frame__list__upload__list__uploadOpenDate__date.error {
                color: #333;
                background: #ffecec;
                border: 1px solid #ff4949; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__colspan2 .p-dashboard__content__frame__list__movie {
          width: 50%; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__list__upload__list__startTime__input {
        background-color: rgba(245, 244, 250, 0.6);
        color: #2b2745;
        height: 20px;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: lighter;
        border: 1px solid #ccc;
        padding: 6px 8px;
        width: 143px;
        border-radius: 2px; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__button__wrapper {
        border-top: 1px solid #e2e2e2;
        padding: 26px 20px 20px; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list {
        padding: 2rem; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li {
          margin-bottom: 1.6rem; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li:last-child {
            margin-bottom: 0; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li input[type="checkbox"],
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li input[type="radio"] {
            margin-right: 0.4rem;
            vertical-align: top; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li label {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li label.no-pd {
              padding-right: 0; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li label.error:before {
              content: "";
              width: 1.1rem;
              height: 1.1rem;
              margin-right: 0.4rem;
              border: 0.1rem solid #ff4949;
              background: #ffecec;
              border-radius: 0.2rem; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li label.error input {
              display: none; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li select {
            width: 100%;
            height: 2.4rem;
            border: 0.1rem solid #dddddd;
            color: rgba(22, 19, 35, 0.66);
            border-radius: 0.2rem; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li hr {
            height: 0;
            border: none;
            border-top: 1px solid #e2e2e2;
            margin-top: 1.6rem;
            margin-bottom: 0; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li &gt; div,
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li section {
            margin-bottom: 1.6rem; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li &gt; div &gt; p,
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li &gt; div &gt; input,
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li &gt; div &gt; div,
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li &gt; div &gt; ul &gt; li,
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li section &gt; p,
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li section &gt; input,
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li section &gt; div,
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li section &gt; ul &gt; li {
              margin-bottom: .8rem; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li &gt; div &gt; p:last-child,
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li &gt; div &gt; input:last-child,
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li &gt; div &gt; div:last-child,
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li &gt; div &gt; ul &gt; li:last-child,
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li section &gt; p:last-child,
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li section &gt; input:last-child,
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li section &gt; div:last-child,
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li section &gt; ul &gt; li:last-child {
                margin-bottom: 0; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li .c-frame__content__frame__list__ppv__section {
            margin-left: 1.6rem; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li .c-frame__content__frame__list__ppv__section.bordered {
              border-bottom: 0.1rem solid #e2e2e2; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li .c-frame__content__frame__list__ppv__section select.error {
              border: 0.1rem solid #ff4949;
              background: #ffecec; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li .c-frame__content__frame__list__ppv__section .p-selectSubsProductWrapper.error label:before {
              content: "";
              width: 1.1rem;
              height: 1.1rem;
              margin-right: 0.4rem;
              border: 0.1rem solid #ff4949;
              background: #ffecec;
              border-radius: 50%; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li .c-frame__content__frame__list__ppv__section .p-selectSubsProductWrapper.error label input {
              display: none; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list &gt; li:last-child {
            margin-bottom: 0; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list .p-dashboard__list__item {
          border-bottom: 0.1rem solid #e2e2e2; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list .p-dashboard__result_msg {
          font-size: 10px;
          font-size: 1rem;
          color: #3ab54a;
          margin-left: 10px; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list .p-dashboard__result_msg.error {
            color: #ff4949; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__list .fwB {
          font-weight: bold;
          font-size: 1.4rem; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter {
        padding: 10px 20px 20px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__check {
          margin-bottom: 10px; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__check .p-dashboard__content__frame__twitter__check__label {
            padding-left: 5px;
            line-height: 1.2;
            color: #333; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__desc {
          padding-left: 20px;
          color: #7f7f7f;
          margin-bottom: 10px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__user {
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          display: table;
          width: 100%;
          height: 40px;
          padding-top: 10px;
          padding-bottom: 10px; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__user .p-dashboard__content__frame__twitter__user__thumb {
            display: table-cell;
            vertical-align: middle;
            width: 40px;
            height: 40px; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__user .p-dashboard__content__frame__twitter__user__thumb .p-dashboard__content__frame__twitter__user__thumb__img {
              display: block;
              width: 40px;
              height: 40px;
              border-radius: 4px; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__user .p-dashboard__content__frame__twitter__user__name {
            display: table-cell;
            vertical-align: middle;
            width: 520px;
            padding-left: 6px;
            padding-right: 6px; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__user .p-dashboard__content__frame__twitter__user__name .p-dashboard__content__frame__twitter__user__name__fullname {
              max-width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              margin-bottom: 2px;
              line-height: 1.4;
              font-size: 14px;
              font-size: 1.4rem;
              color: #000; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__user .p-dashboard__content__frame__twitter__user__name .p-dashboard__content__frame__twitter__user__name__username {
              max-width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              line-height: 1.4;
              color: #7f7f7f; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__user .p-dashboard__content__frame__twitter__user__release {
            position: absolute;
            top: 10px;
            right: 0;
            height: 40px; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__user .p-dashboard__content__frame__twitter__user__release .p-dashboard__content__frame__twitter__user__release__btn {
              position: relative;
              display: table-cell;
              vertical-align: middle;
              min-width: 62px;
              height: 40px;
              padding-right: 5px;
              padding-left: 5px;
              background-color: #7f7f7f;
              border-radius: 4px;
              text-align: center;
              color: #fff;
              -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease;
              cursor: pointer; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__user .p-dashboard__content__frame__twitter__user__release .p-dashboard__content__frame__twitter__user__release__btn:active {
                top: 1px; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__user .p-dashboard__content__frame__twitter__user__release .p-dashboard__content__frame__twitter__user__release__btn:hover {
                opacity: .85; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__link {
          position: relative;
          padding-top: 10px;
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: min-content max-content;
          grid-template-columns: min-content max-content;
          grid-gap: 0.4rem;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__link .p-dashboard__content__frame__twitter__link__icon {
            width: 2.6rem;
            height: 2.6rem; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__link .p-dashboard__content__frame__twitter__link__btn {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            padding: 0.75rem 1.16rem;
            background-color: #0F1419;
            border-radius: 4px;
            line-height: 1;
            color: #fff;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            cursor: pointer; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__link .p-dashboard__content__frame__twitter__link__btn:active {
              top: 1px; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__link .p-dashboard__content__frame__twitter__link__btn:hover {
              opacity: 0.85; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__text {
          width: 100%;
          border: 1px solid #ddd;
          border-radius: 2px;
          background: #fff;
          color: #333;
          resize: none;
          outline: none; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__text::-webkit-input-placeholder {
            color: #a9a9a9; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__text:-moz-placeholder {
            color: #a9a9a9;
            opacity: 1; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__text::-moz-placeholder {
            color: #a9a9a9;
            opacity: 1; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__text:-ms-input-placeholder {
            color: #a9a9a9; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__text.alert {
            border: 1px solid #3ab54a;
            color: #333; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__text.error {
            color: #333;
            background: #ffecec;
            border: 1px solid #ff4949; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__text.isDisabled {
            opacity: 0.4; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__text textarea {
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            height: 79px;
            padding: 7px 9px;
            resize: none;
            border: none;
            line-height: 1.4;
            color: #000;
            word-break: break-all;
            outline: none; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__text .p-dashboard__content__frame__twitter__text__url {
            height: 14px;
            padding-top: 5px;
            padding-right: 16px;
            padding-bottom: 8px;
            text-align: right;
            line-height: 1.4;
            font-size: 10px;
            font-size: 1rem;
            color: #7f7f7f; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__count {
          width: 100%;
          text-align: right;
          padding-top: 10px;
          line-height: 1;
          color: #7f7f7f; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__count.isDisabled {
            opacity: 0.4; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__count .p-dashboard__content__frame__twitter__count__left.isOver {
            color: #ff0000; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__twitter .p-dashboard__content__frame__twitter__count .p-dashboard__content__frame__twitter__count__center {
            padding-right: 5px;
            padding-left: 5px; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode {
        padding: 10px 20px 20px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__list__item:not(:last-child) {
          border-bottom: 1px solid #e2e2e2;
          padding-bottom: 16px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__text {
          line-height: 1.6;
          font-size: 12px;
          font-size: 1.2rem;
          color: #585858; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__text &gt; a {
            text-decoration: underline !important;
            color: #585858;
            font-size: 12px !important;
            font-size: 1.2rem !important;
            font-weight: bold; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__text &gt; a:hover {
              text-decoration: none !important; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__text.notice {
            margin-top: 2rem; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__text.notice &gt; a {
              text-decoration: underline !important;
              color: #ff4c11;
              font-size: 1.2rem !important; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__text.notice &gt; a:hover {
                text-decoration: none !important; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__radio {
          padding-top: 8px; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__radio ul.horizontal {
            line-height: 24px; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__radio ul.horizontal:after {
              clear: both;
              content: ".";
              display: block;
              height: 0;
              visibility: hidden; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__radio ul.horizontal li {
              margin-left: 24px;
              float: left;
              display: block; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__radio ul.horizontal li.first {
                margin-left: 0; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__radio ul.horizontal label input[type="radio"] {
              margin-right: 3px;
              vertical-align: text-top; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__radio ul.horizontal .helpIcon {
              vertical-align: text-top; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__detail {
          margin-top: 8px;
          line-height: 1.6em; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__detail.isDisabled {
            opacity: 0.3; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__detail .p-dashboard__content__frame__mode__detail__title {
            color: #333;
            font-weight: bold; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__detail .p-dashboard__content__frame__mode__detail__checkbox label input[type="checkbox"] {
            margin-right: 5px;
            margin-left: 0;
            vertical-align: text-top; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__host__tile {
          padding-top: 14px;
          color: #333;
          font-weight: bold; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__host {
          padding: 6px 0 0; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__host label {
            position: relative; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__host label select {
              position: relative;
              width: 260px;
              padding: 5px 9px;
              border: 1px solid #ddd;
              border-radius: 2px;
              color: #333;
              background: #f6f6f6;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              outline: none;
              cursor: pointer;
              line-height: 1; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__host label select.alert {
                border: 1px solid #3ab54a;
                color: #333; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__host label select.error {
                color: #333;
                background: #ffecec;
                border: 1px solid #ff4949; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__host label select::-ms-expand {
                display: none; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__host label select[name="league_id"] {
                width: 100%; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__host label:after {
              position: absolute;
              top: 50%;
              right: 10px;
              margin-top: -3px;
              z-index: 1;
              background-image: url(../../images/v6/sprite_dashboard_v6.png);
              background-repeat: no-repeat;
              background-size: 376px 150px;
              background-position: -73px -10px;
              content: " ";
              display: inline-block;
              width: 9px;
              height: 6px;
              vertical-align: middle; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__mode .p-dashboard__content__frame__mode__host__msg {
          font-size: 10px;
          font-size: 1rem;
          color: #3ab54a;
          font-weight: normal; }
    .p-dashboard .p-dashboard__content .p-dashboard__content__document {
      background: #fff; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__document dt {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        border-bottom: 1px solid #eaeaea;
        padding: 50px 0 15px 50px;
        color: #333; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__document dd {
        background: #fff;
        color: #333;
        padding: 30px 50px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__document dd h3 {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: bold;
          border-bottom: 1px solid #eaeaea;
          color: #333;
          padding-bottom: 15px;
          margin-bottom: 15px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__document dd p {
          margin-bottom: 24px;
          line-height: 1.8; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__document dd p img {
            width: 648px; }
    .p-dashboard .p-dashboard__content .p-dashboard__content__box {
      margin-bottom: 20px;
      background: #fff;
      border-radius: 4px; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__box:before, .p-dashboard .p-dashboard__content .p-dashboard__content__box:after {
        content: "";
        display: table; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__box:after {
        clear: both; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__title {
        padding: 16px 20px 16px;
        border-bottom: 1px solid #e2e2e2;
        font-size: 14px;
        font-size: 1.4rem;
        color: #313131;
        font-weight: bold; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__title a {
          color: #313131; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__title .p-dashboard__content__box__title__info__icon {
          position: relative;
          display: inline-block;
          background-image: url("../../../images/sprite_video.png");
          background-size: 250px 150px;
          background-position: -115px -52px;
          width: 14px;
          height: 14px;
          vertical-align: -3px;
          margin-left: 5px;
          cursor: pointer; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__title .p-dashboard__content__box__title__warning {
          font-size: 12px;
          font-size: 1.2rem;
          color: #585858;
          font-weight: normal; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__title .p-dashboard__content__box__title__warning.on_air {
            margin-left: 10px; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__title .p-dashboard__content__box__title__recent {
          margin-left: 20px; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left {
        display: block;
        width: 366px;
        float: left;
        margin-right: 11px;
        padding: 12px 0 0;
        border-radius: 4px;
        background: #fff; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__title {
          padding: 4px 20px 14px;
          color: #313131;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: bold;
          border-bottom: 1px solid #e2e2e2; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content {
          padding: 10px 20px 5px; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item {
            margin-bottom: 14px; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__title {
              display: inline;
              color: #333;
              font-weight: bold; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__input {
              margin-top: 4px; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__input .p-dashboard__content__box__left__content__item__input__box {
                width: 306px;
                padding: 7px 9px;
                border: 1px solid #ddd;
                border-radius: 2px;
                background: #fff;
                color: #333;
                margin-right: 8px;
                outline: none; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__input .p-dashboard__content__box__left__content__item__input__box::-webkit-input-placeholder {
                  color: #a9a9a9; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__input .p-dashboard__content__box__left__content__item__input__box:-moz-placeholder {
                  color: #a9a9a9;
                  opacity: 1; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__input .p-dashboard__content__box__left__content__item__input__box::-moz-placeholder {
                  color: #a9a9a9;
                  opacity: 1; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__input .p-dashboard__content__box__left__content__item__input__box:-ms-input-placeholder {
                  color: #a9a9a9; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__input .p-dashboard__content__box__left__content__item__input__box.alert {
                  color: #333;
                  border: 1px solid #3ab54a; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__input .p-dashboard__content__box__left__content__item__input__box.error {
                  color: #333;
                  background: #ffecec;
                  border: 1px solid #ff4949; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__select {
              margin-top: 4px;
              margin-bottom: 10px; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__select .p-dashboard__content__box__left__content__item__select__input select {
                width: 100%;
                padding: 5px 9px;
                margin-top: 4px;
                border: 1px solid #ddd;
                border-radius: 2px;
                color: #333;
                background: #f6f6f6;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__alert {
              color: #585858;
              font-size: 10px;
              font-size: 1rem; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__alert a {
                font-size: 10px;
                font-size: 1rem;
                text-decoration: underline;
                color: #585858;
                font-weight: bold; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__textarea {
            margin-bottom: 14px; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__textarea .p-dashboard__content__box__left__content__textarea__title {
              display: inline;
              color: #333;
              font-weight: bold; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__textarea .p-dashboard__content__box__left__content__textarea__input {
              margin-top: 4px; }
              .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__textarea .p-dashboard__content__box__left__content__textarea__input .p-dashboard__content__box__left__content__textarea__input__textarea {
                width: 306px;
                border: 1px solid #ddd;
                border-radius: 2px;
                background: #fff;
                color: #333;
                padding: 7px 9px;
                resize: none;
                outline: none; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__textarea .p-dashboard__content__box__left__content__textarea__input .p-dashboard__content__box__left__content__textarea__input__textarea::-webkit-input-placeholder {
                  color: #a9a9a9; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__textarea .p-dashboard__content__box__left__content__textarea__input .p-dashboard__content__box__left__content__textarea__input__textarea:-moz-placeholder {
                  color: #a9a9a9;
                  opacity: 1; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__textarea .p-dashboard__content__box__left__content__textarea__input .p-dashboard__content__box__left__content__textarea__input__textarea::-moz-placeholder {
                  color: #a9a9a9;
                  opacity: 1; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__textarea .p-dashboard__content__box__left__content__textarea__input .p-dashboard__content__box__left__content__textarea__input__textarea:-ms-input-placeholder {
                  color: #a9a9a9; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__textarea .p-dashboard__content__box__left__content__textarea__input .p-dashboard__content__box__left__content__textarea__input__textarea.alert {
                  border: 1px solid #3ab54a;
                  color: #333; }
                .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__textarea .p-dashboard__content__box__left__content__textarea__input .p-dashboard__content__box__left__content__textarea__input__textarea.error {
                  color: #333;
                  background: #ffecec;
                  border: 1px solid #ff4949; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__right {
        width: 366px;
        padding: 24px 0 0;
        border-radius: 4px;
        background: #fff;
        float: left; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__right .p-dashboard__content__box__right__title {
          display: inline;
          color: #333;
          font-weight: bold; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__right .p-dashboard__content__box__right__text {
          padding: 10px 20px 15px;
          line-height: 1.6;
          color: #585858; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__right .p-dashboard__content__box__right__button {
          padding: 0 20px 0;
          line-height: 1.6; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__right .p-dashboard__content__box__right__update {
          display: table;
          width: 326px;
          padding: 0 20px 10px; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__right .p-dashboard__content__box__right__update .p-dashboard__content__box__right__update__left {
            display: table-cell;
            width: 50%;
            text-align: left; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__right .p-dashboard__content__box__right__update .p-dashboard__content__box__right__update__left .p-dashboard__content__box__right__update__left__file {
              display: none; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__right .p-dashboard__content__box__right__update .p-dashboard__content__box__right__update__right {
            display: table-cell;
            width: 50%;
            text-align: right;
            vertical-align: bottom;
            font-size: 10px;
            font-size: 1rem;
            color: #333;
            font-weight: bold; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__right .p-dashboard__content__box__right__dragdrop {
          padding: 0 20px;
          position: relative; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__right .p-dashboard__content__box__right__dragdrop .p-dashboard__content__box__right__dragdrop__box {
            display: none; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__right .p-dashboard__content__box__right__dragdrop .p-dashboard__content__box__right__dragdrop__img {
            cursor: pointer; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__right .p-dashboard__content__box__right__dragdrop .p-dashboard__content__box__right__dragdrop__text {
            position: absolute;
            top: 120px;
            left: 40px;
            width: 286px;
            line-height: 1.5;
            text-align: center;
            word-break: break-word;
            font-size: 10px;
            font-size: 1rem;
            color: #585858; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__right .p-dashboard__content__box__right__dragdrop .p-dashboard__content__box__right__dragdrop__loading {
            position: absolute;
            top: -38px;
            left: 146px;
            z-index: 2; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__right .p-dashboard__content__box__right__dragdrop .p-dashboard__content__box__right__dragdrop__loading .p-dashboard__content__box__right__dragdrop__loading__count {
              position: absolute;
              top: 120px;
              left: 24px;
              z-index: 3; }
    .p-dashboard .p-dashboard__content .p-dashboard__content__playlistBox {
      margin-bottom: 20px; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__playlistBox:before, .p-dashboard .p-dashboard__content .p-dashboard__content__playlistBox:after {
        content: "";
        display: table; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__playlistBox:after {
        clear: both; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__playlistBox.special {
        margin-bottom: 300px; }
      .p-dashboard .p-dashboard__content .p-dashboard__content__playlistBox .p-dashboard__content__playlistBox__box {
        width: 366px;
        border: 1px solid #e2e2e2;
        padding: 12px 0 0;
        border-radius: 4px;
        background: #fff;
        float: left; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__playlistBox .p-dashboard__content__playlistBox__box .p-dashboard__content__playlistBox__box__title {
          padding: 4px 20px 14px;
          font-size: 14px;
          font-size: 1.4rem;
          color: #313131;
          font-weight: bold;
          border-bottom: 1px solid #e2e2e2; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__playlistBox .p-dashboard__content__playlistBox__box .p-dashboard__content__playlistBox__box__text {
          padding-top: 10px;
          padding-left: 20px;
          padding-right: 20px;
          line-height: 1.6;
          color: #7a7a7a;
          font-size: 10px;
          font-size: 1rem; }
        .p-dashboard .p-dashboard__content .p-dashboard__content__playlistBox .p-dashboard__content__playlistBox__box .p-dashboard__content__playlistBox__box__btn {
          position: relative;
          padding: 26px 20px 20px 20px; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__playlistBox .p-dashboard__content__playlistBox__box .p-dashboard__content__playlistBox__box__btn .p-dashboard__content__playlistBox__box__btn__addText {
            display: none;
            top: 6px;
            position: absolute;
            font-size: 12px;
            font-size: 1.2rem;
            color: #3ab54a;
            margin-bottom: 10px; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__playlistBox .p-dashboard__content__playlistBox__box .p-dashboard__content__playlistBox__box__btn .p-dashboard__content__playlistBox__box__btn__addText.delete {
              color: #ff4c11; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__playlistBox .p-dashboard__content__playlistBox__box .p-dashboard__content__playlistBox__box__btn .p-dashboard__content__playlistBox__box__btn__addText .p-dashboard__content__playlistBox__box__btn__addText__textAdd {
              max-width: 180px;
              display: inline-block;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
          .p-dashboard .p-dashboard__content .p-dashboard__content__playlistBox .p-dashboard__content__playlistBox__box .p-dashboard__content__playlistBox__box__btn .p-dashboard__content__playlistBox__box__btn__text {
            padding: 8px 16px 4px 16px;
            font-size: 12px;
            font-size: 1.2rem;
            border-radius: 4px;
            font-weight: bold;
            border: 1px solid #ddd;
            background-color: #f6f6f6;
            cursor: pointer;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .p-dashboard .p-dashboard__content .p-dashboard__content__playlistBox .p-dashboard__content__playlistBox__box .p-dashboard__content__playlistBox__box__btn .p-dashboard__content__playlistBox__box__btn__text:before {
              background-image: url(../../images/v6/sprite_dashbord_ver6.0.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -2px -21px;
              content: " ";
              display: inline-block;
              width: 17px;
              height: 20px;
              vertical-align: middle;
              top: 50%;
              margin-right: 6px;
              margin-top: 0px; }
  .p-dashboard .p-dashboard__content__frame {
    padding-bottom: 6px; }
    .p-dashboard .p-dashboard__content__frame.no-pdb {
      padding-bottom: 0; }
    .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title {
      position: relative;
      font-size: 14px;
      font-size: 1.4rem;
      color: #333;
      clear: both; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar {
        position: absolute;
        top: 10px;
        right: 20px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar.status {
          right: 40px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar.accordion {
          top: 16px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__tooltip {
          background-image: url(../../images/v6/sprite_dashboard_v6.1.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 408px 150px;
          background-position: -250px -56px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: middle;
          position: relative;
          vertical-align: -3px;
          margin-left: 5px;
          cursor: pointer; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__tooltip .p-dashboard__content__frame__title__tooltip__content {
            display: none; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__tooltip .p-dashboard__content__frame__title__tooltip__content .p-dashboard__content__frame__title__tooltip__content__text {
              position: absolute;
              top: 25px;
              left: -200px;
              z-index: 2;
              width: 244px;
              padding: 18px;
              background: #fff;
              border: 1px solid #eaeaea;
              border-radius: 4px; }
              .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__tooltip .p-dashboard__content__frame__title__tooltip__content .p-dashboard__content__frame__title__tooltip__content__text dt {
                margin-bottom: 9px;
                padding-bottom: 9px;
                border-bottom: 1px solid #eaeaea;
                font-size: 12px;
                font-size: 1.2rem;
                font-weight: bold; }
              .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__tooltip .p-dashboard__content__frame__title__tooltip__content .p-dashboard__content__frame__title__tooltip__content__text dd {
                font-weight: lighter;
                line-height: 1.8;
                font-size: 12px;
                font-size: 1.2rem; }
                .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__tooltip .p-dashboard__content__frame__title__tooltip__content .p-dashboard__content__frame__title__tooltip__content__text dd a {
                  font-size: 12px;
                  font-size: 1.2rem;
                  line-height: 18px;
                  text-decoration: underline;
                  font-weight: bold; }
                  .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__tooltip .p-dashboard__content__frame__title__tooltip__content .p-dashboard__content__frame__title__tooltip__content__text dd a:hover {
                    text-decoration: none; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__tooltip .p-dashboard__content__frame__title__tooltip__content .p-dashboard__content__frame__title__tooltip__content__arrow1 {
              width: 0px;
              height: 0px;
              border: 10px solid;
              border-color: transparent transparent #eaeaea transparent;
              position: absolute;
              z-index: 3;
              top: 5px;
              left: -2px; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__tooltip .p-dashboard__content__frame__title__tooltip__content .p-dashboard__content__frame__title__tooltip__content__arrow2 {
              width: 0px;
              height: 0px;
              border: 10px solid;
              border-color: transparent transparent #fff transparent;
              position: absolute;
              z-index: 3;
              top: 6px;
              left: -2px; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__tooltip .p-dashboard__content__frame__title__tooltip__content .p-dashboard__content__frame__title__tooltip__content__close {
              position: absolute;
              top: 48px;
              left: 50px;
              z-index: 4;
              display: inline-block;
              background-image: url("../../images/v4/toolTipClose.png");
              background-size: 9px 9px;
              width: 9px;
              height: 9px;
              vertical-align: -3px;
              margin-left: 5px;
              cursor: pointer; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__link {
          display: inline-block;
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center;
          line-height: 2.4;
          vertical-align: middle;
          text-decoration: underline;
          cursor: pointer; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__subsc__button {
          display: inline-block;
          height: 28px;
          padding: 0px 19px;
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center;
          color: #fff;
          line-height: 2.4;
          background: #5436ff;
          vertical-align: middle;
          border-radius: 4px;
          box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
          cursor: pointer; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__subsc__button:hover {
            opacity: 0.85;
            filter: alpha(opacity=85); }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__button {
          display: inline-block;
          width: 120px;
          height: 28px;
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center;
          color: #fff;
          line-height: 2.4;
          background: #ff2d55;
          vertical-align: middle;
          border-radius: 4px;
          box-shadow: 0px 1px 0px #d9420f;
          cursor: pointer; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__button:hover {
            opacity: 0.85;
            filter: alpha(opacity=85); }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__button.disabled {
            background: #888;
            border: 1px solid #888;
            color: #ccc;
            cursor: default;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
            border-bottom: 2px solid #888;
            box-shadow: inset 0 -2px #888; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__button.livelist {
            margin-left: 12px;
            margin-right: 12px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__button__reload {
          display: inline-block;
          width: 70px;
          height: 28px;
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center;
          line-height: 2.4;
          vertical-align: middle;
          margin-left: 12px;
          margin-right: 12px;
          border-radius: 4px;
          cursor: pointer;
          color: #333;
          border: 1px solid #ccc;
          box-shadow: none; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__button__reload:hover {
            opacity: 0.85;
            filter: alpha(opacity=85); }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__right__up {
          display: inline-block;
          background-image: url("../../images/select_up.png");
          background-size: 16px 9px;
          width: 16px;
          height: 9px;
          cursor: pointer; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button_wrappar .p-dashboard__content__frame__title__right__up.active {
            background-image: url("../../images/select_down.png"); }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__buttonLive {
        position: absolute;
        z-index: 1;
        top: 10px;
        right: 20px;
        display: inline-block;
        width: 180px;
        height: 28px;
        font-size: 12px;
        font-size: 1.2rem;
        text-align: center;
        color: #fff;
        line-height: 2.4;
        background: #ff2d55;
        vertical-align: middle;
        border-radius: 4px;
        box-shadow: 0px 1px 0px #d9420f;
        cursor: pointer; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title__buttonLive:hover {
          opacity: 0.85;
          filter: alpha(opacity=85); }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title_leftItem {
        float: left; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title_rightItem {
        float: right; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title_rightItem .c-inherit_setting_group {
          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;
          font-size: 12px;
          color: #585858; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title_rightItem .c-inherit_setting_group input,
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title_rightItem .c-inherit_setting_group label {
            margin-left: 8px;
            cursor: pointer; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title_rightItem .c-inherit_setting_group.off {
            opacity: .3; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title_rightItem .c-inherit_setting_group.off input,
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__title .p-dashboard__content__frame__title_rightItem .c-inherit_setting_group.off label {
              cursor: default; }
    .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc {
      display: table;
      width: 706px;
      margin: 0 20px;
      padding-top: 12px;
      border-bottom: 1px solid #eaeaea; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc.borderNone {
        border-bottom: none; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc.fullsizeWidth {
        width: calc(100% - 40px); }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc.paddingBottom {
        padding-bottom: 24px; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content {
        width: 100%; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__title {
          position: relative;
          min-height: 15px;
          margin-bottom: 12px;
          padding-left: 24px;
          line-height: 1.4;
          color: #3c3c3c;
          font-size: 12px;
          font-size: 1.2rem; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__title:before {
            background-image: url(../../images/v6/sprite_dashboard_v6.png);
            background-repeat: no-repeat;
            background-size: 376px 150px;
            background-position: -211px -31px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 15px;
            vertical-align: middle;
            position: absolute;
            top: 50%;
            left: 2px;
            margin-top: -8px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__playlistTitle {
          position: relative;
          min-height: 15px;
          margin-bottom: 12px;
          line-height: 1.4;
          color: #3c3c3c;
          font-size: 12px;
          font-size: 1.2rem; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__desc {
          margin-bottom: 10px;
          line-height: 1.5;
          color: #7f7f7f;
          font-size: 12px;
          font-size: 1.2rem; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__desc.actionContent {
            color: #333; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__desc.oneStepDescFloat {
            float: left;
            margin-top: 20px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__desc.oneStepOnLive {
            font-size: 11px;
            font-size: 1.1rem;
            font-weight: lighter;
            color: #333;
            display: block; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__desc.oneStepOnLive a {
              text-decoration: underline; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__desc.oneStepIntroduction {
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__desc.premium {
            color: #FB7642;
            padding-top: 14px; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__desc.premium:before {
              background-image: url(../../images/v6/sprite_dashboard_v6.1.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 408px 150px;
              background-position: -266px -56px;
              content: " ";
              display: inline-block;
              width: 15px;
              height: 15px;
              vertical-align: middle;
              vertical-align: top; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__desc.premium a {
              color: #34aef6;
              text-decoration: underline; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__note {
          margin-bottom: 10px;
          line-height: 1.1;
          color: #7f7f7f;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: bold; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__link {
          margin-bottom: 16px;
          line-height: 1.8;
          font-size: 10px;
          font-size: 1rem; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__link a {
            display: inline-block;
            color: #333;
            text-decoration: underline; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__link a.primaryColor {
              font-size: 12px;
              font-size: 1.2rem;
              color: #ff4c11; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__attention {
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          display: inline-block;
          min-width: 534px;
          max-width: 554px;
          min-height: 36px;
          padding: 12px 10px;
          background-color: rgba(255, 196, 16, 0.2);
          text-align: center;
          line-height: 1.4;
          color: #3c3c3c;
          margin-bottom: 8px;
          font-size: 12px;
          font-size: 1.2rem; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__count {
          color: #333;
          text-align: right;
          line-height: 1.5;
          margin-top: 16px;
          padding-bottom: 8px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__subsc__button {
          display: inline-block;
          height: 28px;
          padding: 0px 19px;
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center;
          color: #fff;
          line-height: 2.4;
          background: #5436ff;
          vertical-align: middle;
          margin-top: 14px;
          border-radius: 4px;
          box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
          cursor: pointer; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__subsc__button:hover {
            opacity: 0.85;
            filter: alpha(opacity=85); }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__button {
          display: inline-block;
          width: 188px;
          height: 28px;
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center;
          color: #fff;
          line-height: 2.4;
          background: #ff2d55;
          vertical-align: middle;
          margin-top: 14px;
          border-radius: 4px;
          box-shadow: 0px 1px 0px #d9420f;
          cursor: pointer; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__button:hover {
            opacity: 0.85;
            filter: alpha(opacity=85); }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__button.movieEdit {
            float: right;
            color: #333;
            background: none;
            border: 1px solid #ccc;
            box-shadow: none; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__button.premiereEdit {
            width: 120px;
            height: 28px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__exist_default_data .p-dashboard__content__frame__desc__content__exist_default_data__item .p-dashboard__content__frame__desc__content__exist_default_data__item__title {
          color: #333;
          font-size: 1.2rem;
          font-weight: bold;
          line-height: 1.73; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__exist_default_data .p-dashboard__content__frame__desc__content__exist_default_data__item .p-dashboard__content__frame__desc__content__exist_default_data__item__box {
          width: calc(100% - 24px);
          display: table; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__exist_default_data .p-dashboard__content__frame__desc__content__exist_default_data__item .p-dashboard__content__frame__desc__content__exist_default_data__item__box input {
            width: inherit; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__exist_default_data .p-dashboard__content__frame__desc__content__exist_default_data__item .p-dashboard__content__frame__desc__content__exist_default_data__item__box .p-dashboard__content__frame__desc__content__exist_default_data__item__box__left {
            background: #f6f6f6;
            word-break: break-all;
            display: -webkit-box !important;
            max-width: 100%;
            max-height: 13px;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.7;
            height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 10px 16px 10px 8px;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            border: 1px solid #ccc; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__exist_default_data .p-dashboard__content__frame__desc__content__exist_default_data__item .p-dashboard__content__frame__desc__content__exist_default_data__item__box .p-dashboard__content__frame__desc__content__exist_default_data__item__box__right {
            display: table-cell;
            width: 55px;
            background: #3ab54a;
            color: #fff;
            font-size: 10px;
            font-size: 1rem;
            text-align: center;
            vertical-align: middle;
            padding: 10px 0;
            -webkit-border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomright: 4px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            position: relative;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
            border-bottom: 1px solid #30953c;
            cursor: pointer;
            box-shadow: inset 0 -2px #30953c;
            -webkit-transition: 0.2s;
            transition: 0.2s; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__exist_default_data .p-dashboard__content__frame__desc__content__exist_default_data__item .p-dashboard__content__frame__desc__content__exist_default_data__item__box .p-dashboard__content__frame__desc__content__exist_default_data__item__box__right:hover {
              opacity: 0.85; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__exist_default_data .p-dashboard__content__frame__desc__content__exist_default_data__item .p-dashboard__content__frame__desc__content__exist_default_data__item__box .p-dashboard__content__frame__desc__content__exist_default_data__item__box__right:active {
              top: 1px;
              outline: none;
              box-shadow: none; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__exist_default_data .p-dashboard__content__frame__desc__content__exist_default_data__item .p-dashboard__content__frame__desc__content__exist_default_data__item__box .p-dashboard__content__frame__desc__content__exist_default_data__item__box__right__option {
            display: table-cell;
            background: #fff;
            width: 92px;
            padding: 0px;
            text-align: center;
            cursor: pointer;
            position: relative;
            vertical-align: middle;
            border: 1px solid #ccc;
            -webkit-transition: 0.2s;
            transition: 0.2s; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__exist_default_data .p-dashboard__content__frame__desc__content__exist_default_data__item .p-dashboard__content__frame__desc__content__exist_default_data__item__box .p-dashboard__content__frame__desc__content__exist_default_data__item__box__right__option.keyHidden {
              width: 120px; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__exist_default_data .p-dashboard__content__frame__desc__content__exist_default_data__item .p-dashboard__content__frame__desc__content__exist_default_data__item__box .p-dashboard__content__frame__desc__content__exist_default_data__item__box__right__option:hover {
              opacity: 0.85; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__desc .p-dashboard__content__frame__desc__content .p-dashboard__content__frame__desc__content__exist_default_data .p-dashboard__content__frame__desc__content__exist_default_data__item .p-dashboard__content__frame__desc__content__exist_default_data__item__box .p-dashboard__content__frame__desc__content__exist_default_data__item__box__right__option:active {
              top: 1px;
              outline: none;
              box-shadow: none; }
    .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item {
      display: table;
      width: 706px;
      margin: 0 20px;
      padding: 25px 0;
      border-bottom: 1px solid #eaeaea; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item.noMargin {
        margin: 0px; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item.movieDefault {
        width: calc(100% - 24px);
        margin-top: 16px;
        border-radius: 4px;
        background: #f6f6f6;
        border: 1px solid #ccc; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item.movieEdit {
        width: calc(100% - 24px);
        padding: 0; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__text img {
        width: 706px; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .c-document__desc__title {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        border-bottom: 1px solid #eaeaea;
        color: #333;
        padding-bottom: 15px;
        margin-bottom: 15px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .c-document__desc__title.warning {
          color: #ff2d55; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__img {
        position: relative;
        display: table-cell;
        vertical-align: top;
        width: 141px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__img.movieDefault {
          padding-left: 16px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__img:hover:not(.nolink) img {
          opacity: 0.85; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__img .p-dashboard__content__frame__item__img__time, .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__img .p-dashboard__content__frame__item__img__time__sp__broadcast {
          display: inline-block;
          position: absolute;
          z-index: 3;
          top: 57px;
          right: 0;
          margin-bottom: 0;
          background-color: rgba(0, 0, 0, 0.7);
          color: #fff;
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 1.1;
          padding: 4px 9px 4px;
          text-align: center; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__img .p-dashboard__content__frame__item__img__time__sp__broadcast {
          top: 52px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__img .p-dashboard__content__frame__item__img__time__sp__broadcast:before {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -348px -36px;
            content: " ";
            display: inline-block;
            width: 11px;
            height: 17px;
            vertical-align: middle;
            vertical-align: -4px;
            margin-right: 5px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__img .p-dashboard__content__frame__item__img__file {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          width: 141px;
          height: 77px; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc {
        display: table-cell;
        height: 77px;
        vertical-align: top;
        padding-left: 16px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__state {
          color: #333;
          padding-bottom: 10px;
          display: inline-block; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__state.public:before {
            background-image: url(../../images/v6/sprite_dashboard_v6.png);
            background-repeat: no-repeat;
            background-size: 376px 150px;
            background-position: -117px -70px;
            content: " ";
            display: inline-block;
            width: 12px;
            height: 13px;
            vertical-align: middle;
            vertical-align: -1px;
            margin-right: 2px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__state.private:before {
            background-image: url(../../images/v6/sprite_dashboard_v6.png);
            background-repeat: no-repeat;
            background-size: 376px 150px;
            background-position: -137px -70px;
            content: " ";
            display: inline-block;
            width: 10px;
            height: 13px;
            vertical-align: middle;
            vertical-align: -2px;
            margin-right: 2px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__state.deleted:before {
            background-image: url(../../images/v6/sprite_dashboard_v6.2.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 240px 87px;
            background-position: -145px -56px;
            content: " ";
            display: inline-block;
            width: 16px;
            height: 16px;
            vertical-align: middle;
            vertical-align: -2px;
            margin-right: 2px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__force_expired {
          color: #333;
          padding-bottom: 10px;
          display: inline-block; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__force_expired.deleted:before {
            background-image: url(../../images/v6/sprite_dashboard_v6.2.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 240px 87px;
            background-position: -145px -56px;
            content: " ";
            display: inline-block;
            width: 16px;
            height: 16px;
            vertical-align: middle;
            vertical-align: -2px;
            margin-right: 2px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__state__downloadlimit {
          margin-left: 12px;
          font-size: 12px;
          font-size: 1.2rem;
          color: #ff4b11; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__archive {
          display: inline-block;
          margin: 0 0 0 10px;
          padding: 2px 6px;
          border: 2px solid #7f7f7f;
          color: #7f7f7f;
          font-size: 10px;
          font-size: 1rem;
          font-weight: bold; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__premiere {
          display: inline-block;
          margin: 0 0 0 10px;
          padding: 2px 6px;
          border: 2px solid #7f7f7f;
          color: #7f7f7f;
          font-size: 10px;
          font-size: 1rem;
          font-weight: bold; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__monetize {
          display: inline-block;
          margin: 0 0 0 10px;
          padding: 2px 6px;
          border: 2px solid #7f7f7f;
          color: #7f7f7f;
          font-size: 10px;
          font-size: 1rem;
          font-weight: bold; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__monetize.alert {
            border: 2px solid #ff2d55;
            color: #ff2d55; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__onestep {
          display: inline-block;
          margin: 0 0 0 10px;
          padding: 2px 6px;
          border: 2px solid #7f7f7f;
          color: #7f7f7f;
          font-size: 10px;
          font-size: 1rem;
          font-weight: bold; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__onestep.alert {
            border: 2px solid #ff2d55;
            color: #ff2d55; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__movie__monetize {
          display: inline-block;
          margin: 0 0 5px;
          padding: 2px 6px;
          border: 2px solid #7f7f7f;
          color: #7f7f7f;
          font-size: 10px;
          font-size: 1rem;
          font-weight: bold; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__movie__monetize.alert {
            border: 2px solid #ff2d55;
            color: #ff2d55; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__title {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 14px;
          font-size: 1.4rem;
          margin-bottom: 6px;
          width: 80%;
          line-height: 1.3;
          color: #333;
          font-weight: bold;
          text-decoration: none; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__title:hover:not(.nolink) {
            text-decoration: underline; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__select__comment {
          color: #ff2d55;
          font-weight: bold;
          margin-bottom: 6px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__date {
          color: #7f7f7f;
          margin-bottom: 6px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__button {
          display: inline-block;
          text-align: center;
          margin-top: 8px;
          padding: 7px 25px;
          border-radius: 2px;
          border: 1px solid #ddd;
          color: #333;
          font-weight: bold;
          background: #f6f6f6;
          box-shadow: 0px 1px 0px #bcbcbc;
          cursor: pointer; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__button:hover {
            opacity: 0.85;
            filter: alpha(opacity=85); }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__select label {
          position: relative;
          float: left; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__select label select {
            padding: 5px 20px 5px 9px;
            border: 1px solid #ddd;
            border-radius: 2px;
            color: #333;
            background: #f6f6f6;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            outline: none;
            cursor: pointer;
            line-height: 1; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__select label select::-ms-expand {
              display: none; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__select label:after {
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -3px;
            z-index: 1;
            background-image: url(../../images/v6/sprite_dashboard_v6.png);
            background-repeat: no-repeat;
            background-size: 376px 150px;
            background-position: -73px -10px;
            content: " ";
            display: inline-block;
            width: 9px;
            height: 6px;
            vertical-align: middle; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__add_copy {
          display: block;
          float: left;
          margin-left: 2rem; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__add_copy a {
            font-size: 1.2rem;
            text-align: center;
            line-height: 2;
            vertical-align: middle;
            border-radius: 2px;
            height: 24px;
            padding-top: 6px;
            padding-right: 8px;
            padding-bottom: 6px;
            padding-left: 8px;
            color: #333;
            background: #f6f6f6;
            border: 1px solid #ddd;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            outline: none;
            cursor: pointer;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            cursor: pointer; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__add_copy a:hover {
              opacity: 0.88; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__desc .p-dashboard__content__frame__item__desc__add_copy a:hover {
              background: #ddd; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__play {
        display: table-cell;
        width: 140px;
        text-align: center;
        vertical-align: middle;
        border-right: 1px solid #ddd; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__play .p-dashboard__content__frame__item__play__text {
          color: #333;
          padding-bottom: 8px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__play .p-dashboard__content__frame__item__play__count {
          color: #333;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: bold; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__url {
        display: table-cell;
        width: 110px;
        text-align: center;
        vertical-align: middle; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__url a {
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: bold;
          text-decoration: none;
          padding: 10px;
          border: 1px solid #ddd;
          border-radius: 2px;
          color: #333;
          background: #f6f6f6;
          text-align: center;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__url a:hover {
            background: #ddd; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item:last-child {
        border-bottom: none; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__titleModerator {
        display: table;
        width: 706px;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 10px;
        font-weight: bold; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__titleModerator .p-dashboard__content__frame__item__titleModerator__left {
          display: table-cell;
          width: 478px;
          color: #7f7f7f;
          padding-left: 10px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__titleModerator .p-dashboard__content__frame__item__titleModerator__right {
          display: table-cell;
          width: 218px;
          color: #7f7f7f; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__moderator .p-dashboard__content__frame__item__moderator__empty {
        padding-top: 32px;
        padding-bottom: 106px;
        text-align: center; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__moderator .p-dashboard__content__frame__item__moderator__empty .p-dashboard__content__frame__item__moderator__empty__img {
          background-image: url(../../images/v6/sprite_dashboard_v6.png);
          background-repeat: no-repeat;
          background-size: 376px 150px;
          background-position: -183px -53px;
          content: " ";
          display: inline-block;
          width: 54px;
          height: 54px;
          vertical-align: middle;
          margin-bottom: 16px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__moderator .p-dashboard__content__frame__item__moderator__empty .p-dashboard__content__frame__item__moderator__empty__txt {
          line-height: 1.5;
          color: #7f7f7f; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__moderator .p-dashboard__content__frame__item__moderator__item {
        display: table;
        width: 706px;
        height: 70px;
        background: #fafafa; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__moderator .p-dashboard__content__frame__item__moderator__item .p-dashboard__content__frame__item__moderator__item__img {
          display: table-cell;
          width: 64px;
          text-align: center;
          vertical-align: middle; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__moderator .p-dashboard__content__frame__item__moderator__item .p-dashboard__content__frame__item__moderator__item__img img {
            width: 36px;
            height: 36px;
            border-radius: 50%; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__moderator .p-dashboard__content__frame__item__moderator__item .p-dashboard__content__frame__item__moderator__item__desc {
          display: table-cell;
          width: 346px;
          padding: 12px 34px 12px 0;
          vertical-align: middle;
          color: #333;
          line-height: 1.4; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__moderator .p-dashboard__content__frame__item__moderator__item .p-dashboard__content__frame__item__moderator__item__desc .p-dashboard__content__frame__item__moderator__item__desc__username {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 346px;
            margin-bottom: 3px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__moderator .p-dashboard__content__frame__item__moderator__item .p-dashboard__content__frame__item__moderator__item__desc .p-dashboard__content__frame__item__moderator__item__desc__userid {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 346px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__moderator .p-dashboard__content__frame__item__moderator__item .p-dashboard__content__frame__item__moderator__item__date {
          display: table-cell;
          width: 162px;
          color: #333;
          vertical-align: middle; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__moderator .p-dashboard__content__frame__item__moderator__item .p-dashboard__content__frame__item__moderator__item__setup {
          display: table-cell;
          vertical-align: middle;
          padding-left: 6px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__moderator .p-dashboard__content__frame__item__moderator__item .p-dashboard__content__frame__item__moderator__item__setup label {
            position: relative; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__moderator .p-dashboard__content__frame__item__moderator__item .p-dashboard__content__frame__item__moderator__item__setup label select {
              width: 80px;
              padding: 4px 29px;
              border: 1px solid #ddd;
              font-size: 10px;
              font-size: 1rem;
              border-radius: 2px;
              color: #333;
              background: #ebebeb;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              outline: none;
              cursor: pointer; }
              .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__moderator .p-dashboard__content__frame__item__moderator__item .p-dashboard__content__frame__item__moderator__item__setup label select::-ms-expand {
                display: none; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__moderator .p-dashboard__content__frame__item__moderator__item:nth-child(2n) {
          background: #fff; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__item .p-dashboard__content__frame__item__userRelease {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: absolute;
        top: 0;
        left: 0;
        width: 500px;
        color: #ff4c11; }
    .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist {
      display: table;
      width: 706px;
      margin: 0 20px;
      border-bottom: 1px solid #eaeaea; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__text img {
        width: 706px; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .c-document__desc__title {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        border-bottom: 1px solid #eaeaea;
        color: #333;
        padding-bottom: 15px;
        margin-bottom: 15px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .c-document__desc__title.warning {
          color: #ff2d55; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__img {
        position: relative;
        display: table-cell;
        vertical-align: top;
        width: 141px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__img:hover img {
          opacity: 0.85; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__img .p-dashboard__content__frame__playlist__img__time {
          display: inline-block;
          position: absolute;
          z-index: 3;
          top: 57px;
          right: 0;
          margin-bottom: 0;
          background-color: rgba(0, 0, 0, 0.7);
          color: #fff;
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 1.1;
          padding: 4px 9px 4px;
          text-align: center; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__img .p-dashboard__content__frame__playlist__img__file {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          width: 141px;
          height: 77px; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__desc {
        display: table-cell;
        height: 77px;
        vertical-align: top;
        padding-left: 16px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__desc .p-dashboard__content__frame__playlist__desc__state {
          color: #333;
          padding-bottom: 10px;
          display: inline-block; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__desc .p-dashboard__content__frame__playlist__desc__state.public:before {
            background-image: url(../../images/v6/sprite_dashboard_v6.png);
            background-repeat: no-repeat;
            background-size: 376px 150px;
            background-position: -117px -70px;
            content: " ";
            display: inline-block;
            width: 12px;
            height: 13px;
            vertical-align: middle;
            vertical-align: -1px;
            margin-right: 2px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__desc .p-dashboard__content__frame__playlist__desc__state.private:before {
            background-image: url(../../images/v6/sprite_dashboard_v6.png);
            background-repeat: no-repeat;
            background-size: 376px 150px;
            background-position: -137px -70px;
            content: " ";
            display: inline-block;
            width: 10px;
            height: 13px;
            vertical-align: middle;
            vertical-align: -2px;
            margin-right: 2px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__desc .p-dashboard__content__frame__playlist__desc__archive {
          display: inline-block;
          margin: 0 0 0 10px;
          padding: 2px 6px;
          border: 2px solid #7f7f7f;
          color: #7f7f7f;
          font-size: 10px;
          font-size: 1rem;
          font-weight: bold; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__desc .p-dashboard__content__frame__playlist__desc__title {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 14px;
          font-size: 1.4rem;
          margin-bottom: 6px;
          width: 80%;
          line-height: 1.3;
          color: #333;
          font-weight: bold;
          text-decoration: none; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__desc .p-dashboard__content__frame__playlist__desc__title:hover {
            text-decoration: underline; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__desc .p-dashboard__content__frame__playlist__desc__date {
          color: #7f7f7f;
          margin-bottom: 6px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__desc .p-dashboard__content__frame__playlist__desc__button {
          display: inline-block;
          text-align: center;
          margin-top: 8px;
          padding: 7px 25px;
          border-radius: 2px;
          border: 1px solid #ddd;
          color: #333;
          font-weight: bold;
          background: #f6f6f6;
          box-shadow: 0px 1px 0px #bcbcbc;
          cursor: pointer; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__desc .p-dashboard__content__frame__playlist__desc__button:hover {
            opacity: 0.85;
            filter: alpha(opacity=85); }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__desc .p-dashboard__content__frame__playlist__desc__select label {
          position: relative; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__desc .p-dashboard__content__frame__playlist__desc__select label select {
            padding: 5px 20px 5px 9px;
            border: 1px solid #ddd;
            border-radius: 2px;
            color: #333;
            background: #f6f6f6;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            outline: none;
            cursor: pointer; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__desc .p-dashboard__content__frame__playlist__desc__select label select::-ms-expand {
              display: none; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__desc .p-dashboard__content__frame__playlist__desc__select label:after {
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -3px;
            z-index: 1;
            background-image: url(../../images/v6/sprite_dashboard_v6.png);
            background-repeat: no-repeat;
            background-size: 376px 150px;
            background-position: -73px -10px;
            content: " ";
            display: inline-block;
            width: 9px;
            height: 6px;
            vertical-align: middle; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__play {
        display: table-cell;
        width: 140px;
        text-align: center;
        vertical-align: middle;
        border-right: 1px solid #ddd; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__play .p-dashboard__content__frame__playlist__play__text {
          color: #333;
          padding-bottom: 8px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__play .p-dashboard__content__frame__playlist__play__count {
          color: #333;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: bold; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__url {
        display: table-cell;
        width: 110px;
        text-align: center;
        vertical-align: middle; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__url a {
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: bold;
          text-decoration: none;
          padding: 10px;
          border: 1px solid #ddd;
          border-radius: 2px;
          color: #333;
          background: #f6f6f6;
          text-align: center;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__url a:hover {
            background: #ddd; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist:last-child {
        border-bottom: none; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__titleModerator {
        display: table;
        width: 706px;
        margin-top: -15px;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 10px;
        font-weight: bold; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__titleModerator .p-dashboard__content__frame__playlist__titleModerator__left {
          display: table-cell;
          width: 478px;
          color: #7f7f7f;
          padding-left: 10px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__titleModerator .p-dashboard__content__frame__playlist__titleModerator__right {
          display: table-cell;
          width: 218px;
          color: #7f7f7f; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__empty {
        padding-top: 32px;
        padding-bottom: 106px;
        text-align: center; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__empty .p-dashboard__content__frame__playlist__moderator__empty__img {
          background-image: url(../../images/v6/sprite_dashbord_ver6.0.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -4px -182px;
          content: " ";
          display: inline-block;
          width: 54px;
          height: 55px;
          vertical-align: middle;
          margin-bottom: 16px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__empty .p-dashboard__content__frame__playlist__moderator__empty__txtB {
          line-height: 1.4;
          font-size: 20px;
          font-size: 2rem;
          color: #7f7f7f; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__empty .p-dashboard__content__frame__playlist__moderator__empty__txtC {
          line-height: 1.5;
          padding-top: 20px;
          font-size: 14px;
          font-size: 1.4rem;
          color: #7f7f7f; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__empty .p-dashboard__content__frame__playlist__moderator__empty__txt {
          font-size: 10px;
          font-size: 1rem;
          padding-top: 13px;
          color: #7f7f7f; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__empty .p-dashboard__content__frame__playlist__moderator__empty__button {
          display: inline-block;
          width: 222px;
          height: 40px;
          margin-top: 24px;
          font-size: 14px;
          font-size: 1.4rem;
          text-align: center;
          color: #fff;
          line-height: 3.0;
          background: #34aef6;
          vertical-align: middle;
          border-radius: 2px;
          cursor: pointer; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__empty .p-dashboard__content__frame__playlist__moderator__empty__button:hover {
            opacity: 0.85;
            filter: alpha(opacity=85); }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__item {
        display: table;
        width: 706px;
        height: 70px;
        background: #fafafa; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__item .p-dashboard__content__frame__playlist__moderator__item__img {
          display: table-cell;
          width: 64px;
          text-align: center;
          vertical-align: middle; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__item .p-dashboard__content__frame__playlist__moderator__item__img img {
            width: 36px;
            height: 36px;
            border-radius: 50%; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__item .p-dashboard__content__frame__playlist__moderator__item__desc {
          display: table-cell;
          width: 346px;
          padding: 12px 34px 12px 0;
          vertical-align: middle;
          color: #333;
          line-height: 1.4; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__item .p-dashboard__content__frame__playlist__moderator__item__desc .p-dashboard__content__frame__playlist__moderator__item__desc__username {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 346px;
            margin-bottom: 3px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__item .p-dashboard__content__frame__playlist__moderator__item__desc .p-dashboard__content__frame__playlist__moderator__item__desc__userid {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 346px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__item .p-dashboard__content__frame__playlist__moderator__item__date {
          display: table-cell;
          width: 162px;
          color: #333;
          vertical-align: middle; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__item .p-dashboard__content__frame__playlist__moderator__item__setup {
          display: table-cell;
          vertical-align: middle;
          padding-left: 6px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__item .p-dashboard__content__frame__playlist__moderator__item__setup label {
            position: relative; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__item .p-dashboard__content__frame__playlist__moderator__item__setup label select {
              width: 80px;
              padding: 4px 29px;
              border: 1px solid #ddd;
              font-size: 10px;
              font-size: 1rem;
              border-radius: 2px;
              color: #333;
              background: #ebebeb;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              outline: none;
              cursor: pointer; }
              .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__item .p-dashboard__content__frame__playlist__moderator__item__setup label select::-ms-expand {
                display: none; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__moderator .p-dashboard__content__frame__playlist__moderator__item:nth-child(2n) {
          background: #fff; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__playlist .p-dashboard__content__frame__playlist__userRelease {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: absolute;
        top: -22px;
        left: 0;
        width: 500px;
        color: #ff4c11; }
    .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select {
      position: relative;
      text-align: right;
      padding-right: 20px;
      padding-bottom: 8px;
      padding-top: 24px; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select.top {
        padding-top: 0; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__deleteText {
        display: none;
        position: absolute;
        top: 29px;
        left: 25px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #ff4c11; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__deleteText.management {
          top: 5px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__deleteText.update {
          color: #3ab54a; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__order {
        vertical-align: middle;
        display: inline-block;
        border-radius: 2px;
        height: 25px;
        color: #333;
        padding-left: 5px;
        cursor: pointer; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__order.selected {
          background-color: rgba(68, 68, 68, 0.4); }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__order:hover {
          background-color: #e6e6e6;
          border-radius: 2px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__order .p-dashboard__content__frame__select__order__box {
          position: relative;
          margin-top: 6px;
          line-height: 1.3; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__order .p-dashboard__content__frame__select__order__box:before, .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__order .p-dashboard__content__frame__select__order__box:after {
            content: "";
            display: table; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__order .p-dashboard__content__frame__select__order__box:after {
            clear: both; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__order .p-dashboard__content__frame__select__order__box .p-dashboard__content__frame__select__order__box__text {
            color: #7f7f7f;
            font-size: 12px;
            font-size: 1.2rem;
            display: block;
            float: left; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__order .p-dashboard__content__frame__select__order__box .p-dashboard__content__frame__select__order__box__text.selected {
              background-color: rgba(68, 68, 68, 0.4); }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__order .p-dashboard__content__frame__select__order__box .p-dashboard__content__frame__select__order__box__text:after {
              top: 50%;
              right: 30px;
              margin-left: 10px;
              margin-top: -3px;
              z-index: 1;
              background-image: url(../../images/v6/sprite_dashboard_v6.png);
              background-repeat: no-repeat;
              background-size: 376px 150px;
              background-position: -73px -10px;
              content: " ";
              display: inline-block;
              width: 9px;
              height: 6px;
              vertical-align: middle;
              padding-right: 5px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__order .p-dashboard__content__frame__select__order__box .p-dashboard__content__frame__select__order__box__icon {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -163px -81px;
            content: " ";
            display: inline-block;
            width: 11px;
            height: 7px;
            vertical-align: middle;
            float: left;
            margin-top: 6px;
            margin-left: 10px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__order .p-dashboard__content__frame__select__order__downBox {
          display: none;
          cursor: auto;
          text-align: center;
          position: absolute;
          top: 18px;
          right: 3px;
          z-index: 2;
          width: 120px;
          padding: 6px 0px;
          background: #fdfdfd;
          border: 1px solid #eaeaea;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          border-radius: 2px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__order .p-dashboard__content__frame__select__order__downBox .p-dashboard__content__frame__select__order__downBox__release {
            font-size: 12px;
            font-size: 1.2rem;
            color: #7f7f7f;
            height: 24px;
            line-height: 2;
            cursor: pointer;
            font-weight: normal; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__select .p-dashboard__content__frame__select__order .p-dashboard__content__frame__select__order__downBox .p-dashboard__content__frame__select__order__downBox__release:hover {
              background-color: #4a90e2;
              color: #fff; }
    .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special {
      display: table;
      width: 706px;
      margin: 0 20px;
      border-bottom: 1px solid #eaeaea; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special.borderNone {
        border-bottom: none; }
      .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content {
        width: 100%; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__title {
          position: relative;
          min-height: 15px;
          margin-bottom: 12px;
          line-height: 1.4;
          color: #3c3c3c;
          font-size: 12px;
          font-size: 1.2rem; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__desc {
          line-height: 1.5;
          color: #7f7f7f;
          font-size: 12px;
          font-size: 1.2rem;
          margin-bottom: 20px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__box {
          padding-top: 20px;
          margin-bottom: 10px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__box .p-dashboard__content__frame__special__content__box__check {
            margin-right: 12px;
            vertical-align: -0.1em; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__box .p-dashboard__content__frame__special__content__box__check:first-child {
              margin-bottom: 26px; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__box .p-dashboard__content__frame__special__content__box__check label {
              cursor: pointer;
              margin-left: 10px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__text {
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: normal;
          margin-top: 16px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__text .p-dashboard__content__frame__special__content__text__delete {
            color: #ff4c11; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__text .p-dashboard__content__frame__special__content__text__setting {
            color: #3ab54a; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__boxcheck {
          margin-top: 20px;
          margin-bottom: 10px; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashbaord__content__frame__special__content__text {
          cursor: pointer; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashbaord__content__frame__special__content__block {
          position: absolute;
          width: 100%;
          height: 100%;
          max-width: 620px;
          max-height: 71px;
          opacity: 0.5;
          z-index: 1;
          background-color: #fff;
          cursor: not-allowed; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__button {
          min-width: 220px;
          width: 220px;
          font-size: 14px;
          font-size: 1.4rem;
          text-align: center;
          font-weight: normal;
          color: #333;
          background-color: #ffc511;
          border-radius: 4px;
          padding: 12px 0px;
          cursor: pointer;
          margin-top: 24px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__button.gray {
            background: #ececec;
            border: 1px solid #dddddd;
            padding-top: 11px;
            padding-bottom: 11px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__button:hover:not(.disabled) {
            opacity: 0.8; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__button.disabled {
            cursor: default; }
        .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList {
          position: relative;
          margin-top: 8px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__title {
            font-size: 12px;
            font-size: 1.2rem;
            font-weight: normal;
            margin-top: 16px;
            margin-bottom: 8px; }
          .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__list {
            position: relative; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__list .p-dashboard__content__frame__special__content__itemList__list__img {
              position: relative;
              display: table-cell;
              vertical-align: top;
              width: 120px; }
              .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__list .p-dashboard__content__frame__special__content__itemList__list__img:hover .p-dashboard__content__frame__special__content__itemList__list__img__playicon {
                display: block;
                background-image: url(../../images/v6/sprite_dashboard_v6.png);
                background-repeat: no-repeat;
                background-size: 376px 150px;
                background-position: -218px -115px;
                content: " ";
                display: inline-block;
                width: 23px;
                height: 24px;
                vertical-align: middle; }
              .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__list .p-dashboard__content__frame__special__content__itemList__list__img:hover {
                opacity: 0.9; }
              .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__list .p-dashboard__content__frame__special__content__itemList__list__img img {
                width: 120px;
                height: 68px; }
              .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__list .p-dashboard__content__frame__special__content__itemList__list__img .p-dashboard__content__frame__special__content__itemList__list__img__playicon {
                display: none;
                position: absolute;
                top: 35%;
                left: 45%; }
              .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__list .p-dashboard__content__frame__special__content__itemList__list__img .p-dashboard__content__frame__special__content__itemList__list__img__movieSheets {
                display: inline-block;
                position: absolute;
                bottom: 0;
                right: 0;
                background-color: rgba(0, 0, 0, 0.7);
                color: #fff;
                margin-bottom: 3px;
                font-size: 11px;
                font-size: 1.1rem;
                line-height: 1.1;
                padding: 4px 9px 4px;
                text-align: center; }
              .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__list .p-dashboard__content__frame__special__content__itemList__list__img .p-dashboard__content__frame__special__content__itemList__list__img__file {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2;
                width: 188px;
                height: 106px; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__list .p-dashboard__content__frame__special__content__itemList__list__desc {
              display: table-cell;
              vertical-align: top;
              padding-left: 16px; }
              .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__list .p-dashboard__content__frame__special__content__itemList__list__desc .p-dashboard__content__frame__special__content__itemList__list__desc__title {
                font-size: 12px;
                font-size: 1.2rem;
                margin-bottom: 8px;
                width: 422px;
                max-width: 422px;
                height: 16px;
                line-height: 1.4;
                color: #333;
                font-weight: bold;
                text-decoration: none;
                word-break: break-all;
                display: inline-block;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden; }
                .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__list .p-dashboard__content__frame__special__content__itemList__list__desc .p-dashboard__content__frame__special__content__itemList__list__desc__title:before {
                  margin-top: -4px;
                  margin-right: 6px;
                  z-index: 1;
                  background-image: url(../../images/v6/sprite_dashboard_v6.png);
                  background-repeat: no-repeat;
                  background-size: 376px 150px;
                  background-position: -116px -70px;
                  content: " ";
                  display: inline-block;
                  width: 14px;
                  height: 13px;
                  vertical-align: middle; }
                .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__list .p-dashboard__content__frame__special__content__itemList__list__desc .p-dashboard__content__frame__special__content__itemList__list__desc__title.private:before {
                  margin-top: -4px;
                  margin-right: 6px;
                  z-index: 1;
                  background-image: url(../../images/v6/sprite_dashboard_v6.png);
                  background-repeat: no-repeat;
                  background-size: 376px 150px;
                  background-position: -135px -70px;
                  content: " ";
                  display: inline-block;
                  width: 14px;
                  height: 13px;
                  vertical-align: middle; }
              .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__list .p-dashboard__content__frame__special__content__itemList__list__desc .p-dashboard__content__frame__special__content__itemList__list__desc__gametitle {
                color: #333;
                font-size: 12px;
                font-size: 1.2rem;
                font-weight: normal; }
              .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__list .p-dashboard__content__frame__special__content__itemList__list__desc .p-dashboard__content__frame__special__content__itemList__list__desc__username {
                color: #7f7f7f;
                font-size: 12px;
                font-size: 1.2rem;
                font-weight: normal;
                padding-top: 10px; }
            .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__list .p-dashboard__content__frame__special__content__itemList__list__select {
              position: absolute;
              top: 25px;
              right: 0;
              padding: 2px 20px 2px 20px;
              border: 1px solid #ddd;
              border-radius: 2px;
              color: #333;
              background: #ebebeb;
              font-size: 12px;
              font-size: 1.2rem;
              cursor: pointer; }
              .p-dashboard .p-dashboard__content__frame .p-dashboard__content__frame__special .p-dashboard__content__frame__special__content .p-dashboard__content__frame__special__content__itemList .p-dashboard__content__frame__special__content__itemList__list .p-dashboard__content__frame__special__content__itemList__list__select:hover {
                opacity: 0.8; }
  .p-dashboard .p-dashboard__content__frame__playlist__item {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 25px;
    position: relative; }
    .p-dashboard .p-dashboard__content__frame__playlist__item:nth-child(2n+1) {
      background-color: #fafafa; }
    .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__text img {
      width: 706px; }
    .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__line {
      border-bottom: 1px solid #e2e2e2;
      margin-top: 17px; }
    .p-dashboard .p-dashboard__content__frame__playlist__item .c-document__desc__title {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      border-bottom: 1px solid #eaeaea;
      color: #333;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .c-document__desc__title.warning {
        color: #ff2d55; }
    .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__img {
      position: relative;
      display: table-cell;
      vertical-align: top;
      width: 188px; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__img:hover img {
        opacity: 0.9; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__img img {
        width: 188px;
        height: 106px; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__img.movielist:hover img {
        opacity: 1; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__img .p-dashboard__content__frame__playlist__item__img__movieSheets {
        display: inline-block;
        width: 100%;
        position: absolute;
        z-index: 3;
        left: 0;
        bottom: 0;
        margin-bottom: 2px;
        background-color: rgba(0, 0, 0, 0.7);
        color: #f2f2f2;
        padding-top: 10px;
        padding-bottom: 5px;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1.1; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__img .p-dashboard__content__frame__playlist__item__img__movieSheets:before {
          margin-left: 24px;
          margin-right: 8px;
          z-index: 1;
          background-image: url(../../images/v6/sprite_dashbord_ver6.0.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -2px -2px;
          content: " ";
          display: inline-block;
          width: 17px;
          height: 17px;
          vertical-align: middle;
          margin-bottom: 4px; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__img .p-dashboard__content__frame__playlist__item__img__file {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 188px;
        height: 106px; }
    .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc {
      display: table-cell;
      height: 77px;
      vertical-align: top;
      padding-left: 16px; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__radio {
        padding-top: 8px; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__radio label {
          padding-right: 30px; }
          .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__radio label input[type="radio"] {
            margin-right: 10px;
            vertical-align: text-top; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__radio .p-dashboard__content__frame__playlist__item__desc__radio__release:before {
          margin-top: -3px;
          margin-right: 6px;
          z-index: 1;
          background-image: url(../../images/v6/sprite_dashboard_v6.png);
          background-repeat: no-repeat;
          background-size: 376px 150px;
          background-position: -116px -70px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 13px;
          vertical-align: middle; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__radio .p-dashboard__content__frame__playlist__item__desc__radio__private:before {
          margin-top: -3px;
          margin-right: 6px;
          z-index: 1;
          background-image: url(../../images/v6/sprite_dashboard_v6.png);
          background-repeat: no-repeat;
          background-size: 376px 150px;
          background-position: -135px -70px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 13px;
          vertical-align: middle; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__radio .p-dashboard__content__frame__playlist__item__desc__radio__update {
          display: none;
          color: #3ab54a; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__titleBox .p-dashboard__content__frame__playlist__item__desc__titleBox__display {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__titleBox .p-dashboard__content__frame__playlist__item__desc__titleBox__display:hover .p-dashboard__content__frame__playlist__item__desc__titleBox__display__btnBox {
          display: block; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__titleBox .p-dashboard__content__frame__playlist__item__desc__titleBox__display .p-dashboard__content__frame__playlist__item__desc__titleBox__display__list {
          width: 488px;
          padding: 10px 2px;
          display: inline-block;
          color: #333;
          display: block;
          font-weight: bold;
          font-size: 14px;
          font-size: 1.4rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__titleBox .p-dashboard__content__frame__playlist__item__desc__titleBox__display .p-dashboard__content__frame__playlist__item__desc__titleBox__display__list:hover {
            cursor: auto;
            background-color: #f6f6f6; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__titleBox .p-dashboard__content__frame__playlist__item__desc__titleBox__display .p-dashboard__content__frame__playlist__item__desc__titleBox__display__btnBox {
          display: none;
          width: 32px;
          height: 32px;
          top: 1px;
          right: 1px;
          position: absolute;
          border: 1px solid #e2e2e2;
          cursor: pointer;
          background-color: #fbfbfb;
          z-index: 1; }
          .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__titleBox .p-dashboard__content__frame__playlist__item__desc__titleBox__display .p-dashboard__content__frame__playlist__item__desc__titleBox__display__btnBox .p-dashboard__content__frame__playlist__item__desc__titleBox__display__btnBox__box {
            padding: 7px 7px;
            opacity: 0.6; }
            .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__titleBox .p-dashboard__content__frame__playlist__item__desc__titleBox__display .p-dashboard__content__frame__playlist__item__desc__titleBox__display__btnBox .p-dashboard__content__frame__playlist__item__desc__titleBox__display__btnBox__box .p-dashboard__content__frame__playlist__item__desc__titleBox__display__btnBox__box__icon {
              background-image: url(../../images/v6/sprite_dashboard_v6.png);
              background-repeat: no-repeat;
              background-size: 376px 150px;
              background-position: -231px -4px;
              content: " ";
              display: inline-block;
              width: 18px;
              height: 20px;
              vertical-align: middle; }
            .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__titleBox .p-dashboard__content__frame__playlist__item__desc__titleBox__display .p-dashboard__content__frame__playlist__item__desc__titleBox__display__btnBox .p-dashboard__content__frame__playlist__item__desc__titleBox__display__btnBox__box:hover {
              opacity: 1; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__titleBox .p-dashboard__content__frame__playlist__item__desc__titleBox__labelBox {
        display: none;
        width: 488px;
        padding-top: 6px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        color: #333; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__titleBox .p-dashboard__content__frame__playlist__item__desc__titleBox__labelBox input {
          outline: none; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__titleBox .p-dashboard__content__frame__playlist__item__desc__titleBox__labelBox:focus {
        outline: 0; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__state {
        color: #333;
        padding-bottom: 10px;
        display: inline-block; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__state.public:before {
          background-image: url(../../images/v6/sprite_dashboard_v6.png);
          background-repeat: no-repeat;
          background-size: 376px 150px;
          background-position: -117px -70px;
          content: " ";
          display: inline-block;
          width: 12px;
          height: 13px;
          vertical-align: middle;
          vertical-align: -1px;
          margin-right: 2px; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__state.private:before {
          background-image: url(../../images/v6/sprite_dashboard_v6.png);
          background-repeat: no-repeat;
          background-size: 376px 150px;
          background-position: -137px -70px;
          content: " ";
          display: inline-block;
          width: 10px;
          height: 13px;
          vertical-align: middle;
          vertical-align: -2px;
          margin-right: 2px; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__title {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 358px;
        height: 38px;
        line-height: 1.4;
        color: #333;
        font-weight: bold;
        text-decoration: none;
        overflow: hidden;
        word-break: break-all;
        display: inline-block; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__title a {
          color: #333; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__title a:hover {
          text-decoration: underline; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__release {
        color: #333;
        margin-bottom: 6px;
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 10px; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__release:before {
          margin-top: -4px;
          margin-right: 6px;
          z-index: 1;
          background-image: url(../../images/v6/sprite_dashboard_v6.png);
          background-repeat: no-repeat;
          background-size: 376px 150px;
          background-position: -116px -70px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 13px;
          vertical-align: middle; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__release.private:before {
          margin-top: -4px;
          margin-right: 6px;
          z-index: 1;
          background-image: url(../../images/v6/sprite_dashboard_v6.png);
          background-repeat: no-repeat;
          background-size: 376px 150px;
          background-position: -135px -70px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 13px;
          vertical-align: middle; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__date {
        color: #7f7f7f;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: normal; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__button {
        display: inline-block;
        text-align: center;
        margin-top: 8px;
        padding: 7px 25px;
        border-radius: 2px;
        border: 1px solid #ddd;
        color: #333;
        font-weight: bold;
        background: #f6f6f6;
        box-shadow: 0px 1px 0px #bcbcbc;
        cursor: pointer; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__desc .p-dashboard__content__frame__playlist__item__desc__button:hover {
          opacity: 0.85;
          filter: alpha(opacity=85); }
    .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__select {
      position: absolute;
      top: 60px;
      right: 20px; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__select label select {
        padding: 4px 20px 4px 20px;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #333;
        background: #ebebeb;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 12px;
        font-size: 1.2rem;
        outline: none;
        cursor: pointer;
        line-height: 1; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__select label select::-ms-expand {
          display: none; }
    .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__play {
      display: table-cell;
      width: 140px;
      text-align: center;
      vertical-align: middle;
      border-right: 1px solid #ddd; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__play .p-dashboard__content__frame__playlist__item__play__text {
        color: #333;
        padding-bottom: 8px; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__play .p-dashboard__content__frame__playlist__item__play__count {
        color: #333;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
    .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__url {
      position: absolute;
      bottom: 47px;
      right: 25px; }
      .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__url a {
        font-size: 12px;
        font-size: 1.2rem;
        cursor: pointer;
        font-weight: normal;
        text-decoration: none;
        padding: 4px 10px;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #333;
        background: #f6f6f6;
        text-align: center;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__url a:hover {
          background: #ddd; }
    .p-dashboard .p-dashboard__content__frame__playlist__item:last-child {
      border-bottom: none; }
    .p-dashboard .p-dashboard__content__frame__playlist__item .p-dashboard__content__frame__playlist__item__userRelease {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: absolute;
      top: -22px;
      left: 0;
      width: 500px;
      color: #ff4c11; }
  .p-dashboard .p-dashboard__content__frame__playlist__itemList {
    position: relative; }
    .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list {
      padding: 15px 20px 15px 10px; }
      .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list:nth-child(2n+1) {
        background-color: #fafafa; }
      .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list:hover {
        background-color: #e6e6e6; }
        .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list:hover .p-dashboard__content__frame__playlist__itemList__list__dots__img {
          background-image: url(../../images/v6/dots.png); }
      .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__dots {
        width: 18px;
        vertical-align: middle;
        display: table-cell;
        padding-top: 11px;
        padding-bottom: 11px;
        padding-right: 10px; }
        .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__dots .p-dashboard__content__frame__playlist__itemList__list__dots__img {
          height: 35px;
          cursor: move;
          opacity: 0.4; }
      .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__number {
        width: 26px;
        height: 34px;
        font-size: 14px;
        font-size: 1.4rem;
        color: #333;
        font-weight: bold;
        vertical-align: middle;
        display: table-cell; }
      .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__img {
        position: relative;
        display: table-cell;
        vertical-align: top;
        width: 120px; }
        .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__img:hover .p-dashboard__content__frame__playlist__itemList__list__img__playicon {
          display: block;
          background-image: url(../../images/v6/sprite_dashboard_v6.png);
          background-repeat: no-repeat;
          background-size: 376px 150px;
          background-position: -218px -115px;
          content: " ";
          display: inline-block;
          width: 23px;
          height: 24px;
          vertical-align: middle; }
        .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__img:hover {
          opacity: 0.9; }
        .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__img img {
          width: 120px;
          height: 68px; }
        .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__img .p-dashboard__content__frame__playlist__itemList__list__img__playicon {
          display: none;
          position: absolute;
          top: 35%;
          left: 45%; }
        .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__img .p-dashboard__content__frame__playlist__itemList__list__img__movieSheets {
          display: inline-block;
          position: absolute;
          z-index: 3;
          bottom: 0;
          right: 0;
          background-color: rgba(0, 0, 0, 0.7);
          color: #fff;
          margin-bottom: 3px;
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 1.1;
          padding: 4px 9px 4px;
          text-align: center; }
        .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__img .p-dashboard__content__frame__playlist__itemList__list__img__file {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          width: 188px;
          height: 106px; }
      .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__desc {
        display: table-cell;
        vertical-align: top;
        padding-left: 16px; }
        .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__desc .p-dashboard__content__frame__playlist__itemList__list__desc__title {
          font-size: 12px;
          font-size: 1.2rem;
          margin-bottom: 8px;
          width: 422px;
          max-width: 422px;
          height: 16px;
          line-height: 1.4;
          color: #333;
          font-weight: bold;
          text-decoration: none;
          word-break: break-all;
          display: inline-block;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
          .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__desc .p-dashboard__content__frame__playlist__itemList__list__desc__title:before {
            margin-top: -4px;
            margin-right: 6px;
            z-index: 1;
            background-image: url(../../images/v6/sprite_dashboard_v6.png);
            background-repeat: no-repeat;
            background-size: 376px 150px;
            background-position: -116px -70px;
            content: " ";
            display: inline-block;
            width: 14px;
            height: 13px;
            vertical-align: middle; }
          .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__desc .p-dashboard__content__frame__playlist__itemList__list__desc__title.private:before {
            margin-top: -4px;
            margin-right: 6px;
            z-index: 1;
            background-image: url(../../images/v6/sprite_dashboard_v6.png);
            background-repeat: no-repeat;
            background-size: 376px 150px;
            background-position: -135px -70px;
            content: " ";
            display: inline-block;
            width: 14px;
            height: 13px;
            vertical-align: middle; }
        .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__desc .p-dashboard__content__frame__playlist__itemList__list__desc__gametitle {
          color: #333;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: normal; }
        .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__desc .p-dashboard__content__frame__playlist__itemList__list__desc__username {
          color: #7f7f7f;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: normal;
          padding-top: 10px; }
      .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__select {
        padding-left: 30px;
        vertical-align: middle;
        display: table-cell; }
        .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__select label select {
          padding: 4px 20px 4px 20px;
          border: 1px solid #ddd;
          border-radius: 2px;
          color: #333;
          background: #ebebeb;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          font-size: 12px;
          font-size: 1.2rem;
          outline: none;
          cursor: pointer;
          line-height: 1; }
          .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__select label select::-ms-expand {
            display: none; }
        .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__select label.p-dashboard__content__frame__playlist__itemList__list__select__button {
          padding: 4px 20px 4px 20px;
          border: 1px solid #ddd;
          border-radius: 2px;
          color: #333;
          background: #ebebeb;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          font-size: 12px;
          font-size: 1.2rem;
          outline: none;
          cursor: pointer;
          line-height: 1; }
          .p-dashboard .p-dashboard__content__frame__playlist__itemList .p-dashboard__content__frame__playlist__itemList__list .p-dashboard__content__frame__playlist__itemList__list__select label.p-dashboard__content__frame__playlist__itemList__list__select__button::-ms-expand {
            display: none; }
    .p-dashboard .p-dashboard__content__frame__playlist__itemList:last-child {
      border-bottom: none; }
  .p-dashboard .p-dashboard__content__frame__title__yell_reload_btn {
    font-weight: normal;
    font-size: 12px;
    padding: 0 6px; }
  .p-dashboard .p-dashboard__content__frame__title__yell_description {
    color: #7f7f7f;
    font-size: 12px;
    padding: 20px; }
  .p-dashboard .p-dashboard__content__frame__yellList {
    padding: 24px 0; }
  .p-dashboard .p-dashboard__content__frame__yellList:not(:last-child) {
    border-bottom: solid 1px #e2e2e2; }
  .p-dashboard .p-dashboard__content__frame__yellList__right {
    width: 100%; }
  .p-dashboard .p-dashboard__content__frame__yellList__header {
    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;
    margin-bottom: 12px; }
  .p-dashboard .p-dashboard__content__frame__yellList__user {
    margin-right: 8px; }
  .p-dashboard .p-dashboard__content__frame__yellList__user__image {
    width: 36px;
    height: 36px;
    border-radius: 50%; }
  .p-dashboard .p-dashboard__content__frame__yellList__user__text__name {
    color: #222;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
    display: inline-block;
    vertical-align: top; }
  .p-dashboard .u-premium:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    background-image: url(../../images/premium.svg);
    background-size: 1.4rem 1.4rem;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    height: 1.4rem;
    width: 1.4rem; }
  .p-dashboard .u-official:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    background-image: url(../../images/official.svg);
    background-size: 1.4rem 1.4rem;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    height: 1.4rem;
    width: 1.4rem; }
  .p-dashboard .u-moderator:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    background-image: url(../../images/moderator.svg);
    background-size: 1.4rem 1.4rem;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    height: 1.4rem;
    width: 1.4rem; }
  .p-dashboard .p-dashboard__content__frame__yell_reply_title__right__content {
    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; }
  .p-dashboard .p-dashboard__content__frame__yell_reply_title__right__content__label {
    margin-right: 20px;
    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;
    font-size: 12px;
    line-height: 12px;
    color: #222222; }
    .p-dashboard .p-dashboard__content__frame__yell_reply_title__right__content__label input[type="checkbox"] {
      margin-right: 4px; }
  .p-dashboard .p-dashboard__content__frame__yellList__user__text__yell {
    color: #222;
    font-size: 12px;
    line-height: 1.5em; }
  .p-dashboard .p-dashboard__content__frame__yellList__user__text__movieTitle {
    margin-bottom: 8px; }
  .p-dashboard .p-dashboard__content__frame__yellList__user__text__movieTitle a {
    color: #999999;
    font-size: 10px;
    line-height: 1.5em;
    text-decoration: underline; }
  .p-dashboard .p-dashboard__content__frame__yellList__date {
    margin-left: auto;
    color: #aaaaaa; }
  .p-dashboard .p-dashboard__content__frame__yellList__yell__image {
    width: 56px;
    height: 56px;
    vertical-align: middle;
    margin-right: 16px; }
  .p-dashboard .p-dashboard__content__frame__yellList__fanletter__image {
    width: 48px;
    height: 72px; }
  .p-dashboard .p-dashboard__content__frame__yellList__yell__point, .p-dashboard .p-dashboard__content__frame__yell__subscription_share_wapper, .p-dashboard .p-dashboard__content__frame__yellList__yell__point__for__fanletter {
    background-color: #ddd;
    color: #222200;
    padding: 2px 6px;
    border-radius: 2px; }
  .p-dashboard .p-dashboard__content__frame__yell__subscription_share_wapper {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 12px;
    margin-top: 6px; }
  .p-dashboard .p-dashboard__content__frame__yell__subscription_share__image {
    width: 12px;
    height: 12px; }
  .p-dashboard .p-dashboard__content__frame__yellList__yell__breakdown_points {
    text-align: right;
    margin-top: 8px;
    vertical-align: middle;
    color: #7f7f7f;
    font-size: 10px;
    font-size: 1rem; }
  .p-dashboard .p-dashboard__content__frame__yellList__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .p-dashboard .p-dashboard__content__frame__yell__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .p-dashboard .p-yell__reply__wrapper {
    padding: 0 20px 20px 20px; }
    .p-dashboard .p-yell__reply__wrapper form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      margin-top: 12px; }
    .p-dashboard .p-yell__reply__wrapper textarea {
      border: 1px solid #cccccc;
      resize: none;
      border-radius: 3px; }
  .p-dashboard .p-template__title__wrapper {
    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;
    margin-bottom: 12px; }
  .p-dashboard .p-template__title {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #222;
    margin-right: 12px; }
  .p-dashboard .p-yell__reply__template__form {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start; }
  .p-dashboard .p-yell__reply__add__word {
    display: inline;
    background: #d8d8d8;
    color: #7f7f7f;
    padding: 3px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    padding: 3px 5px 3px 21px; }
    .p-dashboard .p-yell__reply__add__word span {
      position: absolute;
      background: #fff;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      top: calc(50% - 6px);
      left: 5px;
      font-weight: bold;
      text-align: center;
      vertical-align: middle;
      line-height: 10px; }
  .p-dashboard .p-yell__reply__text__counter {
    position: absolute;
    color: #9b9b9b; }
  .p-dashboard .p-yell__reply__template .p-yell__reply__template__textarea__wrapper {
    position: relative;
    width: 100%; }
    .p-dashboard .p-yell__reply__template .p-yell__reply__template__textarea__wrapper textarea {
      width: calc(100% - 85px);
      padding: 6px 65px 10px 12px;
      margin-right: 8px;
      background-color: #fff !important;
      overflow: hidden;
      line-height: normal; }
    .p-dashboard .p-yell__reply__template .p-yell__reply__template__textarea__wrapper .p-yell__reply__text__counter {
      top: calc(50% - 7px);
      right: 15px; }
  .p-dashboard .p-yell__reply__template input[type="submit"] {
    background: #d8d8d8;
    color: #222222;
    border: none;
    padding: 7px 8px;
    border-radius: 16px;
    cursor: pointer; }
  .p-dashboard .p-yell__reply textarea {
    width: calc(100% - 142px);
    padding: 6px 65px 10px 12px;
    margin-right: 8px;
    background-color: #fff !important;
    overflow: hidden; }
  .p-dashboard .p-yell__reply input[type="submit"] {
    background: #ffc511;
    color: #222222;
    border: none;
    padding: 7px;
    border-radius: 16px;
    cursor: pointer; }
  .p-dashboard .p-yell__reply .p-yell__reply__text__counter {
    top: calc(50% - 7px);
    right: 78px; }
  .p-dashboard .p-yell__reply__text__btn__wrapper {
    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; }
  .p-dashboard .p-yell__reply__message__wrapper {
    width: calc(100% - 23px); }
  .p-dashboard .p-past__yell__reply {
    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; }
  .p-dashboard .p-yell__reply__remove__btn {
    width: 18px;
    height: 18px;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    visibility: hidden;
    cursor: pointer;
    background: #333;
    color: #fff;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .p-dashboard .p-yell__reply__remove__btn__content {
    height: 20px; }
  .p-dashboard .p-yell__send__reply {
    font-size: 10px;
    margin: 10px 0;
    color: #ff4c11; }
  .p-dashboard .p-yell__reply__recent {
    font-size: 10px;
    margin: 10px 0; }
  .p-dashboard .p-yell__open__past__reply {
    color: #ff4c11;
    cursor: pointer;
    position: relative;
    padding-left: 14px; }
    .p-dashboard .p-yell__open__past__reply:before {
      content: "";
      border-top: 7px solid #F0897F;
      border-right: 6px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 6px solid transparent;
      position: absolute;
      bottom: -6px;
      left: 0px; }
  .p-dashboard .p-yell__close__past__reply {
    color: #ff4c11;
    cursor: pointer;
    position: relative;
    padding-left: 14px; }
    .p-dashboard .p-yell__close__past__reply:before {
      content: "";
      border-top: 7px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 7px solid #F0897F;
      border-left: 6px solid transparent;
      position: absolute;
      bottom: 1px;
      left: 0px; }
  .p-dashboard .p-yell__past__reply li {
    margin: 10px 0;
    padding: 5px 0 5px 12px;
    border-left: 1px solid #ffc511; }
  .p-dashboard .p-yell__reply__message {
    margin-bottom: 4px; }
  .p-dashboard .p-yell__reply__date {
    font-size: 10px; }
  .p-dashboard .p-dashboard__content__frame__yellList__message {
    word-break: break-word;
    margin-bottom: 8px; }
  .p-dashboard .p-dashboard__content__frame__fanletter__wrapper {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ffb4c2;
    border-radius: 8px;
    background: #fff6f8;
    width: 100%;
    overflow: hidden; }
  .p-dashboard .p-dashboard__content__frame__fanletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .p-dashboard .p-dashboard__content__frame__fanletter__left__content {
    margin-right: 24px; }
  .p-dashboard .p-dashboard__content__frame__fanletter__right__content {
    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;
    margin-left: auto; }
  .p-dashboard .p-dashboard__content__frame__fanletter__title {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #ff2d55; }
  .p-dashboard .p-dashboard__content__frame__fanletter__message {
    font-size: 12px;
    display: -webkit-box !important;
    display: -moz-box !important;
    word-wrap: break-word;
    word-break: break-all;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px; }
  .p-dashboard .p-dashboard__content__frame__yellList__yell__point__for__fanletter {
    background: #ffd5df; }
  .p-dashboard .p-dashboard__content__frame__fanletter__arrow {
    fill: #ff2d55; }
  .p-dashboard .errorMsg {
    margin-left: 14px;
    font-size: 10px;
    font-size: 1rem;
    color: #ff2d55;
    font-weight: normal; }
    .p-dashboard .errorMsg.c-frameTwo__left__content__item__title__msg {
      font-size: 10px;
      font-size: 1rem;
      color: #3ab54a;
      margin-left: 20px;
      font-weight: lighter; }
      .p-dashboard .errorMsg.c-frameTwo__left__content__item__title__msg.error {
        color: #ff2d55; }
  .p-dashboard .alertMsg {
    margin-left: 10px;
    font-size: 10px;
    font-size: 1rem;
    color: #3ab54a; }
  .p-dashboard .helpIcon {
    position: relative;
    background-image: url(../../images/v6/sprite_dashboard_v6.png);
    background-repeat: no-repeat;
    background-size: 376px 150px;
    background-position: -116px -52px;
    content: " ";
    display: inline-block;
    width: 13px;
    height: 14px;
    vertical-align: middle;
    margin-left: 2px;
    vertical-align: top;
    cursor: pointer; }
  .p-dashboard .p-dashboard__fanletter__wrapper {
    width: 414px;
    height: 114px;
    position: fixed;
    bottom: 30px;
    left: 24px;
    background: #ffffff;
    z-index: 100;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0 rgba(22, 20, 34, 0.2);
    color: #2b2745; }
    .p-dashboard .p-dashboard__fanletter__wrapper .p-dashboard__fanletter {
      padding: 24px 16px; }
      .p-dashboard .p-dashboard__fanletter__wrapper .p-dashboard__fanletter .p-dashboard__fanletter__description {
        margin-bottom: 16px; }
      .p-dashboard .p-dashboard__fanletter__wrapper .p-dashboard__fanletter .p-dashboard__fanletter__button {
        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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        width: 200px;
        height: 32px;
        font-size: 14px;
        border-radius: 10rem;
        background: #ff8300;
        color: #ffffff; }
      .p-dashboard .p-dashboard__fanletter__wrapper .p-dashboard__fanletter .p-dashboard__fanletter__close__button {
        position: absolute;
        top: 8px;
        right: 8px;
        cursor: pointer; }
        .p-dashboard .p-dashboard__fanletter__wrapper .p-dashboard__fanletter .p-dashboard__fanletter__close__button :hover {
          opacity: 0.8; }

.p-dashboard__upload__status {
  display: none; }

label.p-dashboard__label__capture.off {
  opacity: 0.3; }

label.p-dashboard__label__low_latency.off {
  opacity: 0.3; }

.c-document__desc__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.c-document__desc__subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px; }

.c-document__desc__text {
  margin-bottom: 44px;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem; }
  .c-document__desc__text a {
    color: #ff4949;
    text-decoration: underline; }
    .c-document__desc__text a:hover {
      text-decoration: none; }
  .c-document__desc__text.short {
    margin-bottom: 22px; }

.c-document__desc__text img {
  width: 100%;
  height: auto;
  margin: 15px 0 0; }

.c-document__desc__list {
  padding-left: 40px;
  margin-top: -14px; }

.c-document__desc__list li {
  list-style-type: decimal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px; }

.c-document__desc__list li a {
  color: #ff4949;
  text-decoration: underline; }

.c-document__desc__list li a:hover {
  text-decoration: none; }

.c-document__desc__box {
  width: 638px;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center; }

.c-document__desc__table {
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.8;
  word-wrap: break-word;
  margin-bottom: 44px; }
  .c-document__desc__table tr {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
    background-color: white; }
    .c-document__desc__table tr th {
      padding: 6px 13px;
      border: 1px solid #dddddd;
      font-weight: bold; }
    .c-document__desc__table tr td {
      padding: 6px 13px;
      border: 1px solid #dddddd; }
      .c-document__desc__table tr td a {
        color: #ff4949;
        text-decoration: underline; }
        .c-document__desc__table tr td a:hover {
          text-decoration: none; }
    .c-document__desc__table tr:nth-child(2n) {
      background-color: #f8f8f8; }
  .c-document__desc__table.short {
    margin-bottom: 22px; }

.c-frameTwo__right__dragdrop__spinner {
  position: absolute;
  top: 76px;
  left: 160px;
  z-index: 2; }
  .c-frameTwo__right__dragdrop__spinner .c-frameTwo__right__dragdrop__spinner__inner {
    width: 4rem;
    height: 4rem;
    position: relative; }
    .c-frameTwo__right__dragdrop__spinner .c-frameTwo__right__dragdrop__spinner__inner::before, .c-frameTwo__right__dragdrop__spinner .c-frameTwo__right__dragdrop__spinner__inner::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 50%;
      border: 0.2rem solid transparent;
      border-top-color: #161422;
      -webkit-animation: loader-spin infinite linear;
      animation: loader-spin infinite linear; }
    .c-frameTwo__right__dragdrop__spinner .c-frameTwo__right__dragdrop__spinner__inner::before {
      -webkit-animation-duration: 0.75s;
      animation-duration: 0.75s; }
    .c-frameTwo__right__dragdrop__spinner .c-frameTwo__right__dragdrop__spinner__inner::after {
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s; }

@-webkit-keyframes loader-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#containerBox .c-toast_wrapper {
  padding-left: 255px; }

#containerBox .contentsMain .c-frameTwo .c-frameTwo__left .c-frameTwo__left__content .c-frameTwo__left__content__item .c-frameTwo__left__content__item__input .c-frameTwo__left__content__item__input__box::-webkit-input-placeholder {
  color: #a9a9a9; }

#containerBox .contentsMain .c-frameTwo .c-frameTwo__left .c-frameTwo__left__content .c-frameTwo__left__content__item .c-frameTwo__left__content__item__input .c-frameTwo__left__content__item__input__box:-moz-placeholder {
  color: #a9a9a9;
  opacity: 1; }

#containerBox .contentsMain .c-frameTwo .c-frameTwo__left .c-frameTwo__left__content .c-frameTwo__left__content__item .c-frameTwo__left__content__item__input .c-frameTwo__left__content__item__input__box::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1; }

#containerBox .contentsMain .c-frameTwo .c-frameTwo__left .c-frameTwo__left__content .c-frameTwo__left__content__item .c-frameTwo__left__content__item__input .c-frameTwo__left__content__item__input__box:-ms-input-placeholder {
  color: #a9a9a9; }

#containerBox .contentsMain .c-frameTwo .c-frameTwo__left .c-frameTwo__left__content .c-frameTwo__left__content__item .c-frameTwo__left__content__item__input .c-frameTwo__left__content__item__input__textarea::-webkit-input-placeholder {
  color: #a9a9a9; }

#containerBox .contentsMain .c-frameTwo .c-frameTwo__left .c-frameTwo__left__content .c-frameTwo__left__content__item .c-frameTwo__left__content__item__input .c-frameTwo__left__content__item__input__textarea:-moz-placeholder {
  color: #a9a9a9;
  opacity: 1; }

#containerBox .contentsMain .c-frameTwo .c-frameTwo__left .c-frameTwo__left__content .c-frameTwo__left__content__item .c-frameTwo__left__content__item__input .c-frameTwo__left__content__item__input__textarea::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1; }

#containerBox .contentsMain .c-frameTwo .c-frameTwo__left .c-frameTwo__left__content .c-frameTwo__left__content__item .c-frameTwo__left__content__item__input .c-frameTwo__left__content__item__input__textarea:-ms-input-placeholder {
  color: #a9a9a9; }

#containerBox .contentsMain .c-frameTwo.comingup_setting {
  clear: both;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px; }
  #containerBox .contentsMain .c-frameTwo.comingup_setting.premiere_comingup {
    padding-top: 12px;
    text-align: initial; }
  #containerBox .contentsMain .c-frameTwo.comingup_setting .button {
    display: inline-block;
    width: 140px;
    height: 36px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    background: #ff4949;
    border: 1px solid #ff4949;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-bottom: 2px solid #df3f3f;
    cursor: pointer;
    box-shadow: inset 0 -2px #df3f3f;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    line-height: 48px; }
    #containerBox .contentsMain .c-frameTwo.comingup_setting .button:active {
      top: 1px;
      outline: none;
      box-shadow: none; }
    #containerBox .contentsMain .c-frameTwo.comingup_setting .button:hover {
      opacity: 0.8; }
    #containerBox .contentsMain .c-frameTwo.comingup_setting .button.disabled {
      background: #888;
      border: 1px solid #888;
      color: #ccc;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
      border-bottom: 2px solid #888;
      box-shadow: inset 0 -2px #888;
      cursor: default; }
      #containerBox .contentsMain .c-frameTwo.comingup_setting .button.disabled:hover {
        opacity: 1; }
    #containerBox .contentsMain .c-frameTwo.comingup_setting .button.comingup-setting-button__on {
      background: #3ab54a;
      border-color: #30953c;
      box-shadow: inset 0 -2px #30953c; }
    #containerBox .contentsMain .c-frameTwo.comingup_setting .button.comingup-setting-button__off {
      background: #f6f6f6;
      border: 1px solid #ddd;
      color: #333;
      box-shadow: none;
      text-shadow: none; }

#containerBox .contentsMain .c-frameTwo.backup_url_info {
  margin-left: 0px;
  margin-right: 0px; }

#containerBox .contentsMain .c-frameTwo.backup_setting {
  clear: both;
  margin-left: auto;
  margin-right: auto; }
  #containerBox .contentsMain .c-frameTwo.backup_setting.switch_backup {
    text-align: center; }
  #containerBox .contentsMain .c-frameTwo.backup_setting .backup-setting__mode__text {
    padding-top: 14px;
    margin-bottom: 8px;
    display: inline-block;
    color: #333;
    font-weight: bold; }
  #containerBox .contentsMain .c-frameTwo.backup_setting .backup-setting__mode__host {
    padding: 6px 0 0;
    margin-bottom: 8px;
    display: inline-block; }
    #containerBox .contentsMain .c-frameTwo.backup_setting .backup-setting__mode__host label {
      position: relative; }
      #containerBox .contentsMain .c-frameTwo.backup_setting .backup-setting__mode__host label select {
        position: relative;
        width: 260px;
        padding: 5px 9px;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #333;
        background: #f6f6f6;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        cursor: pointer;
        line-height: 1; }
        #containerBox .contentsMain .c-frameTwo.backup_setting .backup-setting__mode__host label select.alert {
          border: 1px solid #3ab54a;
          color: #333; }
        #containerBox .contentsMain .c-frameTwo.backup_setting .backup-setting__mode__host label select.error {
          color: #333;
          background: #ffecec;
          border: 1px solid #ff4949; }
      #containerBox .contentsMain .c-frameTwo.backup_setting .backup-setting__mode__host label:after {
        position: absolute;
        top: 50%;
        right: 16px;
        margin-top: -3px;
        z-index: 1;
        background-image: url(../../images/v6/sprite_dashboard_v6.png);
        background-repeat: no-repeat;
        background-size: 376px 150px;
        background-position: -73px -10px;
        content: " ";
        display: inline-block;
        width: 9px;
        height: 6px;
        vertical-align: middle; }
  #containerBox .contentsMain .c-frameTwo.backup_setting .button {
    display: inline-block;
    width: 200px;
    height: 48px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    background: #ff4949;
    border: 1px solid #ff4949;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-bottom: 2px solid #df3f3f;
    cursor: pointer;
    box-shadow: inset 0 -2px #df3f3f;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    line-height: 48px; }
    #containerBox .contentsMain .c-frameTwo.backup_setting .button:active {
      top: 1px;
      outline: none;
      box-shadow: none; }
    #containerBox .contentsMain .c-frameTwo.backup_setting .button:hover {
      opacity: 0.8; }
    #containerBox .contentsMain .c-frameTwo.backup_setting .button.disabled {
      background: #888;
      border: 1px solid #888;
      color: #ccc;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
      border-bottom: 2px solid #888;
      box-shadow: inset 0 -2px #888;
      cursor: default; }
      #containerBox .contentsMain .c-frameTwo.backup_setting .button.disabled:hover {
        opacity: 1; }

#containerBox .contentsMain .c-frameTwo .c-frameTwo.scheduleBox input.error {
  background-color: #0a0a0a; }

.c-frameTwo__left__content__item__title__toolTip {
  background-image: url(../../images/v6/sprite_dashboard_v6.1.png?t=2019040802);
  background-repeat: no-repeat;
  background-size: 408px 150px;
  background-position: -250px -56px;
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  position: relative;
  vertical-align: -3px;
  margin-left: 5px;
  cursor: pointer; }

.c-frame__content__list__publish_trailer_text {
  margin-bottom: 16px;
  font-size: 1.2rem !important;
  line-height: 1.6 !important; }

.p-dashboard__content__box__left__content__item__select .c-toolTip {
  position: relative;
  top: -25px;
  left: 280px;
  display: inline-block;
  margin-left: 5px; }

.c-frameTwo__left__content__item__select .c-frameTwo__left__content__item__game__toolTip {
  position: relative;
  top: -35px;
  left: 280px;
  display: inline-block;
  margin-left: 5px; }

.c-listToolPop {
  display: none; }
  .c-listToolPop .c-listToolPop__content {
    position: absolute;
    top: 45px;
    right: 20px;
    z-index: 2;
    width: 286px;
    padding: 14px;
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 2px; }
    .c-listToolPop .c-listToolPop__content .c-listToolPop__content__title {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      color: #333; }
    .c-listToolPop .c-listToolPop__content .c-listToolPop__content__input {
      margin-top: 8px; }
      .c-listToolPop .c-listToolPop__content .c-listToolPop__content__input .c-listToolPop__content__input__box {
        width: 266px;
        height: 14px;
        padding: 7px 9px;
        font-weight: normal;
        border: 1px solid #ddd;
        border-radius: 2px;
        font-size: 12px;
        font-size: 1.2rem;
        background: #fff;
        color: #333;
        outline: none; }
        .c-listToolPop .c-listToolPop__content .c-listToolPop__content__input .c-listToolPop__content__input__box::-webkit-input-placeholder {
          color: #a9a9a9; }
        .c-listToolPop .c-listToolPop__content .c-listToolPop__content__input .c-listToolPop__content__input__box:-moz-placeholder {
          color: #a9a9a9;
          opacity: 1; }
        .c-listToolPop .c-listToolPop__content .c-listToolPop__content__input .c-listToolPop__content__input__box::-moz-placeholder {
          color: #a9a9a9;
          opacity: 1; }
        .c-listToolPop .c-listToolPop__content .c-listToolPop__content__input .c-listToolPop__content__input__box:-ms-input-placeholder {
          color: #a9a9a9; }
        .c-listToolPop .c-listToolPop__content .c-listToolPop__content__input .c-listToolPop__content__input__box.alert {
          color: #333;
          border: 1px solid #3ab54a; }
        .c-listToolPop .c-listToolPop__content .c-listToolPop__content__input .c-listToolPop__content__input__box.error {
          color: #333;
          background: #ffecec;
          border: 1px solid #ff4949; }
      .c-listToolPop .c-listToolPop__content .c-listToolPop__content__input .c-listToolPop__content__input__box:focus {
        outline: 0;
        border-color: #167ac6;
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); }
    .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type {
      width: 100%;
      margin-top: 14px; }
      .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__select {
        vertical-align: middle;
        display: inline-block;
        float: left;
        border-radius: 2px;
        height: 30px;
        color: #333;
        cursor: pointer; }
        .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__select.selected {
          background-color: rgba(68, 68, 68, 0.4); }
        .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__select:hover {
          background-color: #e6e6e6;
          border-radius: 2px; }
        .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__select .c-listToolPop__content__type__select__box {
          margin-top: 8px;
          line-height: 1.3; }
          .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__select .c-listToolPop__content__type__select__box:before, .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__select .c-listToolPop__content__type__select__box:after {
            content: "";
            display: table; }
          .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__select .c-listToolPop__content__type__select__box:after {
            clear: both; }
          .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__select .c-listToolPop__content__type__select__box .c-listToolPop__content__type__select__box__text {
            color: #333;
            font-size: 12px;
            font-size: 1.2rem;
            display: block;
            float: left; }
            .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__select .c-listToolPop__content__type__select__box .c-listToolPop__content__type__select__box__text:before {
              margin-left: 9px;
              margin-top: -4px;
              margin-right: 6px;
              z-index: 1;
              background-image: url(../../images/v6/sprite_dashboard_v6.png);
              background-repeat: no-repeat;
              background-size: 376px 150px;
              background-position: -116px -70px;
              content: " ";
              display: inline-block;
              width: 14px;
              height: 13px;
              vertical-align: middle; }
            .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__select .c-listToolPop__content__type__select__box .c-listToolPop__content__type__select__box__text:after {
              top: 50%;
              right: 30px;
              margin-left: 10px;
              margin-top: -3px;
              z-index: 1;
              background-image: url(../../images/v6/sprite_dashboard_v6.png);
              background-repeat: no-repeat;
              background-size: 376px 150px;
              background-position: -73px -10px;
              content: " ";
              display: inline-block;
              width: 9px;
              height: 6px;
              vertical-align: middle;
              padding-right: 5px; }
            .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__select .c-listToolPop__content__type__select__box .c-listToolPop__content__type__select__box__text.private:before {
              background-image: url(../../images/v6/sprite_dashboard_v6.png);
              background-repeat: no-repeat;
              background-size: 376px 150px;
              background-position: -135px -70px;
              content: " ";
              display: inline-block;
              width: 14px;
              height: 13px;
              vertical-align: middle; }
            .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__select .c-listToolPop__content__type__select__box .c-listToolPop__content__type__select__box__text.selected {
              background-color: rgba(68, 68, 68, 0.4); }
          .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__select .c-listToolPop__content__type__select__box .c-listToolPop__content__type__select__box__icon {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -163px -81px;
            content: " ";
            display: inline-block;
            width: 11px;
            height: 7px;
            vertical-align: middle;
            float: left;
            margin-top: 6px;
            margin-left: 10px; }
        .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__select .c-listToolPop__content__type__select__downBox {
          display: none;
          cursor: auto;
          position: absolute;
          top: 110px;
          z-index: 2;
          width: 89px;
          padding: 6px 0px;
          background: #fdfdfd;
          border: 1px solid #eaeaea;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          border-radius: 2px; }
          .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__select .c-listToolPop__content__type__select__downBox .c-listToolPop__content__type__select__downBox__release {
            font-size: 12px;
            font-size: 1.2rem;
            color: #7f7f7f;
            padding-left: 6px;
            height: 24px;
            line-height: 2;
            cursor: pointer;
            font-weight: normal; }
            .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__select .c-listToolPop__content__type__select__downBox .c-listToolPop__content__type__select__downBox__release:hover {
              background-color: #4a90e2;
              color: #fff; }
      .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__selectmenu {
        display: none;
        width: 193px;
        padding-top: 10px;
        position: absolute;
        top: 60px;
        right: 195px;
        z-index: 9999;
        background: #333;
        box-shadow: 5px 5px 8px rgba(17, 17, 17, 0.4); }
        .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__selectmenu.fluid {
          top: 48px; }
        .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__selectmenu .c-listToolPop__content__type__selectmenu__live a {
          display: block;
          color: #ffc511;
          padding: 15px 0; }
          .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__selectmenu .c-listToolPop__content__type__selectmenu__live a:before {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -217px -101px;
            content: " ";
            display: inline-block;
            width: 23px;
            height: 19px;
            vertical-align: middle;
            margin-left: 23px;
            margin-right: 20px; }
          .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__selectmenu .c-listToolPop__content__type__selectmenu__live a:hover {
            background: #444; }
        .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__selectmenu .c-listToolPop__content__type__selectmenu__upload a {
          display: block;
          color: #ffc511;
          padding: 15px 0; }
          .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__selectmenu .c-listToolPop__content__type__selectmenu__upload a:before {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -129px -99px;
            content: " ";
            display: inline-block;
            width: 18px;
            height: 21px;
            vertical-align: middle;
            margin-left: 23px;
            margin-right: 20px; }
          .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__selectmenu .c-listToolPop__content__type__selectmenu__upload a:hover {
            background: #444; }
      .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__buttonC {
        width: 80px;
        height: 30px;
        font-size: 12px;
        font-size: 1.2rem;
        text-align: center;
        font-weight: normal;
        color: #fff;
        float: right;
        line-height: 2.6;
        background: #a0a0a0;
        margin-right: 8px;
        vertical-align: middle;
        border-radius: 2px;
        box-shadow: 0px 1px 0px #878787;
        cursor: pointer; }
        .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__buttonC:hover {
          opacity: 0.85;
          filter: alpha(opacity=85); }
      .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__buttonS {
        width: 80px;
        height: 30px;
        float: right;
        font-size: 12px;
        font-size: 1.2rem;
        text-align: center;
        font-weight: normal;
        color: #fff;
        line-height: 2.6;
        background: #ff2d55;
        vertical-align: middle;
        border-radius: 2px;
        box-shadow: 0px 1px 0px #d9420f;
        cursor: pointer; }
        .c-listToolPop .c-listToolPop__content .c-listToolPop__content__type .c-listToolPop__content__type__buttonS:hover {
          opacity: 0.85;
          filter: alpha(opacity=85); }

.c-playlistToolPop {
  display: none; }
  .c-playlistToolPop .c-playlistToolPop__content {
    position: absolute;
    width: 296px;
    top: 65px;
    z-index: 2;
    padding: 14px;
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 2px 0 rgba(127, 127, 127, 0.4);
    border-radius: 2px; }
    .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__playlist .c-playlistToolPop__content__playlist__title {
      font-size: 12px;
      font-size: 1.2rem;
      color: #333;
      margin-bottom: 3px; }
    .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__playlist .c-playlistToolPop__content__playlist__shadow {
      position: absolute;
      bottom: 10px;
      height: 15px;
      background: #000; }
    .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__playlist .c-playlistToolpop__content__playlist__box {
      max-height: 162px;
      border-bottom: 1px solid #e2e2e2;
      padding-bottom: 6px;
      margin-bottom: 12px;
      padding-left: 1px;
      overflow-y: auto; }
      .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__playlist .c-playlistToolpop__content__playlist__box .c-playlistToolpop__content__playlist__box__list {
        padding-top: 1px;
        padding-bottom: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__playlist .c-playlistToolpop__content__playlist__box .c-playlistToolpop__content__playlist__box__list .c-playlistToolpop__content__playlist__box__checkbox {
          margin-right: 6px;
          margin-left: 1px;
          vertical-align: 0.1em; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__playlist .c-playlistToolpop__content__playlist__box .c-playlistToolpop__content__playlist__box__list .c-playlistToolpop__content__playlist__box__text {
          font-size: 12px;
          font-size: 1.2rem;
          cursor: pointer;
          line-height: 2; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__playlist .c-playlistToolpop__content__playlist__box .c-playlistToolpop__content__playlist__box__list .c-playlistToolpop__content__playlist__box__releaseIcon {
          margin-right: 6px;
          background-image: url(../../images/v6/sprite_dashboard_v6.png);
          background-repeat: no-repeat;
          background-size: 376px 150px;
          background-position: -116px -70px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 17px;
          vertical-align: middle; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__playlist .c-playlistToolpop__content__playlist__box .c-playlistToolpop__content__playlist__box__list .c-playlistToolpop__content__playlist__box__privateIcon {
          margin-right: 6px;
          background-image: url(../../images/v6/sprite_dashboard_v6.png);
          background-repeat: no-repeat;
          background-size: 376px 150px;
          background-position: -135px -70px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 17px;
          vertical-align: middle; }
    .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolpop__content__buttonLive {
      display: inline-block;
      width: 180px;
      height: 28px;
      font-size: 12px;
      font-size: 1.2rem;
      text-align: center;
      color: #fff;
      line-height: 2.4;
      background: #ff2d55;
      vertical-align: middle;
      border-radius: 4px;
      box-shadow: 0px 1px 0px #d9420f;
      cursor: pointer; }
      .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolpop__content__buttonLive:hover {
        opacity: 0.85;
        filter: alpha(opacity=85); }
    .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolpop__content__button {
      min-width: 170px;
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem;
      text-align: center;
      color: #fff;
      background: #ff4c11;
      vertical-align: middle;
      padding: 8px 8px;
      border-radius: 2px;
      box-shadow: 0px 1px 0px #d9420f;
      cursor: pointer;
      font-weight: normal; }
      .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolpop__content__button:hover {
        opacity: 0.85;
        filter: alpha(opacity=85); }
      .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolpop__content__button.blue {
        background: #34aef6;
        box-shadow: 0px 1px 0px #2d85b8; }
    .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolpop__content__text {
      color: #009bcb;
      max-width: 251px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.33;
      font-weight: normal;
      margin-top: 8px; }
    .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__input {
      margin-top: 8px; }
      .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__input .c-playlistToolPop__content__input__box {
        width: 276px;
        height: 14px;
        padding: 7px 9px;
        font-weight: normal;
        border: 1px solid #ddd;
        border-radius: 2px;
        font-size: 12px;
        font-size: 1.2rem;
        background: #fff;
        color: #333;
        outline: none; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__input .c-playlistToolPop__content__input__box::-webkit-input-placeholder {
          color: #a9a9a9; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__input .c-playlistToolPop__content__input__box:-moz-placeholder {
          color: #a9a9a9;
          opacity: 1; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__input .c-playlistToolPop__content__input__box::-moz-placeholder {
          color: #a9a9a9;
          opacity: 1; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__input .c-playlistToolPop__content__input__box:-ms-input-placeholder {
          color: #a9a9a9; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__input .c-playlistToolPop__content__input__box.alert {
          color: #333;
          border: 1px solid #3ab54a; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__input .c-playlistToolPop__content__input__box.error {
          color: #333;
          background: #ffecec;
          border: 1px solid #ff4949; }
      .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__input .c-playlistToolPop__content__input__box:focus {
        outline: 0;
        border-color: #167ac6;
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); }
    .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type {
      width: 100%;
      margin-top: 14px; }
      .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type:before, .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type:after {
        content: "";
        display: table; }
      .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type:after {
        clear: both; }
      .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__select {
        vertical-align: middle;
        display: inline-block;
        float: left;
        border-radius: 2px;
        height: 30px;
        color: #333;
        cursor: pointer;
        position: relative; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__select.selected {
          background-color: rgba(68, 68, 68, 0.4); }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__select:hover {
          background-color: #e6e6e6;
          border-radius: 2px; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__select .c-playlistToolPop__content__type__select__box {
          margin-top: 8px;
          line-height: 1.3;
          font-size: 12px;
          font-size: 1.2rem; }
          .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__select .c-playlistToolPop__content__type__select__box:before, .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__select .c-playlistToolPop__content__type__select__box:after {
            content: "";
            display: table; }
          .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__select .c-playlistToolPop__content__type__select__box:after {
            clear: both; }
          .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__select .c-playlistToolPop__content__type__select__box .c-playlistToolPop__content__type__select__box__text {
            color: #333;
            font-size: 12px;
            font-size: 1.2rem;
            display: block;
            float: left; }
            .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__select .c-playlistToolPop__content__type__select__box .c-playlistToolPop__content__type__select__box__text.selected {
              background-color: rgba(68, 68, 68, 0.4); }
            .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__select .c-playlistToolPop__content__type__select__box .c-playlistToolPop__content__type__select__box__text:before {
              margin-left: 9px;
              margin-top: -4px;
              margin-right: 6px;
              z-index: 1;
              background-image: url(../../images/v6/sprite_dashboard_v6.png);
              background-repeat: no-repeat;
              background-size: 376px 150px;
              background-position: -116px -70px;
              content: " ";
              display: inline-block;
              width: 14px;
              height: 13px;
              vertical-align: middle; }
            .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__select .c-playlistToolPop__content__type__select__box .c-playlistToolPop__content__type__select__box__text:after {
              top: 50%;
              right: 30px;
              margin-left: 10px;
              margin-top: -3px;
              z-index: 1;
              background-image: url(../../images/v6/sprite_dashboard_v6.png);
              background-repeat: no-repeat;
              background-size: 376px 150px;
              background-position: -73px -10px;
              content: " ";
              display: inline-block;
              width: 9px;
              height: 6px;
              vertical-align: middle;
              padding-right: 5px; }
            .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__select .c-playlistToolPop__content__type__select__box .c-playlistToolPop__content__type__select__box__text.private:before {
              background-image: url(../../images/v6/sprite_dashboard_v6.png);
              background-repeat: no-repeat;
              background-size: 376px 150px;
              background-position: -135px -70px;
              content: " ";
              display: inline-block;
              width: 14px;
              height: 13px;
              vertical-align: middle; }
          .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__select .c-playlistToolPop__content__type__select__box .c-playlistToolPop__content__type__select__box__icon {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -163px -81px;
            content: " ";
            display: inline-block;
            width: 11px;
            height: 7px;
            vertical-align: middle;
            float: left;
            margin-top: 6px;
            margin-left: 10px; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__select .c-playlistToolPop__content__type__select__downBox {
          display: none;
          cursor: auto;
          position: absolute;
          top: 30px;
          z-index: 2;
          width: 89px;
          padding: 6px 0px;
          background: #fdfdfd;
          border: 1px solid #eaeaea;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          border-radius: 2px; }
          .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__select .c-playlistToolPop__content__type__select__downBox .c-playlistToolPop__content__type__select__downBox__release {
            font-size: 12px;
            font-size: 1.2rem;
            color: #7f7f7f;
            padding-left: 6px;
            height: 24px;
            line-height: 2;
            cursor: pointer;
            font-weight: normal; }
            .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__select .c-playlistToolPop__content__type__select__downBox .c-playlistToolPop__content__type__select__downBox__release:hover {
              background-color: #4a90e2;
              color: #fff; }
      .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__selectmenu {
        display: none;
        width: 193px;
        padding-top: 10px;
        position: absolute;
        top: 60px;
        right: 195px;
        z-index: 9999;
        background: #333;
        box-shadow: 5px 5px 8px rgba(17, 17, 17, 0.4); }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__selectmenu.fluid {
          top: 48px; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__selectmenu .c-playlistToolPop__content__type__selectmenu__live a {
          display: block;
          color: #ffc511;
          padding: 15px 0; }
          .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__selectmenu .c-playlistToolPop__content__type__selectmenu__live a:before {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -217px -101px;
            content: " ";
            display: inline-block;
            width: 23px;
            height: 19px;
            vertical-align: middle;
            margin-left: 23px;
            margin-right: 20px; }
          .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__selectmenu .c-playlistToolPop__content__type__selectmenu__live a:hover {
            background: #444; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__selectmenu .c-playlistToolPop__content__type__selectmenu__upload a {
          display: block;
          color: #ffc511;
          padding: 15px 0; }
          .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__selectmenu .c-playlistToolPop__content__type__selectmenu__upload a:before {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -129px -99px;
            content: " ";
            display: inline-block;
            width: 18px;
            height: 21px;
            vertical-align: middle;
            margin-left: 23px;
            margin-right: 20px; }
          .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__selectmenu .c-playlistToolPop__content__type__selectmenu__upload a:hover {
            background: #444; }
      .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__buttonC {
        width: 80px;
        height: 30px;
        font-size: 12px;
        font-size: 1.2rem;
        text-align: center;
        font-weight: normal;
        color: #fff;
        float: right;
        line-height: 2.6;
        background: #a0a0a0;
        margin-right: 8px;
        vertical-align: middle;
        border-radius: 2px;
        box-shadow: 0px 1px 0px #878787;
        cursor: pointer; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__buttonC:hover {
          opacity: 0.85;
          filter: alpha(opacity=85); }
      .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__buttonS {
        width: 80px;
        height: 30px;
        float: right;
        font-size: 12px;
        font-size: 1.2rem;
        text-align: center;
        font-weight: normal;
        color: #fff;
        line-height: 2.6;
        background: #ff2d55;
        vertical-align: middle;
        border-radius: 2px;
        box-shadow: 0px 1px 0px #d9420f;
        cursor: pointer; }
        .c-playlistToolPop .c-playlistToolPop__content .c-playlistToolPop__content__type .c-playlistToolPop__content__type__buttonS:hover {
          opacity: 0.85;
          filter: alpha(opacity=85); }

.c-modal .c-modal__content.warning {
  height: 240px; }

.c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__msg {
  padding-left: 24px;
  padding-right: 24px; }
  .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__msg .c-modal__content__box__list__msg__text {
    font-size: 12px;
    font-size: 1.2rem; }
    .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__msg .c-modal__content__box__list__msg__text a {
      color: #FB7642; }

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #FB7642;
  background-color: #fff; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #FB7642;
  background-color: #fff; }

.select2-selection__rendered .select2-selection__rendered__box {
  height: 30px;
  position: relative; }
  .select2-selection__rendered .select2-selection__rendered__box .select2-selection__rendered__inner_box {
    display: inline-block;
    height: 30px;
    position: absolute; }
    .select2-selection__rendered .select2-selection__rendered__box .select2-selection__rendered__inner_box .select2-selection__rendered__inner_box__title {
      max-width: 230px;
      display: inline-block;
      position: relative; }
    .select2-selection__rendered .select2-selection__rendered__box .select2-selection__rendered__inner_box .select2-selection__rendered__inner_box__monetize_status {
      margin-left: 8px;
      position: relative;
      vertical-align: middle;
      top: 10%;
      -webkit-transform: translateY(-10%);
      transform: translateY(-10%); }
      .select2-selection__rendered .select2-selection__rendered__box .select2-selection__rendered__inner_box .select2-selection__rendered__inner_box__monetize_status.info {
        background-image: url(../../images/v6/sprite_dashboard_v6.1.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 408px 150px;
        background-position: -266px -56px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle; }
      .select2-selection__rendered .select2-selection__rendered__box .select2-selection__rendered__inner_box .select2-selection__rendered__inner_box__monetize_status.ng {
        background-image: url(../../images/v6/sprite_dashboard_v6.1.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 408px 150px;
        background-position: -283px -56px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle; }
    .select2-selection__rendered .select2-selection__rendered__box .select2-selection__rendered__inner_box:after {
      content: "";
      display: block;
      clear: both; }

#select2-js-m_game_id-container.select2-selection__rendered.error,
#select2-js-game_id-container.select2-selection__rendered.error {
  height: 30px;
  border-radius: 4px;
  border: 1px solid #ff4949;
  color: #333;
  background: #ffecec; }

.select2-results__option .select2-results__option__box {
  height: 42px;
  position: relative; }
  .select2-results__option .select2-results__option__box .select2-results__option__box_game_list_img {
    display: inline-block;
    height: 42px; }
  .select2-results__option .select2-results__option__box .select2-results__option__box_game_list__inner_box {
    display: inline-block;
    margin-left: 8px;
    height: 42px;
    position: absolute; }
  .select2-results__option .select2-results__option__box .select2-results__option__box_game_list__inner_box__title {
    display: inline-block;
    position: relative;
    height: 11px;
    font-family: HiraginoSans-W6;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333; }
  .select2-results__option .select2-results__option__box .select2-results__option__box_game_list__inner_box__monetize_status {
    margin-top: 0px;
    margin-left: 8px;
    position: relative;
    vertical-align: middle; }
    .select2-results__option .select2-results__option__box .select2-results__option__box_game_list__inner_box__monetize_status.info {
      background-image: url(../../images/v6/sprite_dashboard_v6.1.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 408px 150px;
      background-position: -266px -56px;
      content: " ";
      display: inline-block;
      width: 15px;
      height: 15px;
      vertical-align: middle; }
    .select2-results__option .select2-results__option__box .select2-results__option__box_game_list__inner_box__monetize_status.ng {
      background-image: url(../../images/v6/sprite_dashboard_v6.1.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 408px 150px;
      background-position: -283px -56px;
      content: " ";
      display: inline-block;
      width: 15px;
      height: 15px;
      vertical-align: middle; }
  .select2-results__option .select2-results__option__box .select2-results__option__box_game_list__inner_box__platform {
    margin-top: 8px;
    height: 12px;
    font-family: HiraginoSans-W3;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #585858; }
  .select2-results__option .select2-results__option__box:after {
    content: "";
    display: block;
    clear: both; }

.select2_game_link_box {
  margin-top: -17px;
  padding: 12px;
  border-radius: 4px;
  border: solid 1px #dddddd; }

.p-castSetting__wrapper {
  background: #fff;
  border-radius: 4px; }
  .p-castSetting__wrapper h2 {
    font-weight: bold;
    color: #313131;
    padding: 16px 20px 16px;
    font-size: 14px !important;
    border-bottom: 1px solid #e2e2e2; }
  .p-castSetting__wrapper .p-castSetting__box {
    width: calc(100% - 48px);
    padding: 24px; }
    .p-castSetting__wrapper .p-castSetting__box h3 {
      margin-bottom: 8px; }
    .p-castSetting__wrapper .p-castSetting__box h4 {
      margin-bottom: 8px; }
    .p-castSetting__wrapper .p-castSetting__box .p-castSetting__inputText {
      margin-bottom: 24px;
      background: #f6f6f6;
      border: 1px solid #ccc;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 8px;
      border-radius: 4px;
      height: 36px; }
      .p-castSetting__wrapper .p-castSetting__box .p-castSetting__inputText:before, .p-castSetting__wrapper .p-castSetting__box .p-castSetting__inputText:after {
        content: "";
        display: table; }
      .p-castSetting__wrapper .p-castSetting__box .p-castSetting__inputText:after {
        clear: both; }
      .p-castSetting__wrapper .p-castSetting__box .p-castSetting__inputText input[type="text"] {
        padding: 0;
        background: none;
        border: none;
        padding-left: 16px;
        font-size: 12px;
        height: 100%;
        width: calc(100% - 72px); }
        .p-castSetting__wrapper .p-castSetting__box .p-castSetting__inputText input[type="text"]::-webkit-input-placeholder {
          color: rgba(22, 20, 34, 0.4); }
        .p-castSetting__wrapper .p-castSetting__box .p-castSetting__inputText input[type="text"]:-ms-input-placeholder {
          color: rgba(22, 20, 34, 0.4); }
        .p-castSetting__wrapper .p-castSetting__box .p-castSetting__inputText input[type="text"]::placeholder {
          color: rgba(22, 20, 34, 0.4); }
          .p-castSetting__wrapper .p-castSetting__box .p-castSetting__inputText input[type="text"]::-webkit-input-placeholder::focus {
            color: transparent; }
          .p-castSetting__wrapper .p-castSetting__box .p-castSetting__inputText input[type="text"]:-ms-input-placeholder::focus {
            color: transparent; }
          .p-castSetting__wrapper .p-castSetting__box .p-castSetting__inputText input[type="text"]::placeholder::focus {
            color: transparent; }
      .p-castSetting__wrapper .p-castSetting__box .p-castSetting__inputText .p-castSetting__inputTextBtn {
        display: block;
        float: right;
        width: 54px;
        text-align: center;
        line-height: 34px;
        color: white;
        font-weight: bold;
        background: #3ab54a;
        border: 1px solid #3ab54a;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0 4px 4px 0;
        cursor: pointer;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0 -2px #30953c; }
    .p-castSetting__wrapper .p-castSetting__box .p-castSetting__userSuggested__box {
      position: relative;
      width: 100%;
      height: 0;
      z-index: 1; }
      .p-castSetting__wrapper .p-castSetting__box .p-castSetting__userSuggested__box .p-castSetting__userSuggested {
        position: absolute;
        background: #fff;
        box-shadow: 1px;
        width: 100%;
        top: -12px;
        left: 0;
        overflow: auto;
        max-height: 400px;
        border-radius: 8px;
        border: 1px solid #ddd; }
        .p-castSetting__wrapper .p-castSetting__box .p-castSetting__userSuggested__box .p-castSetting__userSuggested li {
          display: table;
          float: none;
          display: table;
          height: 48px;
          padding: 16px;
          padding-right: 0;
          width: calc(100% - 16px);
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
          cursor: pointer; }
          .p-castSetting__wrapper .p-castSetting__box .p-castSetting__userSuggested__box .p-castSetting__userSuggested li:hover {
            opacity: 0.88; }
          .p-castSetting__wrapper .p-castSetting__box .p-castSetting__userSuggested__box .p-castSetting__userSuggested li:nth-child(even) {
            background: #fafafa; }
    .p-castSetting__wrapper .p-castSetting__box .p-castSetting__box__subjectDesc {
      margin-bottom: 32px; }
    .p-castSetting__wrapper .p-castSetting__box .p-addCastMessage__afterCreateMovie {
      margin-top: 8px; }
    .p-castSetting__wrapper .p-castSetting__box .p-castSettting__count {
      border-bottom: 1px solid #e2e2e2;
      margin-bottom: 8px; }
      .p-castSetting__wrapper .p-castSetting__box .p-castSettting__count:before, .p-castSetting__wrapper .p-castSetting__box .p-castSettting__count:after {
        content: "";
        display: table; }
      .p-castSetting__wrapper .p-castSetting__box .p-castSettting__count:after {
        clear: both; }
      .p-castSetting__wrapper .p-castSetting__box .p-castSettting__count &gt; div {
        float: right;
        margin-bottom: 8px; }
    .p-castSetting__wrapper .p-castSetting__box .p-castSetting__error {
      margin-top: 10px; }
    .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list {
      margin-bottom: 32px; }
      .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item {
        width: 100%; }
        .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item:before, .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item:after {
          content: "";
          display: table; }
        .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item:after {
          clear: both; }
        .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item:nth-child(odd) {
          background: #fafafa; }
        .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item &gt; div {
          float: left;
          padding: 12px 12px; }
          .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item &gt; div a {
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            cursor: pointer; }
            .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item &gt; div a:hover {
              opacity: 0.88; }
          .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item &gt; div:nth-child(1) {
            line-height: 48px;
            width: 20px;
            text-align: center;
            padding-right: 0;
            padding-left: 14px; }
        .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item .p-castSetting__user {
          height: 48px;
          display: table; }
          .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item .p-castSetting__user .p-castSetting__userIcon {
            display: table-cell;
            vertical-align: middle;
            height: 48px;
            padding-right: 40px; }
            .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item .p-castSetting__user .p-castSetting__userIcon img {
              width: 48px;
              height: 48px;
              border-radius: 50%;
              margin-right: 0; }
            .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item .p-castSetting__user .p-castSetting__userIcon .p-castSetting__userIcon__relative__dott {
              position: absolute;
              top: 1px;
              left: 5px;
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -9px -159px;
              content: " ";
              display: inline-block;
              width: 10px;
              height: 11px;
              vertical-align: middle; }
        .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item .p-castSetting__changeOrder {
          float: right;
          padding-left: 0;
          padding-right: 12px;
          width: 12px;
          height: 40px;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
          cursor: pointer;
          cursor: -webkit-grab;
          cursor: grab; }
          .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item .p-castSetting__changeOrder:hover {
            opacity: 0.88; }
          .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item .p-castSetting__changeOrder:active {
            cursor: -webkit-grabbing;
            cursor: grabbing; }
          .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item .p-castSetting__changeOrder &gt; span {
            display: block;
            width: 100%;
            height: 1px;
            background: #666; }
            .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item .p-castSetting__changeOrder &gt; span:nth-child(1) {
              -webkit-transform: translateY(18px);
              transform: translateY(18px); }
            .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item .p-castSetting__changeOrder &gt; span:nth-child(2) {
              -webkit-transform: translateY(20px);
              transform: translateY(20px); }
            .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item .p-castSetting__changeOrder &gt; span:nth-child(3) {
              -webkit-transform: translateY(22px);
              transform: translateY(22px); }
        .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item .p-castSetting__delete {
          float: right;
          margin-top: 15px; }
          .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item .p-castSetting__delete .p-castSetting__deleteBtn {
            padding: 4px 24px;
            background-color: #ebebeb;
            border: solid 1px #dddddd;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            cursor: pointer; }
            .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item .p-castSetting__delete .p-castSetting__deleteBtn:hover {
              opacity: 0.88; }
            .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .p-castSetting__item .p-castSetting__delete .p-castSetting__deleteBtn.selected {
              background: #ff2d55;
              color: white;
              border-color: #ff2d55; }
      .p-castSetting__wrapper .p-castSetting__box .p-castSetting__list .ui-sortable-placeholder {
        width: 100%;
        max-width: auto;
        background: #eee; }
    .p-castSetting__wrapper .p-castSetting__box .p-dashboard__content__frame__list {
      border-top: 1px solid #e2e2e2;
      height: 53px;
      padding-top: 15px; }
      .p-castSetting__wrapper .p-castSetting__box .p-dashboard__content__frame__list .p-dashboard__content__frame__list__castYell {
        margin-top: 12px;
        padding-top: 0;
        float: none; }
        .p-castSetting__wrapper .p-castSetting__box .p-dashboard__content__frame__list .p-dashboard__content__frame__list__castYell .p-dashboard__content__frame__list__castYell__label.off {
          opacity: 0.3; }
        .p-castSetting__wrapper .p-castSetting__box .p-dashboard__content__frame__list .p-dashboard__content__frame__list__castYell .p-dashboard__content__frame__list__castYell__label.disabled {
          opacity: 1.0; }
        .p-castSetting__wrapper .p-castSetting__box .p-dashboard__content__frame__list .p-dashboard__content__frame__list__castYell .p-dashboard__content__frame__list__castYell__label.inline {
          margin-right: 20px; }
  .p-castSetting__wrapper .p-sortable__container {
    margin-bottom: 0;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none; }
    .p-castSetting__wrapper .p-sortable__container::-webkit-scrollbar {
      width: 0; }
    .p-castSetting__wrapper .p-sortable__container::-webkit-scrollbar-track {
      background: none; }

.c-frame .p-castSetting__userIcon {
  height: 48px;
  width: 48px;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 40px;
  position: relative; }
  .c-frame .p-castSetting__userIcon img {
    width: 48px !important;
    height: 48px;
    border-radius: 50%;
    margin-right: 0; }
  .c-frame .p-castSetting__userIcon.u-premium:after, .c-frame .p-castSetting__userIcon.u-official:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    background-image: url(../../images/premium.svg);
    background-size: 1.4rem 1.4rem;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    height: 1.4rem;
    width: 1.4rem; }
  .c-frame .p-castSetting__userIcon.u-official:after {
    background-image: url(../../images/official.svg); }

.p-castSetting__userInfo {
  height: 48px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
  width: 200px;
  min-width: 200px;
  overflow: hidden;
  height: 48px; }
  .p-castSetting__userInfo .p-castSetting__userName {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: bold;
    position: relative; }
    .p-castSetting__userInfo .p-castSetting__userName .u-official {
      margin-left: 4px; }
    .p-castSetting__userInfo .p-castSetting__userName span {
      display: -webkit-box !important;
      display: -moz-box !important;
      word-wrap: break-word;
      word-break: break-all;
      max-width: 100%;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.4; }
      .p-castSetting__userInfo .p-castSetting__userName span.u-premium:after, .p-castSetting__userInfo .p-castSetting__userName span.u-official:after {
        margin-left: 4px;
        position: absolute;
        bottom: 2px;
        content: " ";
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        background-image: url(../../images/premium.svg);
        background-size: 1.4rem 1.4rem;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        height: 1.4rem;
        width: 1.4rem; }
      .p-castSetting__userInfo .p-castSetting__userName span.u-official:after {
        background-image: url(../../images/official.svg); }
  .p-castSetting__userInfo .p-castSetting__userKey span {
    display: -webkit-box !important;
    display: -moz-box !important;
    word-wrap: break-word;
    word-break: break-all;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4; }
    .p-castSetting__userInfo .p-castSetting__userKey span:before {
      content: '@'; }

.p-castSetting__userIntroduction {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%; }
  .p-castSetting__userIntroduction span {
    display: -webkit-box !important;
    display: -moz-box !important;
    word-wrap: break-word;
    word-break: break-all;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4; }

.p-dashboard__content__frame__list__upload__list__uploadOpenDate__date {
  height: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: lighter;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  padding: 6px 8px;
  width: 143px;
  border-radius: 2px; }
  .p-dashboard__content__frame__list__upload__list__uploadOpenDate__date::-webkit-input-placeholder {
    color: #a9a9a9; }
  .p-dashboard__content__frame__list__upload__list__uploadOpenDate__date:-moz-placeholder {
    color: #a9a9a9;
    opacity: 1; }
  .p-dashboard__content__frame__list__upload__list__uploadOpenDate__date::-moz-placeholder {
    color: #a9a9a9;
    opacity: 1; }
  .p-dashboard__content__frame__list__upload__list__uploadOpenDate__date:-ms-input-placeholder {
    color: #a9a9a9; }

.p-dashboard__content__subtitle {
  color: #333;
  font-weight: bold;
  line-height: 1.2; }

.p-dashboard__content__frame__list__public__type,
.p-dashboard__content__frame__list__push_notification {
  margin-bottom: 12px; }
  .p-dashboard__content__frame__list__public__type .p-dashboard__content__frame__list__public__type__label.off,
  .p-dashboard__content__frame__list__public__type .p-dashboard__content__frame__list__push_notification__label.off,
  .p-dashboard__content__frame__list__push_notification .p-dashboard__content__frame__list__public__type__label.off,
  .p-dashboard__content__frame__list__push_notification .p-dashboard__content__frame__list__push_notification__label.off {
    opacity: 0.3; }
  .p-dashboard__content__frame__list__public__type .p-dashboard__content__frame__list__public__type__label.disabled,
  .p-dashboard__content__frame__list__public__type .p-dashboard__content__frame__list__push_notification__label.disabled,
  .p-dashboard__content__frame__list__push_notification .p-dashboard__content__frame__list__public__type__label.disabled,
  .p-dashboard__content__frame__list__push_notification .p-dashboard__content__frame__list__push_notification__label.disabled {
    opacity: 1.0; }
  .p-dashboard__content__frame__list__public__type .p-dashboard__content__frame__list__public__type__label.inline,
  .p-dashboard__content__frame__list__public__type .p-dashboard__content__frame__list__push_notification__label.inline,
  .p-dashboard__content__frame__list__push_notification .p-dashboard__content__frame__list__public__type__label.inline,
  .p-dashboard__content__frame__list__push_notification .p-dashboard__content__frame__list__push_notification__label.inline {
    margin-right: 20px; }

.p-dashboard__content__frame__list__is_viewers_hidden {
  border-top: 1px solid #e2e2e2;
  margin-top: 12px; }
  .p-dashboard__content__frame__list__is_viewers_hidden .c-frame__content__list__is_viewers_hidden_text {
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: 1.2rem !important;
    line-height: 1.6 !important; }
  .p-dashboard__content__frame__list__is_viewers_hidden.no-border {
    border-top: none; }

.p-dashboard__content__frame__list__publicType.p-views__open__option {
  margin-top: 1.6rem; }

.p-dashboard__content__frame__list__publicType .p-dashboard__content__frame__list__publicType__checkbox__wrapper {
  border-bottom: 0.1rem solid #e2e2e2; }
  .p-dashboard__content__frame__list__publicType .p-dashboard__content__frame__list__publicType__checkbox__wrapper .p-dashboard__content__frame__list__publicType__checkbox__title {
    color: #222;
    margin: 1.2rem 0; }

.p-dashboard__content__frame__list__publicType section.c-frame__content__frame__list__option_section {
  margin-top: 1.6rem; }

.p-dashboard__content__frame__list__publicType section .c-frame__content__frame__list__section__title {
  font-weight: bold;
  font-size: 1.2rem !important;
  margin-bottom: 0.8rem;
  display: inline-block; }

.p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__ppv__section,
.p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__ppv__ticket__section {
  width: calc(100% - 1.6rem);
  margin: 1.6rem; }

.p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__ppv__section.bordered {
  border-bottom: 0.1rem solid #e2e2e2; }

.p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__ppv__section .p-dashboard__content__ppv__form {
  width: 100%;
  height: 2.4rem;
  border: 0.1rem solid #dddddd;
  color: rgba(22, 19, 35, 0.66);
  border-radius: 0.2rem; }
  .p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__ppv__section .p-dashboard__content__ppv__form.error {
    border: 0.1rem solid #ff4949;
    background: #ffecec; }

.p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__ppv__ticket__section {
  margin-top: 1.2rem; }

.p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__checkbox,
.p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__radio {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.2rem; }
  .p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__checkbox label,
  .p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__radio label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__checkbox label.error input,
    .p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__radio label.error input {
      display: none; }
    .p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__checkbox label.error:before,
    .p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__radio label.error:before {
      content: "";
      width: 1.1rem;
      height: 1.1rem;
      margin-right: 0.4rem;
      border: 0.1rem solid #ff4949;
      background: #ffecec;
      border-radius: 0.2rem; }
  .p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__checkbox input,
  .p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__radio input {
    margin-right: 0.4rem; }

.p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__box input {
  width: 80px;
  height: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: lighter;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  color: #333;
  padding: 2px 8px;
  margin-right: 8px; }

.p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__box .c-modal__content__public__setting__content__trial_endtime__duration {
  margin: 4px 0; }
  .p-dashboard__content__frame__list__publicType .c-frame__content__frame__list__box .c-modal__content__public__setting__content__trial_endtime__duration input {
    width: 80px;
    height: 20px;
    font-weight: lighter;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    color: #333;
    padding: 2px 8px;
    margin-right: 8px; }

.c-frame__content__frame__list__radio label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-frame__content__frame__list__radio:last-child {
  margin-bottom: 1.6rem; }

.p-dashboard__content__frame__list__msg {
  font-size: 10px;
  font-size: 1rem;
  color: #3ab54a;
  margin-left: 10px; }

.p-dashboard__content__frame__list__msg,
.c-frameTwo__left__content__item__title__error {
  font-size: 10px;
  font-size: 1rem;
  color: #3ab54a;
  margin-left: 10px; }
  .p-dashboard__content__frame__list__msg.error,
  .c-frameTwo__left__content__item__title__error.error {
    color: #ff4949; }
  .p-dashboard__content__frame__list__msg .c-frame__content__frame__list__public__type__error__msg,
  .p-dashboard__content__frame__list__msg .c-frame__content__frame__ppv__ticket__error__msg,
  .c-frameTwo__left__content__item__title__error .c-frame__content__frame__list__public__type__error__msg,
  .c-frameTwo__left__content__item__title__error .c-frame__content__frame__ppv__ticket__error__msg {
    margin: 1.2rem 0;
    color: #ff4949; }
  .p-dashboard__content__frame__list__msg .c-frame__content__frame__list__ppv__error__msg,
  .c-frameTwo__left__content__item__title__error .c-frame__content__frame__list__ppv__error__msg {
    color: #ff4949; }

.p-dashboard__content__frame__list__archive__publicType {
  margin-top: 1.6rem;
  border-top: 0.1rem solid #e2e2e2; }
  .p-dashboard__content__frame__list__archive__publicType.lineHidden {
    border-top: hidden; }

.c-frame__content__border {
  border-top: 0.1rem solid #e2e2e2; }

.c-errormsg__required {
  color: #ff4949; }

.p-dashboard__content__frame__list__publicSetting {
  margin-left: 2rem; }

.public_setting_button,
.extension_button,
.delete_premiere_movie_button {
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 0.2rem;
  color: #333;
  box-shadow: none;
  text-shadow: none; }
  .public_setting_button.disabled,
  .extension_button.disabled,
  .delete_premiere_movie_button.disabled {
    background: #ececec;
    cursor: default !important;
    color: rgba(22, 20, 34, 0.4); }

.update_premiere_movie_button {
  padding: 0.8rem 1.6rem;
  background: #ffc511;
  border: 1px solid #ddd;
  border-radius: 0.2rem;
  color: #333;
  box-shadow: none;
  text-shadow: none;
  min-width: 220px;
  width: 220px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
  border-radius: 4px;
  padding: 12px 16px;
  cursor: pointer;
  margin-top: 24px; }
  .update_premiere_movie_button:hover:not(.disabled) {
    opacity: 0.8; }

.forcestop_button {
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 0.2rem;
  color: #333;
  box-shadow: none;
  text-shadow: none;
  margin-left: 20px; }
  .forcestop_button.disabled {
    opacity: 0.5;
    cursor: default !important; }
    .forcestop_button.disabled:hover {
      opacity: 0.5 !important; }

.c-frame__title.c-franme__title__public__setting {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.c-thumbnail_editor__message {
  font-size: 12px;
  vertical-align: top;
  margin-left: 8px; }

.c-thumbnail_editor__coarsely {
  padding: 0 20px;
  height: 100px; }
  .c-thumbnail_editor__coarsely &gt; hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: rgba(68, 63, 95, 0.1);
    height: 0; }
  .c-thumbnail_editor__coarsely .c-thumbnail_editor__coarsely__list {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 16px; }
    .c-thumbnail_editor__coarsely .c-thumbnail_editor__coarsely__list &gt; img {
      margin-right: 2px;
      cursor: pointer; }
  .c-thumbnail_editor__coarsely .c-thumbnail_editor__coarsely__button {
    background: #f6f6f6;
    border: 1px solid #ddd;
    color: #333;
    box-shadow: none;
    text-shadow: none;
    font-size: 1.2rem;
    padding: 5px;
    border-radius: 3px; }

.c-modal .c-modal__content.c-modal__content__public__setting {
  font-size: 1.4rem;
  width: 68rem;
  padding-bottom: 0;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%); }
  .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__header {
    padding-top: 4rem;
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    line-height: 1.54;
    font-weight: bold;
    text-align: center;
    color: var(--or_color_text-base_light); }
  .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__description {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0 4rem;
    margin-bottom: 1.2rem; }
  .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content {
    max-height: calc(100vh - 30rem);
    overflow: scroll; }
    .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section {
      padding: 0 4rem;
      margin-bottom: 1.6rem; }
      .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__paragraph {
        margin-top: 1.6rem;
        margin-left: 1.6rem; }
      .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings {
        padding: 1.6rem;
        border-radius: 0.8rem; }
        .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting:not(:first-child) {
          padding-top: 1.6rem;
          margin-top: 1.6rem; }
        .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__setting__alert {
          margin-top: 8px; }
        .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__setting__publicType {
          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; }
          .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__setting__publicType &gt; :not(:first-child) {
            margin-left: 1.2rem; }
        .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__setting__title {
          margin-bottom: 1.6rem; }
        .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__input__wrapper {
          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; }
          .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__input__wrapper.time {
            display: table; }
          .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__input__wrapper:not(:first-child) {
            margin-top: 0.8rem; }
        .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__checkBox,
        .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__radioButton {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__checkBox input,
          .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__radioButton input {
            margin-right: 0.4rem; }
          .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__checkBox.off,
          .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__radioButton.off {
            opacity: 0.3; }
        .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__ppv__event {
          margin-bottom: 1.6rem;
          width: 100%;
          background: transparent;
          border: 0.1rem solid;
          border-radius: 0.4rem;
          padding: 0.6rem 1.2rem; }
        .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__trial_endtime__duration {
          margin: 4px 0; }
          .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__trial_endtime__duration input {
            width: 80px;
            height: 20px;
            font-weight: lighter;
            border: 1px solid #ccc;
            border-radius: 2px;
            background-color: #fff;
            color: #333;
            padding: 2px 8px;
            margin-right: 8px; }
    .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__attention {
      font-size: 1.4rem;
      margin-left: 0.4rem; }
  .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__footer {
    padding: 2rem 7.4rem; }
    .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__footer .c-modal__content__public__setting__footer__alert__wrapper {
      margin-bottom: 2.4rem; }
      .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__footer .c-modal__content__public__setting__footer__alert__wrapper .c-modal__content__public__setting__footer__alert {
        font-size: 1.4rem;
        margin-bottom: 0.8rem; }
    .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__footer .c-modal__content__public__setting__footer__buttons {
      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;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__footer .c-modal__content__public__setting__footer__buttons &gt; button {
        width: 16rem;
        padding: 0 1.6rem;
        height: 4rem;
        font-size: 1.4rem;
        font-weight: bold;
        border-radius: 10rem;
        white-space: nowrap;
        cursor: pointer; }
        .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__footer .c-modal__content__public__setting__footer__buttons &gt; button.c-modal__content__public__setting__footer__cancel__button {
          margin-right: 1.6rem; }
        .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__footer .c-modal__content__public__setting__footer__buttons &gt; button.c-modal__content__public__setting__footer__change__button {
          border: none; }
  .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__validation__error {
    font-size: 1.2rem; }

.c-modal .c-modal__content.c-modal__content__thumbnail_editor {
  font-size: 1.4rem;
  width: 1122px;
  padding-bottom: 0;
  top: 20%;
  left: 30%; }
  .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__close {
    position: absolute;
    background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 427px 240px;
    background-position: -35px -4px;
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    top: 12px;
    right: 12px;
    z-index: 999999;
    cursor: pointer; }
  .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__capture {
    width: 1042px;
    height: 552px;
    margin: 4px 40px 24px;
    text-align: center;
    background-color: #f3f2f8;
    border-radius: 8px; }
    .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__capture .c-modal__content__thumbnail_editor__capture__paginator {
      width: 96px;
      height: 512px;
      float: left; }
      .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__capture .c-modal__content__thumbnail_editor__capture__paginator .c-modal__content__thumbnail_editor__capture__paginator__button {
        width: 4rem;
        height: 4rem;
        border-radius: 100px;
        cursor: pointer;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        top: 46%;
        box-shadow: 0 0 20px 0 #ccc; }
        .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__capture .c-modal__content__thumbnail_editor__capture__paginator .c-modal__content__thumbnail_editor__capture__paginator__button.right {
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-image: url(https://d3hkrzdietfxlk.cloudfront.net/tv/demo/aes/static/svg/commons/caret_right_black.svg);
          background-size: 1.5rem 1.5rem;
          opacity: 1; }
          .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__capture .c-modal__content__thumbnail_editor__capture__paginator .c-modal__content__thumbnail_editor__capture__paginator__button.right.disabled {
            cursor: default;
            opacity: 0.4; }
        .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__capture .c-modal__content__thumbnail_editor__capture__paginator .c-modal__content__thumbnail_editor__capture__paginator__button.left {
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-image: url(https://d3hkrzdietfxlk.cloudfront.net/tv/demo/aes/static/svg/commons/caret_left_black.svg);
          background-size: 1.5rem 1.5rem;
          opacity: 1; }
          .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__capture .c-modal__content__thumbnail_editor__capture__paginator .c-modal__content__thumbnail_editor__capture__paginator__button.left.disabled {
            cursor: default;
            opacity: 0.4; }
    .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__capture .c-modal__content__thumbnail_editor__capture__img {
      margin-top: 24px;
      display: inline-block;
      float: left; }
    .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__capture .c-modal__content__thumbnail_editor__capture__link {
      cursor: pointer;
      color: #2b2745;
      font-size: 12px;
      clear: both; }
      .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__capture .c-modal__content__thumbnail_editor__capture__link .c-modal__content__thumbnail_editor__capture__link__icon {
        vertical-align: -6px;
        opacity: 0.5; }
  .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__list {
    width: 1042px;
    height: 552px;
    margin: 4px 20px 0 20px;
    padding-top: 16px;
    padding-left: 34px;
    text-align: center;
    background-color: #f3f2f8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow-x: hidden;
    overflow-y: auto; }
    .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__list &gt; table &gt; tbody &gt; tr &gt; td {
      padding: 1px 2px;
      border: none; }
    .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__list &gt; img {
      vertical-align: middle; }
    .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__list &gt; map &gt; area {
      cursor: pointer; }
  .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__buttons {
    padding: 16px;
    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;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 0 20px 0 #ccc; }
    .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__buttons &gt; button {
      width: 16rem;
      padding: 0 1.6rem;
      height: 4rem;
      font-size: 1.4rem;
      background-color: #fff;
      border-radius: 10rem;
      white-space: nowrap;
      cursor: pointer;
      margin: 0 7px;
      color: #2b2745;
      border: solid 1px rgba(68, 63, 95, 0.2); }
      .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__buttons &gt; button.c-modal__content__thumbnail_editor__buttons--ok {
        border: none;
        color: #fff;
        background-color: #ff8300; }
        .c-modal .c-modal__content.c-modal__content__thumbnail_editor .c-modal__content__thumbnail_editor__buttons &gt; button.c-modal__content__thumbnail_editor__buttons--ok:disabled {
          color: rgba(22, 20, 34, 0.4);
          background-color: rgba(68, 63, 95, 0.1);
          cursor: default; }

.c-frame__startTime .c-frame__content__list__title {
  font-size: 10px;
  font-size: 1rem;
  color: #3ab54a;
  margin-left: 10px; }

/*
 * エクステンション
 */
.c-frame__extension__list .c-frame__extension__item {
  padding-bottom: 8px;
  margin-top: 8px; }
  .c-frame__extension__list .c-frame__extension__item:not(:last-child) {
    border-bottom: 1px solid #eaeaea; }
  .c-frame__extension__list .c-frame__extension__item .c-extension-disabled {
    opacity: 0.4; }
  .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__header {
    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;
    font-size: 10px;
    margin-bottom: 6px; }
  .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-left: 16px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__img {
      width: 24px !important;
      height: 24px;
      border-radius: 4px;
      margin-right: 8px !important; }
    .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__info .c-frame__extension__item__content__info__top {
      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;
      margin-bottom: 4px; }
      .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__info .c-frame__extension__item__content__info__top .c-frame__extension__item__content__info__top__title {
        font-size: 12px;
        margin-right: 8px; }
      .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__info .c-frame__extension__item__content__info__top .c-frame__extension__item__content__info__top__platform span {
        font-size: 10px;
        padding: 4px; }
        .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__info .c-frame__extension__item__content__info__top .c-frame__extension__item__content__info__top__platform span:not(:last-child) {
          margin-right: 8px; }
    .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__info .c-frame__extension__item__content__info__bottom {
      font-size: 10px; }
      .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__info .c-frame__extension__item__content__info__bottom .c-frame__extension__item__content__info__bottom__version {
        margin-right: 8px; }
    .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__comfirm {
      max-width: 322px;
      font-size: 12px;
      line-height: 16.8px;
      display: table-cell;
      vertical-align: middle; }
      .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__comfirm .c-frame__extension__item__content__comfirm__specifiedMine,
      .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__comfirm .c-frame__extension__item__content__comfirm__specified {
        color: #767194; }
    .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__option {
      margin-left: auto;
      margin-left: 16px;
      cursor: pointer;
      position: relative; }
      .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__option .c-frame__extension__item__content__menu {
        position: absolute;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        top: 20px;
        right: 0;
        background: #fff;
        padding: 8px 0;
        border-radius: 8px;
        z-index: 10; }
        .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__option .c-frame__extension__item__content__menu li {
          font-size: 12px;
          margin-bottom: 4px;
          color: #585858;
          padding: 0 16px 8px; }
          .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__option .c-frame__extension__item__content__menu li:last-child {
            padding-bottom: 0; }
          .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__option .c-frame__extension__item__content__menu li:hover {
            opacity: 0.8; }

/*
 * ==================================
 * reCAPTCHA enterprise
 * ==================================
 */
.grecaptcha-badge {
  visibility: hidden; }

/*
# スペーサー
決まった幅の`margin`, `padding`の指定ができる。
命名規則は下記の通り。

`or-[type][size](_[direction])`

* `type` : 余白の種類。`m`で`margin`、`p`で`padding`。
* `size` : 余白の倍率。`0 ~ 9`で指定できる。かける`4`した値が実際の`px`となる。
* `direction` : 余白の向き。`t`,`r`,`b`,`l`,`v`,`h`でそれぞれ、上、右、下、左、上下、左右を指定できる。また指定しないことで全方向となる。
*/
.or-m1 {
  margin: 4px; }

.or-m1_t {
  margin-top: 4px; }

.or-m1_r {
  margin-right: 4px; }

.or-m1_b {
  margin-bottom: 4px; }

.or-m1_l {
  margin-left: 4px; }

.or-m1_v {
  margin-top: 4px;
  margin-bottom: 4px; }

.or-m1_h {
  margin-left: 4px;
  margin-right: 4px; }

.or-m2 {
  margin: 8px; }

.or-m2_t {
  margin-top: 8px; }

.or-m2_r {
  margin-right: 8px; }

.or-m2_b {
  margin-bottom: 8px; }

.or-m2_l {
  margin-left: 8px; }

.or-m2_v {
  margin-top: 8px;
  margin-bottom: 8px; }

.or-m2_h {
  margin-left: 8px;
  margin-right: 8px; }

.or-m3 {
  margin: 12px; }

.or-m3_t {
  margin-top: 12px; }

.or-m3_r {
  margin-right: 12px; }

.or-m3_b {
  margin-bottom: 12px; }

.or-m3_l {
  margin-left: 12px; }

.or-m3_v {
  margin-top: 12px;
  margin-bottom: 12px; }

.or-m3_h {
  margin-left: 12px;
  margin-right: 12px; }

.or-m4 {
  margin: 16px; }

.or-m4_t {
  margin-top: 16px; }

.or-m4_r {
  margin-right: 16px; }

.or-m4_b {
  margin-bottom: 16px; }

.or-m4_l {
  margin-left: 16px; }

.or-m4_v {
  margin-top: 16px;
  margin-bottom: 16px; }

.or-m4_h {
  margin-left: 16px;
  margin-right: 16px; }

.or-m5 {
  margin: 20px; }

.or-m5_t {
  margin-top: 20px; }

.or-m5_r {
  margin-right: 20px; }

.or-m5_b {
  margin-bottom: 20px; }

.or-m5_l {
  margin-left: 20px; }

.or-m5_v {
  margin-top: 20px;
  margin-bottom: 20px; }

.or-m5_h {
  margin-left: 20px;
  margin-right: 20px; }

.or-m6 {
  margin: 24px; }

.or-m6_t {
  margin-top: 24px; }

.or-m6_r {
  margin-right: 24px; }

.or-m6_b {
  margin-bottom: 24px; }

.or-m6_l {
  margin-left: 24px; }

.or-m6_v {
  margin-top: 24px;
  margin-bottom: 24px; }

.or-m6_h {
  margin-left: 24px;
  margin-right: 24px; }

.or-m7 {
  margin: 28px; }

.or-m7_t {
  margin-top: 28px; }

.or-m7_r {
  margin-right: 28px; }

.or-m7_b {
  margin-bottom: 28px; }

.or-m7_l {
  margin-left: 28px; }

.or-m7_v {
  margin-top: 28px;
  margin-bottom: 28px; }

.or-m7_h {
  margin-left: 28px;
  margin-right: 28px; }

.or-m8 {
  margin: 32px; }

.or-m8_t {
  margin-top: 32px; }

.or-m8_r {
  margin-right: 32px; }

.or-m8_b {
  margin-bottom: 32px; }

.or-m8_l {
  margin-left: 32px; }

.or-m8_v {
  margin-top: 32px;
  margin-bottom: 32px; }

.or-m8_h {
  margin-left: 32px;
  margin-right: 32px; }

.or-m9 {
  margin: 36px; }

.or-m9_t {
  margin-top: 36px; }

.or-m9_r {
  margin-right: 36px; }

.or-m9_b {
  margin-bottom: 36px; }

.or-m9_l {
  margin-left: 36px; }

.or-m9_v {
  margin-top: 36px;
  margin-bottom: 36px; }

.or-m9_h {
  margin-left: 36px;
  margin-right: 36px; }

.or-m0 {
  margin: 0px; }

.or-m0_t {
  margin-top: 0px; }

.or-m0_r {
  margin-right: 0px; }

.or-m0_b {
  margin-bottom: 0px; }

.or-m0_l {
  margin-left: 0px; }

.or-m0_v {
  margin-top: 0px;
  margin-bottom: 0px; }

.or-m0_h {
  margin-left: 0px;
  margin-right: 0px; }

.or-p1 {
  padding: 4px; }

.or-p1_t {
  padding-top: 4px; }

.or-p1_r {
  padding-right: 4px; }

.or-p1_b {
  padding-bottom: 4px; }

.or-p1_l {
  padding-left: 4px; }

.or-p1_v {
  padding-top: 4px;
  padding-bottom: 4px; }

.or-p1_h {
  padding-left: 4px;
  padding-right: 4px; }

.or-p2 {
  padding: 8px; }

.or-p2_t {
  padding-top: 8px; }

.or-p2_r {
  padding-right: 8px; }

.or-p2_b {
  padding-bottom: 8px; }

.or-p2_l {
  padding-left: 8px; }

.or-p2_v {
  padding-top: 8px;
  padding-bottom: 8px; }

.or-p2_h {
  padding-left: 8px;
  padding-right: 8px; }

.or-p3 {
  padding: 12px; }

.or-p3_t {
  padding-top: 12px; }

.or-p3_r {
  padding-right: 12px; }

.or-p3_b {
  padding-bottom: 12px; }

.or-p3_l {
  padding-left: 12px; }

.or-p3_v {
  padding-top: 12px;
  padding-bottom: 12px; }

.or-p3_h {
  padding-left: 12px;
  padding-right: 12px; }

.or-p4 {
  padding: 16px; }

.or-p4_t {
  padding-top: 16px; }

.or-p4_r {
  padding-right: 16px; }

.or-p4_b {
  padding-bottom: 16px; }

.or-p4_l {
  padding-left: 16px; }

.or-p4_v {
  padding-top: 16px;
  padding-bottom: 16px; }

.or-p4_h {
  padding-left: 16px;
  padding-right: 16px; }

.or-p5 {
  padding: 20px; }

.or-p5_t {
  padding-top: 20px; }

.or-p5_r {
  padding-right: 20px; }

.or-p5_b {
  padding-bottom: 20px; }

.or-p5_l {
  padding-left: 20px; }

.or-p5_v {
  padding-top: 20px;
  padding-bottom: 20px; }

.or-p5_h {
  padding-left: 20px;
  padding-right: 20px; }

.or-p6 {
  padding: 24px; }

.or-p6_t {
  padding-top: 24px; }

.or-p6_r {
  padding-right: 24px; }

.or-p6_b {
  padding-bottom: 24px; }

.or-p6_l {
  padding-left: 24px; }

.or-p6_v {
  padding-top: 24px;
  padding-bottom: 24px; }

.or-p6_h {
  padding-left: 24px;
  padding-right: 24px; }

.or-p7 {
  padding: 28px; }

.or-p7_t {
  padding-top: 28px; }

.or-p7_r {
  padding-right: 28px; }

.or-p7_b {
  padding-bottom: 28px; }

.or-p7_l {
  padding-left: 28px; }

.or-p7_v {
  padding-top: 28px;
  padding-bottom: 28px; }

.or-p7_h {
  padding-left: 28px;
  padding-right: 28px; }

.or-p8 {
  padding: 32px; }

.or-p8_t {
  padding-top: 32px; }

.or-p8_r {
  padding-right: 32px; }

.or-p8_b {
  padding-bottom: 32px; }

.or-p8_l {
  padding-left: 32px; }

.or-p8_v {
  padding-top: 32px;
  padding-bottom: 32px; }

.or-p8_h {
  padding-left: 32px;
  padding-right: 32px; }

.or-p9 {
  padding: 36px; }

.or-p9_t {
  padding-top: 36px; }

.or-p9_r {
  padding-right: 36px; }

.or-p9_b {
  padding-bottom: 36px; }

.or-p9_l {
  padding-left: 36px; }

.or-p9_v {
  padding-top: 36px;
  padding-bottom: 36px; }

.or-p9_h {
  padding-left: 36px;
  padding-right: 36px; }

.or-p0 {
  padding: 0px; }

.or-p0_t {
  padding-top: 0px; }

.or-p0_r {
  padding-right: 0px; }

.or-p0_b {
  padding-bottom: 0px; }

.or-p0_l {
  padding-left: 0px; }

.or-p0_v {
  padding-top: 0px;
  padding-bottom: 0px; }

.or-p0_h {
  padding-left: 0px;
  padding-right: 0px; }

/*
@example
&lt;div class="or-section"&gt;
  &lt;div class="or-section__heading"&gt;
  &lt;/div&gt;
  &lt;div class="or-section__inner"&gt;
  &lt;/div&gt;
&lt;/div&gt;
*/
/*
dashboardのセクション
既存のclassありで使用するためのもの、既存のclassを剥がすときに`.or-dashboard-section`に移行する
@example
&lt;div class="or-section or-dashboard-blended-section"&gt;
  &lt;div class="or-section__heading"&gt;
  &lt;/div&gt;
  &lt;div class="or-section__inner"&gt;
  &lt;/div&gt;
&lt;/div&gt;
*/
.or-dashboard-blended-section &gt; .or-section__inner + .or-section__inner {
  position: relative;
  margin-top: 1px; }
  .or-dashboard-blended-section &gt; .or-section__inner + .or-section__inner::before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: 20px;
    left: 20px;
    height: 0;
    border-top: 1px solid #e2e2e2; }

/*
dashboardのセクション
既存のclassなしで使用するために、一旦全てコメントアウトしておく
@example
&lt;div class="or-section or-dashboard-section"&gt;
  &lt;div class="or-section__heading"&gt;
  &lt;/div&gt;
  &lt;div class="or-section__inner"&gt;
  &lt;/div&gt;
&lt;/div&gt;
*/
/*
.or-dashboard-section {
  padding: 0 0 8px 0;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: #ffffff;

  &gt; .or-section__heading {
    padding: 16px 24px;
    font-size: 14px;
    font-weight: bold;
    color: #313131;
    border-bottom: 1px solid #e2e2e2;
  }

  &gt; .or-section__inner {
    padding: 16px 24px;

    + .or-section__inner {
      position: relative;
      margin-top: 1px;

      &amp;::before {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        right: 24px;
        left: 24px;
        height: 0;
        border-top: 1px solid #e2e2e2;
      }
    }
  }
}
*/
/*
@example
&lt;div class="or-message"&gt;
  &lt;p class="or-message__paragraph"&gt;メッセージ&lt;/p&gt;
  &lt;p class="or-message__paragraph"&gt;メッセージ&lt;/p&gt;
&lt;/div&gt;
*/
/*
@example
&lt;div class="or-message or-dashboard-message"&gt;
  &lt;p class="or-message__paragraph"&gt;メッセージ&lt;/p&gt;
  &lt;p class="or-message__paragraph"&gt;メッセージ&lt;/p&gt;
&lt;/div&gt;
*/
.or-dashboard-message {
  font-size: 12px;
  line-height: 1.4;
  color: #555555; }

/*
@expamle
&lt;a class="or-link"&gt;リンク&lt;/a&gt;
*/
.or-link {
  display: inline-block; }

/*
@expamle
&lt;a class="or-link or-dashboard-link"&gt;リンク&lt;/a&gt;
*/
.or-dashboard-link {
  font-size: 12px;
  line-height: 1.4;
  color: #32aff6 !important;
  border-bottom: 1px solid #32aff6; }
  .or-dashboard-link::before {
    content: '&gt;';
    display: inline-block;
    margin-right: 4px; }

.p-dashboard .p-dashboard__sidemenu {
  width: 258px;
  padding-top: 8px;
  text-align: left;
  z-index: 10; }
  .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item {
    cursor: pointer;
    position: relative; }
    .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__dashboardTop,
    .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__movieAdmin,
    .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__movieDeleted,
    .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__capture,
    .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__setupAdmin,
    .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__playlistAdmin,
    .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__liveDelivery,
    .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__analytics,
    .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__yellEffect,
    .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__subscription,
    .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__ppv,
    .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__help,
    .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__extension {
      font-size: 1.4rem;
      line-height: 1.6rem;
      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;
      padding: 16px 0 16px 24px; }
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__dashboardTop svg,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__movieAdmin svg,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__movieDeleted svg,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__capture svg,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__setupAdmin svg,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__playlistAdmin svg,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__liveDelivery svg,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__analytics svg,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__yellEffect svg,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__subscription svg,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__ppv svg,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__help svg,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__extension svg {
        margin-right: 16px;
        fill: #2b2745; }
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__dashboardTop.selected,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__movieAdmin.selected,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__movieDeleted.selected,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__capture.selected,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__setupAdmin.selected,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__playlistAdmin.selected,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__liveDelivery.selected,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__analytics.selected,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__yellEffect.selected,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__subscription.selected,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__ppv.selected,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__help.selected,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__extension.selected {
        color: #2b2745; }
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__dashboardTop:hover,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__movieAdmin:hover,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__movieDeleted:hover,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__capture:hover,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__setupAdmin:hover,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__playlistAdmin:hover,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__liveDelivery:hover,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__analytics:hover,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__yellEffect:hover,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__subscription:hover,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__ppv:hover,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__help:hover,
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item .p-dashboard__sidemenu__list__item__extension:hover {
        color: inherit; }
  .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .c-global__menuList__tag {
    display: inline-block;
    background: #ff4c11;
    border-radius: 10px;
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5em;
    position: absolute;
    top: 14px;
    right: 25px;
    color: #fff; }
  .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__submenu {
    background: #222; }
    .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__submenu .p-dashboard__sidemenu__list__submenu__list {
      display: none; }
      .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__submenu .p-dashboard__sidemenu__list__submenu__list .p-dashboard__sidemenu__list__submenu__list__item {
        padding: 0; }
        .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__submenu .p-dashboard__sidemenu__list__submenu__list .p-dashboard__sidemenu__list__submenu__list__item a {
          font-size: 12px !important;
          font-size: 1.2rem !important;
          line-height: 1.2;
          padding: 20px 0 20px 70px;
          display: block; }
        .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__submenu .p-dashboard__sidemenu__list__submenu__list .p-dashboard__sidemenu__list__submenu__list__item.selected {
          background: #ff2d55; }

.p-header {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 9999; }
  .p-header .p-header__content {
    width: 1110px;
    margin: 0 auto;
    position: relative; }
    .p-header .p-header__content h1 {
      position: absolute;
      top: 21px;
      left: 0;
      z-index: 1;
      display: block;
      width: 143px;
      height: 20px; }
      .p-header .p-header__content h1 a img {
        width: 143px;
        height: 22px; }
    .p-header .p-header__content .p-header__content__box {
      position: absolute;
      top: 12px;
      left: 200px;
      width: 630px;
      border: 1px solid #080909;
      border-radius: 4px;
      background: #080909;
      padding: 2px 0 2px 10px; }
      .p-header .p-header__content .p-header__content__box.afterLogin {
        width: 576px; }
      .p-header .p-header__content .p-header__content__box i {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -298px -3px;
        content: " ";
        display: inline-block;
        width: 18px;
        height: 18px;
        vertical-align: middle;
        padding: 6px 0 0 6px;
        margin: 0 7px 0 -1px; }
      .p-header .p-header__content .p-header__content__box .p-header__content__box__input {
        width: 92%;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
        background: #080909;
        border: 0 !important;
        -webkit-appearance: none;
        outline: none;
        margin: 6px 0 0; }
        .p-header .p-header__content .p-header__content__box .p-header__content__box__input.selected {
          background: #fff; }
    .p-header .p-header__content .p-header__content__signupPc {
      display: block;
      position: absolute;
      top: 0px;
      right: 104px;
      text-align: center;
      cursor: pointer;
      font-size: 16px;
      font-size: 1.6rem;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      padding: 22px 20px; }
      .p-header .p-header__content .p-header__content__signupPc:hover {
        background: #444; }
    .p-header .p-header__content .p-header__content__loginPc {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      text-align: center;
      cursor: pointer;
      font-size: 16px;
      font-size: 1.6rem;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      padding: 22px 20px; }
      .p-header .p-header__content .p-header__content__loginPc:hover {
        background: #444; }
    .p-header .p-header__content .p-header__content__delivery {
      display: block;
      padding: 23px 10px;
      position: absolute;
      top: 0px;
      left: 846px;
      cursor: pointer; }
      .p-header .p-header__content .p-header__content__delivery .p-header__content__delivery__box:before, .p-header .p-header__content .p-header__content__delivery .p-header__content__delivery__box:after {
        content: "";
        display: table; }
      .p-header .p-header__content .p-header__content__delivery .p-header__content__delivery__box:after {
        clear: both; }
      .p-header .p-header__content .p-header__content__delivery .p-header__content__delivery__box .p-header__content__delivery__box__text {
        display: block;
        float: left; }
      .p-header .p-header__content .p-header__content__delivery .p-header__content__delivery__box .p-header__content__delivery__box__icon {
        background-image: url(../../images/v4/sprites_2.png);
        background-repeat: no-repeat;
        background-size: 200px 200px;
        background-position: -185px -194px;
        content: " ";
        display: inline-block;
        width: 10px;
        height: 6px;
        vertical-align: middle;
        float: left;
        margin-top: 4px;
        margin-left: 13px; }
        .p-header .p-header__content .p-header__content__delivery .p-header__content__delivery__box .p-header__content__delivery__box__icon.selected {
          background-image: url(../../images/v4/sprites_2.png);
          background-repeat: no-repeat;
          background-size: 200px 200px;
          background-position: -171px -194px;
          content: " ";
          display: inline-block;
          width: 10px;
          height: 6px;
          vertical-align: middle; }
      .p-header .p-header__content .p-header__content__delivery a {
        font-size: 14px;
        font-size: 1.4rem; }
      .p-header .p-header__content .p-header__content__delivery .p-header__content__delivery__icon {
        background-image: url(../../images/v4/sprites_2.png);
        background-repeat: no-repeat;
        background-size: 200px 200px;
        background-position: -185px -194px;
        content: " ";
        display: inline-block;
        width: 10px;
        height: 6px;
        vertical-align: middle;
        float: left;
        width: 10px;
        margin-top: 14px;
        margin-left: 10px; }
        .p-header .p-header__content .p-header__content__delivery .p-header__content__delivery__icon.selected {
          background-image: url(../../images/v4/sprites_2.png);
          background-repeat: no-repeat;
          background-size: 200px 200px;
          background-position: -171px -194px;
          content: " ";
          display: inline-block;
          width: 10px;
          height: 6px;
          vertical-align: middle; }
    .p-header .p-header__content .p-header__content__pf {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      display: inline-block;
      padding: 15px 12px;
      height: 32px;
      cursor: pointer; }
      .p-header .p-header__content .p-header__content__pf .p-header__content__pf__box:before, .p-header .p-header__content .p-header__content__pf .p-header__content__pf__box:after {
        content: "";
        display: table; }
      .p-header .p-header__content .p-header__content__pf .p-header__content__pf__box:after {
        clear: both; }
      .p-header .p-header__content .p-header__content__pf .p-header__content__pf__box .p-header__content__pf__box__img {
        width: 32px;
        float: left;
        margin-right: 15px; }
        .p-header .p-header__content .p-header__content__pf .p-header__content__pf__box .p-header__content__pf__box__img img {
          width: 32px;
          height: 32px;
          border-radius: 50%; }
      .p-header .p-header__content .p-header__content__pf .p-header__content__pf__box .p-header__content__pf__box__name {
        display: -webkit-box !important;
        display: -moz-box !important;
        word-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 74px;
        line-height: 1.4;
        margin-top: 8px;
        float: left;
        white-space: nowrap; }
      .p-header .p-header__content .p-header__content__pf .p-header__content__pf__box .p-header__content__pf__box__Icon {
        background-image: url(../../images/v4/sprites_2.png);
        background-repeat: no-repeat;
        background-size: 200px 200px;
        background-position: -185px -194px;
        content: " ";
        display: inline-block;
        width: 10px;
        height: 6px;
        vertical-align: middle;
        float: left;
        width: 10px;
        margin-top: 14px;
        margin-left: 10px; }
        .p-header .p-header__content .p-header__content__pf .p-header__content__pf__box .p-header__content__pf__box__Icon.selected {
          background-image: url(../../images/v4/sprites_2.png);
          background-repeat: no-repeat;
          background-size: 200px 200px;
          background-position: -171px -194px;
          content: " ";
          display: inline-block;
          width: 10px;
          height: 6px;
          vertical-align: middle; }
      .p-header .p-header__content .p-header__content__pf .p-header__content__playbt {
        display: block;
        position: absolute;
        top: 2px;
        right: 230px;
        width: 100px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #ffc511;
        border-radius: 2px;
        cursor: pointer; }
        .p-header .p-header__content .p-header__content__pf .p-header__content__playbt a {
          display: block;
          line-height: 30px; }
    .p-header .p-header__content .p-header__content__deliverymenu {
      display: none;
      width: 162px;
      padding-top: 10px;
      position: absolute;
      top: 67px;
      right: 165px;
      z-index: 9999;
      background: #333; }
      .p-header .p-header__content .p-header__content__deliverymenu .p-header__content__deliverymenu__live a {
        display: block;
        padding: 15px 0; }
        .p-header .p-header__content .p-header__content__deliverymenu .p-header__content__deliverymenu__live a:before {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -217px -101px;
          content: " ";
          display: inline-block;
          width: 23px;
          height: 19px;
          vertical-align: middle;
          margin-left: 23px;
          margin-right: 20px; }
        .p-header .p-header__content .p-header__content__deliverymenu .p-header__content__deliverymenu__live a:hover {
          background: #444; }
      .p-header .p-header__content .p-header__content__deliverymenu .p-header__content__deliverymenu__upload a {
        display: block;
        padding: 15px 0; }
        .p-header .p-header__content .p-header__content__deliverymenu .p-header__content__deliverymenu__upload a:before {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -129px -99px;
          content: " ";
          display: inline-block;
          width: 18px;
          height: 21px;
          vertical-align: middle;
          margin-left: 23px;
          margin-right: 20px; }
        .p-header .p-header__content .p-header__content__deliverymenu .p-header__content__deliverymenu__upload a:hover {
          background: #444; }
    .p-header .p-header__content .p-header__content__usermenu {
      display: none;
      width: 200px;
      padding-top: 10px;
      position: absolute;
      top: 67px;
      right: 0;
      z-index: 9999;
      background: #333; }
      .p-header .p-header__content .p-header__content__usermenu .p-header__content__usermenu__mypage a {
        display: block;
        padding: 15px 0; }
        .p-header .p-header__content .p-header__content__usermenu .p-header__content__usermenu__mypage a:before {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -159px -100px;
          content: " ";
          display: inline-block;
          width: 20px;
          height: 20px;
          vertical-align: middle;
          margin-left: 23px;
          margin-right: 20px; }
        .p-header .p-header__content .p-header__content__usermenu .p-header__content__usermenu__mypage a:hover {
          background: #444; }
      .p-header .p-header__content .p-header__content__usermenu .p-header__content__usermenu__setup a {
        display: block;
        padding: 15px 0; }
        .p-header .p-header__content .p-header__content__usermenu .p-header__content__usermenu__setup a:before {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -245px -100px;
          content: " ";
          display: inline-block;
          width: 21px;
          height: 20px;
          vertical-align: middle;
          margin-left: 23px;
          margin-right: 19px; }
        .p-header .p-header__content .p-header__content__usermenu .p-header__content__usermenu__setup a:hover {
          background: #444; }
      .p-header .p-header__content .p-header__content__usermenu .p-header__content__usermenu__logout p {
        display: block;
        padding: 15px 0; }
        .p-header .p-header__content .p-header__content__usermenu .p-header__content__usermenu__logout p:before {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -191px -100px;
          content: " ";
          display: inline-block;
          width: 18px;
          height: 20px;
          vertical-align: middle;
          margin-left: 24px;
          margin-right: 22px; }
        .p-header .p-header__content .p-header__content__usermenu .p-header__content__usermenu__logout p:hover {
          background: #444; }

.p-spotlightBg {
  position: relative;
  margin: 60px 0 30px;
  height: 628px;
  line-height: 0;
  overflow: hidden; }
  .p-spotlightBg .p-spotlightBg__cover {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px); }
  .p-spotlightBg .p-spotlightBg__opacity {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%; }

.p-top {
  position: relative; }
  .p-top .p-top__content-bar {
    background: #333;
    width: 100%; }
  .p-top .p-top__content {
    display: table;
    width: 1110px;
    margin: 30px auto 0; }
    .p-top .p-top__content .p-top__content__left {
      display: table-cell;
      width: 225px;
      padding-right: 40px;
      vertical-align: top; }
    .p-top .p-top__content .p-top__content__right {
      display: table-cell;
      width: 845px;
      vertical-align: top; }

.p-animation__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.p-thumbnail__caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(0, 0, 0, 0); }
  .p-thumbnail__caption .p-thumbnail__view {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 48px; }
    .p-thumbnail__caption .p-thumbnail__view:before {
      content: " ";
      display: inline-block;
      background: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 640px 480px;
      background-position: -596px -10px;
      height: 40px;
      width: 40px;
      margin-right: 8px; }

.p-spotlightWrapper {
  text-align: center;
  position: relative;
  box-shadow: 2px 14px 21px -6px rgba(0, 0, 0, 0.75); }
  .p-spotlightWrapper .p-spotlightWrapperBg {
    background-size: 1600px 680px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 4px 0px 30px 4px rgba(0, 0, 0, 0.4) inset; }
  .p-spotlightWrapper .p-spotlightWrapperInner {
    width: 790px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px; }
    .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain {
      width: 766px;
      min-height: 430px;
      text-align: left;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 16px;
      position: relative; }
      .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem {
        display: block;
        position: absolute;
        z-index: 100;
        min-width: 10px;
        min-height: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease; }
        .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.title {
          top: 16px;
          left: 20px;
          line-height: 1.6;
          font-size: 18px; }
        .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.userIcon {
          top: 56px;
          left: 20px; }
          .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.userIcon img {
            width: 48px;
            height: 48px;
            border-radius: 50%; }
        .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.subName {
          top: 56px;
          left: 80px;
          font-size: 14px;
          line-height: 1.6; }
          .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.subName:before, .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.subName:after {
            content: "";
            display: table; }
          .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.subName:after {
            clear: both; }
        .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.viewCount {
          top: 82px;
          left: 80px;
          font-size: 14px;
          line-height: 18px; }
          .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.viewCount:before {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -270px -66px;
            content: " ";
            display: inline-block;
            width: 18px;
            height: 18px;
            vertical-align: middle;
            content: " ";
            display: inline-block;
            width: 20px;
            height: 16px;
            vertical-align: middle;
            margin-right: 6px; }
        .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.type {
          top: 106px;
          left: 80px;
          line-height: 16px;
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -9px -184px;
          content: " ";
          display: inline-block;
          width: 46px;
          height: 16px;
          vertical-align: middle;
          height: 16px;
          width: 46px; }
          .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.type.comingup {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -9px -204px;
            content: " ";
            display: inline-block;
            width: 46px;
            height: 16px;
            vertical-align: middle;
            height: 16px;
            width: 80px;
            top: 84px; }
          .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.type.offline {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -9px -224px;
            content: " ";
            display: inline-block;
            width: 46px;
            height: 16px;
            vertical-align: middle;
            height: 16px;
            width: 64px;
            top: 84px; }
        .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.img {
          z-index: 1;
          width: 100%;
          height: 100%; }
        .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.player {
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          z-index: 1; }
        .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.boxShadow {
          width: 100%;
          height: 310px;
          top: 0px;
          left: 0px;
          z-index: 2;
          background: url(../../images/v5/spotlight/gradation_shadow_spotlight.png) repeat-x top 0px left 0px;
          opacity: 0.8;
          filter: alpha(opacity=80); }
      .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .isLive .p-spotlightMainItem.viewCount:before {
        background-position: -298px -10px;
        width: 20px; }
      .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a.p-spotlightMainItem:hover,
      .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
    .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer {
      width: 766px;
      height: 87px;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList {
        position: absolute;
        top: 0;
        left: 0;
        width: 2000px;
        margin-left: auto;
        margin-right: auto; }
        .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList:before, .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList:after {
          content: "";
          display: table; }
        .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList:after {
          clear: both; }
        .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem {
          float: left;
          margin-right: 16px;
          width: 140px;
          height: 82px;
          position: relative; }
          .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem .p-spotlightThumbnailListItem__img {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            cursor: pointer;
            border: 1px solid #7f7f7f;
            z-index: 1;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
            .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem .p-spotlightThumbnailListItem__img:hover {
              border-color: #ffc511;
              filter: gray;
              -webkit-filter: none;
              filter: none; }
          .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem .p-spotlightThumbnailListItem__Mask {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            border: 1px solid #000;
            opacity: 0;
            cursor: pointer;
            text-align: center;
            -webkit-transition: all .2s ease;
            transition: all .2s ease; }
            .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem .p-spotlightThumbnailListItem__Mask .p-spotlightThumbnailListItem__Mask__view,
            .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem .p-spotlightThumbnailListItem__Mask .p-spotlightThumbnailListItem__Mask__status {
              font-size: 14px;
              line-height: 18px;
              cursor: pointer;
              margin-left: auto;
              margin-right: auto;
              margin-top: 32px; }
              .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem .p-spotlightThumbnailListItem__Mask .p-spotlightThumbnailListItem__Mask__view:before,
              .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem .p-spotlightThumbnailListItem__Mask .p-spotlightThumbnailListItem__Mask__status:before {
                background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
                background-repeat: no-repeat;
                background-size: 383px 240px;
                background-position: -270px -66px;
                content: " ";
                display: inline-block;
                width: 18px;
                height: 15px;
                vertical-align: middle;
                content: " ";
                display: inline-block;
                width: 18px;
                height: 15px;
                vertical-align: -2px;
                margin-right: 8px; }
              .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem .p-spotlightThumbnailListItem__Mask .p-spotlightThumbnailListItem__Mask__view.show,
              .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem .p-spotlightThumbnailListItem__Mask .p-spotlightThumbnailListItem__Mask__status.show {
                animation: thumbnailViewShow 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
                -webkit-animation: thumbnailViewShow 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
                animation-fill-mode: both;
                -webkit-animation-fill-mode: both; }
            .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem .p-spotlightThumbnailListItem__Mask .p-spotlightThumbnailListItem__Mask__status.comingup:before {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -9px -204px;
              content: " ";
              display: inline-block;
              width: 78px;
              height: 16px;
              vertical-align: middle;
              margin-right: 0px; }
            .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem .p-spotlightThumbnailListItem__Mask .p-spotlightThumbnailListItem__Mask__status.offline:before {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -9px -224px;
              content: " ";
              display: inline-block;
              width: 51px;
              height: 16px;
              vertical-align: middle;
              margin-right: 0px; }
            .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem .p-spotlightThumbnailListItem__Mask.hoverEffect {
              width: 100%;
              height: 100%;
              background: transparent;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 3;
              border: 1px solid #000; }
          .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem:after {
            content: " ";
            display: block;
            background: #000;
            opacity: .4;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: 2;
            border: 1px solid #000;
            cursor: pointer; }
          .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem.isActive .p-spotlightThumbnailListItem__img {
            border-color: #ff4c11;
            filter: gray;
            -webkit-filter: none;
            filter: none; }
          .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem.isActive:after {
            content: none;
            width: 0px;
            height: 0px; }
          .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem:hover .p-spotlightThumbnailListItem__Mask {
            opacity: 0.4;
            border-color: #ffc511; }
          .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem:hover:after {
            content: none;
            width: 0px;
            height: 0px; }
          .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList .p-spotlightThumbnailListItem.isLive .p-spotlightThumbnailListItem__Mask__view:before {
            background-position: -298px -10px; }
        .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightThumbnailContainer .p-spotlightThumbnailList:nth-child(n) {
          margin-right: 0; }
    .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightButton {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      bottom: 48px;
      background-position: center;
      background-repeat: no-repeat;
      text-indent: -9999px; }
      .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightButton:hover {
        opacity: 0.6; }
    .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightButton--prev {
      background-image: url(../../images/v5/spotlight/arrow__left__spotlight.png);
      left: -32px; }
    .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightButton--next {
      background-image: url(../../images/v5/spotlight/arrow__right__spotlight.png);
      right: -32px; }

.bwWrapper {
  position: relative;
  display: block; }

@-webkit-keyframes thumbnailViewShow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes thumbnailViewShow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

.p-reduceSpotlightWrapper {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-align-content: center; }
  .p-reduceSpotlightWrapper .p-reduceSpotlightContainer {
    max-width: 2376px;
    overflow: hidden; }
  .p-reduceSpotlightWrapper .slide-transition-duration__0 {
    -webkit-transition-duration: 0ms !important;
    transition-duration: 0ms !important; }
  .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex {
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    width: 540px;
    height: 303px; }
    .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex.slick-slide {
      z-index: 10; }
    .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex.slick-center {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition-duration: 600ms;
      transition-duration: 600ms;
      z-index: 200; }
      .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex.slick-center .p-reduceSpotlightListItemWrapper {
        width: 540px;
        height: 303px;
        -webkit-transform: translate(0) !important;
        transform: translate(0) !important; }
    .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex.slick-side {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      -webkit-transition-duration: 600ms;
      transition-duration: 600ms;
      z-index: 100; }
    .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex.slick-next-slide .p-reduceSpotlightListItemWrapper {
      -webkit-transform: translate(-24px);
      transform: translate(-24px);
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms; }
    .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex.slick-prev-slide .p-reduceSpotlightListItemWrapper {
      -webkit-transform: translate(24px);
      transform: translate(24px);
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms; }
    .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex.slick-two-next-slide {
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
      .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex.slick-two-next-slide .p-reduceSpotlightListItemWrapper {
        -webkit-transform: translate(-125px);
        transform: translate(-125px);
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms; }
    .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex.slick-two-prev-slide {
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
      .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex.slick-two-prev-slide .p-reduceSpotlightListItemWrapper {
        -webkit-transform: translate(125px);
        transform: translate(125px);
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms; }
    .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex.slick-three-next-slide {
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
      .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex.slick-three-next-slide .p-reduceSpotlightListItemWrapper {
        -webkit-transform: translate(-260px);
        transform: translate(-260px);
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms; }
    .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex.slick-three-prev-slide {
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
      .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex.slick-three-prev-slide .p-reduceSpotlightListItemWrapper {
        -webkit-transform: translate(260px);
        transform: translate(260px);
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms; }
    .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper {
      position: relative;
      width: 100%;
      text-align: left; }
      .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem {
        display: block;
        position: absolute;
        z-index: 100; }
        .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.title {
          top: 10px;
          left: 15px;
          line-height: 1.6;
          font-size: 14px;
          color: white; }
        .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.userIcon {
          top: 40px;
          left: 15px; }
          .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.userIcon img {
            width: 32px;
            height: 32px;
            border-radius: 50%; }
        .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.subName {
          top: 40px;
          left: 54px;
          font-size: 12px;
          line-height: 1.6;
          color: #a0a0a0; }
          .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.subName:before, .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.subName:after {
            content: "";
            display: table; }
          .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.subName:after {
            clear: both; }
        .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.liveCount {
          top: 57px;
          left: 54px;
          font-size: 12px;
          line-height: 18px; }
        .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.totalCount {
          top: 57px;
          left: 54px;
          font-size: 12px;
          line-height: 18px; }
        .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.type {
          top: 57px;
          left: 54px;
          line-height: 16px; }
          .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.type.comingup {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -9px -204px;
            content: " ";
            display: inline-block;
            width: 46px;
            height: 16px;
            vertical-align: middle;
            height: 16px;
            width: 80px; }
        .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.img {
          width: 100%;
          height: 100%;
          z-index: 1; }
        .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.player {
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          z-index: 2; }
        .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.boxShadow {
          width: 100%;
          height: 172px;
          top: 0px;
          left: 0px;
          z-index: 10;
          background: url(../../images/v5/spotlight/gradation_shadow_reduce_spotlight.png) repeat-x top 0px left 0px;
          opacity: 0.8;
          filter: alpha(opacity=80); }
      .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper a.p-reduceSpotlightListItem:hover,
      .p-reduceSpotlightWrapper .p-reduceSpotlightListItemFlex .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem a:hover {
        opacity: 0.88;
        filter: alpha(opacity=88); }
  .p-reduceSpotlightWrapper .slick-prev {
    left: calc(50% - 299px);
    z-index: 2;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #343434 url(../../images/201804__renewal/shiro_yajirushi_left.png) no-repeat 18px center/16px; }
    .p-reduceSpotlightWrapper .slick-prev:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
  .p-reduceSpotlightWrapper .slick-next {
    right: calc(50% - 299px);
    z-index: 2;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #343434 url(../../images/201804__renewal/shiro_yajirushi_right.png) no-repeat 21px center/16px; }
    .p-reduceSpotlightWrapper .slick-next:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
  .p-reduceSpotlightWrapper .slick-spotlight {
    display: none; }
  .p-reduceSpotlightWrapper .slick-initialized {
    display: block; }
  .p-reduceSpotlightWrapper .slick-track {
    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; }
  .p-reduceSpotlightWrapper .slick-dots button:before {
    color: rgba(255, 255, 255, 0.5); }
  .p-reduceSpotlightWrapper button.p-reduceSpotlightListItem {
    display: block;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0); }
    .p-reduceSpotlightWrapper button.p-reduceSpotlightListItem.next-button {
      z-index: 1;
      right: calc(50% - 307px);
      top: 116px;
      width: 70px;
      height: 70px; }
    .p-reduceSpotlightWrapper button.p-reduceSpotlightListItem.prev-button {
      z-index: 1;
      left: calc(50% - 307px);
      top: 116px;
      width: 70px;
      height: 70px; }

.p-easylogin {
  height: calc(100vh - 56px);
  padding: 24px;
  max-width: 580px;
  margin: 0 auto; }
  .p-easylogin .p-easylogin__content {
    height: 350px;
    position: relative; }
    .p-easylogin .p-easylogin__content .p-easylogin__content__logo {
      display: block;
      margin-bottom: 32px; }
    .p-easylogin .p-easylogin__content .p-easylogin__content__box {
      margin-bottom: 34px;
      padding: 32px 24px; }
      .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__error {
        width: 80%;
        margin: 10px auto 28px;
        padding-top: 2px;
        text-align: center; }
        .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__error .c-errorMsg {
          text-align: center;
          width: auto;
          margin-left: 0; }
      .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__title {
        font-size: 24px;
        font-size: 2.4rem;
        padding-bottom: 24px;
        text-align: center;
        border-bottom: 1px solid #eee;
        margin-bottom: 24px; }
      .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__alert {
        text-align: center;
        margin-bottom: 28px; }
      .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__code {
        width: 246px;
        margin: 0 auto;
        margin-bottom: 24px; }
        .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__code input {
          font-size: 13px;
          font-size: 1.3rem;
          padding: 12px;
          width: 222px;
          border-radius: 16px;
          border: 0 !important;
          -webkit-appearance: none;
          outline: 0;
          text-align: center;
          text-transform: uppercase; }
          .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__code input::-webkit-input-placeholder {
            color: #7f7f7f; }
          .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__code input:-moz-placeholder {
            color: #7f7f7f;
            opacity: 1; }
          .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__code input::-moz-placeholder {
            color: #7f7f7f;
            opacity: 1; }
          .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__code input:-ms-input-placeholder {
            color: #7f7f7f; }
          .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__code input::-webkit-input-placeholder {
            text-align: center; }
          .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__code input:-moz-placeholder {
            text-align: center; }
          .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__code input::-moz-placeholder {
            text-align: center; }
          .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__code input:-ms-input-placeholder {
            text-align: center; }
        .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__code.error {
          border: 1px solid #ff2d55; }
          .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__code.error:after {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -220px -131px;
            content: " ";
            display: inline-block;
            width: 18px;
            height: 19px;
            vertical-align: middle;
            vertical-align: top; }
      .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__button {
        width: 246px;
        margin: 0 auto; }
        .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__button .p-easylogin__content__box__button__submit {
          width: 100%;
          height: 40px;
          text-align: center;
          cursor: pointer;
          font-size: 14px;
          font-size: 1.4rem;
          padding: 8px;
          border-radius: 20px;
          border: 0;
          font-weight: bold; }
      .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__checkmark {
        text-align: center;
        line-height: 0;
        margin-bottom: 30px; }
        .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__checkmark img {
          width: 100px;
          height: 100px; }
      .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__msg {
        text-align: center;
        font-size: 25px;
        font-size: 2.5rem;
        margin-bottom: 20px; }
      .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__text {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem; }
    .p-easylogin .p-easylogin__content .p-easylogin__content__box__bottom {
      display: table;
      width: 100%; }
    .p-easylogin .p-easylogin__content .p-easylogin__content__box__bottom__left {
      display: table-cell;
      width: 50%;
      text-align: left; }
    .p-easylogin .p-easylogin__content .p-easylogin__content__box__bottom__right {
      display: table-cell;
      width: 50%;
      text-align: right; }

.p-directlogin {
  width: 100%;
  height: 100%;
  background: #222; }
  .p-directlogin .p-directlogin__content {
    width: 560px;
    margin: 30px auto 194px; }
    .p-directlogin .p-directlogin__content .p-directlogin__content__logo {
      margin-bottom: 32px;
      line-height: 0; }
      .p-directlogin .p-directlogin__content .p-directlogin__content__logo img {
        width: 143px;
        height: 20px; }
    .p-directlogin .p-directlogin__content .p-directlogin__content__box {
      width: 560px;
      margin: 0 auto 35px;
      background: #333;
      border-radius: 2px; }
      .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login {
        width: 100%;
        padding: 50px 0; }
        .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__title {
          width: 160px;
          margin: 0 auto;
          padding-bottom: 2px;
          text-align: center;
          border-bottom: 1px solid #444; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__title span {
            display: inline-block;
            font-size: 24px;
            font-size: 2.4rem;
            text-align: center;
            line-height: 1.8; }
        .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__sns {
          width: 100%;
          margin: 30px auto 40px; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__sns .p-directlogin__content__box__login__sns__box {
            width: 340px;
            margin: 0 auto;
            text-align: center;
            padding-bottom: 40px;
            border-bottom: 1px solid #444; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__sns .p-directlogin__content__box__login__sns__box:before, .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__sns .p-directlogin__content__box__login__sns__box:after {
              content: "";
              display: table; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__sns .p-directlogin__content__box__login__sns__box:after {
              clear: both; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__sns .p-directlogin__content__box__login__sns__box .p-directlogin__content__box__login__sns__box__facebook {
              width: 160px;
              height: 50px;
              margin-right: 20px;
              margin-bottom: 14px;
              float: left;
              background-repeat: no-repeat;
              background-image: url(../../images/v4/facebook_pc.png);
              background-size: 160px 50px;
              cursor: pointer;
              -webkit-transition: 0.3s;
              transition: 0.3s; }
              .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__sns .p-directlogin__content__box__login__sns__box .p-directlogin__content__box__login__sns__box__facebook:hover {
                opacity: 0.7; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__sns .p-directlogin__content__box__login__sns__box .p-directlogin__content__box__login__sns__box__twitter {
              width: 160px;
              height: 50px;
              float: left;
              margin-bottom: 14px;
              cursor: pointer;
              background-repeat: no-repeat;
              background-image: url(../../images/v4/twitter_pc.png);
              background-size: 160px 50px;
              -webkit-transition: 0.3s;
              transition: 0.3s; }
              .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__sns .p-directlogin__content__box__login__sns__box .p-directlogin__content__box__login__sns__box__twitter:hover {
                opacity: 0.7; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__sns .p-directlogin__content__box__login__sns__box .p-directlogin__content__box__login__sns__box__google {
              width: 160px;
              height: 50px;
              margin-right: 20px;
              background-repeat: no-repeat;
              background-image: url(../../images/v4/google_pc.png);
              background-size: 160px 50px;
              float: left;
              cursor: pointer;
              -webkit-transition: 0.3s;
              transition: 0.3s; }
              .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__sns .p-directlogin__content__box__login__sns__box .p-directlogin__content__box__login__sns__box__google:hover {
                opacity: 0.7; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__sns .p-directlogin__content__box__login__sns__box .p-directlogin__content__box__login__sns__box__yahoo {
              width: 160px;
              height: 50px;
              background-repeat: no-repeat;
              background-image: url(../../images/v4/yahoo_pc.png);
              background-size: 160px 50px;
              -webkit-transition: 0.3s;
              transition: 0.3s;
              float: left;
              cursor: pointer; }
              .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__sns .p-directlogin__content__box__login__sns__box .p-directlogin__content__box__login__sns__box__yahoo:hover {
                opacity: 0.7; }
        .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__accountTitle {
          width: 340px;
          margin: 0 auto;
          padding-left: 0;
          padding-bottom: 8px; }
        .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__channelId {
          display: block;
          width: 340px;
          margin: 0 auto;
          padding: 11px 0 12px;
          background: #222;
          font-size: 13px;
          font-size: 1.3rem;
          border-radius: 4px; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__channelId .p-directlogin__content__box__login__channelId__input {
            width: 78%;
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 1.6;
            background: #333;
            border: 0 !important;
            -webkit-appearance: none;
            outline: 0;
            background: #222;
            font-size: 14px;
            font-size: 1.4rem; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__channelId .p-directlogin__content__box__login__channelId__input::-webkit-input-placeholder {
              color: #ffc511; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__channelId .p-directlogin__content__box__login__channelId__input:-moz-placeholder {
              color: #ffc511;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__channelId .p-directlogin__content__box__login__channelId__input::-moz-placeholder {
              color: #ffc511;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__channelId .p-directlogin__content__box__login__channelId__input:-ms-input-placeholder {
              color: #ffc511; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__channelId .p-directlogin__content__box__login__channelId__input.error::-webkit-input-placeholder {
              color: #ff2d55; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__channelId .p-directlogin__content__box__login__channelId__input.error:-moz-placeholder {
              color: #ff2d55;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__channelId .p-directlogin__content__box__login__channelId__input.error::-moz-placeholder {
              color: #ff2d55;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__channelId .p-directlogin__content__box__login__channelId__input.error:-ms-input-placeholder {
              color: #ff2d55; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__channelId .p-directlogin__content__box__login__channelId__input.error:before {
              background-image: url(../../images/v4/sprites.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -304px -218px;
              content: " ";
              display: inline-block;
              width: 30px;
              height: 20px;
              vertical-align: middle;
              margin: 0 8px 0 10px; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__channelId:before {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -273px -88px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 15px;
            vertical-align: middle;
            margin: 0 8px 0 10px; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__channelId.error:before {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -273px -108px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 15px;
            vertical-align: middle; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__channelId.error:after {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -220px -131px;
            content: " ";
            display: inline-block;
            width: 18px;
            height: 19px;
            vertical-align: middle; }
        .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__channelAlert {
          width: 340px;
          margin: 6px auto 40px; }
        .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__subtitle {
          width: 340px;
          margin: 0 auto;
          padding-bottom: 8px;
          font-size: 12px;
          font-size: 1.2rem; }
        .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email {
          display: block;
          width: 340px;
          margin: 0 auto;
          padding: 11px 0 12px;
          background: #222;
          font-size: 13px;
          font-size: 1.3rem;
          border-radius: 4px; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input {
            width: 78%;
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 1.6;
            background: #333;
            border: 0 !important;
            -webkit-appearance: none;
            outline: 0;
            background: #222;
            font-size: 14px;
            font-size: 1.4rem; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input::-webkit-input-placeholder {
              color: #ffc511; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input:-moz-placeholder {
              color: #ffc511;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input::-moz-placeholder {
              color: #ffc511;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input:-ms-input-placeholder {
              color: #ffc511; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input.error::-webkit-input-placeholder {
              color: #ff2d55; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input.error:-moz-placeholder {
              color: #ff2d55;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input.error::-moz-placeholder {
              color: #ff2d55;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input.error:-ms-input-placeholder {
              color: #ff2d55; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input.error:before {
              background-image: url(../../images/v4/sprites.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -304px -218px;
              content: " ";
              display: inline-block;
              width: 30px;
              height: 20px;
              vertical-align: middle;
              margin: 0 8px 0 10px; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -54px -82px;
            content: " ";
            display: inline-block;
            width: 16px;
            height: 10px;
            vertical-align: middle;
            margin: 0 8px 0 10px; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email.error:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -152px -109px;
            content: " ";
            display: inline-block;
            width: 16px;
            height: 10px;
            vertical-align: middle; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email.error:after {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -220px -131px;
            content: " ";
            display: inline-block;
            width: 18px;
            height: 19px;
            vertical-align: middle; }
        .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email {
          display: block;
          width: 340px;
          margin: 0 auto;
          padding: 11px 0 12px;
          background: #222;
          font-size: 13px;
          font-size: 1.3rem;
          border-radius: 4px; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input {
            width: 78%;
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 1.6;
            background: #333;
            border: 0 !important;
            -webkit-appearance: none;
            outline: 0;
            background: #222;
            font-size: 14px;
            font-size: 1.4rem; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input::-webkit-input-placeholder {
              color: #ffc511; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input:-moz-placeholder {
              color: #ffc511;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input::-moz-placeholder {
              color: #ffc511;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input:-ms-input-placeholder {
              color: #ffc511; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input.error::-webkit-input-placeholder {
              color: #ff2d55; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input.error:-moz-placeholder {
              color: #ff2d55;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input.error::-moz-placeholder {
              color: #ff2d55;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input.error:-ms-input-placeholder {
              color: #ff2d55; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email .p-directlogin__content__box__login__email__input.error:before {
              background-image: url(../../images/v4/sprites.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -304px -218px;
              content: " ";
              display: inline-block;
              width: 30px;
              height: 20px;
              vertical-align: middle;
              margin: 0 8px 0 10px; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -54px -82px;
            content: " ";
            display: inline-block;
            width: 16px;
            height: 10px;
            vertical-align: middle;
            margin: 0 8px 0 10px; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email.error:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -152px -109px;
            content: " ";
            display: inline-block;
            width: 16px;
            height: 10px;
            vertical-align: middle; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__email.error:after {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -220px -131px;
            content: " ";
            display: inline-block;
            width: 18px;
            height: 19px;
            vertical-align: middle; }
        .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__username {
          display: block;
          width: 340px;
          margin: 15px auto 0;
          padding: 11px 0 12px;
          background: #222;
          font-size: 13px;
          font-size: 1.3rem;
          border-radius: 4px; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__username .p-directlogin__content__box__login__username__input {
            width: 78%;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.6;
            background: #333;
            border: 0 !important;
            -webkit-appearance: none;
            outline: 0;
            background: #222; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__username .p-directlogin__content__box__login__username__input::-webkit-input-placeholder {
              color: #ffc511; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__username .p-directlogin__content__box__login__username__input:-moz-placeholder {
              color: #ffc511;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__username .p-directlogin__content__box__login__username__input::-moz-placeholder {
              color: #ffc511;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__username .p-directlogin__content__box__login__username__input:-ms-input-placeholder {
              color: #ffc511; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__username .p-directlogin__content__box__login__username__input.error::-webkit-input-placeholder {
              color: #ff2d55; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__username .p-directlogin__content__box__login__username__input.error:-moz-placeholder {
              color: #ff2d55;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__username .p-directlogin__content__box__login__username__input.error::-moz-placeholder {
              color: #ff2d55;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__username .p-directlogin__content__box__login__username__input.error:-ms-input-placeholder {
              color: #ff2d55; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__username .p-directlogin__content__box__login__username__input.error:before {
              background-image: url(../../images/v4/sprites.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -304px -218px;
              content: " ";
              display: inline-block;
              width: 30px;
              height: 20px;
              vertical-align: middle;
              margin: 0 8px 0 10px; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__username:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -30px -57px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 14px;
            vertical-align: middle;
            margin: 0 8px 0 10px; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__username.error:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -129px -105px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 14px;
            vertical-align: middle; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__username.error:after {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -220px -131px;
            content: " ";
            display: inline-block;
            width: 18px;
            height: 19px;
            vertical-align: middle; }
        .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password {
          display: block;
          width: 340px;
          margin: 14px auto 0;
          padding: 11px 0 12px;
          background: #222;
          font-size: 13px;
          font-size: 1.3rem;
          border-radius: 4px; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password .p-directlogin__content__box__login__password__input {
            width: 78%;
            line-height: 1.6;
            background: #222;
            border: 0 !important;
            -webkit-appearance: none;
            outline: 0;
            font-size: 14px;
            font-size: 1.4rem; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password .p-directlogin__content__box__login__password__input::-webkit-input-placeholder {
              color: #ffc511; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password .p-directlogin__content__box__login__password__input:-moz-placeholder {
              color: #ffc511;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password .p-directlogin__content__box__login__password__input::-moz-placeholder {
              color: #ffc511;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password .p-directlogin__content__box__login__password__input:-ms-input-placeholder {
              color: #ffc511; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password .p-directlogin__content__box__login__password__input.error::-webkit-input-placeholder {
              color: #ff2d55; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password .p-directlogin__content__box__login__password__input.error:-moz-placeholder {
              color: #ff2d55;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password .p-directlogin__content__box__login__password__input.error::-moz-placeholder {
              color: #ff2d55;
              opacity: 1; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password .p-directlogin__content__box__login__password__input.error:-ms-input-placeholder {
              color: #ff2d55; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password .p-directlogin__content__box__login__password__input.error:before {
              background-image: url(../../images/v4/sprites.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -176px -101px;
              content: " ";
              display: inline-block;
              width: 14px;
              height: 17px;
              vertical-align: middle; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password .p-directlogin__content__box__login__password__input.error:after {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -220px -131px;
              content: " ";
              display: inline-block;
              width: 18px;
              height: 19px;
              vertical-align: middle; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -79px -55px;
            content: " ";
            display: inline-block;
            width: 14px;
            height: 17px;
            vertical-align: middle;
            margin: 0 8px 0 10px; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password.error::-webkit-input-placeholder {
            color: #ff2d55; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password.error:-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password.error::-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password.error:-ms-input-placeholder {
            color: #ff2d55; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password.error:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -176px -101px;
            content: " ";
            display: inline-block;
            width: 14px;
            height: 17px;
            vertical-align: middle; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__password.error:after {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -220px -131px;
            content: " ";
            display: inline-block;
            width: 18px;
            height: 19px;
            vertical-align: middle; }
        .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__account {
          display: block;
          margin: 40px 0;
          text-align: center; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__account .p-directlogin__content__box__login__account__button {
            width: 200px;
            height: 44px;
            margin: 0 auto;
            line-height: 3.4;
            text-align: center;
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: bold;
            background: #ff4c11;
            border-radius: 2px;
            cursor: pointer;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__account .p-directlogin__content__box__login__account__button:hover {
              background: #df3f3f; }
        .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__forget {
          text-align: center;
          font-size: 12px;
          font-size: 1.2rem; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__forget span {
            font-size: 12px;
            font-size: 1.2rem;
            text-decoration: underline;
            cursor: pointer; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__forget span:hover {
              text-decoration: none; }
        .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__createAccount {
          text-align: center;
          font-size: 12px;
          font-size: 1.2rem;
          padding-top: 16px; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__createAccount span {
            font-size: 12px;
            font-size: 1.2rem;
            text-decoration: underline;
            cursor: pointer; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__createAccount span:hover {
              text-decoration: none; }
        .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__termsofuse {
          width: 264px;
          margin: 0 auto;
          text-align: center;
          line-height: 1.6; }
          .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__termsofuse a {
            text-decoration: underline; }
            .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__termsofuse a:hover {
              text-decoration: none; }
        .p-directlogin .p-directlogin__content .p-directlogin__content__box .p-directlogin__content__box__login .p-directlogin__content__box__login__scrollSpace {
          height: 0;
          line-height: 0; }
    .p-directlogin .p-directlogin__content .p-directlogin__content__bottom {
      display: table;
      width: 100%; }
      .p-directlogin .p-directlogin__content .p-directlogin__content__bottom .p-directlogin__content__bottom__left {
        display: table-cell;
        width: 50%;
        text-align: left; }
      .p-directlogin .p-directlogin__content .p-directlogin__content__bottom .p-directlogin__content__bottom__right {
        display: table-cell;
        width: 50%;
        text-align: right; }

.l-container .l-container__main.p-billing {
  margin: 60px auto 0;
  width: 100%; }

.l-container .l-container__middle {
  margin: 80px auto 0;
  width: 780px;
  min-height: 100%; }
  .l-container .l-container__middle.p-billing {
    margin: 60px auto 0;
    width: 100%; }
  .l-container .l-container__middle .l-container__middle__row {
    display: table;
    width: 780px; }

.p-billingBtn,
.p-billingBtn.waves-button {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  min-width: 300px;
  padding: 21px 8px;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 4px;
  border: solid 1px #34aef6;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .p-billingBtn:hover:not(.p-billingBtn--disabled),
  .p-billingBtn.waves-button:hover:not(.p-billingBtn--disabled) {
    opacity: .7;
    text-align: center;
    text-decoration: none !important; }
  .p-billingBtn.p-billingBtn--default,
  .p-billingBtn.waves-button.p-billingBtn--default {
    background-color: #34aef6;
    color: #fff; }
  .p-billingBtn.p-billingBtn--primary,
  .p-billingBtn.waves-button.p-billingBtn--primary {
    background-color: #f7f7f7;
    color: #34aef6; }
  .p-billingBtn.p-billingBtn--disabled,
  .p-billingBtn.waves-button.p-billingBtn--disabled {
    background-color: #a0a0a0;
    border: solid 1px #a0a0a0;
    color: #fff;
    cursor: default; }

.p-billing {
  color: #333; }
  .p-billing a {
    color: #34aef6;
    text-decoration: none; }
    .p-billing a:hover {
      text-decoration: underline; }
  .p-billing input:-webkit-autofill,
  .p-billing input:-webkit-autofill:hover,
  .p-billing input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
  .p-billing .p-billing__step {
    height: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff; }
    .p-billing .p-billing__step .p-billing__step__box {
      position: relative;
      width: 480px;
      height: 80px;
      margin-right: auto;
      margin-left: auto; }
      .p-billing .p-billing__step .p-billing__step__box:after {
        content: "";
        display: block;
        clear: both; }
      .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item {
        float: left;
        width: 56px;
        height: 80px;
        color: #34aef6; }
        .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item:first-child {
          left: 0; }
          .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item:first-child .p-billing__step__box__item__num:before {
            content: none; }
        .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item:not(:first-child) {
          margin-left: 156px; }
        .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item .p-billing__step__box__item__num {
          box-sizing: border-box;
          position: relative;
          width: 56px;
          height: 56px;
          margin-bottom: 12px;
          padding-top: 12px;
          border: solid 4px #34aef6;
          border-radius: 50%;
          text-align: center;
          line-height: 1;
          font-size: 24px;
          font-size: 2.4rem;
          font-weight: bold; }
          .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item .p-billing__step__box__item__num:before {
            content: "";
            position: absolute;
            top: 22px;
            left: -160px;
            width: 156px;
            height: 4px;
            background-color: #d2d2d2; }
          .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item .p-billing__step__box__item__num.checked:before, .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item .p-billing__step__box__item__num.selected:before, .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item .p-billing__step__box__item__num.wait:before {
            background-color: #34aef6; }
          .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item .p-billing__step__box__item__num.checked {
            background-color: #34aef6; }
            .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item .p-billing__step__box__item__num.checked:after {
              background-image: url(../../images/v6/sprite_payment_ver3.png);
              background-repeat: no-repeat;
              background-size: 612px 405px;
              background-position: -58px -33px;
              content: " ";
              display: inline-block;
              width: 26px;
              height: 24px;
              vertical-align: middle;
              position: absolute;
              top: 12px;
              left: 11px; }
          .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item .p-billing__step__box__item__num.selected {
            background-color: #34aef6;
            color: #fff; }
          .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item .p-billing__step__box__item__num.error {
            background-color: #ff4c11;
            border: solid 4px #ff4c11;
            color: #ff4c11; }
            .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item .p-billing__step__box__item__num.error:before {
              background-color: #ff4c11; }
            .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item .p-billing__step__box__item__num.error:after {
              background-image: url(../../images/v6/sprite_payment_ver3.png);
              background-repeat: no-repeat;
              background-size: 612px 405px;
              background-position: -91px -32px;
              content: " ";
              display: inline-block;
              width: 26px;
              height: 24px;
              vertical-align: middle;
              position: absolute;
              top: 12px;
              left: 11px; }
            .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item .p-billing__step__box__item__num.error + .p-billing__step__box__item__text {
              color: #ff4c11; }
        .p-billing .p-billing__step .p-billing__step__box .p-billing__step__box__item .p-billing__step__box__item__text {
          position: absolute;
          width: 156px;
          margin-left: -50px;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1;
          text-align: center; }
  .p-billing .p-billing__mail.premium {
    width: 846px;
    margin-right: auto;
    margin-left: auto; }
  .p-billing .p-billing__mail.point {
    width: 660px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px; }
  .p-billing .p-billing__mail .p-billing__mail__title {
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem; }
  .p-billing .p-billing__mail .p-billing__mail__desc {
    margin-bottom: 30px;
    line-height: 1.5; }
  .p-billing .p-billing__mail .p-billing__mail__form {
    margin-bottom: 20px; }
    .p-billing .p-billing__mail .p-billing__mail__form.error .p-billing__mail__form__box .p-billing__mail__form__box__email:before {
      background-image: url(../../images/v6/sprite_payment_ver3.png);
      background-repeat: no-repeat;
      background-size: 612px 405px;
      background-position: -5px -23px;
      content: " ";
      display: inline-block;
      width: 15px;
      height: 10px;
      vertical-align: middle; }
    .p-billing .p-billing__mail .p-billing__mail__form.error .p-billing__mail__form__box .p-billing__mail__form__box__email:after {
      background-image: url(../../images/v6/sprite_payment_ver3.png);
      background-repeat: no-repeat;
      background-size: 612px 405px;
      background-position: -28px -5px;
      content: " ";
      display: inline-block;
      width: 22px;
      height: 22px;
      vertical-align: middle;
      position: absolute;
      top: 9px;
      right: 10px; }
    .p-billing .p-billing__mail .p-billing__mail__form.error .p-billing__mail__form__box .p-billing__mail__form__box__email .p-billing__mail__form__box__email__input {
      color: #ff4c11; }
      .p-billing .p-billing__mail .p-billing__mail__form.error .p-billing__mail__form__box .p-billing__mail__form__box__email .p-billing__mail__form__box__email__input:placeholder-shown {
        color: #ff4c11; }
      .p-billing .p-billing__mail .p-billing__mail__form.error .p-billing__mail__form__box .p-billing__mail__form__box__email .p-billing__mail__form__box__email__input::-webkit-input-placeholder {
        color: #ff4c11; }
      .p-billing .p-billing__mail .p-billing__mail__form.error .p-billing__mail__form__box .p-billing__mail__form__box__email .p-billing__mail__form__box__email__input::-moz-placeholder {
        color: #ff4c11;
        opacity: 1; }
      .p-billing .p-billing__mail .p-billing__mail__form.error .p-billing__mail__form__box .p-billing__mail__form__box__email .p-billing__mail__form__box__email__input:-ms-input-placeholder {
        color: #ff4c11; }
    .p-billing .p-billing__mail .p-billing__mail__form.error .p-billing__mail__form__error {
      display: block; }
    .p-billing .p-billing__mail .p-billing__mail__form .p-billing__mail__form__box {
      overflow: hidden;
      height: 40px;
      padding: 20px;
      background-color: #e4e4e4; }
      .p-billing .p-billing__mail .p-billing__mail__form .p-billing__mail__form__box.p-billing__mail__form__box--attention {
        height: auto;
        text-align: center; }
        .p-billing .p-billing__mail .p-billing__mail__form .p-billing__mail__form__box.p-billing__mail__form__box--attention .p-billing__mail__form__box__snsUser {
          line-height: 1;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: bold;
          color: #333; }
        .p-billing .p-billing__mail .p-billing__mail__form .p-billing__mail__form__box.p-billing__mail__form__box--attention .p-billing__mail__form__box__inPreparation {
          margin-top: 18px;
          line-height: 1.5;
          font-size: 14px;
          font-size: 1.4rem; }
      .p-billing .p-billing__mail .p-billing__mail__form .p-billing__mail__form__box .p-billing__mail__form__box__label {
        float: left;
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-weight: bold; }
      .p-billing .p-billing__mail .p-billing__mail__form .p-billing__mail__form__box .p-billing__mail__form__box__email {
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        float: right;
        height: 40px;
        padding-right: 32px;
        padding-left: 43px;
        background-color: #fff; }
        .p-billing .p-billing__mail .p-billing__mail__form .p-billing__mail__form__box .p-billing__mail__form__box__email:before {
          background-image: url(../../images/v6/sprite_payment_ver3.png);
          background-repeat: no-repeat;
          background-size: 612px 405px;
          background-position: -5px -5px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 10px;
          vertical-align: middle;
          position: absolute;
          top: 15px;
          left: 16px; }
        .p-billing .p-billing__mail .p-billing__mail__form .p-billing__mail__form__box .p-billing__mail__form__box__email .p-billing__mail__form__box__email__input {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          height: 40px;
          background-color: inherit;
          border: none;
          outline: none;
          color: #000; }
          .p-billing .p-billing__mail .p-billing__mail__form .p-billing__mail__form__box .p-billing__mail__form__box__email .p-billing__mail__form__box__email__input.premium {
            width: 578px; }
          .p-billing .p-billing__mail .p-billing__mail__form .p-billing__mail__form__box .p-billing__mail__form__box__email .p-billing__mail__form__box__email__input.point {
            width: 405px; }
    .p-billing .p-billing__mail .p-billing__mail__form .p-billing__mail__form__error {
      display: none;
      padding: 9px 20px;
      background-color: #ff4c11;
      line-height: 1;
      font-weight: bold;
      color: #fff; }
  .p-billing .p-billing__mail .p-billing__mail__notes {
    margin-bottom: 50px;
    margin-left: 1.4em; }
    .p-billing .p-billing__mail .p-billing__mail__notes .p-billing__mail__notes__item {
      list-style-type: none;
      line-height: 1.4; }
      .p-billing .p-billing__mail .p-billing__mail__notes .p-billing__mail__notes__item:not(:last-child) {
        margin-bottom: 8px; }
      .p-billing .p-billing__mail .p-billing__mail__notes .p-billing__mail__notes__item:before {
        content: "※";
        display: inline-block;
        text-indent: -1.4em; }
  .p-billing .p-billing__mail .p-billing__mail__btn {
    margin-bottom: 100px;
    text-align: center; }
  .p-billing .p-billing__settlement {
    width: 780px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 100px; }
    .p-billing .p-billing__settlement .p-billing__settlement__subhead {
      margin-top: 30px;
      margin-left: 60px;
      margin-bottom: 30px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold; }
      .p-billing .p-billing__settlement .p-billing__settlement__subhead.point {
        margin-bottom: 20px; }
    .p-billing .p-billing__settlement .p-billing__settlement__point__box {
      width: 660px;
      height: 60px;
      margin-top: 20px;
      margin-right: 60px;
      margin-left: 60px;
      background-color: #ececec; }
      .p-billing .p-billing__settlement .p-billing__settlement__point__box:before, .p-billing .p-billing__settlement .p-billing__settlement__point__box:after {
        content: "";
        display: table; }
      .p-billing .p-billing__settlement .p-billing__settlement__point__box:after {
        clear: both; }
      .p-billing .p-billing__settlement .p-billing__settlement__point__box .p-billing__settlement__point__box__icon {
        float: left;
        margin-top: 15px;
        margin-left: 20px;
        margin-right: 8px;
        background-image: url(../../images/v6/sprite_payment_ver3.png);
        background-repeat: no-repeat;
        background-size: 612px 405px;
        background-position: -332px -44px;
        content: " ";
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: middle; }
      .p-billing .p-billing__settlement .p-billing__settlement__point__box .p-billing__settlement__point__box__value {
        line-height: 1;
        font-size: 12px;
        font-size: 1.2rem;
        float: left; }
        .p-billing .p-billing__settlement .p-billing__settlement__point__box .p-billing__settlement__point__box__value .p-billing__settlement__point__box__value__total {
          margin-top: 16px;
          font-weight: bold; }
          .p-billing .p-billing__settlement .p-billing__settlement__point__box .p-billing__settlement__point__box__value .p-billing__settlement__point__box__value__total.zero {
            margin-top: 25px; }
        .p-billing .p-billing__settlement .p-billing__settlement__point__box .p-billing__settlement__point__box__value .p-billing__settlement__point__box__value__detail {
          margin-top: 6px;
          color: #7f7f7f; }
    .p-billing .p-billing__settlement .p-billing__settlement__desc {
      margin-top: 40px;
      margin-left: 60px;
      margin-bottom: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold; }
    .p-billing .p-billing__settlement .p-billing__settlement__subs-desc {
      margin-top: 20px;
      margin-left: 60px;
      margin-bottom: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold; }
    .p-billing .p-billing__settlement .p-billing__settlement__point__item__box {
      width: 660px;
      height: 60px;
      margin-top: 1px;
      margin-right: 60px;
      margin-left: 60px;
      background-color: #fff; }
      .p-billing .p-billing__settlement .p-billing__settlement__point__item__box:before, .p-billing .p-billing__settlement .p-billing__settlement__point__item__box:after {
        content: "";
        display: table; }
      .p-billing .p-billing__settlement .p-billing__settlement__point__item__box:after {
        clear: both; }
      .p-billing .p-billing__settlement .p-billing__settlement__point__item__box .p-billing__settlement__point__box__item__radio {
        padding-top: 24px;
        padding-left: 20px;
        line-height: 1;
        float: left; }
      .p-billing .p-billing__settlement .p-billing__settlement__point__item__box .p-billing__settlement__point__box__icon {
        float: left;
        margin-top: 15px;
        margin-left: 20px;
        background-image: url(../../images/v6/sprite_payment_ver3.png);
        background-repeat: no-repeat;
        background-size: 612px 405px;
        background-position: -332px -44px;
        content: " ";
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: middle; }
      .p-billing .p-billing__settlement .p-billing__settlement__point__item__box .p-billing__settlement__point__box__item__img {
        padding-top: 15px;
        width: 30px;
        float: left;
        margin-left: 20px; }
        .p-billing .p-billing__settlement .p-billing__settlement__point__item__box .p-billing__settlement__point__box__item__img img {
          width: 30px;
          height: 30px; }
      .p-billing .p-billing__settlement .p-billing__settlement__point__item__box .p-billing__settlement__point__box__item__name {
        width: 300px;
        padding-top: 16px;
        margin-left: 12px;
        line-height: 1;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        float: left; }
        .p-billing .p-billing__settlement .p-billing__settlement__point__item__box .p-billing__settlement__point__box__item__name .p-billing__settlement__point__box__item__detail {
          font-weight: normal;
          padding-top: 6px;
          color: #7f7f7f; }
          .p-billing .p-billing__settlement .p-billing__settlement__point__item__box .p-billing__settlement__point__box__item__name .p-billing__settlement__point__box__item__detail .p-billing__settlement__point__box__item__detail__free {
            color: #3daff3; }
      .p-billing .p-billing__settlement .p-billing__settlement__point__item__box .p-billing__settlement__point__box__item__price {
        display: -webkit-box !important;
        display: -moz-box !important;
        word-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px;
        padding-top: 24px;
        line-height: 1;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        float: right;
        margin-right: 20px;
        text-align: right; }
    .p-billing .p-billing__settlement .p-billing__settlement__method__box {
      width: 660px;
      height: 60px;
      margin-top: 1px;
      margin-right: 60px;
      margin-left: 60px;
      background-color: #fff; }
      .p-billing .p-billing__settlement .p-billing__settlement__method__box:before, .p-billing .p-billing__settlement .p-billing__settlement__method__box:after {
        content: "";
        display: table; }
      .p-billing .p-billing__settlement .p-billing__settlement__method__box:after {
        clear: both; }
      .p-billing .p-billing__settlement .p-billing__settlement__method__box .p-billing__settlement__method__box__radio {
        padding-top: 24px;
        padding-left: 20px;
        line-height: 1;
        float: left; }
      .p-billing .p-billing__settlement .p-billing__settlement__method__box .p-billing__settlement__method__box__name {
        width: 200px;
        padding-top: 24px;
        padding-left: 20px;
        line-height: 1;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        float: left; }
        .p-billing .p-billing__settlement .p-billing__settlement__method__box .p-billing__settlement__method__box__name.softbank_y-mobile {
          width: 400px; }
      .p-billing .p-billing__settlement .p-billing__settlement__method__box .p-billing__settlement__method__box__logo {
        width: 60px;
        height: 38px;
        margin-top: 12px;
        margin-right: 5px;
        float: right; }
        .p-billing .p-billing__settlement .p-billing__settlement__method__box .p-billing__settlement__method__box__logo.last {
          margin-right: 10px; }
        .p-billing .p-billing__settlement .p-billing__settlement__method__box .p-billing__settlement__method__box__logo .p-billing__settlement__method__box__logo__img.visa {
          background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 320px 405px;
          background-position: -6px -118px;
          content: " ";
          display: inline-block;
          width: 60px;
          height: 38px;
          vertical-align: middle; }
        .p-billing .p-billing__settlement .p-billing__settlement__method__box .p-billing__settlement__method__box__logo .p-billing__settlement__method__box__logo__img.master {
          background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 320px 405px;
          background-position: -68px -118px;
          content: " ";
          display: inline-block;
          width: 60px;
          height: 38px;
          vertical-align: middle; }
        .p-billing .p-billing__settlement .p-billing__settlement__method__box .p-billing__settlement__method__box__logo .p-billing__settlement__method__box__logo__img.jcb {
          background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 320px 405px;
          background-position: -130px -118px;
          content: " ";
          display: inline-block;
          width: 60px;
          height: 38px;
          vertical-align: middle; }
        .p-billing .p-billing__settlement .p-billing__settlement__method__box .p-billing__settlement__method__box__logo .p-billing__settlement__method__box__logo__img.amex {
          background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 320px 405px;
          background-position: -6px -158px;
          content: " ";
          display: inline-block;
          width: 60px;
          height: 38px;
          vertical-align: middle; }
        .p-billing .p-billing__settlement .p-billing__settlement__method__box .p-billing__settlement__method__box__logo .p-billing__settlement__method__box__logo__img.diners {
          background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 320px 405px;
          background-position: -68px -158px;
          content: " ";
          display: inline-block;
          width: 60px;
          height: 38px;
          vertical-align: middle; }
        .p-billing .p-billing__settlement .p-billing__settlement__method__box .p-billing__settlement__method__box__logo .p-billing__settlement__method__box__logo__img.docomo {
          background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 320px 405px;
          background-position: -68px -201px;
          content: " ";
          display: inline-block;
          width: 60px;
          height: 38px;
          vertical-align: middle; }
        .p-billing .p-billing__settlement .p-billing__settlement__method__box .p-billing__settlement__method__box__logo .p-billing__settlement__method__box__logo__img.softbank {
          background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 320px 405px;
          background-position: -130px -201px;
          content: " ";
          display: inline-block;
          width: 60px;
          height: 38px;
          vertical-align: middle; }
        .p-billing .p-billing__settlement .p-billing__settlement__method__box .p-billing__settlement__method__box__logo .p-billing__settlement__method__box__logo__img.y-mobile {
          background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 320px 405px;
          background-position: -192px -201px;
          content: " ";
          display: inline-block;
          width: 60px;
          height: 38px;
          vertical-align: middle; }
        .p-billing .p-billing__settlement .p-billing__settlement__method__box .p-billing__settlement__method__box__logo .p-billing__settlement__method__box__logo__img.au {
          background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 320px 405px;
          background-position: -6px -201px;
          content: " ";
          display: inline-block;
          width: 60px;
          height: 38px;
          vertical-align: middle; }
    .p-billing .p-billing__settlement .p-billing__settlement__form {
      overflow: hidden;
      width: 660px;
      margin-right: 60px;
      margin-left: 60px;
      background-color: #ececec; }
      .p-billing .p-billing__settlement .p-billing__settlement__form:before, .p-billing .p-billing__settlement .p-billing__settlement__form:after {
        content: "";
        display: table; }
      .p-billing .p-billing__settlement .p-billing__settlement__form:after {
        clear: both; }
      .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__maintenance {
        height: 62px; }
        .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__maintenance .p-billing__settlement__form__maintenance__label {
          padding-top: 13px;
          line-height: 19px;
          text-align: center;
          color: #ff4c11;
          font-size: 12px;
          font-size: 1.2rem; }
      .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__base {
        height: 70px;
        border-top: 1px solid #fff; }
        .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__base .p-billing__settlement__form__base__label {
          float: left;
          width: 160px;
          padding-top: 29px;
          line-height: 1;
          text-align: right;
          font-size: 12px;
          font-size: 1.2rem; }
        .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__base .p-billing__settlement__form__base__amount {
          font-weight: bold;
          float: left;
          width: 400px;
          padding-top: 28px;
          margin-left: 20px;
          vertical-align: middle; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__base .p-billing__settlement__form__base__amount.en {
            padding-top: 21px; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__base .p-billing__settlement__form__base__amount.zh {
            padding-top: 21px; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__base .p-billing__settlement__form__base__amount.ko {
            padding-top: 21px; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__base .p-billing__settlement__form__base__amount .p-billing__settlement__form__base__amount__trial {
            margin-left: 40px;
            color: #6fba1e; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__base .p-billing__settlement__form__base__amount .p-billing__settlement__form__base__amount__trial.en {
              margin-left: 0px;
              line-height: 1.5em; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__base .p-billing__settlement__form__base__amount .p-billing__settlement__form__base__amount__trial.zh {
              margin-left: 0px;
              line-height: 1.5em; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__base .p-billing__settlement__form__base__amount .p-billing__settlement__form__base__amount__trial.ko {
              margin-left: 0px;
              line-height: 1.5em; }
      .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__serial {
        height: 70px;
        border-top: 1px solid #fff; }
        .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__serial .p-billing__settlement__form__serial__label {
          float: left;
          width: 160px;
          padding-top: 29px;
          line-height: 1;
          text-align: right;
          border-top: 1px solid #fff;
          font-size: 12px;
          font-size: 1.2rem; }
        .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__serial .p-billing__settlement__form__serial__desc {
          font-weight: bold;
          float: left;
          width: 400px;
          padding-top: 21px;
          margin-left: 20px;
          vertical-align: middle; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__serial .p-billing__settlement__form__serial__desc .p-billing__settlement__form__serial__new {
            margin-top: 7px;
            color: #34aef6;
            border-bottom: 1px solid transparent;
            cursor: pointer; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__serial .p-billing__settlement__form__serial__desc .p-billing__settlement__form__serial__new:hover {
              text-decoration: underline; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__serial .p-billing__settlement__form__serial__desc .p-billing__settlement__form__serial__used {
            position: relative;
            display: inline-block;
            min-width: 330px;
            padding-right: 36px;
            padding-left: 48px;
            height: 28px;
            background-color: rgba(126, 210, 33, 0.15);
            line-height: 2.34;
            color: #6fba1e; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__serial .p-billing__settlement__form__serial__desc .p-billing__settlement__form__serial__used:before {
              background-image: url(../../images/v6/sprite_payment_ver3.png);
              background-repeat: no-repeat;
              background-size: 612px 405px;
              background-position: -82px -7px;
              content: " ";
              display: inline-block;
              width: 20px;
              height: 20px;
              vertical-align: middle;
              position: absolute;
              top: 50%;
              left: 12px;
              margin-top: -10px; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__serial .p-billing__settlement__form__serial__desc .p-billing__settlement__form__serial__used .p-billing__settlement__form__serial__used__cancel {
              background-image: url(../../images/v6/sprite_payment_ver3.png);
              background-repeat: no-repeat;
              background-size: 612px 405px;
              background-position: -2px -55px;
              content: " ";
              display: inline-block;
              width: 20px;
              height: 20px;
              vertical-align: middle;
              position: absolute;
              top: 50%;
              right: 8px;
              margin-top: -10px;
              cursor: pointer; }
      .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card {
        height: 70px;
        border-top: 1px solid #fff; }
        .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__label {
          float: left;
          width: 160px;
          padding-top: 29px;
          line-height: 1;
          text-align: right;
          border-top: 1px solid #fff;
          font-size: 12px;
          font-size: 1.2rem; }
        .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder {
          position: relative;
          padding-bottom: 8px;
          border-top: 1px solid #fff; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder:after {
            content: '';
            display: block;
            clear: both; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder .p-billing__settlement__form__card__holder__boxWrapper {
            float: left;
            width: 400px;
            margin-left: 20px; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder .p-billing__settlement__form__card__holder__boxWrapper .p-billing__settlement__form__card__holder__boxWrapper__errorMsg {
              display: none;
              color: #ff4c11; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder .p-billing__settlement__form__card__holder__boxWrapper .p-billing__settlement__form__card__holder__boxWrapper__errorMsg.error {
                display: block; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder .p-billing__settlement__form__card__holder__box {
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            width: 352px;
            height: 40px;
            margin-top: 16px;
            margin-bottom: 8px;
            padding-left: 15px;
            background-color: #fff;
            border-radius: 2px; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder .p-billing__settlement__form__card__holder__box.error:after {
              background-image: url(../../images/v6/sprite_payment_ver3.png);
              background-repeat: no-repeat;
              background-size: 612px 405px;
              background-position: -28px -5px;
              content: " ";
              display: inline-block;
              width: 22px;
              height: 22px;
              vertical-align: middle;
              top: 9px; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder .p-billing__settlement__form__card__holder__box.error .p-billing__settlement__form__card__holder__box__input {
              color: #ff4c11; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder .p-billing__settlement__form__card__holder__box.error .p-billing__settlement__form__card__holder__box__input:placeholder-shown {
                color: #ff4c11; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder .p-billing__settlement__form__card__holder__box.error .p-billing__settlement__form__card__holder__box__input::-webkit-input-placeholder {
                color: #ff4c11; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder .p-billing__settlement__form__card__holder__box.error .p-billing__settlement__form__card__holder__box__input::-moz-placeholder {
                color: #ff4c11;
                opacity: 1; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder .p-billing__settlement__form__card__holder__box.error .p-billing__settlement__form__card__holder__box__input:-ms-input-placeholder {
                color: #ff4c11; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder .p-billing__settlement__form__card__holder__box .p-billing__settlement__form__card__holder__box__input {
              width: 305px;
              height: 40px;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              border: none;
              outline: none;
              font-size: 14px;
              font-size: 1.4rem; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder .p-billing__settlement__form__card__holder__box .p-billing__settlement__form__card__holder__box__input:placeholder-shown {
                color: #666; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder .p-billing__settlement__form__card__holder__box .p-billing__settlement__form__card__holder__box__input::-webkit-input-placeholder {
                color: #666; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder .p-billing__settlement__form__card__holder__box .p-billing__settlement__form__card__holder__box__input::-moz-placeholder {
                color: #666;
                opacity: 1; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__holder .p-billing__settlement__form__card__holder__box .p-billing__settlement__form__card__holder__box__input:-ms-input-placeholder {
                color: #666; }
        .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num {
          position: relative;
          padding-bottom: 8px;
          border-top: 1px solid #fff; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num:after {
            content: '';
            display: block;
            clear: both; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num .p-billing__settlement__form__card__num__boxWrapper {
            float: left;
            width: 400px;
            margin-left: 20px; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num .p-billing__settlement__form__card__num__boxWrapper .p-billing__settlement__form__card__num__boxWrapper__errorMsg {
              display: none;
              color: #ff4c11; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num .p-billing__settlement__form__card__num__boxWrapper .p-billing__settlement__form__card__num__boxWrapper__errorMsg.error {
                display: block; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num .p-billing__settlement__form__card__num__box {
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            width: 352px;
            height: 40px;
            margin-top: 16px;
            margin-bottom: 8px;
            padding-left: 15px;
            background-color: #fff;
            border-radius: 2px; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num .p-billing__settlement__form__card__num__box:after {
              background-image: url(../../images/v6/sprite_payment_ver3.png);
              background-repeat: no-repeat;
              background-size: 612px 405px;
              background-position: -32px -35px;
              content: " ";
              display: inline-block;
              width: 14px;
              height: 18px;
              vertical-align: middle;
              position: absolute;
              top: 11px;
              right: 10px; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num .p-billing__settlement__form__card__num__box.error:after {
              background-image: url(../../images/v6/sprite_payment_ver3.png);
              background-repeat: no-repeat;
              background-size: 612px 405px;
              background-position: -28px -5px;
              content: " ";
              display: inline-block;
              width: 22px;
              height: 22px;
              vertical-align: middle;
              top: 9px; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num .p-billing__settlement__form__card__num__box.error .p-billing__settlement__form__card__num__box__input {
              color: #ff4c11; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num .p-billing__settlement__form__card__num__box.error .p-billing__settlement__form__card__num__box__input:placeholder-shown {
                color: #ff4c11; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num .p-billing__settlement__form__card__num__box.error .p-billing__settlement__form__card__num__box__input::-webkit-input-placeholder {
                color: #ff4c11; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num .p-billing__settlement__form__card__num__box.error .p-billing__settlement__form__card__num__box__input::-moz-placeholder {
                color: #ff4c11;
                opacity: 1; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num .p-billing__settlement__form__card__num__box.error .p-billing__settlement__form__card__num__box__input:-ms-input-placeholder {
                color: #ff4c11; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num .p-billing__settlement__form__card__num__box .p-billing__settlement__form__card__num__box__input {
              width: 305px;
              height: 40px;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              border: none;
              outline: none;
              font-size: 14px;
              font-size: 1.4rem; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num .p-billing__settlement__form__card__num__box .p-billing__settlement__form__card__num__box__input:placeholder-shown {
                color: #666; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num .p-billing__settlement__form__card__num__box .p-billing__settlement__form__card__num__box__input::-webkit-input-placeholder {
                color: #666; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num .p-billing__settlement__form__card__num__box .p-billing__settlement__form__card__num__box__input::-moz-placeholder {
                color: #666;
                opacity: 1; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__num .p-billing__settlement__form__card__num__box .p-billing__settlement__form__card__num__box__input:-ms-input-placeholder {
                color: #666; }
        .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__term {
          position: relative;
          padding-bottom: 8px;
          background-color: #ececec;
          border-top: 1px solid #fff; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__term:after {
            content: '';
            display: block;
            clear: both; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__term .p-billing__settlement__form__card__term__label {
            float: left;
            width: 160px;
            padding-top: 29px;
            line-height: 1;
            text-align: right;
            font-size: 12px;
            font-size: 1.2rem; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__term .p-billing__settlement__form__card__term__boxWrapper {
            float: left;
            width: 400px;
            margin-left: 20px; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__term .p-billing__settlement__form__card__term__box {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin-top: 16px;
            margin-bottom: 8px;
            font-size: 14px;
            font-size: 1.4rem; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__term .p-billing__settlement__form__card__term__box.error:after {
              position: absolute;
              top: 9px;
              left: 59px;
              background-image: url(../../images/v6/sprite_payment_ver3.png);
              background-repeat: no-repeat;
              background-size: 612px 405px;
              background-position: -28px -5px;
              content: " ";
              display: inline-block;
              width: 22px;
              height: 22px;
              vertical-align: middle; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__term .p-billing__settlement__form__card__term__box.error .p-billing__settlement__form__card__term__box__label .p-billing__settlement__form__card__term__box__label__select {
              color: #ff4c11; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__term .p-billing__settlement__form__card__term__box .p-billing__settlement__form__card__term__box__label {
              position: relative; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__term .p-billing__settlement__form__card__term__box .p-billing__settlement__form__card__term__box__label:after {
                position: absolute;
                top: 50%;
                right: 10px;
                margin-top: -3px;
                z-index: 1;
                pointer-events: none;
                background-image: url(../../images/v6/sprite_dashboard_v6.png);
                background-repeat: no-repeat;
                background-size: 376px 150px;
                background-position: -73px -10px;
                content: " ";
                display: inline-block;
                width: 9px;
                height: 6px;
                vertical-align: middle; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__term .p-billing__settlement__form__card__term__box .p-billing__settlement__form__card__term__box__label .p-billing__settlement__form__card__term__box__label__select {
                -o-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
                display: inline-block;
                width: 100px;
                height: 40px;
                padding: 5px 9px 5px 12px;
                border: none;
                border-radius: 2px;
                color: #666;
                background-color: #fff;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                outline: none;
                cursor: pointer; }
                .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__term .p-billing__settlement__form__card__term__box .p-billing__settlement__form__card__term__box__label .p-billing__settlement__form__card__term__box__label__select::-ms-expand {
                  display: none; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__term .p-billing__settlement__form__card__term__box .p-billing__settlement__form__card__term__box__unit {
              margin-right: 28px;
              margin-left: 8px;
              font-size: 16px;
              font-size: 1.6rem; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__term .p-billing__settlement__form__card__term__errorMsg {
            display: none;
            font-size: 12px;
            font-size: 1.2rem;
            color: #ff4c11;
            white-space: nowrap; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__term .p-billing__settlement__form__card__term__errorMsg.error {
              display: block; }
        .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security {
          position: relative;
          height: 70px;
          padding-bottom: 8px;
          background-color: #ececec;
          border-top: 1px solid #fff; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security:after {
            content: '';
            display: block;
            clear: both; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__label {
            float: left;
            width: 160px;
            padding-top: 29px;
            padding-bottom: 29px;
            line-height: 1;
            text-align: right;
            font-size: 12px;
            font-size: 1.2rem; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__help {
            position: relative;
            background-image: url(../../images/v6/sprite_payment_ver3.png);
            background-repeat: no-repeat;
            background-size: 612px 405px;
            background-position: -6px -41px;
            content: " ";
            display: inline-block;
            width: 12px;
            height: 12px;
            vertical-align: middle;
            margin-left: 2px;
            vertical-align: text-top;
            cursor: pointer; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__help:hover .p-billing__settlement__form__card__security__help__tooltip {
              display: block;
              animation: displayNoneToBlock 0.5s ease 0.1s;
              -webkit-animation: displayNoneToBlock 0.5s ease 0.1s;
              animation-fill-mode: both;
              -webkit-animation-fill-mode: both; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__help .p-billing__settlement__form__card__security__help__tooltip {
              -o-box-sizing: border-box;
              -ms-box-sizing: border-box;
              box-sizing: border-box;
              display: none;
              position: absolute;
              bottom: 28px;
              left: -90px;
              width: 192px;
              padding: 12px 16px 16px 16px;
              background-color: #f7f7f7;
              border-radius: 2px;
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
              z-index: 2; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__help .p-billing__settlement__form__card__security__help__tooltip:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 50%;
                width: 14px;
                height: 7px;
                margin-left: -7px;
                background-color: #f7f7f7;
                z-index: 2; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__help .p-billing__settlement__form__card__security__help__tooltip:before {
                content: "";
                position: absolute;
                bottom: -3px;
                left: 50%;
                margin-left: -4px;
                width: 8px;
                height: 8px;
                background-color: #f7f7f7;
                box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                z-index: 1; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__help .p-billing__settlement__form__card__security__help__tooltip .p-billing__settlement__form__card__security__help__tooltip__text1 {
                margin-bottom: 14px;
                font-size: 10px;
                font-size: 1rem;
                line-height: 1.3;
                word-break: break-all; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__help .p-billing__settlement__form__card__security__help__tooltip .p-billing__settlement__form__card__security__help__tooltip__text2 {
                margin-bottom: 22px;
                font-size: 10px;
                font-size: 1rem;
                line-height: 1.3;
                word-break: break-all; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__help .p-billing__settlement__form__card__security__help__tooltip .p-billing__settlement__form__card__security__help__tooltip__card1 {
                background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
                background-repeat: no-repeat;
                background-size: 320px 405px;
                background-position: -6px -254px;
                content: " ";
                display: inline-block;
                width: 72px;
                height: 44px;
                vertical-align: middle;
                float: left; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__help .p-billing__settlement__form__card__security__help__tooltip .p-billing__settlement__form__card__security__help__tooltip__card2 {
                background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
                background-repeat: no-repeat;
                background-size: 320px 405px;
                background-position: -83px -254px;
                content: " ";
                display: inline-block;
                width: 72px;
                height: 44px;
                vertical-align: middle;
                float: left;
                margin-left: 16px; }
                .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__help .p-billing__settlement__form__card__security__help__tooltip .p-billing__settlement__form__card__security__help__tooltip__card2:after {
                  content: '';
                  display: block;
                  clear: both; }
          .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__boxWrapper {
            float: left;
            width: 480px;
            margin-left: 20px; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__boxWrapper .p-billing__settlement__form__card__security__box {
              -o-box-sizing: border-box;
              -ms-box-sizing: border-box;
              box-sizing: border-box;
              position: relative;
              width: 116px;
              margin-top: 15px;
              background-color: #fff;
              border-radius: 2px;
              float: left; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__boxWrapper .p-billing__settlement__form__card__security__box:after {
                background-image: url(../../images/v6/sprite_payment_ver3.png);
                background-repeat: no-repeat;
                background-size: 612px 405px;
                background-position: -32px -35px;
                content: " ";
                display: inline-block;
                width: 14px;
                height: 18px;
                vertical-align: middle;
                position: absolute;
                top: 11px;
                right: 10px; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__boxWrapper .p-billing__settlement__form__card__security__box.error:after {
                background-image: url(../../images/v6/sprite_payment_ver3.png);
                background-repeat: no-repeat;
                background-size: 612px 405px;
                background-position: -28px -5px;
                content: " ";
                display: inline-block;
                width: 22px;
                height: 22px;
                vertical-align: middle;
                top: 9px; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__boxWrapper .p-billing__settlement__form__card__security__box.error .p-billing__settlement__form__card__security__box__input {
                color: #ff4c11; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__boxWrapper .p-billing__settlement__form__card__security__box .p-billing__settlement__form__card__security__box__input {
                width: 66px;
                height: 40px;
                padding-left: 15px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                border: none;
                outline: none; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__boxWrapper .p-billing__settlement__form__card__security__helpWrapper {
              float: left;
              width: 300px;
              margin-left: 20px;
              padding-top: 29px; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__boxWrapper .p-billing__settlement__form__card__security__helpWrapper .p-billing__settlement__form__card__security__helpWrapper__text {
                font-size: 12px;
                font-size: 1.2rem;
                color: #7f7f7f; }
            .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__boxWrapper .p-billing__settlement__form__card__security__boxWrapper__errorMsg {
              float: left;
              display: none;
              width: 400px;
              color: #ff4c11;
              white-space: nowrap;
              margin-top: 6px;
              margin-bottom: 6px; }
              .p-billing .p-billing__settlement .p-billing__settlement__form .p-billing__settlement__form__card .p-billing__settlement__form__card__security .p-billing__settlement__form__card__security__boxWrapper .p-billing__settlement__form__card__security__boxWrapper__errorMsg.error {
                display: block; }
    .p-billing .p-billing__settlement .p-billing__settlement__globalError {
      display: none;
      width: 620px;
      margin-top: 20px;
      margin-right: 60px;
      margin-left: 60px;
      padding: 20px;
      background-color: #ff4c11;
      line-height: 1.5;
      font-weight: bold;
      color: #fff; }
      .p-billing .p-billing__settlement .p-billing__settlement__globalError.error {
        display: block; }
    .p-billing .p-billing__settlement .p-billing__settlement__note {
      margin-top: 20px;
      line-height: 2;
      width: 660px;
      margin-right: 60px;
      margin-left: 80px; }
    .p-billing .p-billing__settlement .p-billing__settlement__privacyAgreement {
      width: 640px;
      margin-right: 60px;
      margin-left: 60px;
      margin-top: 20px;
      padding: 10px;
      line-height: 2;
      background-color: #ececec; }
    .p-billing .p-billing__settlement .p-billing__settlement__privacyAgreement__title {
      font-weight: bold; }
    .p-billing .p-billing__settlement .p-billing__settlement__btn {
      margin-top: 50px;
      text-align: center; }
      .p-billing .p-billing__settlement .p-billing__settlement__btn .p-billing__settlement__btn__consent.error .p-billing__settlement__btn__consent__errorMsg {
        display: block; }
      .p-billing .p-billing__settlement .p-billing__settlement__btn .p-billing__settlement__btn__consent .p-billing__settlement__btn__consent__errorMsg {
        display: none;
        margin-bottom: 7px;
        color: #fe3e27; }
      .p-billing .p-billing__settlement .p-billing__settlement__btn .p-billing__settlement__btn__consent .p-billing__settlement__btn__consent__checkbox {
        margin-bottom: 10px; }
  .p-billing .p-billing__thanks {
    width: 780px;
    margin-right: auto;
    margin-left: auto; }
    .p-billing .p-billing__thanks .p-billing__thanks__title {
      margin-bottom: 22px;
      margin-top: 61px;
      text-align: center;
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold; }
    .p-billing .p-billing__thanks .p-billing__thanks__desc {
      width: 640px;
      margin-top: 22px;
      margin-right: auto;
      margin-left: auto;
      line-height: 1.5;
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem; }
    .p-billing .p-billing__thanks .p-billing__thanks__box {
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      width: 500px;
      margin-top: 30px;
      margin-right: auto;
      margin-left: auto;
      background-color: #ececec;
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
      word-break: break-all; }
      .p-billing .p-billing__thanks .p-billing__thanks__box .p-billing__thanks__box__title {
        padding-top: 40px;
        padding-bottom: 14px;
        margin-right: 30px;
        margin-left: 30px;
        border-bottom: 1px solid #ccc;
        text-align: center;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold; }
      .p-billing .p-billing__thanks .p-billing__thanks__box .p-billing__thanks__box__item {
        overflow: hidden;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 12px;
        font-size: 1.2rem; }
        .p-billing .p-billing__thanks .p-billing__thanks__box .p-billing__thanks__box__item.first {
          padding-top: 40px; }
        .p-billing .p-billing__thanks .p-billing__thanks__box .p-billing__thanks__box__item .p-billing__thanks__box__item__key {
          float: left;
          width: 100px;
          font-weight: bold; }
        .p-billing .p-billing__thanks .p-billing__thanks__box .p-billing__thanks__box__item .p-billing__thanks__box__item__value {
          float: right;
          width: 340px;
          text-align: right; }
      .p-billing .p-billing__thanks .p-billing__thanks__box .p-billing__thanks__box__total {
        overflow: hidden;
        border-top: 1px solid #ccc;
        padding-top: 30px;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
        padding-bottom: 40px;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold; }
        .p-billing .p-billing__thanks .p-billing__thanks__box .p-billing__thanks__box__total .p-billing__thanks__box__total__key {
          float: left;
          width: 200px; }
        .p-billing .p-billing__thanks .p-billing__thanks__box .p-billing__thanks__box__total .p-billing__thanks__box__total__value {
          float: right;
          width: 220px;
          text-align: right; }
    .p-billing .p-billing__thanks .p-billing__thanks__btn {
      margin-top: 48px;
      text-align: center; }
    .p-billing .p-billing__thanks .p-billing__thanks__note {
      margin-top: 28px;
      margin-bottom: 100px;
      text-align: center;
      line-height: 1.5; }
  .p-billing .p-billing__testIcon1 {
    background-image: url(../../sprite/images/sprites_v6_biling.png);
    background-position: 0px 0px;
    width: 128px;
    height: 128px;
    background-size: 258px 258px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle; }
  .p-billing .p-billing__testIcon2 {
    background-image: url(../../sprite/images/sprites_v6_biling.png);
    background-position: -130px 0px;
    width: 128px;
    height: 128px;
    background-size: 258px 258px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle; }
  .p-billing .p-billing__testIcon3 {
    background-image: url(../../sprite/images/sprites_v7.png);
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle; }
  .p-billing .p-billing__testIcon4 {
    background-image: url(../../sprite/images/sprites_v7.png);
    background-position: -18px 0px;
    width: 16px;
    height: 16px;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle; }
  .p-billing .p-billing__commonPage {
    width: 780px;
    margin-right: auto;
    margin-left: auto; }
    .p-billing .p-billing__commonPage .p-billing__commonPage__title {
      margin-bottom: 22px;
      margin-top: 50px;
      text-align: center;
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold; }
    .p-billing .p-billing__commonPage .p-billing__commonPage__desc {
      width: 620px;
      margin-top: 30px;
      margin-right: auto;
      margin-left: auto;
      padding-top: 26px;
      padding-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px;
      background-color: #ececec;
      line-height: 1.6;
      font-size: 12px;
      font-size: 1.2rem; }
      .p-billing .p-billing__commonPage .p-billing__commonPage__desc.center {
        text-align: center; }
    .p-billing .p-billing__commonPage .p-billing__commonPage__btn {
      margin-top: 50px;
      text-align: center; }
    .p-billing .p-billing__commonPage .p-billing__commonPage__note {
      margin-top: 32px;
      margin-bottom: 100px;
      text-align: center;
      line-height: 1.5; }
    .p-billing .p-billing__commonPage .p-billing__commonPage__spinner {
      margin-top: 60px;
      text-align: center; }
      .p-billing .p-billing__commonPage .p-billing__commonPage__spinner .sk-spinner-pulse {
        background-color: #d2d2d2; }

.p-billingModal {
  color: #333; }
  .p-billingModal input:-webkit-autofill,
  .p-billingModal input:-webkit-autofill:hover,
  .p-billingModal input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
  .p-billingModal a {
    color: #34aef6;
    text-decoration: none; }
    .p-billingModal a:hover {
      text-decoration: underline; }
  .p-billingModal .p-billingModal__mail .p-billingModal__mail__title {
    margin-top: 2px;
    margin-bottom: 16px;
    line-height: 1;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem; }
  .p-billingModal .p-billingModal__mail .p-billingModal__mail__desc {
    margin-top: 16px;
    line-height: 1.5; }
  .p-billingModal .p-billingModal__mail .p-billingModal__mail__box {
    overflow: hidden;
    margin-top: 32px;
    margin-bottom: 24px;
    padding: 36px 32px;
    background-color: #e4e4e4; }
    .p-billingModal .p-billingModal__mail .p-billingModal__mail__box .p-billingModal__mail__box__label {
      display: inline-block;
      vertical-align: middle;
      width: 111px;
      padding-right: 8px;
      font-weight: bold; }
    .p-billingModal .p-billingModal__mail .p-billingModal__mail__box .p-billingModal__mail__box__email {
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      width: 437px;
      word-break: break-all;
      word-wrap: break-word; }
  .p-billingModal .p-billingModal__mail .p-billingModal__mail__notes {
    margin-left: 1.4em; }
    .p-billingModal .p-billingModal__mail .p-billingModal__mail__notes .p-billingModal__mail__notes__item {
      list-style-type: none;
      line-height: 1.4; }
      .p-billingModal .p-billingModal__mail .p-billingModal__mail__notes .p-billingModal__mail__notes__item:not(:last-child) {
        margin-bottom: 8px; }
      .p-billingModal .p-billingModal__mail .p-billingModal__mail__notes .p-billingModal__mail__notes__item:before {
        content: "※";
        display: inline-block;
        text-indent: -1.4em; }
  .p-billingModal .p-billingModal__mail .p-billingModal__mail__retry {
    margin-top: 40px;
    margin-bottom: 3px;
    text-align: center; }
    .p-billingModal .p-billingModal__mail .p-billingModal__mail__retry a {
      color: #34aef6;
      font-size: 14px;
      font-size: 1.4rem;
      cursor: pointer; }
      .p-billingModal .p-billingModal__mail .p-billingModal__mail__retry a:hover {
        text-decoration: underline; }
  .p-billingModal .p-billingModal__mail .p-billingModal__mail__btn {
    padding-top: 37px;
    padding-bottom: 2px;
    text-align: center; }
    .p-billingModal .p-billingModal__mail .p-billingModal__mail__btn .p-billingModal__mail__btn__link {
      display: inline-block;
      vertical-align: middle;
      color: #34aef6;
      font-size: 14px;
      font-size: 1.4rem;
      cursor: pointer; }
      .p-billingModal .p-billingModal__mail .p-billingModal__mail__btn .p-billingModal__mail__btn__link:hover {
        text-decoration: underline; }
  .p-billingModal .p-billingModal__mail .p-billingModal__mail__footer {
    padding-top: 40px;
    text-align: center; }
    .p-billingModal .p-billingModal__mail .p-billingModal__mail__footer .p-billingModal__mail__footer__link {
      color: #34aef6;
      font-weight: bold;
      text-decoration: none; }
      .p-billingModal .p-billingModal__mail .p-billingModal__mail__footer .p-billingModal__mail__footer__link:hover {
        text-decoration: underline; }
  .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__title {
    text-align: center;
    line-height: 1;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
    .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__title.isLeft {
      text-align: left; }
  .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__desc {
    margin-top: 21px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #7f7f7f; }
    .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__desc.isLeft {
      text-align: left; }
  .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__scoll__content {
    max-height: calc(100vh - 30rem);
    overflow: scroll;
    margin-top: 2.2rem; }
  .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__box {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 410px;
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 56px 31px;
    background-color: #e4e4e4; }
    .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__box .p-billingModal__settlement__box__item {
      overflow: hidden;
      margin-top: 27px; }
      .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__box .p-billingModal__settlement__box__item .p-billingModal__settlement__box__item__key {
        float: left;
        width: 112px; }
      .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__box .p-billingModal__settlement__box__item .p-billingModal__settlement__box__item__value {
        float: right;
        width: 179px;
        text-align: right; }
  .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__trial__note {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #57517a;
    margin-top: 0.4rem; }
  .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__note {
    width: 31.2rem;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 2.1rem auto 0;
    border: 0.1rem solid rgba(68, 63, 95, 0.2);
    padding: 3.2rem 5.6rem;
    padding-left: 4rem; }
    .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__note li {
      padding-left: 1.6rem;
      position: relative; }
      .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__note li::before {
        content: '・';
        position: absolute;
        left: 0;
        width: 1.6rem;
        text-align: center; }
  .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__attention {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 3rem; }
  .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__btn {
    position: relative;
    margin-top: 40px;
    text-align: center; }
    .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__btn .p-billingModal__settlement__btn__loadingPulse {
      position: absolute;
      width: 50px;
      height: 50px;
      top: 8px;
      left: 50%;
      margin-left: -25px;
      background-color: #195476;
      border-radius: 50%;
      animation: sk-pulseScaleOut 1s infinite ease-in-out;
      -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both; }
  .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__serial {
    margin-top: 32px; }
    .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__serial .p-billingModal__settlement__serial__form {
      overflow: hidden;
      padding: 24px 32px;
      background-color: #e4e4e4; }
      .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__serial .p-billingModal__settlement__serial__form .p-billingModal__settlement__serial__form__label {
        display: block;
        float: left;
        width: 112px;
        height: 40px;
        margin-right: 16px;
        line-height: 40px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
      .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__serial .p-billingModal__settlement__serial__form .p-billingModal__settlement__serial__form__box {
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        width: 436px;
        height: 40px;
        padding-right: 14px;
        padding-left: 14px;
        border-radius: 2px;
        background-color: #fff; }
        .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__serial .p-billingModal__settlement__serial__form .p-billingModal__settlement__serial__form__box.error .p-billingModal__settlement__serial__form__box__input {
          color: #ff4c11; }
          .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__serial .p-billingModal__settlement__serial__form .p-billingModal__settlement__serial__form__box.error .p-billingModal__settlement__serial__form__box__input:placeholder-shown {
            color: #ff4c11; }
          .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__serial .p-billingModal__settlement__serial__form .p-billingModal__settlement__serial__form__box.error .p-billingModal__settlement__serial__form__box__input::-webkit-input-placeholder {
            color: #ff4c11; }
          .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__serial .p-billingModal__settlement__serial__form .p-billingModal__settlement__serial__form__box.error .p-billingModal__settlement__serial__form__box__input::-moz-placeholder {
            color: #ff4c11;
            opacity: 1; }
          .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__serial .p-billingModal__settlement__serial__form .p-billingModal__settlement__serial__form__box.error .p-billingModal__settlement__serial__form__box__input:-ms-input-placeholder {
            color: #ff4c11; }
        .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__serial .p-billingModal__settlement__serial__form .p-billingModal__settlement__serial__form__box .p-billingModal__settlement__serial__form__box__input {
          display: block;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          width: 100%;
          height: 40px;
          background-color: inherit;
          border: none;
          outline: none;
          font-size: 14px;
          font-size: 1.4rem; }
    .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__serial .p-billingModal__settlement__serial__error .p-billingModal__settlement__serial__error__msg {
      display: none;
      padding: 9px 20px;
      background-color: #ff4c11;
      line-height: 1;
      color: #fff;
      font-weight: bold; }
      .p-billingModal .p-billingModal__settlement .p-billingModal__settlement__serial .p-billingModal__settlement__serial__error .p-billingModal__settlement__serial__error__msg.error {
        display: block; }
  .p-billingModal .p-billingModal__settlement__wrapper {
    top: 50% !important; }
    .p-billingModal .p-billingModal__settlement__wrapper .p-billingModal__settlement__box {
      margin-top: 0; }

.c-modal__content.c-modal__content--lightBg.premium {
  top: 40%; }

.c-modal__content.c-modal__content--lightBg .c-modal__content__box.premium {
  padding-top: 48px;
  padding-right: 40px;
  padding-bottom: 48px;
  padding-left: 40px; }
  .c-modal__content.c-modal__content--lightBg .c-modal__content__box.premium .c-modal__content__box__close {
    top: 10px;
    right: 10px; }

.p-consentModal {
  color: #333; }
  .p-consentModal input:-webkit-autofill,
  .p-consentModal input:-webkit-autofill:hover,
  .p-consentModal input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
  .p-consentModal a {
    color: #34aef6;
    text-decoration: none; }
    .p-consentModal a:hover {
      text-decoration: underline; }
  .p-consentModal .c-modal__content.c-modal__content--lightBg {
    box-sizing: border-box;
    width: 100%;
    max-width: 48.4rem;
    height: auto;
    min-height: 200px;
    margin-top: 0;
    margin-left: 0;
    background-color: #f7f7f7;
    border-radius: 16px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
    @media (max-width: 1000px) {
      .p-consentModal .c-modal__content.c-modal__content--lightBg {
        top: 40%; } }
    .p-consentModal .c-modal__content.c-modal__content--lightBg .c-modal__content__box {
      padding: 4.8rem 5.2rem 0.8rem; }
      .p-consentModal .c-modal__content.c-modal__content--lightBg .c-modal__content__box .c-modal__content__box__close {
        position: absolute;
        background-image: url(../../images/v6/sprite_payment_ver3.png);
        background-repeat: no-repeat;
        background-size: 612px 405px;
        background-position: -58px -6px;
        content: " ";
        display: inline-block;
        width: 21px;
        height: 21px;
        vertical-align: middle;
        top: 1.6rem;
        right: 1.6rem;
        z-index: 999999;
        cursor: pointer; }
  .p-consentModal .p-consentModal__mail .p-consentModal__mail__title {
    margin-top: 2px;
    margin-bottom: 16px;
    line-height: 1;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem; }
  .p-consentModal .p-consentModal__mail .p-consentModal__mail__desc {
    margin-top: 1.6rem;
    line-height: 1.5; }
  .p-consentModal .p-consentModal__mail .p-consentModal__mail__box {
    overflow: hidden;
    margin-top: 3.2rem;
    margin-bottom: 2.4rem;
    padding: 3.6rem 3.2rem;
    background-color: #e4e4e4; }
    .p-consentModal .p-consentModal__mail .p-consentModal__mail__box .p-consentModal__mail__box__label {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      max-width: 11.1rem;
      padding-right: 8px;
      font-weight: bold; }
    .p-consentModal .p-consentModal__mail .p-consentModal__mail__box .p-consentModal__mail__box__email {
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      max-width: 43.7rem;
      word-break: break-all;
      word-wrap: break-word; }
  .p-consentModal .p-consentModal__mail .p-consentModal__mail__notes {
    margin-left: 1.4em; }
    .p-consentModal .p-consentModal__mail .p-consentModal__mail__notes .p-consentModal__mail__notes__item {
      list-style-type: none;
      line-height: 1.4; }
      .p-consentModal .p-consentModal__mail .p-consentModal__mail__notes .p-consentModal__mail__notes__item:not(:last-child) {
        margin-bottom: 8px; }
      .p-consentModal .p-consentModal__mail .p-consentModal__mail__notes .p-consentModal__mail__notes__item:before {
        content: "※";
        display: inline-block;
        text-indent: -1.4em; }
  .p-consentModal .p-consentModal__mail .p-consentModal__mail__retry {
    margin-top: 4.0rem;
    margin-bottom: 0.3rem;
    text-align: center; }
    .p-consentModal .p-consentModal__mail .p-consentModal__mail__retry a {
      color: #34aef6;
      font-size: 14px;
      font-size: 1.4rem;
      cursor: pointer; }
      .p-consentModal .p-consentModal__mail .p-consentModal__mail__retry a:hover {
        text-decoration: underline; }
  .p-consentModal .p-consentModal__mail .p-consentModal__mail__btn {
    padding-top: 3.7rem;
    padding-bottom: 0.2rem;
    text-align: center; }
    .p-consentModal .p-consentModal__mail .p-consentModal__mail__btn .p-consentModal__mail__btn__link {
      display: inline-block;
      vertical-align: middle;
      color: #34aef6;
      font-size: 14px;
      font-size: 1.4rem;
      cursor: pointer; }
      .p-consentModal .p-consentModal__mail .p-consentModal__mail__btn .p-consentModal__mail__btn__link:hover {
        text-decoration: underline; }
  .p-consentModal .p-consentModal__mail .p-consentModal__mail__footer {
    padding-top: 4.0rem;
    text-align: center; }
    .p-consentModal .p-consentModal__mail .p-consentModal__mail__footer .p-consentModal__mail__footer__link {
      color: #34aef6;
      font-weight: bold;
      text-decoration: none; }
      .p-consentModal .p-consentModal__mail .p-consentModal__mail__footer .p-consentModal__mail__footer__link:hover {
        text-decoration: underline; }
  .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__title {
    text-align: center;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: bold; }
    .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__title.isLeft {
      text-align: left; }
  .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__note {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding-top: 1.6rem; }
  .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__desc__box {
    padding-top: 1.0rem; }
    .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__desc__box .p-consentModal__confirmation__desc {
      margin-top: 1.2rem;
      text-align: left;
      font-size: 1.4rem;
      line-height: 1.4;
      color: #7f7f7f; }
      .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__desc__box .p-consentModal__confirmation__desc.isLeft {
        text-align: left; }
  .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__info__box {
    margin: 0; }
  .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__info1 {
    margin-top: 2.4rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333333; }
  .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__info2 {
    margin-top: 0.8rem;
    text-align: left;
    font-size: 1.4rem;
    color: #ff4c11; }
  .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__info3 {
    margin-top: 0.8rem;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #7f7f7f; }
  .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__info4 {
    margin: 2.4rem 0 4.0rem;
    text-align: center;
    font-size: 1.4rem;
    color: black;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 2.4rem; }
  .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__terms {
    text-align: center;
    margin: 2.4rem 0 0.2rem; }
    .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__terms .p-consentModal__confirmation__terms__link {
      font-size: 1.2rem;
      color: #333333;
      text-decoration: underline;
      cursor: pointer; }
      .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__terms .p-consentModal__confirmation__terms__link:hover {
        opacity: 0.7; }
  .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form {
    position: relative; }
    .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form:after {
      content: '';
      display: block;
      clear: both; }
    .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form .p-billing__confirmation__form__label {
      float: left;
      width: 100%;
      max-width: 16.0rem;
      padding-top: 29px;
      line-height: 1;
      text-align: right;
      font-size: 12px;
      font-size: 1.2rem; }
    .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form .p-billing__confirmation__form__boxWrapper {
      float: left;
      width: 100%;
      max-width: 40.0rem;
      margin-left: 6.0rem; }
      .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form .p-billing__confirmation__form__boxWrapper .p-billing__confirmation__box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 3.0rem 0;
        font-size: 1.4rem;
        color: #333333; }
        .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form .p-billing__confirmation__form__boxWrapper .p-billing__confirmation__box .p-billing__confirmation__box__info {
          margin-right: 12.4rem; }
        .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form .p-billing__confirmation__form__boxWrapper .p-billing__confirmation__box .p-billing__confirmation__box__year {
          margin-right: 0.5rem; }
        .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form .p-billing__confirmation__form__boxWrapper .p-billing__confirmation__box .p-billing__confirmation__box__month {
          margin: 0 0.5rem; }
    .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form .p-billing__confirmation__form__box {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin-top: 1.7rem;
      margin-bottom: 1.2rem;
      font-size: 14px;
      font-size: 1.4rem; }
      .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form .p-billing__confirmation__form__box.error:after {
        position: absolute;
        top: 9px;
        left: 59px;
        background-image: url(../../images/v6/sprite_payment_ver3.png);
        background-repeat: no-repeat;
        background-size: 612px 405px;
        background-position: -28px -5px;
        content: " ";
        display: inline-block;
        width: 22px;
        height: 22px;
        vertical-align: middle; }
      .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form .p-billing__confirmation__form__box.error .p-billing__confirmation__form__box__label .p-billing__confirmation__form__box__label__select {
        color: #ff4c11; }
      .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form .p-billing__confirmation__form__box .p-billing__confirmation__form__box__label {
        position: relative; }
        .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form .p-billing__confirmation__form__box .p-billing__confirmation__form__box__label:after {
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -3px;
          z-index: 1;
          pointer-events: none;
          background-image: url(../../images/v6/sprite_dashboard_v6.png);
          background-repeat: no-repeat;
          background-size: 376px 150px;
          background-position: -73px -10px;
          content: " ";
          display: inline-block;
          width: 9px;
          height: 6px;
          vertical-align: middle; }
        .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form .p-billing__confirmation__form__box .p-billing__confirmation__form__box__label .p-billing__confirmation__form__box__label__select {
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          display: inline-block;
          width: 100px;
          height: 40px;
          padding: 0.5rem 0.9rem 0.5rem 1.2rem;
          border: none;
          border-radius: 2px;
          color: #666;
          background-color: #fff;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          outline: none;
          cursor: pointer; }
          .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form .p-billing__confirmation__form__box .p-billing__confirmation__form__box__label .p-billing__confirmation__form__box__label__select::-ms-expand {
            display: none; }
      .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form .p-billing__confirmation__form__box .p-billing__confirmation__form__box__unit {
        margin-right: 2.8rem;
        margin-left: 0.8rem;
        font-size: 1.4rem; }
    .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form .p-billing__confirmation__form__errorMsg {
      font-size: 1.2rem;
      color: #ff4c11;
      white-space: nowrap;
      padding-bottom: 1.2rem; }
      .p-consentModal .p-consentModal__confirmation .p-billing__confirmation__form .p-billing__confirmation__form__errorMsg.error {
        display: block; }
  .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__box {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 1.6rem;
    background-color: #ececec; }
    .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__box .p-consentModal__confirmation__box__item {
      overflow: hidden;
      margin-top: 2.7rem; }
      .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__box .p-consentModal__confirmation__box__item .p-consentModal__confirmation__box__item__key {
        float: left;
        width: 100%;
        max-width: 11.2rem; }
      .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__box .p-consentModal__confirmation__box__item .p-consentModal__confirmation__box__item__value {
        float: right;
        width: 100%;
        max-width: 17.9rem;
        text-align: right; }
  .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__btn {
    position: relative;
    margin-top: 4.0rem;
    text-align: center; }
    .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__btn .p-billingBtn1 {
      box-sizing: border-box;
      position: relative;
      display: inline-block;
      width: 100%;
      width: 16.2rem;
      height: 4.0rem;
      padding: 1.3rem 0;
      text-align: center;
      line-height: 1.2;
      font-size: 1.4rem;
      font-weight: bold;
      border-radius: 20px;
      border: solid 1px #ffc510;
      background-color: #f7f7f7;
      color: #222222;
      outline: none;
      cursor: pointer; }
      .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__btn .p-billingBtn1:hover:not(.p-billingBtn--disabled) {
        opacity: .7;
        text-align: center;
        text-decoration: none !important; }
      .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__btn .p-billingBtn1.p-billingBtn--default {
        background-color: #34aef6;
        color: #fff; }
      .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__btn .p-billingBtn1.p-billingBtn--primary {
        background-color: #f7f7f7;
        color: #34aef6; }
      .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__btn .p-billingBtn1.p-billingBtn--disabled {
        background-color: #a0a0a0;
        border: solid 1px #a0a0a0;
        color: #fff;
        cursor: default; }
    .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__btn .p-billingBtn2 {
      box-sizing: border-box;
      position: relative;
      display: inline-block;
      width: 100%;
      width: 16.0rem;
      height: 4.0rem;
      padding: 1.3rem 0;
      text-align: center;
      line-height: 1.2;
      font-size: 1.4rem;
      font-weight: bold;
      border-radius: 20px;
      border: solid 1px #ffc510;
      background-color: #ffc510;
      color: #222222;
      outline: none;
      cursor: pointer;
      margin-left: 1.5rem; }
      .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__btn .p-billingBtn2:hover:not(.p-billingBtn--disabled) {
        opacity: .7;
        text-align: center;
        text-decoration: none !important; }
      .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__btn .p-billingBtn2.p-billingBtn--default {
        background-color: #34aef6;
        color: #fff; }
      .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__btn .p-billingBtn2.p-billingBtn--primary {
        background-color: #f7f7f7;
        color: #34aef6; }
      .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__btn .p-billingBtn2.p-billingBtn--disabled {
        background-color: #a0a0a0;
        border: solid 1px #a0a0a0;
        color: #fff;
        cursor: default; }
  .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__serial {
    margin-top: 3.2rem; }
    .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__serial .p-consentModal__confirmation__serial__form {
      overflow: hidden;
      padding: 2.4rem 3.2rem;
      background-color: #e4e4e4; }
      .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__serial .p-consentModal__confirmation__serial__form .p-consentModal__confirmation__serial__form__label {
        display: block;
        float: left;
        width: 100%;
        max-width: 11.2rem;
        height: 4.0rem;
        margin-right: 1.6rem;
        line-height: 4.0rem;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
      .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__serial .p-consentModal__confirmation__serial__form .p-consentModal__confirmation__serial__form__box {
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        width: 100%;
        max-width: 43.6rem;
        height: 4.0rem;
        padding-right: 1.4rem;
        padding-left: 1.4rem;
        border-radius: 2px;
        background-color: #fff; }
        .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__serial .p-consentModal__confirmation__serial__form .p-consentModal__confirmation__serial__form__box.error .p-consentModal__confirmation__serial__form__box__input {
          color: #ff4c11; }
          .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__serial .p-consentModal__confirmation__serial__form .p-consentModal__confirmation__serial__form__box.error .p-consentModal__confirmation__serial__form__box__input:placeholder-shown {
            color: #ff4c11; }
          .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__serial .p-consentModal__confirmation__serial__form .p-consentModal__confirmation__serial__form__box.error .p-consentModal__confirmation__serial__form__box__input::-webkit-input-placeholder {
            color: #ff4c11; }
          .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__serial .p-consentModal__confirmation__serial__form .p-consentModal__confirmation__serial__form__box.error .p-consentModal__confirmation__serial__form__box__input::-moz-placeholder {
            color: #ff4c11;
            opacity: 1; }
          .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__serial .p-consentModal__confirmation__serial__form .p-consentModal__confirmation__serial__form__box.error .p-consentModal__confirmation__serial__form__box__input:-ms-input-placeholder {
            color: #ff4c11; }
        .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__serial .p-consentModal__confirmation__serial__form .p-consentModal__confirmation__serial__form__box .p-consentModal__confirmation__serial__form__box__input {
          display: block;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          width: 100%;
          height: 4.0rem;
          background-color: inherit;
          border: none;
          outline: none;
          font-size: 14px;
          font-size: 1.4rem; }
    .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__serial .p-consentModal__confirmation__serial__error .p-consentModal__confirmation__serial__error__msg {
      display: none;
      padding: 0.9rem 2.0rem;
      background-color: #ff4c11;
      line-height: 1;
      color: #fff;
      font-weight: bold; }
      .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__serial .p-consentModal__confirmation__serial__error .p-consentModal__confirmation__serial__error__msg.error {
        display: block; }

html.lightBg,
body.lightBg {
  background: #f7f7f7; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; } }

.p-premium__landing__main__header__slider__item.active .p-premium__animateDelay {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -moz-adnimation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
  .p-premium__landing__main__header__slider__item.active .p-premium__animateDelay.DelayStart {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .p-premium__landing__main__header__slider__item.active .p-premium__animateDelay.DelayBtn {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }

.p-premiumBtn,
.p-premiumBtn.waves-button {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  min-width: 300px;
  padding: 21px 8px;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 4px;
  border: solid 1px #34aef6;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .p-premiumBtn:hover:not(.p-premiumBtn--disabled),
  .p-premiumBtn.waves-button:hover:not(.p-premiumBtn--disabled) {
    opacity: .7;
    text-align: center;
    text-decoration: none !important; }
  .p-premiumBtn.p-premiumBtn--default,
  .p-premiumBtn.waves-button.p-premiumBtn--default {
    background-color: #34aef6;
    color: #fff; }
  .p-premiumBtn.p-premiumBtn--primary,
  .p-premiumBtn.waves-button.p-premiumBtn--primary {
    background-color: #f7f7f7;
    color: #34aef6; }
  .p-premiumBtn.p-premiumBtn--disabled,
  .p-premiumBtn.waves-button.p-premiumBtn--disabled {
    background-color: #a0a0a0;
    border: solid 1px #a0a0a0;
    color: #fff;
    cursor: default; }

.p-premium__landingBtn {
  text-align: center; }
  .p-premium__landingBtn.top {
    position: absolute;
    z-index: 10;
    top: 410px;
    width: 100%;
    min-width: 1100px;
    text-align: center; }
  .p-premium__landingBtn .p-premium__landingBtn__title {
    font-size: 16px;
    font-size: 1.6rem;
    color: #34aef6; }
    .p-premium__landingBtn .p-premium__landingBtn__title.black {
      color: #000; }
    .p-premium__landingBtn .p-premium__landingBtn__title.white {
      color: #fff; }
  .p-premium__landingBtn .p-premium__landingBtn__btn {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 300px;
    height: 65px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 15px;
    background-color: #6ec4f6; }
    .p-premium__landingBtn .p-premium__landingBtn__btn:hover {
      text-decoration: none !important;
      text-align: center; }
    .p-premium__landingBtn .p-premium__landingBtn__btn.p-premiumBtn--coming {
      margin-bottom: 50px; }
    .p-premium__landingBtn .p-premium__landingBtn__btn.p-premiumBtn--signup {
      background-color: #34aef6;
      line-height: 2.3;
      color: #fff; }
      .p-premium__landingBtn .p-premium__landingBtn__btn.p-premiumBtn--signup:hover {
        background-color: #6ec4f6; }
    .p-premium__landingBtn .p-premium__landingBtn__btn.p-premiumBtn--login {
      background-color: #fff;
      color: #34aef6;
      line-height: 2.3;
      margin-left: 50px; }
      .p-premium__landingBtn .p-premium__landingBtn__btn.p-premiumBtn--login:hover {
        background-color: #d0d0d0; }
    .p-premium__landingBtn .p-premium__landingBtn__btn.p-premiumBtn--default {
      background-color: #34aef6;
      color: #fff; }
      .p-premium__landingBtn .p-premium__landingBtn__btn.p-premiumBtn--default:hover {
        background-color: #6ec4f6; }
    .p-premium__landingBtn .p-premium__landingBtn__btn.is-premium {
      line-height: 2.3; }
    .p-premium__landingBtn .p-premium__landingBtn__btn .p-premium__landingBtn__btn__textPremium {
      font-size: 18px;
      font-size: 1.8rem; }
    .p-premium__landingBtn .p-premium__landingBtn__btn .p-premium__landingBtn__btn__textPrice {
      font-size: 12px;
      font-size: 1.2rem;
      margin-top: 5px; }

.p-premium {
  color: #333; }
  .p-premium a {
    color: #34aef6;
    text-decoration: none; }
    .p-premium a:hover {
      text-decoration: underline; }
  .p-premium input:-webkit-autofill,
  .p-premium input:-webkit-autofill:hover,
  .p-premium input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
  .p-premium .p-premium__landing__main {
    width: 100%;
    margin-top: 59px; }
    .p-premium .p-premium__landing__main .p-premium__landing__main__title {
      width: 1100px;
      margin: 0 auto; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__title .p-premium__landing__main__titleB {
        font-size: 30px;
        font-size: 3rem;
        font-weight: normal;
        color: #333;
        text-align: center;
        padding-top: 40px; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__title .p-premium__landing__main__titleS {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
        color: #888;
        text-align: center;
        margin-top: 4px; }
    .p-premium .p-premium__landing__main .p-premium__landing__main__header {
      height: 520px;
      background-color: #000; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider {
        width: 100%;
        min-width: 1100px;
        position: relative;
        z-index: 1; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme {
          position: absolute;
          z-index: 20;
          width: 100%;
          min-width: 1100px;
          text-align: center; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__icon {
            margin-top: 68px; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__icon.icon0 {
              background-image: url(../../images/v6/sprite_premium_landing.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -234px -141px;
              content: " ";
              display: inline-block;
              width: 63px;
              height: 61px;
              vertical-align: middle; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__icon.icon1 {
              background-image: url(../../images/v6/sprite_premium_landing.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -6px -141px;
              content: " ";
              display: inline-block;
              width: 63px;
              height: 61px;
              vertical-align: middle; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__icon.icon2 {
              background-image: url(../../images/v6/sprite_premium_landing.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -153px -141px;
              content: " ";
              display: inline-block;
              width: 74px;
              height: 61px;
              vertical-align: middle; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__icon.icon3 {
              background-image: url(../../images/v6/sprite_premium_landing.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -76px -141px;
              content: " ";
              display: inline-block;
              width: 66px;
              height: 61px;
              vertical-align: middle; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__title {
            font-size: 45px;
            font-size: 4.5rem;
            font-weight: bold;
            margin-top: 60px;
            color: #fff; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__title.blue {
              color: #34aef6; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__title.english {
              margin-top: 35px; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__titleS {
            font-size: 20px;
            font-size: 2rem;
            margin-top: 10px;
            font-weight: normal;
            color: #fff; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__titleS.opacity {
              opacity: 0.5; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__titleS.fontBold {
              font-weight: bold; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__titleSmallText {
            font-size: 12px;
            font-size: 1.2rem;
            margin-top: 10px;
            font-weight: normal;
            color: #fff; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__titleSmallText.opacity {
              opacity: 0.5; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__bg {
          width: 100%;
          height: 520px;
          min-width: 1100px; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__bg.images00 {
            background: url(../../images/v6/header_landing_img0.png) top center; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__bg.images01 {
            background: url(../../images/v6/header_landing_img1.png) top center; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__bg.images02 {
            background: url(../../images/v6/header_landing_img2.png) top center; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__bg.images03 {
            background: url(../../images/v6/header_landing_img3.png) top center; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__stage {
          position: relative;
          -ms-touch-action: pan-Y; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__outer {
          width: 100%;
          height: 520px;
          position: relative;
          overflow: hidden;
          -webkit-transform: translate3d(0px, 0px, 0px); }
        .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__item {
          position: relative;
          min-height: 1px;
          float: left;
          -webkit-backface-visibility: hidden;
          -webkit-tap-highlight-color: transparent;
          -webkit-touch-callout: none; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__item img {
          display: block; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__nav.disabled, .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__dots.disabled {
          display: none; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__nav .p-premium__landing__main__header__slider__nav__prev, .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__nav .p-premium__landing__main__header__slider__nav__next {
          cursor: pointer;
          cursor: hand;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__dot {
          cursor: pointer;
          cursor: hand;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__nav__prev {
        float: left;
        margin-left: 30px; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__nav__next {
        float: right;
        margin-right: 30px; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider.owl-loaded {
        display: block; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider.owl-loading {
        opacity: 0;
        display: block; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__sliderowl-hidden {
        opacity: 0; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider.p-premium__landing__main__header__slider__refresh .p-premium__landing__main__header__slider__item {
        display: none; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__sliderowl-drag .p-premium__landing__main__header__slider__item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider.owl-rtl {
        direction: rtl; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider.owl-rtl .p-premium__landing__main__header__slider__item {
          float: right; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__header .no-js .p-premium__landing__main__header__slider {
        display: block; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__nav {
        position: absolute;
        width: 100%;
        top: 45%;
        z-index: 10;
        text-align: center;
        -webkit-tap-highlight-color: transparent; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__nav [class*='owl-'] {
          color: #FFF;
          font-size: 14px;
          width: 88px;
          height: 88px;
          margin: 5px;
          display: inline-block;
          line-height: 42px;
          cursor: pointer;
          font-size: 24px;
          font-weight: bold; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__nav [class*='owl-']:hover {
            opacity: 0.7; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__nav .disabled {
          opacity: 0.5;
          cursor: default; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__nav.disabled + .p-premium__landing__main__header__slider__dots {
          margin-top: 10px; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__dots {
        text-align: center;
        position: absolute;
        bottom: 30px;
        width: 100%;
        min-width: 1100px; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__dots .p-premium__landing__main__header__slider__dot {
          display: inline-block;
          zoom: 1;
          vertical-align: middle;
          *display: inline; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__dots .p-premium__landing__main__header__slider__dot span {
            width: 10px;
            height: 10px;
            margin: 7px 7px 7px 7px;
            background: #fff;
            text-align: center;
            display: inline-block;
            border-radius: 50%; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__dots .p-premium__landing__main__header__slider__dot.active span, .p-premium .p-premium__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__dots .p-premium__landing__main__header__slider__dot:hover span {
            background-color: #34aef6;
            border-radius: 50%; }
    .p-premium .p-premium__landing__main .p-premium__landing__main__plan {
      text-align: center; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__plan .p-premium__landing__main__plan__content {
        width: 1100px;
        margin: 0 auto;
        font-size: 0px;
        font-size: 0rem; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__plan .p-premium__landing__main__plan__content .p-premium__landing__main__plan__table {
          width: 340px;
          height: 600px;
          display: inline-block;
          border-radius: 10px;
          margin-top: 36px;
          margin-bottom: 50px;
          margin-left: 30px;
          margin-right: 30px;
          background-color: #fff;
          box-shadow: 0 4px 4px 4px rgba(221, 221, 221, 0.5);
          position: relative; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__plan .p-premium__landing__main__plan__content .p-premium__landing__main__plan__table .p-premium__landing__main__plan__table__stickerU {
            background-image: url(../../images/v6/sprite_premium_landing.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -8px -39px;
            content: " ";
            display: inline-block;
            width: 59px;
            height: 59px;
            vertical-align: middle;
            position: absolute;
            top: 0px;
            left: 0px; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__plan .p-premium__landing__main__plan__content .p-premium__landing__main__plan__table .p-premium__landing__main__plan__table__stickerD {
            background-image: url(../../images/v6/sprite_premium_landing.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -72px -40px;
            content: " ";
            display: inline-block;
            width: 58px;
            height: 58px;
            vertical-align: middle;
            position: absolute;
            bottom: 0px;
            right: 0px; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__plan .p-premium__landing__main__plan__content .p-premium__landing__main__plan__table .p-premium__landing__main__plan__table__header {
            height: 70px; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__plan .p-premium__landing__main__plan__content .p-premium__landing__main__plan__table .p-premium__landing__main__plan__table__header.gray {
              background-color: #888;
              border-radius: 10px 10px 0px 0px;
              text-align: center; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__plan .p-premium__landing__main__plan__content .p-premium__landing__main__plan__table .p-premium__landing__main__plan__table__header.blue {
              background-color: #34aef6;
              border-radius: 10px 10px 0px 0px;
              text-align: center; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__plan .p-premium__landing__main__plan__content .p-premium__landing__main__plan__table .p-premium__landing__main__plan__table__header .p-premium__landing__main__plan__table__header__title {
              font-size: 30px;
              font-size: 3rem;
              color: #fff;
              padding-top: 18px; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__plan .p-premium__landing__main__plan__content .p-premium__landing__main__plan__table .p-premium__landing__main__plan__table__price {
            font-size: 40px;
            font-size: 4rem;
            color: #000;
            padding-top: 20px;
            font-weight: bold; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__plan .p-premium__landing__main__plan__content .p-premium__landing__main__plan__table .p-premium__landing__main__plan__table__price.Small {
              font-size: 16px;
              font-size: 1.6rem;
              color: #000;
              font-weight: normal; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__plan .p-premium__landing__main__plan__content .p-premium__landing__main__plan__table .p-premium__landing__main__plan__table__textBox {
            font-weight: normal;
            text-align: left;
            padding-top: 20px;
            padding-left: 30px;
            font-size: 16px;
            font-size: 1.6rem;
            float: left; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__plan .p-premium__landing__main__plan__content .p-premium__landing__main__plan__table .p-premium__landing__main__plan__table__textBox .p-premium__landing__main__plan__table__textBox__text {
              color: #888;
              margin-bottom: 25px; }
              .p-premium .p-premium__landing__main .p-premium__landing__main__plan .p-premium__landing__main__plan__content .p-premium__landing__main__plan__table .p-premium__landing__main__plan__table__textBox .p-premium__landing__main__plan__table__textBox__text.blue {
                color: #34aef6; }
    .p-premium .p-premium__landing__main .p-premium__landing__main__function {
      background-color: #fff; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__function .p-premium__landing__main__function__content {
        width: 846px;
        margin: 0 auto;
        margin-top: 50px;
        padding-left: 127px;
        padding-right: 127px; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__function .p-premium__landing__main__function__content .p-premium__landing__main__function__content__list {
          height: 277px;
          padding-bottom: 23px; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__function .p-premium__landing__main__function__content .p-premium__landing__main__function__content__list:before, .p-premium .p-premium__landing__main .p-premium__landing__main__function .p-premium__landing__main__function__content .p-premium__landing__main__function__content__list:after {
            content: "";
            display: table; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__function .p-premium__landing__main__function__content .p-premium__landing__main__function__content__list:after {
            clear: both; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__function .p-premium__landing__main__function__content .p-premium__landing__main__function__content__list:last-child {
            padding-bottom: 60px; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__function .p-premium__landing__main__function__content .p-premium__landing__main__function__content__list .p-premium__landing__main__function__content__list__img {
            width: 410px;
            height: 231px;
            float: left;
            display: inline-block;
            box-shadow: 0 2px 2px 2px rgba(221, 221, 221, 0.3); }
            .p-premium .p-premium__landing__main .p-premium__landing__main__function .p-premium__landing__main__function__content .p-premium__landing__main__function__content__list .p-premium__landing__main__function__content__list__img img {
              width: 410px; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__function .p-premium__landing__main__function__content .p-premium__landing__main__function__content__list .p-premium__landing__main__function__content__list__text {
            width: 365px;
            height: 231px;
            padding-left: 90px;
            display: table-cell;
            vertical-align: middle;
            text-align: left; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__function .p-premium__landing__main__function__content .p-premium__landing__main__function__content__list .p-premium__landing__main__function__content__list__text .p-premium__landing__main__function__content__list__text__icon.icon1 {
              background-image: url(../../images/v6/sprite_premium_landing.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -7px -5px;
              content: " ";
              display: inline-block;
              width: 25px;
              height: 25px;
              vertical-align: middle; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__function .p-premium__landing__main__function__content .p-premium__landing__main__function__content__list .p-premium__landing__main__function__content__list__text .p-premium__landing__main__function__content__list__text__icon.icon2 {
              background-image: url(../../images/v6/sprite_premium_landing.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -36px -5px;
              content: " ";
              display: inline-block;
              width: 25px;
              height: 25px;
              vertical-align: middle; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__function .p-premium__landing__main__function__content .p-premium__landing__main__function__content__list .p-premium__landing__main__function__content__list__text .p-premium__landing__main__function__content__list__text__icon.icon3 {
              background-image: url(../../images/v6/sprite_premium_landing.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -66px -5px;
              content: " ";
              display: inline-block;
              width: 25px;
              height: 25px;
              vertical-align: middle; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__function .p-premium__landing__main__function__content .p-premium__landing__main__function__content__list .p-premium__landing__main__function__content__list__text .p-premium__landing__main__function__content__list__text__title {
              font-size: 18px;
              font-size: 1.8rem;
              margin-top: 8px;
              color: #000;
              font-weight: bold; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__function .p-premium__landing__main__function__content .p-premium__landing__main__function__content__list .p-premium__landing__main__function__content__list__text .p-premium__landing__main__function__content__list__text__titleC {
              font-size: 13px;
              font-size: 1.3rem;
              margin-top: 16px;
              color: #666;
              font-weight: normal;
              line-height: 1.8; }
    .p-premium .p-premium__landing__main .p-premium__landing__main__coming {
      width: 1100px;
      margin: 0 auto; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__coming .p-premium__landing__main__coming__title {
        font-size: 20px;
        font-size: 2rem;
        font-weight: normal;
        color: #333;
        text-align: center;
        margin-top: 48px; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__coming .p-premium__landing__main__coming__titleS {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
        color: #888;
        text-align: center;
        margin-top: 10px; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__coming .p-premium__landing__main__coming__content {
        margin-top: 23px;
        margin-bottom: 50px;
        text-align: center;
        font-size: 0px;
        font-size: 0rem; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__coming .p-premium__landing__main__coming__content .p-premium__landing__main__coming__content__box {
          width: 296px;
          height: 206px;
          background-color: #fff;
          text-align: center;
          display: inline-block;
          vertical-align: top;
          margin-left: 12px;
          margin-right: 12px;
          box-shadow: 5px 5px 5px 5px rgba(242, 242, 242, 0.9); }
          .p-premium .p-premium__landing__main .p-premium__landing__main__coming .p-premium__landing__main__coming__content .p-premium__landing__main__coming__content__box .p-premium__landing__main__coming__content__box__icon {
            margin-top: 16px; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__coming .p-premium__landing__main__coming__content .p-premium__landing__main__coming__content__box .p-premium__landing__main__coming__content__box__icon.icon1 {
              background-image: url(../../images/v6/sprite_premium_landing.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -94px -5px;
              content: " ";
              display: inline-block;
              width: 30px;
              height: 25px;
              vertical-align: middle; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__coming .p-premium__landing__main__coming__content .p-premium__landing__main__coming__content__box .p-premium__landing__main__coming__content__box__icon.icon2 {
              background-image: url(../../images/v6/sprite_premium_landing.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -126px -5px;
              content: " ";
              display: inline-block;
              width: 27px;
              height: 25px;
              vertical-align: middle; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__coming .p-premium__landing__main__coming__content .p-premium__landing__main__coming__content__box .p-premium__landing__main__coming__content__box__icon.icon3 {
              background-image: url(../../images/v6/sprite_premium_landing.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -155px -5px;
              content: " ";
              display: inline-block;
              width: 29px;
              height: 25px;
              vertical-align: middle; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__coming .p-premium__landing__main__coming__content .p-premium__landing__main__coming__content__box .p-premium__landing__main__coming__content__box__comingsoon {
            color: #fff;
            text-align: center;
            margin-top: 20px;
            font-size: 12px;
            font-size: 1.2rem; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__coming .p-premium__landing__main__coming__content .p-premium__landing__main__coming__content__box .p-premium__landing__main__coming__content__box__comingsoon span {
              background-color: #34aef6;
              padding: 5px 10px;
              border-radius: 2px; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__coming .p-premium__landing__main__coming__content .p-premium__landing__main__coming__content__box .p-premium__landing__main__coming__content__box__released {
            color: #fff;
            text-align: center;
            margin-top: 20px;
            font-size: 12px;
            font-size: 1.2rem; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__coming .p-premium__landing__main__coming__content .p-premium__landing__main__coming__content__box .p-premium__landing__main__coming__content__box__released span {
              background-color: #ff4c11;
              padding: 5px 10px;
              border-radius: 2px; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__coming .p-premium__landing__main__coming__content .p-premium__landing__main__coming__content__box .p-premium__landing__main__coming__content__box__title {
            font-size: 16px;
            font-size: 1.6rem;
            margin-top: 14px;
            color: #a0a0a0; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__coming .p-premium__landing__main__coming__content .p-premium__landing__main__coming__content__box .p-premium__landing__main__coming__content__box__title.released {
              color: #000;
              font-weight: bold; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__coming .p-premium__landing__main__coming__content .p-premium__landing__main__coming__content__box .p-premium__landing__main__coming__content__box__text {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 2.2;
            font-weight: normal;
            margin-top: 14px;
            padding: 0 15px; }
    .p-premium .p-premium__landing__main .p-premium__landing__main__planTable {
      background-color: #fff; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content {
        width: 1100px;
        margin: 0 auto;
        text-align: center; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table {
          width: 846px;
          margin-top: 45px;
          display: inline-block; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table tr {
            height: 60px; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table tr.top {
              height: 37px; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table tr.gray {
              background-color: #f3f3f3; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table th {
            width: 518px; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table th.date {
              font-size: 10px;
              font-size: 1rem;
              vertical-align: bottom;
              padding-bottom: 5px; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table th.name {
              font-size: 14px;
              font-size: 1.4rem;
              color: #333;
              padding-left: 20px; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table th.coming {
              font-size: 14px;
              font-size: 1.4rem;
              color: #333;
              opacity: 0.3;
              padding-left: 20px; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table td {
            width: 170px; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table td.pTitle {
              font-size: 17px;
              font-size: 1.7rem;
              color: #fff;
              font-weight: normal;
              background-color: #34aef6; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table td.nTitle {
              font-size: 17px;
              font-size: 1.7rem;
              color: #fff;
              font-weight: normal;
              background-color: #888; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table td.premium {
              background-color: rgba(0, 141, 224, 0.1); }
            .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table td.normal {
              background-color: rgba(0, 0, 0, 0.05); }
            .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table td .iconBlue {
              background-image: url(../../images/v6/sprite_premium_landing.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -190px -8px;
              content: " ";
              display: inline-block;
              width: 19px;
              height: 19px;
              vertical-align: middle; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table td .textBlue {
              color: #34aef6;
              font-size: 13px;
              font-size: 1.3rem; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table td .iconGray {
              background-image: url(../../images/v6/sprite_premium_landing.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -213px -8px;
              content: " ";
              display: inline-block;
              width: 19px;
              height: 19px;
              vertical-align: middle; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__planTable__content__table td .textGray {
              color: #888;
              font-size: 13px;
              font-size: 1.3rem; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__plantable__content__faqBtn {
          text-align: right;
          padding-bottom: 55px; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__plantable__content__faqBtn .p-premium__landing__main__plantable__content__faqBtn__button {
            width: 80px;
            background-color: #34aef6;
            font-size: 12px;
            font-size: 1.2rem;
            border-radius: 4px;
            color: #fff;
            box-sizing: border-box;
            display: inline-block;
            padding: 9px 8px;
            text-align: center;
            border-radius: 4px;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            margin-top: 10px;
            margin-right: 127px; }
            .p-premium .p-premium__landing__main .p-premium__landing__main__planTable .p-premium__landing__main__planTable__content .p-premium__landing__main__plantable__content__faqBtn .p-premium__landing__main__plantable__content__faqBtn__button:hover {
              opacity: .7;
              text-decoration: none !important; }
    .p-premium .p-premium__landing__main .p-premium__landing__main__footer .p-premium__landing__main__footer__content {
      width: 1100px;
      margin: 0 auto;
      padding-top: 34px;
      padding-bottom: 100px; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__footer .p-premium__landing__main__footer__content .p-premium__landing__main__footer__content__text {
        text-align: center;
        font-size: 0px;
        font-size: 0rem; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__footer .p-premium__landing__main__footer__content .p-premium__landing__main__footer__content__text .p-premium__landing__main__footer__content__text__logo {
          background-image: url(../../images/v6/sprite_premium_landing.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -7px -104px;
          content: " ";
          display: inline-block;
          width: 206px;
          height: 35px;
          vertical-align: middle;
          display: inline-block;
          margin-top: -25px; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__footer .p-premium__landing__main__footer__content .p-premium__landing__main__footer__content__text .p-premium__landing__main__footer__content__text__word {
          font-size: 30px;
          font-size: 3rem;
          color: #333;
          font-weight: bold;
          display: inline-block; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__footer .p-premium__landing__main__footer__content .p-premium__landing__main__footer__content__monitor {
        text-align: center;
        margin-top: 30px; }
      .p-premium .p-premium__landing__main .p-premium__landing__main__footer .p-premium__landing__main__footer__content .p-premium__landing__main__footer__content__notes {
        padding-left: 100px; }
        .p-premium .p-premium__landing__main .p-premium__landing__main__footer .p-premium__landing__main__footer__content .p-premium__landing__main__footer__content__notes .p-premium__landing__main__footer__content__notes__item {
          list-style-type: none;
          line-height: 1.4; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__footer .p-premium__landing__main__footer__content .p-premium__landing__main__footer__content__notes .p-premium__landing__main__footer__content__notes__item:not(:last-child) {
            margin-bottom: 8px; }
          .p-premium .p-premium__landing__main .p-premium__landing__main__footer .p-premium__landing__main__footer__content .p-premium__landing__main__footer__content__notes .p-premium__landing__main__footer__content__notes__item:before {
            content: "※";
            display: inline-block;
            text-indent: -1.4em; }
  .p-premium .p-premium__step {
    height: 80px;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #fff; }
    .p-premium .p-premium__step .p-premium__step__box {
      position: relative;
      width: 480px;
      height: 80px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 315px;
      padding-left: 315px; }
      .p-premium .p-premium__step .p-premium__step__box:after {
        content: "";
        display: block;
        clear: both; }
      .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item {
        float: left;
        width: 56px;
        height: 80px;
        color: #34aef6; }
        .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item:first-child {
          left: 0; }
          .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item:first-child .p-premium__step__box__item__num:before {
            content: none; }
        .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item:not(:first-child) {
          margin-left: 156px; }
        .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item .p-premium__step__box__item__num {
          box-sizing: border-box;
          position: relative;
          width: 56px;
          height: 56px;
          margin-bottom: 12px;
          padding-top: 12px;
          border: solid 4px #34aef6;
          border-radius: 50%;
          text-align: center;
          line-height: 1;
          font-size: 24px;
          font-size: 2.4rem;
          font-weight: bold; }
          .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item .p-premium__step__box__item__num:before {
            content: "";
            position: absolute;
            top: 22px;
            left: -160px;
            width: 156px;
            height: 4px;
            background-color: #d2d2d2; }
          .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item .p-premium__step__box__item__num.checked:before, .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item .p-premium__step__box__item__num.selected:before, .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item .p-premium__step__box__item__num.wait:before {
            background-color: #34aef6; }
          .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item .p-premium__step__box__item__num.checked {
            background-color: #34aef6; }
            .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item .p-premium__step__box__item__num.checked:after {
              background-image: url(../../images/v6/sprite_payment_ver3.png);
              background-repeat: no-repeat;
              background-size: 612px 405px;
              background-position: -58px -33px;
              content: " ";
              display: inline-block;
              width: 26px;
              height: 24px;
              vertical-align: middle;
              position: absolute;
              top: 12px;
              left: 11px; }
          .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item .p-premium__step__box__item__num.selected {
            background-color: #34aef6;
            color: #fff; }
          .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item .p-premium__step__box__item__num.error {
            background-color: #ff4c11;
            border: solid 4px #ff4c11;
            color: #ff4c11; }
            .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item .p-premium__step__box__item__num.error:before {
              background-color: #ff4c11; }
            .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item .p-premium__step__box__item__num.error:after {
              background-image: url(../../images/v6/sprite_payment_ver3.png);
              background-repeat: no-repeat;
              background-size: 612px 405px;
              background-position: -91px -32px;
              content: " ";
              display: inline-block;
              width: 26px;
              height: 24px;
              vertical-align: middle;
              position: absolute;
              top: 12px;
              left: 11px; }
            .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item .p-premium__step__box__item__num.error + .p-premium__step__box__item__text {
              color: #ff4c11; }
        .p-premium .p-premium__step .p-premium__step__box .p-premium__step__box__item .p-premium__step__box__item__text {
          position: absolute;
          width: 156px;
          margin-left: -50px;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1;
          text-align: center; }
  .p-premium .p-premium__mail {
    width: 846px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 132px;
    padding-left: 132px; }
    .p-premium .p-premium__mail .p-premium__mail__title {
      margin-top: 60px;
      margin-bottom: 16px;
      line-height: 1;
      font-weight: bold;
      font-size: 18px;
      font-size: 1.8rem; }
    .p-premium .p-premium__mail .p-premium__mail__desc {
      margin-bottom: 30px;
      line-height: 1.5; }
    .p-premium .p-premium__mail .p-premium__mail__form {
      margin-bottom: 30px; }
      .p-premium .p-premium__mail .p-premium__mail__form.error .p-premium__mail__form__box .p-premium__mail__form__box__email:before {
        background-image: url(../../images/v6/sprite_payment_ver3.png);
        background-repeat: no-repeat;
        background-size: 612px 405px;
        background-position: -5px -23px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 10px;
        vertical-align: middle; }
      .p-premium .p-premium__mail .p-premium__mail__form.error .p-premium__mail__form__box .p-premium__mail__form__box__email:after {
        background-image: url(../../images/v6/sprite_payment_ver3.png);
        background-repeat: no-repeat;
        background-size: 612px 405px;
        background-position: -28px -5px;
        content: " ";
        display: inline-block;
        width: 22px;
        height: 22px;
        vertical-align: middle;
        position: absolute;
        top: 9px;
        right: 10px; }
      .p-premium .p-premium__mail .p-premium__mail__form.error .p-premium__mail__form__box .p-premium__mail__form__box__email .p-premium__mail__form__box__email__input {
        color: #ff4c11; }
        .p-premium .p-premium__mail .p-premium__mail__form.error .p-premium__mail__form__box .p-premium__mail__form__box__email .p-premium__mail__form__box__email__input:placeholder-shown {
          color: #ff4c11; }
        .p-premium .p-premium__mail .p-premium__mail__form.error .p-premium__mail__form__box .p-premium__mail__form__box__email .p-premium__mail__form__box__email__input::-webkit-input-placeholder {
          color: #ff4c11; }
        .p-premium .p-premium__mail .p-premium__mail__form.error .p-premium__mail__form__box .p-premium__mail__form__box__email .p-premium__mail__form__box__email__input::-moz-placeholder {
          color: #ff4c11;
          opacity: 1; }
        .p-premium .p-premium__mail .p-premium__mail__form.error .p-premium__mail__form__box .p-premium__mail__form__box__email .p-premium__mail__form__box__email__input:-ms-input-placeholder {
          color: #ff4c11; }
      .p-premium .p-premium__mail .p-premium__mail__form.error .p-premium__mail__form__error {
        display: block; }
      .p-premium .p-premium__mail .p-premium__mail__form .p-premium__mail__form__box {
        overflow: hidden;
        height: 40px;
        padding: 24px;
        background-color: #e4e4e4; }
        .p-premium .p-premium__mail .p-premium__mail__form .p-premium__mail__form__box.p-premium__mail__form__box--attention {
          height: auto;
          text-align: center; }
          .p-premium .p-premium__mail .p-premium__mail__form .p-premium__mail__form__box.p-premium__mail__form__box--attention .p-premium__mail__form__box__snsUser {
            line-height: 1;
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: bold;
            color: #333; }
          .p-premium .p-premium__mail .p-premium__mail__form .p-premium__mail__form__box.p-premium__mail__form__box--attention .p-premium__mail__form__box__inPreparation {
            margin-top: 18px;
            line-height: 1.5;
            font-size: 14px;
            font-size: 1.4rem; }
        .p-premium .p-premium__mail .p-premium__mail__form .p-premium__mail__form__box .p-premium__mail__form__box__label {
          float: left;
          width: 136px;
          height: 40px;
          line-height: 40px;
          font-weight: bold; }
        .p-premium .p-premium__mail .p-premium__mail__form .p-premium__mail__form__box .p-premium__mail__form__box__email {
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          float: right;
          width: 660px;
          height: 40px;
          padding-right: 32px;
          padding-left: 45px;
          background-color: #fff; }
          .p-premium .p-premium__mail .p-premium__mail__form .p-premium__mail__form__box .p-premium__mail__form__box__email:before {
            background-image: url(../../images/v6/sprite_payment_ver3.png);
            background-repeat: no-repeat;
            background-size: 612px 405px;
            background-position: -5px -5px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 10px;
            vertical-align: middle;
            position: absolute;
            top: 15px;
            left: 20px; }
          .p-premium .p-premium__mail .p-premium__mail__form .p-premium__mail__form__box .p-premium__mail__form__box__email .p-premium__mail__form__box__email__input {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 573px;
            height: 40px;
            background-color: inherit;
            border: none;
            outline: none; }
      .p-premium .p-premium__mail .p-premium__mail__form .p-premium__mail__form__error {
        display: none;
        padding: 9px 20px;
        background-color: #ff4c11;
        line-height: 1;
        font-weight: bold;
        color: #fff; }
    .p-premium .p-premium__mail .p-premium__mail__notes {
      margin-bottom: 52px;
      margin-left: 1.4em; }
      .p-premium .p-premium__mail .p-premium__mail__notes .p-premium__mail__notes__item {
        list-style-type: none;
        line-height: 1.4; }
        .p-premium .p-premium__mail .p-premium__mail__notes .p-premium__mail__notes__item:not(:last-child) {
          margin-bottom: 8px; }
        .p-premium .p-premium__mail .p-premium__mail__notes .p-premium__mail__notes__item:before {
          content: "※";
          display: inline-block;
          text-indent: -1.4em; }
    .p-premium .p-premium__mail .p-premium__mail__btn {
      margin-bottom: 100px;
      text-align: center; }
  .p-premium .p-premium__settlement {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 75px;
    padding-left: 75px; }
    .p-premium .p-premium__settlement .p-premium__settlement__title {
      margin-top: 58px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold; }
    .p-premium .p-premium__settlement .p-premium__settlement__desc {
      margin-top: 9px;
      line-height: 1.5;
      word-break: break-all; }
    .p-premium .p-premium__settlement .p-premium__settlement__method {
      margin-top: 30px;
      padding-left: 1px;
      font-size: 0; }
      .p-premium .p-premium__settlement .p-premium__settlement__method .p-premium__settlement__method__box {
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        vertical-align: top;
        min-height: 82px;
        margin-left: -1px;
        background-color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold; }
        .p-premium .p-premium__settlement .p-premium__settlement__method .p-premium__settlement__method__box.creditCard {
          width: 380px; }
          .p-premium .p-premium__settlement .p-premium__settlement__method .p-premium__settlement__method__box.creditCard .p-premium__settlement__method__box__img {
            background-image: url(../../images/v6/sprite_payment_ver3.png);
            background-repeat: no-repeat;
            background-size: 612px 405px;
            background-position: -6px -96px;
            content: " ";
            display: inline-block;
            width: 303px;
            height: 36px;
            vertical-align: middle;
            display: block; }
        .p-premium .p-premium__settlement .p-premium__settlement__method .p-premium__settlement__method__box.docomo {
          width: 194px; }
          .p-premium .p-premium__settlement .p-premium__settlement__method .p-premium__settlement__method__box.docomo .p-premium__settlement__method__box__img {
            background-image: url(../../images/v6/sprite_payment_ver3.png);
            background-repeat: no-repeat;
            background-size: 612px 405px;
            background-position: -6px -144px;
            content: " ";
            display: inline-block;
            width: 118px;
            height: 36px;
            vertical-align: middle;
            display: block; }
        .p-premium .p-premium__settlement .p-premium__settlement__method .p-premium__settlement__method__box.softbank {
          width: 216px; }
          .p-premium .p-premium__settlement .p-premium__settlement__method .p-premium__settlement__method__box.softbank .p-premium__settlement__method__box__img {
            background-image: url(../../images/v6/sprite_payment_ver3.png);
            background-repeat: no-repeat;
            background-size: 612px 405px;
            background-position: -6px -188px;
            content: " ";
            display: inline-block;
            width: 138px;
            height: 36px;
            vertical-align: middle;
            display: block; }
        .p-premium .p-premium__settlement .p-premium__settlement__method .p-premium__settlement__method__box.au {
          width: 170px; }
          .p-premium .p-premium__settlement .p-premium__settlement__method .p-premium__settlement__method__box.au .p-premium__settlement__method__box__img {
            background-image: url(../../images/v6/sprite_payment_ver3.png);
            background-repeat: no-repeat;
            background-size: 612px 405px;
            background-position: -136px -144px;
            content: " ";
            display: inline-block;
            width: 80px;
            height: 36px;
            vertical-align: middle;
            display: block; }
        .p-premium .p-premium__settlement .p-premium__settlement__method .p-premium__settlement__method__box .p-premium__settlement__method__box__radio {
          display: inline-block;
          float: left;
          vertical-align: top;
          margin: 12px 10px 13px 14px; }
          .p-premium .p-premium__settlement .p-premium__settlement__method .p-premium__settlement__method__box .p-premium__settlement__method__box__radio:checked ~ .p-premium__settlement__method__box__border {
            border: 2px solid #34aef6;
            z-index: 2; }
        .p-premium .p-premium__settlement .p-premium__settlement__method .p-premium__settlement__method__box .p-premium__settlement__method__box__border {
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 1px solid #ececec;
          z-index: 1; }
        .p-premium .p-premium__settlement .p-premium__settlement__method .p-premium__settlement__method__box .p-premium__settlement__method__box__text {
          display: block;
          margin-left: 34px;
          padding-top: 11px;
          padding-right: 8px; }
        .p-premium .p-premium__settlement .p-premium__settlement__method .p-premium__settlement__method__box .p-premium__settlement__method__box__img {
          margin-top: 10px;
          margin-right: auto;
          margin-left: auto; }
    .p-premium .p-premium__settlement .p-premium__settlement__form {
      margin-top: 24px; }
      .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__base {
        overflow: hidden;
        padding-bottom: 16px;
        background-color: #ececec; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__base .p-premium__settlement__form__base__label {
          float: left;
          width: 224px;
          padding-top: 33px;
          line-height: 1.3;
          text-align: right;
          font-size: 16px;
          font-size: 1.6rem; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__base .p-premium__settlement__form__base__box {
          float: right;
          width: 704px; }
      .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__radio .p-premium__settlement__form__radio__label {
        display: block;
        padding-top: 16px;
        line-height: 1.3; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__radio .p-premium__settlement__form__radio__label .p-premium__settlement__form__radio__label__input {
          margin-right: 12px;
          vertical-align: middle; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__radio .p-premium__settlement__form__radio__label .p-premium__settlement__form__radio__label__payment {
          margin-right: 8px;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: bold; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__radio .p-premium__settlement__form__radio__label .p-premium__settlement__form__radio__label__price {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: bold; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__radio .p-premium__settlement__form__radio__label .p-premium__settlement__form__radio__label__trial {
          display: inline-block;
          vertical-align: baseline;
          margin-left: 16px;
          font-size: 14px;
          font-size: 1.4rem;
          color: #6fba1e; }
      .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__serialUse {
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        margin-top: 12px;
        margin-bottom: 8px;
        color: #34aef6;
        font-weight: bold;
        border-bottom: 1px solid transparent;
        cursor: pointer; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__serialUse:after {
          content: '&gt;';
          padding-left: 1.5em; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__serialUse:hover {
          border-bottom: 1px solid #34aef6; }
      .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__serialUsed {
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        min-width: 330px;
        margin-top: 12px;
        padding-right: 36px;
        padding-left: 48px;
        height: 28px;
        background-color: rgba(126, 210, 33, 0.15);
        line-height: 2.34;
        color: #6fba1e; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__serialUsed:before {
          background-image: url(../../images/v6/sprite_payment_ver3.png);
          background-repeat: no-repeat;
          background-size: 612px 405px;
          background-position: -82px -7px;
          content: " ";
          display: inline-block;
          width: 20px;
          height: 20px;
          vertical-align: middle;
          position: absolute;
          top: 50%;
          left: 12px;
          margin-top: -10px; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__serialUsed .p-premium__settlement__form__serialUsed__cancel {
          background-image: url(../../images/v6/sprite_payment_ver3.png);
          background-repeat: no-repeat;
          background-size: 612px 405px;
          background-position: -2px -55px;
          content: " ";
          display: inline-block;
          width: 20px;
          height: 20px;
          vertical-align: middle;
          position: absolute;
          top: 50%;
          right: 8px;
          margin-top: -10px;
          cursor: pointer; }
      .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num {
        position: relative;
        padding-bottom: 8px;
        background-color: #ececec;
        border-top: 1px solid #fff; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num:after {
          content: '';
          display: block;
          clear: both; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__label {
          display: block;
          float: left;
          width: 224px;
          padding-top: 26px;
          line-height: 1.3;
          text-align: right;
          font-size: 16px;
          font-size: 1.6rem; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__boxWrapper {
          position: relative;
          float: right;
          width: 704px; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__boxWrapper .p-premium__settlement__form__card__num__boxWrapper__errorMsg {
            display: none;
            color: #ff4c11; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__boxWrapper .p-premium__settlement__form__card__num__boxWrapper__errorMsg.error {
              display: block; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__box {
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          width: 352px;
          height: 40px;
          margin-top: 16px;
          margin-bottom: 8px;
          padding-left: 15px;
          background-color: #fff;
          border-radius: 2px; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__box:after {
            background-image: url(../../images/v6/sprite_payment_ver3.png);
            background-repeat: no-repeat;
            background-size: 612px 405px;
            background-position: -32px -35px;
            content: " ";
            display: inline-block;
            width: 14px;
            height: 18px;
            vertical-align: middle;
            position: absolute;
            top: 11px;
            right: 10px; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__box.error:after {
            background-image: url(../../images/v6/sprite_payment_ver3.png);
            background-repeat: no-repeat;
            background-size: 612px 405px;
            background-position: -28px -5px;
            content: " ";
            display: inline-block;
            width: 22px;
            height: 22px;
            vertical-align: middle;
            top: 9px; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__box.error .p-premium__settlement__form__card__num__box__input {
            color: #ff4c11; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__box.error .p-premium__settlement__form__card__num__box__input:placeholder-shown {
              color: #ff4c11; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__box.error .p-premium__settlement__form__card__num__box__input::-webkit-input-placeholder {
              color: #ff4c11; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__box.error .p-premium__settlement__form__card__num__box__input::-moz-placeholder {
              color: #ff4c11;
              opacity: 1; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__box.error .p-premium__settlement__form__card__num__box__input:-ms-input-placeholder {
              color: #ff4c11; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__box .p-premium__settlement__form__card__num__box__input {
            width: 305px;
            height: 40px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: none;
            outline: none;
            font-size: 14px;
            font-size: 1.4rem; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__box .p-premium__settlement__form__card__num__box__input:placeholder-shown {
              color: #666; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__box .p-premium__settlement__form__card__num__box__input::-webkit-input-placeholder {
              color: #666; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__box .p-premium__settlement__form__card__num__box__input::-moz-placeholder {
              color: #666;
              opacity: 1; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__num .p-premium__settlement__form__card__num__box .p-premium__settlement__form__card__num__box__input:-ms-input-placeholder {
              color: #666; }
      .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__term {
        position: relative;
        padding-bottom: 8px;
        background-color: #ececec;
        border-top: 1px solid #fff; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__term:after {
          content: '';
          display: block;
          clear: both; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__term .p-premium__settlement__form__card__term__label {
          display: block;
          float: left;
          width: 224px;
          padding-top: 26px;
          line-height: 1.3;
          text-align: right;
          font-size: 16px;
          font-size: 1.6rem; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__term .p-premium__settlement__form__card__term__boxWrapper {
          float: right;
          width: 704px; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__term .p-premium__settlement__form__card__term__box {
          position: relative;
          display: inline-block;
          vertical-align: top;
          margin-top: 16px;
          margin-bottom: 8px;
          font-size: 14px;
          font-size: 1.4rem; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__term .p-premium__settlement__form__card__term__box.error:after {
            position: absolute;
            top: 9px;
            left: 59px;
            background-image: url(../../images/v6/sprite_payment_ver3.png);
            background-repeat: no-repeat;
            background-size: 612px 405px;
            background-position: -28px -5px;
            content: " ";
            display: inline-block;
            width: 22px;
            height: 22px;
            vertical-align: middle; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__term .p-premium__settlement__form__card__term__box.error .p-premium__settlement__form__card__term__box__label .p-premium__settlement__form__card__term__box__label__select {
            color: #ff4c11; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__term .p-premium__settlement__form__card__term__box .p-premium__settlement__form__card__term__box__label {
            position: relative; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__term .p-premium__settlement__form__card__term__box .p-premium__settlement__form__card__term__box__label:after {
              position: absolute;
              top: 50%;
              right: 10px;
              margin-top: -3px;
              z-index: 1;
              pointer-events: none;
              background-image: url(../../images/v6/sprite_dashboard_v6.png);
              background-repeat: no-repeat;
              background-size: 376px 150px;
              background-position: -73px -10px;
              content: " ";
              display: inline-block;
              width: 9px;
              height: 6px;
              vertical-align: middle; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__term .p-premium__settlement__form__card__term__box .p-premium__settlement__form__card__term__box__label .p-premium__settlement__form__card__term__box__label__select {
              -o-box-sizing: border-box;
              -ms-box-sizing: border-box;
              box-sizing: border-box;
              display: inline-block;
              width: 100px;
              height: 40px;
              padding: 5px 9px 5px 12px;
              border: none;
              border-radius: 2px;
              color: #666;
              background-color: #fff;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              outline: none;
              cursor: pointer; }
              .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__term .p-premium__settlement__form__card__term__box .p-premium__settlement__form__card__term__box__label .p-premium__settlement__form__card__term__box__label__select::-ms-expand {
                display: none; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__term .p-premium__settlement__form__card__term__box .p-premium__settlement__form__card__term__box__unit {
            margin-right: 28px;
            margin-left: 8px;
            font-size: 16px;
            font-size: 1.6rem; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__term .p-premium__settlement__form__card__term__errorMsg {
          display: none;
          font-size: 12px;
          font-size: 1.2rem;
          color: #ff4c11;
          white-space: nowrap; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__term .p-premium__settlement__form__card__term__errorMsg.error {
            display: block; }
      .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security {
        position: relative;
        padding-bottom: 8px;
        background-color: #ececec;
        border-top: 1px solid #fff; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security:after {
          content: '';
          display: block;
          clear: both; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__label {
          display: block;
          float: left;
          width: 224px;
          padding-top: 26px;
          line-height: 1.3;
          text-align: right;
          font-size: 16px;
          font-size: 1.6rem; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__help {
          position: relative;
          background-image: url(../../images/v6/sprite_payment_ver3.png);
          background-repeat: no-repeat;
          background-size: 612px 405px;
          background-position: -6px -41px;
          content: " ";
          display: inline-block;
          width: 12px;
          height: 12px;
          vertical-align: middle;
          margin-left: 2px;
          vertical-align: text-top;
          cursor: pointer; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__help:hover .p-premium__settlement__form__card__security__help__tooltip {
            display: block;
            animation: displayNoneToBlock 0.5s ease 0.1s;
            -webkit-animation: displayNoneToBlock 0.5s ease 0.1s;
            animation-fill-mode: both;
            -webkit-animation-fill-mode: both; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__help .p-premium__settlement__form__card__security__help__tooltip {
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            display: none;
            position: absolute;
            bottom: 28px;
            left: -90px;
            width: 192px;
            padding: 12px 16px 21px;
            background-color: #f7f7f7;
            border-radius: 2px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            z-index: 2; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__help .p-premium__settlement__form__card__security__help__tooltip:after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 50%;
              width: 14px;
              height: 7px;
              margin-left: -7px;
              background-color: #f7f7f7;
              z-index: 2; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__help .p-premium__settlement__form__card__security__help__tooltip:before {
              content: "";
              position: absolute;
              bottom: -3px;
              left: 50%;
              margin-left: -4px;
              width: 8px;
              height: 8px;
              background-color: #f7f7f7;
              box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              z-index: 1; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__help .p-premium__settlement__form__card__security__help__tooltip .p-premium__settlement__form__card__security__help__tooltip__text1 {
              margin-bottom: 14px;
              font-size: 10px;
              font-size: 1rem;
              line-height: 1.3;
              word-break: break-all; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__help .p-premium__settlement__form__card__security__help__tooltip .p-premium__settlement__form__card__security__help__tooltip__text2 {
              margin-bottom: 22px;
              font-size: 10px;
              font-size: 1rem;
              line-height: 1.3;
              word-break: break-all; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__help .p-premium__settlement__form__card__security__help__tooltip .p-premium__settlement__form__card__security__help__tooltip__card {
              background-image: url(../../images/v6/sprite_payment_ver3.png);
              background-repeat: no-repeat;
              background-size: 612px 405px;
              background-position: -156px -188px;
              content: " ";
              display: inline-block;
              width: 152px;
              height: 44px;
              vertical-align: middle; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__boxWrapper {
          position: relative;
          float: right;
          width: 704px;
          padding-top: 16px; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__boxWrapper .p-premium__settlement__form__card__security__boxWrapper__errorMsg {
            display: none;
            color: #ff4c11;
            white-space: nowrap; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__boxWrapper .p-premium__settlement__form__card__security__boxWrapper__errorMsg.error {
              display: block; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__boxWrapper .p-premium__settlement__form__card__security__helpWrapper {
            position: absolute;
            top: 28px;
            left: 148px; }
            .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__boxWrapper .p-premium__settlement__form__card__security__helpWrapper .p-premium__settlement__form__card__security__helpWrapper__text {
              font-size: 14px;
              font-size: 1.4rem; }
        .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__box {
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          width: 116px;
          height: 40px;
          margin-bottom: 8px;
          padding-left: 15px;
          background-color: #fff;
          border-radius: 2px; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__box:after {
            background-image: url(../../images/v6/sprite_payment_ver3.png);
            background-repeat: no-repeat;
            background-size: 612px 405px;
            background-position: -32px -35px;
            content: " ";
            display: inline-block;
            width: 14px;
            height: 18px;
            vertical-align: middle;
            position: absolute;
            top: 11px;
            right: 10px; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__box.error:after {
            background-image: url(../../images/v6/sprite_payment_ver3.png);
            background-repeat: no-repeat;
            background-size: 612px 405px;
            background-position: -28px -5px;
            content: " ";
            display: inline-block;
            width: 22px;
            height: 22px;
            vertical-align: middle;
            top: 9px; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__box.error .p-premium__settlement__form__card__security__box__input {
            color: #ff4c11; }
          .p-premium .p-premium__settlement .p-premium__settlement__form .p-premium__settlement__form__card .p-premium__settlement__form__card__security .p-premium__settlement__form__card__security__box .p-premium__settlement__form__card__security__box__input {
            width: 66px;
            height: 40px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: none;
            outline: none; }
    .p-premium .p-premium__settlement .p-premium__settlement__globalError {
      display: none;
      padding: 22px 24px;
      background-color: #ff4c11;
      line-height: 1.5;
      font-weight: bold;
      color: #fff; }
      .p-premium .p-premium__settlement .p-premium__settlement__globalError.error {
        display: block; }
    .p-premium .p-premium__settlement .p-premium__settlement__note {
      margin-top: 18px;
      line-height: 2; }
    .p-premium .p-premium__settlement .p-premium__settlement__btn {
      margin-top: 26px;
      margin-bottom: 100px;
      text-align: center; }
      .p-premium .p-premium__settlement .p-premium__settlement__btn .p-premium__settlement__btn__consent {
        padding-bottom: 8px; }
        .p-premium .p-premium__settlement .p-premium__settlement__btn .p-premium__settlement__btn__consent.error .p-premium__settlement__btn__consent__errorMsg {
          display: block; }
        .p-premium .p-premium__settlement .p-premium__settlement__btn .p-premium__settlement__btn__consent .p-premium__settlement__btn__consent__checkbox {
          margin-bottom: 8px; }
          .p-premium .p-premium__settlement .p-premium__settlement__btn .p-premium__settlement__btn__consent .p-premium__settlement__btn__consent__checkbox input {
            margin-right: 14px;
            vertical-align: 1px; }
        .p-premium .p-premium__settlement .p-premium__settlement__btn .p-premium__settlement__btn__consent .p-premium__settlement__btn__consent__errorMsg {
          display: none;
          margin-bottom: 7px;
          color: #fe3e27; }
  .p-premium .p-premium__thanks {
    width: 1110px;
    margin-right: auto;
    margin-left: auto; }
    .p-premium .p-premium__thanks .p-premium__thanks__title {
      margin-bottom: 22px;
      margin-top: 61px;
      text-align: center;
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold; }
    .p-premium .p-premium__thanks .p-premium__thanks__desc {
      width: 770px;
      margin-top: 25px;
      margin-right: auto;
      margin-left: auto;
      line-height: 1.5; }
    .p-premium .p-premium__thanks .p-premium__thanks__box {
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      width: 566px;
      margin-top: 45px;
      margin-right: auto;
      margin-left: auto;
      padding: 46px 65px 41px;
      background-color: #e4e4e4;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      word-break: break-all; }
      .p-premium .p-premium__thanks .p-premium__thanks__box .p-premium__thanks__box__title {
        padding-bottom: 14px;
        border-bottom: 1px solid #ccc;
        text-align: center;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold; }
      .p-premium .p-premium__thanks .p-premium__thanks__box .p-premium__thanks__box__item {
        overflow: hidden;
        margin-top: 40px;
        font-size: 14px;
        font-size: 1.4rem; }
        .p-premium .p-premium__thanks .p-premium__thanks__box .p-premium__thanks__box__item .p-premium__thanks__box__item__key {
          float: left;
          width: 174px;
          font-weight: bold; }
        .p-premium .p-premium__thanks .p-premium__thanks__box .p-premium__thanks__box__item .p-premium__thanks__box__item__value {
          float: right;
          width: 253px;
          text-align: right; }
      .p-premium .p-premium__thanks .p-premium__thanks__box .p-premium__thanks__box__total {
        overflow: hidden;
        border-top: 1px solid #ccc;
        margin-top: 40px;
        padding-top: 31px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
        .p-premium .p-premium__thanks .p-premium__thanks__box .p-premium__thanks__box__total .p-premium__thanks__box__total__key {
          float: left;
          width: 174px; }
        .p-premium .p-premium__thanks .p-premium__thanks__box .p-premium__thanks__box__total .p-premium__thanks__box__total__value {
          float: right;
          width: 253px;
          text-align: right; }
      .p-premium .p-premium__thanks .p-premium__thanks__box .p-premium__thanks__box__note {
        margin-top: 24px;
        font-size: 10px;
        font-size: 1rem;
        color: #7f7f7f; }
    .p-premium .p-premium__thanks .p-premium__thanks__btn {
      margin-top: 48px;
      text-align: center; }
    .p-premium .p-premium__thanks .p-premium__thanks__note {
      margin-top: 28px;
      margin-bottom: 100px;
      text-align: center;
      line-height: 1.5; }
  .p-premium .p-premium__testIcon1 {
    background-image: url(../../sprite/images/sprites_v6_biling.png);
    background-position: 0px 0px;
    width: 128px;
    height: 128px;
    background-size: 258px 258px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle; }
  .p-premium .p-premium__testIcon2 {
    background-image: url(../../sprite/images/sprites_v6_biling.png);
    background-position: -130px 0px;
    width: 128px;
    height: 128px;
    background-size: 258px 258px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle; }
  .p-premium .p-premium__testIcon3 {
    background-image: url(../../sprite/images/sprites_v7.png);
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle; }
  .p-premium .p-premium__testIcon4 {
    background-image: url(../../sprite/images/sprites_v7.png);
    background-position: -18px 0px;
    width: 16px;
    height: 16px;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle; }
  .p-premium .p-premium__commonPage {
    width: 1110px;
    margin-right: auto;
    margin-left: auto; }
    .p-premium .p-premium__commonPage .p-premium__commonPage__title {
      margin-bottom: 22px;
      margin-top: 61px;
      text-align: center;
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold; }
    .p-premium .p-premium__commonPage .p-premium__commonPage__desc {
      width: 960px;
      margin-top: 29px;
      margin-right: auto;
      margin-left: auto;
      padding: 29px 32px;
      background-color: #ececec;
      line-height: 1.5;
      font-size: 14px;
      font-size: 1.4rem; }
      .p-premium .p-premium__commonPage .p-premium__commonPage__desc.center {
        text-align: center; }
    .p-premium .p-premium__commonPage .p-premium__commonPage__btn {
      margin-top: 45px;
      text-align: center; }
    .p-premium .p-premium__commonPage .p-premium__commonPage__note {
      margin-top: 28px;
      margin-bottom: 100px;
      text-align: center;
      line-height: 1.5; }
    .p-premium .p-premium__commonPage .p-premium__commonPage__spinner {
      margin-top: -3px;
      padding-top: 1px;
      text-align: center; }
      .p-premium .p-premium__commonPage .p-premium__commonPage__spinner .sk-spinner-pulse {
        background-color: #d2d2d2; }

.p-premiumModal {
  color: #333; }
  .p-premiumModal input:-webkit-autofill,
  .p-premiumModal input:-webkit-autofill:hover,
  .p-premiumModal input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
  .p-premiumModal a {
    color: #34aef6;
    text-decoration: none; }
    .p-premiumModal a:hover {
      text-decoration: underline; }
  .p-premiumModal .p-premiumModal__mail .p-premiumModal__mail__title {
    margin-top: 24px;
    margin-bottom: 16px;
    line-height: 1;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem; }
  .p-premiumModal .p-premiumModal__mail .p-premiumModal__mail__desc {
    margin-top: 16px;
    line-height: 1.5; }
  .p-premiumModal .p-premiumModal__mail .p-premiumModal__mail__box {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 19px;
    padding: 36px 32px;
    background-color: #e4e4e4; }
    .p-premiumModal .p-premiumModal__mail .p-premiumModal__mail__box .p-premiumModal__mail__box__label {
      display: inline-block;
      vertical-align: middle;
      width: 111px;
      padding-right: 8px;
      font-weight: bold; }
    .p-premiumModal .p-premiumModal__mail .p-premiumModal__mail__box .p-premiumModal__mail__box__email {
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      width: 437px;
      word-break: break-all;
      word-wrap: break-word; }
  .p-premiumModal .p-premiumModal__mail .p-premiumModal__mail__notes {
    margin-left: 1.4em; }
    .p-premiumModal .p-premiumModal__mail .p-premiumModal__mail__notes .p-premiumModal__mail__notes__item {
      list-style-type: none;
      line-height: 1.4; }
      .p-premiumModal .p-premiumModal__mail .p-premiumModal__mail__notes .p-premiumModal__mail__notes__item:not(:last-child) {
        margin-bottom: 8px; }
      .p-premiumModal .p-premiumModal__mail .p-premiumModal__mail__notes .p-premiumModal__mail__notes__item:before {
        content: "※";
        display: inline-block;
        text-indent: -1.4em; }
  .p-premiumModal .p-premiumModal__mail .p-premiumModal__mail__btn {
    padding-top: 37px;
    padding-bottom: 2px;
    text-align: center; }
    .p-premiumModal .p-premiumModal__mail .p-premiumModal__mail__btn .p-premiumModal__mail__btn__link {
      display: inline-block;
      vertical-align: middle;
      color: #34aef6;
      font-size: 14px;
      font-size: 1.4rem;
      cursor: pointer; }
      .p-premiumModal .p-premiumModal__mail .p-premiumModal__mail__btn .p-premiumModal__mail__btn__link:hover {
        text-decoration: underline; }
  .p-premiumModal .p-premiumModal__mail .p-premiumModal__mail__footer {
    padding-top: 40px;
    text-align: center; }
    .p-premiumModal .p-premiumModal__mail .p-premiumModal__mail__footer .p-premiumModal__mail__footer__link {
      color: #34aef6;
      font-weight: bold;
      text-decoration: none; }
      .p-premiumModal .p-premiumModal__mail .p-premiumModal__mail__footer .p-premiumModal__mail__footer__link:hover {
        text-decoration: underline; }
  .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__title {
    text-align: center;
    line-height: 1;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
    .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__title.isLeft {
      text-align: left; }
  .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__desc {
    margin-top: 21px;
    text-align: center;
    line-height: 1.5;
    font-size: 13px;
    font-size: 1.3rem;
    color: #7f7f7f; }
    .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__desc.isLeft {
      text-align: left; }
  .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__box {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 410px;
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 56px 31px;
    background-color: #e4e4e4; }
    .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__box .p-premiumModal__settlement__box__item {
      overflow: hidden;
      margin-top: 27px; }
      .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__box .p-premiumModal__settlement__box__item .p-premiumModal__settlement__box__item__key {
        float: left;
        width: 112px; }
      .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__box .p-premiumModal__settlement__box__item .p-premiumModal__settlement__box__item__value {
        float: right;
        width: 179px;
        text-align: right; }
  .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__btn {
    position: relative;
    margin-top: 40px;
    text-align: center; }
    .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__btn .p-premiumModal__settlement__btn__loadingPulse {
      position: absolute;
      width: 50px;
      height: 50px;
      top: 8px;
      left: 50%;
      margin-left: -25px;
      background-color: #195476;
      border-radius: 50%;
      animation: sk-pulseScaleOut 1s infinite ease-in-out;
      -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both; }
  .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__serial {
    margin-top: 31px; }
    .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__serial .p-premiumModal__settlement__serial__form {
      overflow: hidden;
      padding: 24px 32px;
      background-color: #e4e4e4; }
      .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__serial .p-premiumModal__settlement__serial__form .p-premiumModal__settlement__serial__form__label {
        display: block;
        float: left;
        width: 112px;
        height: 40px;
        margin-right: 16px;
        line-height: 40px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
      .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__serial .p-premiumModal__settlement__serial__form .p-premiumModal__settlement__serial__form__box {
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        width: 436px;
        height: 40px;
        padding-right: 14px;
        padding-left: 14px;
        border-radius: 2px;
        background-color: #fff; }
        .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__serial .p-premiumModal__settlement__serial__form .p-premiumModal__settlement__serial__form__box.error .p-premiumModal__settlement__serial__form__box__input {
          color: #ff4c11; }
          .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__serial .p-premiumModal__settlement__serial__form .p-premiumModal__settlement__serial__form__box.error .p-premiumModal__settlement__serial__form__box__input:placeholder-shown {
            color: #ff4c11; }
          .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__serial .p-premiumModal__settlement__serial__form .p-premiumModal__settlement__serial__form__box.error .p-premiumModal__settlement__serial__form__box__input::-webkit-input-placeholder {
            color: #ff4c11; }
          .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__serial .p-premiumModal__settlement__serial__form .p-premiumModal__settlement__serial__form__box.error .p-premiumModal__settlement__serial__form__box__input::-moz-placeholder {
            color: #ff4c11;
            opacity: 1; }
          .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__serial .p-premiumModal__settlement__serial__form .p-premiumModal__settlement__serial__form__box.error .p-premiumModal__settlement__serial__form__box__input:-ms-input-placeholder {
            color: #ff4c11; }
        .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__serial .p-premiumModal__settlement__serial__form .p-premiumModal__settlement__serial__form__box .p-premiumModal__settlement__serial__form__box__input {
          display: block;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          width: 100%;
          height: 40px;
          background-color: inherit;
          border: none;
          outline: none;
          font-size: 14px;
          font-size: 1.4rem; }
    .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__serial .p-premiumModal__settlement__serial__error .p-premiumModal__settlement__serial__error__msg {
      display: none;
      padding: 9px 20px;
      background-color: #ff4c11;
      line-height: 1;
      color: #fff;
      font-weight: bold; }
      .p-premiumModal .p-premiumModal__settlement .p-premiumModal__settlement__serial .p-premiumModal__settlement__serial__error .p-premiumModal__settlement__serial__error__msg.error {
        display: block; }

section .inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 1000px; }

#section1 {
  margin-top: 0;
  padding-top: 50px;
  height: 750px; }
  #section1 .section1__symbol {
    position: relative;
    text-align: center;
    top: 10px;
    opacity: 0; }
  #section1 .section1__typography01 {
    text-align: center;
    position: relative;
    top: 50px;
    opacity: 0; }
  #section1 .section1__campaign_end_dt {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4em;
    opacity: 0; }
  #section1 .section1__buttons {
    margin-right: auto;
    margin-left: auto;
    display: table;
    margin-top: 50px;
    opacity: 0; }
    #section1 .section1__buttons .c-premium-button {
      margin-right: 27px;
      margin-left: 27px; }
    #section1 .section1__buttons span {
      display: table-cell;
      width: 54px; }
  #section1 .section1__arrow {
    text-align: center;
    margin-top: 36px;
    opacity: 0; }

#section2 {
  height: 538px;
  padding-top: 130px; }
  #section2 .section2__col-left {
    width: 657px;
    height: 538px;
    position: relative;
    float: left; }
    #section2 .section2__col-left .section2__typography01 {
      position: relative;
      height: 120px;
      left: -50px;
      opacity: 0; }
    #section2 .section2__col-left .section2__typography02 {
      position: relative;
      top: 60px;
      font-weight: 600;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.4em;
      left: -40px;
      opacity: 0; }
    #section2 .section2__col-left .section2__buttons {
      position: absolute;
      top: 352px;
      left: -20px;
      opacity: 0; }
  #section2 .section2__col-right {
    margin-top: 90px;
    width: 343px;
    height: 538px;
    position: relative;
    float: right; }
    #section2 .section2__col-right .feature1,
    #section2 .section2__col-right .feature2,
    #section2 .section2__col-right .feature3 {
      position: relative;
      opacity: 0;
      right: -30px; }

#section3 {
  height: 668px; }
  #section3 .section3__stamp {
    position: relative;
    top: 78px;
    left: -50px;
    opacity: 0; }
  #section3 .section3__typography01 {
    position: absolute;
    top: 140px;
    right: -50px;
    opacity: 0; }
  #section3 .section3__typography02 {
    position: absolute;
    top: 320px;
    font-weight: 600;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4em;
    text-align: right;
    right: -40px;
    opacity: 0; }
  #section3 .section3__buttons {
    position: absolute;
    top: 482px;
    right: -20px;
    opacity: 0; }

#section4 {
  height: 1312px; }
  #section4 .section4__typography01 {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 50px;
    top: -20px;
    opacity: 0; }
  #section4 .c-premium-pickup-content.right {
    position: relative;
    right: -30px;
    opacity: 0; }
  #section4 .c-premium-pickup-content.left {
    position: relative;
    left: -30px;
    opacity: 0; }
  #section4 .section4_more {
    margin-top: 50px;
    text-align: right;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600; }
  #section4 .section4__buttons {
    margin-top: 50px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: table; }

#section5 {
  height: 0;
  overflow: hidden; }
  #section5 .section5__typography01 {
    position: absolute;
    text-align: center;
    top: 0;
    opacity: 0; }
  #section5 .section5__special-offers {
    position: absolute;
    top: 190px; }
    #section5 .section5__special-offers .c-premium-special-offer {
      top: 30px;
      opacity: 0; }
  #section5 .section5__buttons {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: table;
    top: 590px;
    opacity: 0; }

#section6 {
  height: 1120px; }
  #section6 .section6__typography01 {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
    top: -50px;
    opacity: 0; }
  #section6 .section6_table {
    opacity: 0; }
  #section6 .section6__buttons {
    margin-top: 12px;
    margin-right: 77px;
    text-align: right; }
    #section6 .section6__buttons .faq-btn {
      box-sizing: border-box;
      position: relative;
      display: inline-block;
      line-height: 32px;
      min-width: 82px;
      height: 32px;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      border-radius: 4px;
      border: solid 1px #34aef6;
      outline: none;
      cursor: pointer;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
      #section6 .section6__buttons .faq-btn:hover {
        opacity: .7;
        text-align: center;
        text-decoration: none !important; }
  #section6 table {
    margin: 0 auto;
    width: 846px; }
    #section6 table tr {
      height: 60px; }
      #section6 table tr.top {
        height: 37px; }
    #section6 table th {
      width: 170px; }
      #section6 table th.date {
        font-size: 10px;
        font-size: 1rem;
        vertical-align: bottom;
        padding-bottom: 5px; }
      #section6 table th.premium {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: normal;
        text-align: center; }
      #section6 table th.normal {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: normal;
        text-align: center; }
      #section6 table th.name {
        width: 518px;
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 20px; }
      #section6 table th.coming {
        font-size: 14px;
        font-size: 1.4rem;
        opacity: 0.3;
        padding-left: 20px; }
    #section6 table td {
      width: 170px;
      text-align: center; }
      #section6 table td.premium p {
        font-size: 13px;
        font-size: 1.3rem; }
        #section6 table td.premium p.icon {
          background-image: url(../../images/v6/sprite_premium_landing.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -190px -8px;
          content: " ";
          display: inline-block;
          width: 19px;
          height: 19px;
          vertical-align: middle; }
      #section6 table td.normal p {
        font-size: 13px;
        font-size: 1.3rem; }
        #section6 table td.normal p.icon {
          background-image: url(../../images/v6/sprite_premium_landing.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -213px -8px;
          content: " ";
          display: inline-block;
          width: 19px;
          height: 19px;
          vertical-align: middle; }

#section7 {
  height: 778px; }
  #section7 .section7__typography01 {
    position: relative;
    text-align: center;
    padding-top: 54px;
    padding-bottom: 30px;
    top: -50px;
    opacity: 0; }
  #section7 .section7__clip01 {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: 10px;
    opacity: 0; }
  #section7 .section7__links {
    position: relative;
    margin-top: 30px;
    text-align: center;
    top: 30px;
    opacity: 0; }
    #section7 .section7__links img {
      margin-right: 20px; }
      #section7 .section7__links img.last {
        margin-right: 0; }
  #section7 .section7__buttons {
    position: relative;
    text-align: center;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    top: 30px;
    opacity: 0; }

#section8 {
  height: 652px; }
  #section8 .clip {
    padding-top: 100px;
    text-align: center; }
  #section8 .info {
    margin-top: 100px; }
    #section8 .info li {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.7em; }
      #section8 .info li a:hover {
        text-decoration: underline; }
  #section8 .copyright {
    margin: 0 auto;
    padding: 70px 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center; }

section {
  color: #222; }
  section .inner {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 1000px; }

#section2 {
  height: 538px;
  padding-top: 130px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; }
  #section2 .section2__col-left {
    width: 657px;
    height: 538px;
    position: relative;
    float: left; }
    #section2 .section2__col-left .section2__typography01 {
      position: relative;
      height: 120px;
      left: -50px;
      opacity: 0; }
    #section2 .section2__col-left .section2__typography02 {
      position: relative;
      top: 60px;
      font-weight: 600;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.4em;
      left: -40px;
      opacity: 0; }
    #section2 .section2__col-left .section2__buttons {
      position: absolute;
      top: 352px;
      left: -20px;
      opacity: 0; }
  #section2 .section2__col-right {
    margin-top: 90px;
    width: 343px;
    height: 538px;
    position: relative;
    float: right; }
    #section2 .section2__col-right .feature1,
    #section2 .section2__col-right .feature2,
    #section2 .section2__col-right .feature3 {
      position: relative;
      opacity: 0;
      right: -30px; }

#section3 {
  height: 668px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; }
  #section3 .section3__stamp {
    position: relative;
    top: 78px;
    left: -50px;
    opacity: 0; }
  #section3 .section3__typography01 {
    position: absolute;
    top: 140px;
    right: -50px;
    opacity: 0; }
  #section3 .section3__typography02 {
    position: absolute;
    top: 320px;
    font-weight: 600;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4em;
    text-align: right;
    right: -40px;
    opacity: 0; }
  #section3 .section3__buttons {
    position: absolute;
    top: 482px;
    right: -20px;
    opacity: 0; }

#section4 {
  height: 1312px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; }
  #section4 .section4__typography01 {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 50px;
    top: -20px;
    opacity: 0; }
  #section4 .c-premium-pickup-content.right {
    position: relative;
    right: -30px;
    opacity: 0; }
  #section4 .c-premium-pickup-content.left {
    position: relative;
    left: -30px;
    opacity: 0; }
  #section4 .section4_more {
    margin-top: 50px;
    text-align: right;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600; }
    #section4 .section4_more a {
      color: #34aef6; }
  #section4 .section4__buttons {
    margin-top: 50px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: table; }

#section5 {
  height: 0;
  overflow: hidden;
  background-color: #fff; }
  #section5 .section5__typography01 {
    position: absolute;
    text-align: center;
    top: 0;
    opacity: 0; }
  #section5 .section5__special-offers {
    position: absolute;
    top: 190px; }
    #section5 .section5__special-offers .c-premium-special-offer {
      top: 30px;
      opacity: 0; }
  #section5 .section5__buttons {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: table;
    top: 590px;
    opacity: 0; }

#section6 {
  height: auto;
  background-color: #fff;
  padding-bottom: 48px; }
  #section6 .section6__typography01 {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
    top: -50px;
    opacity: 0; }
  #section6 .section6_table {
    opacity: 0; }
  #section6 .section6__buttons {
    margin-top: 12px;
    margin-right: 77px;
    text-align: right; }
    #section6 .section6__buttons .faq-btn {
      box-sizing: border-box;
      position: relative;
      display: inline-block;
      line-height: 32px;
      min-width: 82px;
      height: 32px;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      border-radius: 4px;
      border: solid 1px #34aef6;
      outline: none;
      cursor: pointer;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
      #section6 .section6__buttons .faq-btn:hover {
        opacity: .7;
        text-align: center;
        text-decoration: none !important; }
      #section6 .section6__buttons .faq-btn.faq-btn--default {
        background-color: #34aef6;
        color: #fff; }
  #section6 table {
    margin: 0 auto;
    width: 846px; }
    #section6 table tr {
      height: 60px; }
      #section6 table tr.top {
        height: 37px; }
      #section6 table tr:nth-child(2n) {
        background-color: #f3f3f3; }
    #section6 table th {
      width: 170px;
      color: #7f7f7f; }
      #section6 table th.date {
        font-size: 10px;
        font-size: 1rem;
        vertical-align: bottom;
        padding-bottom: 5px; }
      #section6 table th.premium {
        font-size: 17px;
        font-size: 1.7rem;
        color: #fff;
        font-weight: normal;
        background-color: #34aef6;
        text-align: center; }
      #section6 table th.normal {
        font-size: 17px;
        font-size: 1.7rem;
        color: #fff;
        font-weight: normal;
        background-color: #888;
        text-align: center; }
      #section6 table th.name {
        width: 518px;
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 20px; }
      #section6 table th.coming {
        font-size: 14px;
        font-size: 1.4rem;
        opacity: 0.3;
        padding-left: 20px; }
    #section6 table td {
      width: 170px;
      text-align: center; }
      #section6 table td.premium {
        background-color: rgba(0, 141, 224, 0.1); }
        #section6 table td.premium p {
          color: #34aef6;
          font-size: 13px;
          font-size: 1.3rem; }
          #section6 table td.premium p.icon {
            background-image: url(../../images/v6/sprite_premium_landing.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -190px -8px;
            content: " ";
            display: inline-block;
            width: 19px;
            height: 19px;
            vertical-align: middle; }
      #section6 table td.normal {
        background-color: rgba(0, 0, 0, 0.05); }
        #section6 table td.normal p {
          color: #888;
          font-size: 13px;
          font-size: 1.3rem; }
          #section6 table td.normal p.icon {
            background-image: url(../../images/v6/sprite_premium_landing.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -213px -8px;
            content: " ";
            display: inline-block;
            width: 19px;
            height: 19px;
            vertical-align: middle; }

#section7 {
  height: 778px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; }
  #section7 .section7__typography01 {
    position: relative;
    text-align: center;
    padding-top: 54px;
    padding-bottom: 30px;
    top: -50px;
    opacity: 0; }
  #section7 .section7__clip01 {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: 10px;
    opacity: 0; }
  #section7 .section7__links {
    position: relative;
    margin-top: 30px;
    text-align: center;
    top: 30px;
    opacity: 0; }
    #section7 .section7__links img {
      margin-right: 20px; }
      #section7 .section7__links img.last {
        margin-right: 0; }
  #section7 .section7__buttons {
    position: relative;
    text-align: center;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    top: 30px;
    opacity: 0; }

#section8 {
  height: 652px;
  background-color: #fff; }
  #section8 .clip {
    padding-top: 100px;
    text-align: center; }
  #section8 .info {
    margin-top: 100px; }
    #section8 .info li {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.7em; }
      #section8 .info li a {
        color: #34aef6; }
      #section8 .info li a:hover {
        text-decoration: underline; }
  #section8 .copyright {
    margin: 0 auto;
    padding: 70px 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #7f7f7f;
    text-align: center; }

.l-container .l-container__middle {
  margin: 80px auto 0;
  width: 780px; }
  .l-container .l-container__middle.p-point {
    margin: 60px auto 0;
    width: 100%; }
  .l-container .l-container__middle .l-container__middle__row {
    display: table;
    width: 780px; }

.p-point a {
  text-decoration: none; }
  .p-point a:hover {
    text-decoration: underline; }

.p-point input:-webkit-autofill,
.p-point input:-webkit-autofill:hover,
.p-point input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

.p-point .p-point__step {
  height: 80px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .p-point .p-point__step .p-point__step__box {
    position: relative;
    width: 480px;
    height: 80px;
    margin-right: auto;
    margin-left: auto; }
    .p-point .p-point__step .p-point__step__box:after {
      content: "";
      display: block;
      clear: both; }
    .p-point .p-point__step .p-point__step__box .p-point__step__box__item {
      float: left;
      width: 56px;
      height: 80px; }
      .p-point .p-point__step .p-point__step__box .p-point__step__box__item:first-child {
        left: 0; }
        .p-point .p-point__step .p-point__step__box .p-point__step__box__item:first-child .p-point__step__box__item__num:before {
          content: none; }
      .p-point .p-point__step .p-point__step__box .p-point__step__box__item:not(:first-child) {
        margin-left: 156px; }
      .p-point .p-point__step .p-point__step__box .p-point__step__box__item .p-point__step__box__item__num {
        box-sizing: border-box;
        position: relative;
        width: 56px;
        height: 56px;
        margin-bottom: 12px;
        padding-top: 12px;
        border: solid 4px #34aef6;
        border-radius: 50%;
        text-align: center;
        line-height: 1;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold; }
        .p-point .p-point__step .p-point__step__box .p-point__step__box__item .p-point__step__box__item__num:before {
          content: "";
          position: absolute;
          top: 22px;
          left: -160px;
          width: 156px;
          height: 4px; }
        .p-point .p-point__step .p-point__step__box .p-point__step__box__item .p-point__step__box__item__num.checked:after {
          background-image: url(../../images/v6/sprite_payment_ver3.png);
          background-repeat: no-repeat;
          background-size: 612px 405px;
          background-position: -58px -33px;
          content: " ";
          display: inline-block;
          width: 26px;
          height: 24px;
          vertical-align: middle;
          position: absolute;
          top: 12px;
          left: 11px; }
        .p-point .p-point__step .p-point__step__box .p-point__step__box__item .p-point__step__box__item__num.error {
          border: solid 4px #ff4c11; }
          .p-point .p-point__step .p-point__step__box .p-point__step__box__item .p-point__step__box__item__num.error:after {
            background-image: url(../../images/v6/sprite_payment_ver3.png);
            background-repeat: no-repeat;
            background-size: 612px 405px;
            background-position: -91px -32px;
            content: " ";
            display: inline-block;
            width: 26px;
            height: 24px;
            vertical-align: middle;
            position: absolute;
            top: 12px;
            left: 11px; }
      .p-point .p-point__step .p-point__step__box .p-point__step__box__item .p-point__step__box__item__text {
        position: absolute;
        width: 156px;
        margin-left: -50px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        text-align: center; }

.p-point .p-point__mail {
  width: 660px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px; }
  .p-point .p-point__mail .p-point__mail__title {
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem; }
  .p-point .p-point__mail .p-point__mail__desc {
    margin-bottom: 30px;
    line-height: 1.5; }
  .p-point .p-point__mail .p-point__mail__form {
    margin-bottom: 20px; }
    .p-point .p-point__mail .p-point__mail__form.error .p-point__mail__form__box .p-point__mail__form__box__email:before {
      background-image: url(../../images/v6/sprite_payment_ver3.png);
      background-repeat: no-repeat;
      background-size: 612px 405px;
      background-position: -5px -23px;
      content: " ";
      display: inline-block;
      width: 15px;
      height: 10px;
      vertical-align: middle; }
    .p-point .p-point__mail .p-point__mail__form.error .p-point__mail__form__box .p-point__mail__form__box__email:after {
      background-image: url(../../images/v6/sprite_payment_ver3.png);
      background-repeat: no-repeat;
      background-size: 612px 405px;
      background-position: -28px -5px;
      content: " ";
      display: inline-block;
      width: 22px;
      height: 22px;
      vertical-align: middle;
      position: absolute;
      top: 9px;
      right: 10px; }
    .p-point .p-point__mail .p-point__mail__form.error .p-point__mail__form__box .p-point__mail__form__box__email .p-point__mail__form__box__email__input::-moz-placeholder {
      opacity: 1; }
    .p-point .p-point__mail .p-point__mail__form.error .p-point__mail__form__error {
      display: block; }
    .p-point .p-point__mail .p-point__mail__form .p-point__mail__form__box {
      overflow: hidden;
      height: 40px;
      padding: 20px; }
      .p-point .p-point__mail .p-point__mail__form .p-point__mail__form__box.p-point__mail__form__box--attention {
        height: auto;
        text-align: center; }
        .p-point .p-point__mail .p-point__mail__form .p-point__mail__form__box.p-point__mail__form__box--attention .p-point__mail__form__box__snsUser {
          line-height: 1;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: bold; }
        .p-point .p-point__mail .p-point__mail__form .p-point__mail__form__box.p-point__mail__form__box--attention .p-point__mail__form__box__inPreparation {
          margin-top: 18px;
          line-height: 1.5;
          font-size: 14px;
          font-size: 1.4rem; }
      .p-point .p-point__mail .p-point__mail__form .p-point__mail__form__box .p-point__mail__form__box__label {
        float: left;
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-weight: bold; }
      .p-point .p-point__mail .p-point__mail__form .p-point__mail__form__box .p-point__mail__form__box__email {
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        float: right;
        width: 480px;
        height: 40px;
        padding-right: 32px;
        padding-left: 43px; }
        .p-point .p-point__mail .p-point__mail__form .p-point__mail__form__box .p-point__mail__form__box__email:before {
          background-image: url(../../images/v6/sprite_payment_ver3.png);
          background-repeat: no-repeat;
          background-size: 612px 405px;
          background-position: -5px -5px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 10px;
          vertical-align: middle;
          position: absolute;
          top: 15px;
          left: 16px; }
        .p-point .p-point__mail .p-point__mail__form .p-point__mail__form__box .p-point__mail__form__box__email .p-point__mail__form__box__email__input {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          width: 405px;
          height: 40px;
          border: none;
          outline: none; }
    .p-point .p-point__mail .p-point__mail__form .p-point__mail__form__error {
      display: none;
      padding: 9px 20px;
      line-height: 1;
      font-weight: bold; }
  .p-point .p-point__mail .p-point__mail__notes {
    margin-bottom: 50px;
    margin-left: 1.4em; }
    .p-point .p-point__mail .p-point__mail__notes .p-point__mail__notes__item {
      list-style-type: none;
      line-height: 1.4; }
      .p-point .p-point__mail .p-point__mail__notes .p-point__mail__notes__item:not(:last-child) {
        margin-bottom: 8px; }
      .p-point .p-point__mail .p-point__mail__notes .p-point__mail__notes__item:before {
        content: "※";
        display: inline-block;
        text-indent: -1.4em; }
  .p-point .p-point__mail .p-point__mail__btn {
    margin-bottom: 100px;
    text-align: center; }

.p-point .p-point__settlement {
  width: 780px;
  margin-right: auto;
  margin-left: auto; }
  .p-point .p-point__settlement .p-point__settlement__point__title {
    padding-top: 30px;
    margin-left: 60px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; }
  .p-point .p-point__settlement .p-point__settlement__point__box {
    width: 660px;
    height: 60px;
    margin-top: 20px;
    margin-right: 60px;
    margin-left: 60px; }
    .p-point .p-point__settlement .p-point__settlement__point__box:before, .p-point .p-point__settlement .p-point__settlement__point__box:after {
      content: "";
      display: table; }
    .p-point .p-point__settlement .p-point__settlement__point__box:after {
      clear: both; }
    .p-point .p-point__settlement .p-point__settlement__point__box .p-point__settlement__point__box__icon {
      float: left;
      margin-top: 15px;
      margin-left: 20px;
      margin-right: 8px;
      background-image: url(../../images/v6/sprite_payment_ver3.png);
      background-repeat: no-repeat;
      background-size: 612px 405px;
      background-position: -332px -44px;
      content: " ";
      display: inline-block;
      width: 30px;
      height: 30px;
      vertical-align: middle; }
    .p-point .p-point__settlement .p-point__settlement__point__box .p-point__settlement__point__box__value {
      display: -webkit-box !important;
      display: -moz-box !important;
      word-wrap: break-word;
      word-break: break-all;
      max-width: 100%;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1;
      font-size: 12px;
      font-size: 1.2rem;
      float: left; }
      .p-point .p-point__settlement .p-point__settlement__point__box .p-point__settlement__point__box__value .p-point__settlement__point__box__value__total {
        margin-top: 16px;
        font-weight: bold; }
        .p-point .p-point__settlement .p-point__settlement__point__box .p-point__settlement__point__box__value .p-point__settlement__point__box__value__total.zero {
          margin-top: 25px; }
      .p-point .p-point__settlement .p-point__settlement__point__box .p-point__settlement__point__box__value .p-point__settlement__point__box__value__detail {
        margin-top: 6px; }
  .p-point .p-point__settlement .p-point__settlement__desc {
    margin-top: 40px;
    margin-left: 60px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; }
  .p-point .p-point__settlement .p-point__settlement__point__item__box {
    width: 660px;
    height: 60px;
    margin-top: 1px;
    margin-right: 60px;
    margin-left: 60px; }
    .p-point .p-point__settlement .p-point__settlement__point__item__box:before, .p-point .p-point__settlement .p-point__settlement__point__item__box:after {
      content: "";
      display: table; }
    .p-point .p-point__settlement .p-point__settlement__point__item__box:after {
      clear: both; }
    .p-point .p-point__settlement .p-point__settlement__point__item__box .p-point__settlement__point__box__item__radio {
      padding-top: 24px;
      padding-left: 20px;
      line-height: 1;
      float: left; }
    .p-point .p-point__settlement .p-point__settlement__point__item__box .p-point__settlement__point__box__icon {
      float: left;
      margin-top: 15px;
      margin-left: 20px;
      background-image: url(../../images/v6/sprite_payment_ver3.png);
      background-repeat: no-repeat;
      background-size: 612px 405px;
      background-position: -332px -44px;
      content: " ";
      display: inline-block;
      width: 30px;
      height: 30px;
      vertical-align: middle; }
    .p-point .p-point__settlement .p-point__settlement__point__item__box .p-point__settlement__point__box__item__img {
      padding-top: 15px;
      width: 30px;
      float: left;
      margin-left: 20px; }
      .p-point .p-point__settlement .p-point__settlement__point__item__box .p-point__settlement__point__box__item__img img {
        width: 30px;
        height: 30px; }
    .p-point .p-point__settlement .p-point__settlement__point__item__box .p-point__settlement__point__box__item__name {
      width: 300px;
      padding-top: 16px;
      margin-left: 12px;
      line-height: 1;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      float: left; }
      .p-point .p-point__settlement .p-point__settlement__point__item__box .p-point__settlement__point__box__item__name .p-point__settlement__point__box__item__detail {
        font-weight: normal;
        padding-top: 6px; }
    .p-point .p-point__settlement .p-point__settlement__point__item__box .p-point__settlement__point__box__item__price {
      display: -webkit-box !important;
      display: -moz-box !important;
      word-wrap: break-word;
      word-break: break-all;
      max-width: 100%;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 200px;
      padding-top: 24px;
      line-height: 1;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      float: right;
      margin-right: 20px;
      text-align: right; }
  .p-point .p-point__settlement .p-point__settlement__method__box {
    width: 660px;
    height: 60px;
    margin-top: 1px;
    margin-right: 60px;
    margin-left: 60px; }
    .p-point .p-point__settlement .p-point__settlement__method__box:before, .p-point .p-point__settlement .p-point__settlement__method__box:after {
      content: "";
      display: table; }
    .p-point .p-point__settlement .p-point__settlement__method__box:after {
      clear: both; }
    .p-point .p-point__settlement .p-point__settlement__method__box .p-point__settlement__method__box__radio {
      padding-top: 24px;
      padding-left: 20px;
      line-height: 1;
      float: left; }
    .p-point .p-point__settlement .p-point__settlement__method__box .p-point__settlement__method__box__name {
      width: 200px;
      padding-top: 24px;
      padding-left: 20px;
      line-height: 1;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      float: left; }
    .p-point .p-point__settlement .p-point__settlement__method__box .p-point__settlement__method__box__logo {
      width: 60px;
      height: 38px;
      margin-top: 12px;
      margin-right: 5px;
      float: right; }
      .p-point .p-point__settlement .p-point__settlement__method__box .p-point__settlement__method__box__logo.last {
        margin-right: 10px; }
      .p-point .p-point__settlement .p-point__settlement__method__box .p-point__settlement__method__box__logo .p-point__settlement__method__box__logo__img.visa {
        background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 320px 405px;
        background-position: -6px -118px;
        content: " ";
        display: inline-block;
        width: 60px;
        height: 38px;
        vertical-align: middle; }
      .p-point .p-point__settlement .p-point__settlement__method__box .p-point__settlement__method__box__logo .p-point__settlement__method__box__logo__img.master {
        background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 320px 405px;
        background-position: -68px -118px;
        content: " ";
        display: inline-block;
        width: 60px;
        height: 38px;
        vertical-align: middle; }
      .p-point .p-point__settlement .p-point__settlement__method__box .p-point__settlement__method__box__logo .p-point__settlement__method__box__logo__img.jcb {
        background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 320px 405px;
        background-position: -130px -118px;
        content: " ";
        display: inline-block;
        width: 60px;
        height: 38px;
        vertical-align: middle; }
      .p-point .p-point__settlement .p-point__settlement__method__box .p-point__settlement__method__box__logo .p-point__settlement__method__box__logo__img.amex {
        background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 320px 405px;
        background-position: -6px -158px;
        content: " ";
        display: inline-block;
        width: 60px;
        height: 38px;
        vertical-align: middle; }
      .p-point .p-point__settlement .p-point__settlement__method__box .p-point__settlement__method__box__logo .p-point__settlement__method__box__logo__img.diners {
        background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 320px 405px;
        background-position: -68px -158px;
        content: " ";
        display: inline-block;
        width: 60px;
        height: 38px;
        vertical-align: middle; }
      .p-point .p-point__settlement .p-point__settlement__method__box .p-point__settlement__method__box__logo .p-point__settlement__method__box__logo__img.docomo {
        background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 320px 405px;
        background-position: -68px -201px;
        content: " ";
        display: inline-block;
        width: 60px;
        height: 38px;
        vertical-align: middle; }
      .p-point .p-point__settlement .p-point__settlement__method__box .p-point__settlement__method__box__logo .p-point__settlement__method__box__logo__img.softbank {
        background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 320px 405px;
        background-position: -130px -201px;
        content: " ";
        display: inline-block;
        width: 60px;
        height: 38px;
        vertical-align: middle; }
      .p-point .p-point__settlement .p-point__settlement__method__box .p-point__settlement__method__box__logo .p-point__settlement__method__box__logo__img.y-mobile {
        background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 320px 405px;
        background-position: -192px -201px;
        content: " ";
        display: inline-block;
        width: 60px;
        height: 38px;
        vertical-align: middle; }
      .p-point .p-point__settlement .p-point__settlement__method__box .p-point__settlement__method__box__logo .p-point__settlement__method__box__logo__img.au {
        background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 320px 405px;
        background-position: -6px -201px;
        content: " ";
        display: inline-block;
        width: 60px;
        height: 38px;
        vertical-align: middle; }
  .p-point .p-point__settlement .p-point__settlement__form {
    overflow: hidden;
    width: 660px;
    margin-right: 60px;
    margin-left: 60px; }
    .p-point .p-point__settlement .p-point__settlement__form:before, .p-point .p-point__settlement .p-point__settlement__form:after {
      content: "";
      display: table; }
    .p-point .p-point__settlement .p-point__settlement__form:after {
      clear: both; }
    .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__base {
      height: 70px; }
      .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__base .p-point__settlement__form__base__label {
        float: left;
        width: 160px;
        padding-top: 29px;
        line-height: 1;
        text-align: right;
        font-size: 12px;
        font-size: 1.2rem; }
      .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__base .p-point__settlement__form__base__amount {
        font-weight: bold;
        float: left;
        width: 400px;
        padding-top: 28px;
        margin-left: 20px;
        vertical-align: middle; }
    .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card {
      height: 70px;
      border-top: 1px solid #fff; }
      .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__label {
        float: left;
        width: 160px;
        padding-top: 29px;
        line-height: 1;
        text-align: right;
        border-top: 1px solid #fff;
        font-size: 12px;
        font-size: 1.2rem; }
      .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__num {
        position: relative;
        padding-bottom: 8px;
        border-top: 1px solid #fff; }
        .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__num:after {
          content: '';
          display: block;
          clear: both; }
        .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__num .p-point__settlement__form__card__num__boxWrapper {
          float: left;
          width: 400px;
          margin-left: 20px; }
          .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__num .p-point__settlement__form__card__num__boxWrapper .p-point__settlement__form__card__num__boxWrapper__errorMsg {
            display: none; }
            .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__num .p-point__settlement__form__card__num__boxWrapper .p-point__settlement__form__card__num__boxWrapper__errorMsg.error {
              display: block; }
        .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__num .p-point__settlement__form__card__num__box {
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          width: 352px;
          height: 40px;
          margin-top: 16px;
          margin-bottom: 8px;
          padding-left: 15px;
          border-radius: 2px; }
          .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__num .p-point__settlement__form__card__num__box:after {
            background-image: url(../../images/v6/sprite_payment_ver3.png);
            background-repeat: no-repeat;
            background-size: 612px 405px;
            background-position: -32px -35px;
            content: " ";
            display: inline-block;
            width: 14px;
            height: 18px;
            vertical-align: middle;
            position: absolute;
            top: 11px;
            right: 10px; }
          .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__num .p-point__settlement__form__card__num__box.error:after {
            background-image: url(../../images/v6/sprite_payment_ver3.png);
            background-repeat: no-repeat;
            background-size: 612px 405px;
            background-position: -28px -5px;
            content: " ";
            display: inline-block;
            width: 22px;
            height: 22px;
            vertical-align: middle;
            top: 9px; }
          .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__num .p-point__settlement__form__card__num__box.error .p-point__settlement__form__card__num__box__input::-moz-placeholder {
            opacity: 1; }
          .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__num .p-point__settlement__form__card__num__box .p-point__settlement__form__card__num__box__input {
            width: 305px;
            height: 40px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: none;
            outline: none;
            font-size: 14px;
            font-size: 1.4rem; }
            .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__num .p-point__settlement__form__card__num__box .p-point__settlement__form__card__num__box__input::-moz-placeholder {
              opacity: 1; }
      .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__term {
        position: relative;
        padding-bottom: 8px;
        border-top: 1px solid #fff; }
        .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__term:after {
          content: '';
          display: block;
          clear: both; }
        .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__term .p-point__settlement__form__card__term__label {
          float: left;
          width: 160px;
          padding-top: 29px;
          line-height: 1;
          text-align: right;
          font-size: 12px;
          font-size: 1.2rem; }
        .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__term .p-point__settlement__form__card__term__boxWrapper {
          float: left;
          width: 400px;
          margin-left: 20px; }
        .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__term .p-point__settlement__form__card__term__box {
          position: relative;
          display: inline-block;
          vertical-align: top;
          margin-top: 16px;
          margin-bottom: 8px;
          font-size: 14px;
          font-size: 1.4rem; }
          .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__term .p-point__settlement__form__card__term__box.error:after {
            position: absolute;
            top: 9px;
            left: 59px;
            background-image: url(../../images/v6/sprite_payment_ver3.png);
            background-repeat: no-repeat;
            background-size: 612px 405px;
            background-position: -28px -5px;
            content: " ";
            display: inline-block;
            width: 22px;
            height: 22px;
            vertical-align: middle; }
          .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__term .p-point__settlement__form__card__term__box .p-point__settlement__form__card__term__box__label {
            position: relative; }
            .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__term .p-point__settlement__form__card__term__box .p-point__settlement__form__card__term__box__label:after {
              position: absolute;
              top: 50%;
              right: 10px;
              margin-top: -3px;
              z-index: 1;
              pointer-events: none;
              background-image: url(../../images/v6/sprite_dashboard_v6.png);
              background-repeat: no-repeat;
              background-size: 376px 150px;
              background-position: -73px -10px;
              content: " ";
              display: inline-block;
              width: 9px;
              height: 6px;
              vertical-align: middle; }
            .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__term .p-point__settlement__form__card__term__box .p-point__settlement__form__card__term__box__label .p-point__settlement__form__card__term__box__label__select {
              -o-box-sizing: border-box;
              -ms-box-sizing: border-box;
              box-sizing: border-box;
              display: inline-block;
              width: 100px;
              height: 40px;
              padding: 5px 9px 5px 12px;
              border: none;
              border-radius: 2px;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              outline: none;
              cursor: pointer; }
              .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__term .p-point__settlement__form__card__term__box .p-point__settlement__form__card__term__box__label .p-point__settlement__form__card__term__box__label__select::-ms-expand {
                display: none; }
          .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__term .p-point__settlement__form__card__term__box .p-point__settlement__form__card__term__box__unit {
            margin-right: 28px;
            margin-left: 8px;
            font-size: 16px;
            font-size: 1.6rem; }
        .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__term .p-point__settlement__form__card__term__errorMsg {
          display: none;
          font-size: 12px;
          font-size: 1.2rem;
          white-space: nowrap; }
          .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__term .p-point__settlement__form__card__term__errorMsg.error {
            display: block; }
      .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security {
        position: relative;
        height: 70px;
        padding-bottom: 8px;
        border-top: 1px solid #fff; }
        .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security:after {
          content: '';
          display: block;
          clear: both; }
        .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__label {
          float: left;
          width: 160px;
          padding-top: 29px;
          padding-bottom: 29px;
          line-height: 1;
          text-align: right;
          font-size: 12px;
          font-size: 1.2rem; }
        .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__help {
          position: relative;
          background-image: url(../../images/v6/sprite_payment_ver3.png);
          background-repeat: no-repeat;
          background-size: 612px 405px;
          background-position: -6px -41px;
          content: " ";
          display: inline-block;
          width: 12px;
          height: 12px;
          vertical-align: middle;
          margin-left: 2px;
          vertical-align: text-top;
          cursor: pointer; }
          .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__help:hover .p-point__settlement__form__card__security__help__tooltip {
            display: block;
            animation: displayNoneToBlock 0.5s ease 0.1s;
            -webkit-animation: displayNoneToBlock 0.5s ease 0.1s;
            animation-fill-mode: both;
            -webkit-animation-fill-mode: both; }
          .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__help .p-point__settlement__form__card__security__help__tooltip {
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            display: none;
            position: absolute;
            bottom: 28px;
            left: -90px;
            width: 192px;
            padding: 12px 16px 16px 16px;
            border-radius: 2px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            z-index: 2; }
            .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__help .p-point__settlement__form__card__security__help__tooltip:after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 50%;
              width: 14px;
              height: 7px;
              margin-left: -7px;
              z-index: 2; }
            .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__help .p-point__settlement__form__card__security__help__tooltip:before {
              content: "";
              position: absolute;
              bottom: -3px;
              left: 50%;
              margin-left: -4px;
              width: 8px;
              height: 8px;
              box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              z-index: 1; }
            .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__help .p-point__settlement__form__card__security__help__tooltip .p-point__settlement__form__card__security__help__tooltip__text1 {
              margin-bottom: 14px;
              font-size: 10px;
              font-size: 1rem;
              line-height: 1.3;
              word-break: break-all; }
            .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__help .p-point__settlement__form__card__security__help__tooltip .p-point__settlement__form__card__security__help__tooltip__text2 {
              margin-bottom: 22px;
              font-size: 10px;
              font-size: 1rem;
              line-height: 1.3;
              word-break: break-all; }
            .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__help .p-point__settlement__form__card__security__help__tooltip .p-point__settlement__form__card__security__help__tooltip__card1 {
              background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 320px 405px;
              background-position: -6px -254px;
              content: " ";
              display: inline-block;
              width: 72px;
              height: 44px;
              vertical-align: middle;
              float: left; }
            .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__help .p-point__settlement__form__card__security__help__tooltip .p-point__settlement__form__card__security__help__tooltip__card2 {
              background-image: url(../../images/v6/sprite_payment_ver6.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 320px 405px;
              background-position: -83px -254px;
              content: " ";
              display: inline-block;
              width: 72px;
              height: 44px;
              vertical-align: middle;
              float: left;
              margin-left: 16px; }
              .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__help .p-point__settlement__form__card__security__help__tooltip .p-point__settlement__form__card__security__help__tooltip__card2:after {
                content: '';
                display: block;
                clear: both; }
        .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__boxWrapper {
          float: left;
          width: 480px;
          margin-left: 20px; }
          .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__boxWrapper .p-point__settlement__form__card__security__box {
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            width: 116px;
            margin-top: 15px;
            border-radius: 2px;
            float: left; }
            .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__boxWrapper .p-point__settlement__form__card__security__box:after {
              background-image: url(../../images/v6/sprite_payment_ver3.png);
              background-repeat: no-repeat;
              background-size: 612px 405px;
              background-position: -32px -35px;
              content: " ";
              display: inline-block;
              width: 14px;
              height: 18px;
              vertical-align: middle;
              position: absolute;
              top: 11px;
              right: 10px; }
            .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__boxWrapper .p-point__settlement__form__card__security__box.error:after {
              background-image: url(../../images/v6/sprite_payment_ver3.png);
              background-repeat: no-repeat;
              background-size: 612px 405px;
              background-position: -28px -5px;
              content: " ";
              display: inline-block;
              width: 22px;
              height: 22px;
              vertical-align: middle;
              top: 9px; }
            .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__boxWrapper .p-point__settlement__form__card__security__box .p-point__settlement__form__card__security__box__input {
              width: 66px;
              height: 40px;
              padding-left: 15px;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              border: none;
              outline: none; }
          .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__boxWrapper .p-point__settlement__form__card__security__helpWrapper {
            float: left;
            width: 300px;
            margin-left: 20px;
            padding-top: 29px; }
            .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__boxWrapper .p-point__settlement__form__card__security__helpWrapper .p-point__settlement__form__card__security__helpWrapper__text {
              font-size: 12px;
              font-size: 1.2rem; }
          .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__boxWrapper .p-point__settlement__form__card__security__boxWrapper__errorMsg {
            float: left;
            display: none;
            width: 400px;
            white-space: nowrap;
            margin-top: 6px;
            margin-bottom: 6px; }
            .p-point .p-point__settlement .p-point__settlement__form .p-point__settlement__form__card .p-point__settlement__form__card__security .p-point__settlement__form__card__security__boxWrapper .p-point__settlement__form__card__security__boxWrapper__errorMsg.error {
              display: block; }
  .p-point .p-point__settlement .p-point__settlement__globalError {
    display: none;
    width: 620px;
    margin-top: 20px;
    margin-right: 60px;
    margin-left: 60px;
    padding: 20px;
    line-height: 1.5;
    font-weight: bold; }
    .p-point .p-point__settlement .p-point__settlement__globalError.error {
      display: block; }
  .p-point .p-point__settlement .p-point__settlement__note {
    margin-top: 20px;
    line-height: 2;
    width: 660px;
    margin-right: 60px;
    margin-left: 80px; }
  .p-point .p-point__settlement .p-point__settlement__btn {
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center; }
    .p-point .p-point__settlement .p-point__settlement__btn .p-point__settlement__btn__consent {
      padding-bottom: 8px; }
      .p-point .p-point__settlement .p-point__settlement__btn .p-point__settlement__btn__consent.error .p-point__settlement__btn__consent__errorMsg {
        display: block; }
      .p-point .p-point__settlement .p-point__settlement__btn .p-point__settlement__btn__consent .p-point__settlement__btn__consent__errorMsg {
        display: none;
        margin-bottom: 7px; }

.p-point .p-point__thanks {
  width: 780px;
  margin-right: auto;
  margin-left: auto; }
  .p-point .p-point__thanks .p-point__thanks__title {
    margin-bottom: 22px;
    margin-top: 61px;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold; }
  .p-point .p-point__thanks .p-point__thanks__desc {
    width: 640px;
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.5;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem; }
  .p-point .p-point__thanks .p-point__thanks__box {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 500px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    word-break: break-all; }
    .p-point .p-point__thanks .p-point__thanks__box .p-point__thanks__box__item {
      overflow: hidden;
      margin-top: 30px;
      margin-left: 30px;
      margin-right: 30px;
      font-size: 12px;
      font-size: 1.2rem; }
      .p-point .p-point__thanks .p-point__thanks__box .p-point__thanks__box__item.first {
        padding-top: 40px; }
      .p-point .p-point__thanks .p-point__thanks__box .p-point__thanks__box__item .p-point__thanks__box__item__key {
        float: left;
        width: 200px;
        font-weight: bold; }
      .p-point .p-point__thanks .p-point__thanks__box .p-point__thanks__box__item .p-point__thanks__box__item__value {
        float: right;
        width: 220px;
        text-align: right; }
    .p-point .p-point__thanks .p-point__thanks__box .p-point__thanks__box__total {
      overflow: hidden;
      border-top: 1px solid #ccc;
      padding-top: 30px;
      margin-top: 30px;
      margin-left: 30px;
      margin-right: 30px;
      padding-bottom: 40px;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold; }
      .p-point .p-point__thanks .p-point__thanks__box .p-point__thanks__box__total .p-point__thanks__box__total__key {
        float: left;
        width: 200px; }
      .p-point .p-point__thanks .p-point__thanks__box .p-point__thanks__box__total .p-point__thanks__box__total__value {
        float: right;
        width: 220px;
        text-align: right; }
  .p-point .p-point__thanks .p-point__thanks__btn {
    margin-top: 48px;
    text-align: center; }
  .p-point .p-point__thanks .p-point__thanks__note {
    margin-top: 28px;
    margin-bottom: 100px;
    text-align: center;
    line-height: 1.5; }

.p-point .p-point__testIcon1 {
  background-image: url(../../sprite/images/sprites_v6_biling.png);
  background-position: 0px 0px;
  width: 128px;
  height: 128px;
  background-size: 258px 258px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle; }

.p-point .p-point__testIcon2 {
  background-image: url(../../sprite/images/sprites_v6_biling.png);
  background-position: -130px 0px;
  width: 128px;
  height: 128px;
  background-size: 258px 258px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle; }

.p-point .p-point__testIcon3 {
  background-image: url(../../sprite/images/sprites_v7.png);
  background-position: 0px 0px;
  width: 16px;
  height: 16px;
  background-size: 34px 34px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle; }

.p-point .p-point__testIcon4 {
  background-image: url(../../sprite/images/sprites_v7.png);
  background-position: -18px 0px;
  width: 16px;
  height: 16px;
  background-size: 34px 34px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle; }

.p-point .p-point__commonPage {
  width: 780px;
  margin-right: auto;
  margin-left: auto; }
  .p-point .p-point__commonPage .p-point__commonPage__title {
    margin-bottom: 22px;
    margin-top: 50px;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold; }
  .p-point .p-point__commonPage .p-point__commonPage__desc {
    width: 620px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 26px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.6;
    font-size: 12px;
    font-size: 1.2rem; }
    .p-point .p-point__commonPage .p-point__commonPage__desc.center {
      text-align: center; }
  .p-point .p-point__commonPage .p-point__commonPage__btn {
    margin-top: 50px;
    text-align: center; }
  .p-point .p-point__commonPage .p-point__commonPage__note {
    margin-top: 32px;
    margin-bottom: 100px;
    text-align: center;
    line-height: 1.5; }
  .p-point .p-point__commonPage .p-point__commonPage__spinner {
    margin-top: 60px;
    text-align: center; }

.p-pointModal input:-webkit-autofill,
.p-pointModal input:-webkit-autofill:hover,
.p-pointModal input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

.p-pointModal a {
  text-decoration: none; }
  .p-pointModal a:hover {
    text-decoration: underline; }

.p-pointModal .p-pointModal__mail .p-pointModal__mail__title {
  margin-top: 24px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem; }

.p-pointModal .p-pointModal__mail .p-pointModal__mail__desc {
  margin-top: 16px;
  line-height: 1.5; }

.p-pointModal .p-pointModal__mail .p-pointModal__mail__box {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 19px;
  padding: 36px 32px; }
  .p-pointModal .p-pointModal__mail .p-pointModal__mail__box .p-pointModal__mail__box__label {
    display: inline-block;
    vertical-align: middle;
    width: 111px;
    padding-right: 8px;
    font-weight: bold; }
  .p-pointModal .p-pointModal__mail .p-pointModal__mail__box .p-pointModal__mail__box__email {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 437px;
    word-break: break-all;
    word-wrap: break-word; }

.p-pointModal .p-pointModal__mail .p-pointModal__mail__notes {
  margin-left: 1.4em; }
  .p-pointModal .p-pointModal__mail .p-pointModal__mail__notes .p-pointModal__mail__notes__item {
    list-style-type: none;
    line-height: 1.4; }
    .p-pointModal .p-pointModal__mail .p-pointModal__mail__notes .p-pointModal__mail__notes__item:not(:last-child) {
      margin-bottom: 8px; }
    .p-pointModal .p-pointModal__mail .p-pointModal__mail__notes .p-pointModal__mail__notes__item:before {
      content: "※";
      display: inline-block;
      text-indent: -1.4em; }

.p-pointModal .p-pointModal__mail .p-pointModal__mail__btn {
  padding-top: 37px;
  padding-bottom: 2px;
  text-align: center; }
  .p-pointModal .p-pointModal__mail .p-pointModal__mail__btn .p-pointModal__mail__btn__link {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    cursor: pointer; }
    .p-pointModal .p-pointModal__mail .p-pointModal__mail__btn .p-pointModal__mail__btn__link:hover {
      text-decoration: underline; }

.p-pointModal .p-pointModal__mail .p-pointModal__mail__footer {
  padding-top: 40px;
  text-align: center; }
  .p-pointModal .p-pointModal__mail .p-pointModal__mail__footer .p-pointModal__mail__footer__link {
    font-weight: bold;
    text-decoration: none; }
    .p-pointModal .p-pointModal__mail .p-pointModal__mail__footer .p-pointModal__mail__footer__link:hover {
      text-decoration: underline; }

.p-pointModal .p-pointModal__settlement .p-pointModal__settlement__title {
  text-align: center;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }
  .p-pointModal .p-pointModal__settlement .p-pointModal__settlement__title.isLeft {
    text-align: left; }

.p-pointModal .p-pointModal__settlement .p-pointModal__settlement__desc {
  margin-top: 21px;
  text-align: center;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem; }
  .p-pointModal .p-pointModal__settlement .p-pointModal__settlement__desc.isLeft {
    text-align: left; }

.p-pointModal .p-pointModal__settlement .p-pointModal__settlement__box {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 410px;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 56px 31px; }
  .p-pointModal .p-pointModal__settlement .p-pointModal__settlement__box .p-pointModal__settlement__box__item {
    overflow: hidden;
    margin-top: 27px; }
    .p-pointModal .p-pointModal__settlement .p-pointModal__settlement__box .p-pointModal__settlement__box__item .p-pointModal__settlement__box__item__key {
      float: left;
      width: 112px; }
    .p-pointModal .p-pointModal__settlement .p-pointModal__settlement__box .p-pointModal__settlement__box__item .p-pointModal__settlement__box__item__value {
      float: right;
      width: 179px;
      text-align: right; }

.p-pointModal .p-pointModal__settlement .p-pointModal__settlement__btn {
  position: relative;
  margin-top: 40px;
  text-align: center; }
  .p-pointModal .p-pointModal__settlement .p-pointModal__settlement__btn .p-pointModal__settlement__btn__loadingPulse {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 8px;
    left: 50%;
    margin-left: -25px;
    border-radius: 50%;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both; }

.p-pointModal .p-pointModal__settlement .p-pointModal__settlement__serial {
  margin-top: 31px; }
  .p-pointModal .p-pointModal__settlement .p-pointModal__settlement__serial .p-pointModal__settlement__serial__form {
    overflow: hidden;
    padding: 24px 32px; }
    .p-pointModal .p-pointModal__settlement .p-pointModal__settlement__serial .p-pointModal__settlement__serial__form .p-pointModal__settlement__serial__form__label {
      display: block;
      float: left;
      width: 112px;
      height: 40px;
      margin-right: 16px;
      line-height: 40px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold; }
    .p-pointModal .p-pointModal__settlement .p-pointModal__settlement__serial .p-pointModal__settlement__serial__form .p-pointModal__settlement__serial__form__box {
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      float: right;
      width: 436px;
      height: 40px;
      padding-right: 14px;
      padding-left: 14px;
      border-radius: 2px; }
      .p-pointModal .p-pointModal__settlement .p-pointModal__settlement__serial .p-pointModal__settlement__serial__form .p-pointModal__settlement__serial__form__box.error .p-pointModal__settlement__serial__form__box__input::-moz-placeholder {
        opacity: 1; }
      .p-pointModal .p-pointModal__settlement .p-pointModal__settlement__serial .p-pointModal__settlement__serial__form .p-pointModal__settlement__serial__form__box .p-pointModal__settlement__serial__form__box__input {
        display: block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        height: 40px;
        border: none;
        outline: none;
        font-size: 14px;
        font-size: 1.4rem; }
  .p-pointModal .p-pointModal__settlement .p-pointModal__settlement__serial .p-pointModal__settlement__serial__error .p-pointModal__settlement__serial__error__msg {
    display: none;
    padding: 9px 20px;
    line-height: 1;
    font-weight: bold; }
    .p-pointModal .p-pointModal__settlement .p-pointModal__settlement__serial .p-pointModal__settlement__serial__error .p-pointModal__settlement__serial__error__msg.error {
      display: block; }

.p-mailConfirm .p-mailConfirm__success {
  max-width: 700px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px; }
  .p-mailConfirm .p-mailConfirm__success .p-mailConfirm__success__box {
    text-align: center; }
    .p-mailConfirm .p-mailConfirm__success .p-mailConfirm__success__box .p-mailConfirm__success__box__title {
      padding-top: 48px;
      line-height: 1;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
    .p-mailConfirm .p-mailConfirm__success .p-mailConfirm__success__box .p-mailConfirm__success__box__desc {
      margin-top: 22px;
      padding-right: 16px;
      padding-left: 16px;
      line-height: 1.4; }
    .p-mailConfirm .p-mailConfirm__success .p-mailConfirm__success__box .p-mailConfirm__success__box__link {
      padding-top: 46px;
      padding-bottom: 48px; }
      .p-mailConfirm .p-mailConfirm__success .p-mailConfirm__success__box .p-mailConfirm__success__box__link .p-mailConfirm__success__box__link__btn {
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        width: 200px;
        padding: 14px 8px;
        background-color: #ffc511;
        border-radius: 4px;
        text-align: center;
        color: #333;
        font-size: 14px;
        font-size: 1.4rem;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .p-mailConfirm .p-mailConfirm__success .p-mailConfirm__success__box .p-mailConfirm__success__box__link .p-mailConfirm__success__box__link__btn:hover {
          opacity: .7; }
  .p-mailConfirm .p-mailConfirm__success .p-mailConfirm__success__footer {
    overflow: hidden;
    margin-top: 11px;
    color: #a0a0a0; }
    .p-mailConfirm .p-mailConfirm__success .p-mailConfirm__success__footer .p-mailConfirm__success__footer__copyright {
      float: left; }
    .p-mailConfirm .p-mailConfirm__success .p-mailConfirm__success__footer .p-mailConfirm__success__footer__policy {
      float: right; }
      .p-mailConfirm .p-mailConfirm__success .p-mailConfirm__success__footer .p-mailConfirm__success__footer__policy a {
        color: inherit;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .p-mailConfirm .p-mailConfirm__success .p-mailConfirm__success__footer .p-mailConfirm__success__footer__policy a:hover {
          color: #ffc511; }

html.lightBg,
body.lightBg {
  background: #f7f7f7; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; } }

.p-premium__landing__main__header__slider__item.active .p-premium__animateDelay {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -moz-adnimation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
  .p-premium__landing__main__header__slider__item.active .p-premium__animateDelay.DelayStart {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .p-premium__landing__main__header__slider__item.active .p-premium__animateDelay.DelayBtn {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }

.p-premiumBtn,
.p-premiumBtn.waves-button {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  min-width: 300px;
  padding: 21px 8px;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 4px;
  border: solid 1px #34aef6;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .p-premiumBtn:hover:not(.p-premiumBtn--disabled),
  .p-premiumBtn.waves-button:hover:not(.p-premiumBtn--disabled) {
    opacity: .7;
    text-align: center;
    text-decoration: none !important; }
  .p-premiumBtn.p-premiumBtn--default,
  .p-premiumBtn.waves-button.p-premiumBtn--default {
    background-color: #34aef6;
    color: #fff; }
  .p-premiumBtn.p-premiumBtn--primary,
  .p-premiumBtn.waves-button.p-premiumBtn--primary {
    background-color: #f7f7f7;
    color: #34aef6; }
  .p-premiumBtn.p-premiumBtn--disabled,
  .p-premiumBtn.waves-button.p-premiumBtn--disabled {
    background-color: #a0a0a0;
    border: solid 1px #a0a0a0;
    color: #fff;
    cursor: default; }

.p-premium__landingBtn {
  text-align: center; }
  .p-premium__landingBtn.top {
    position: absolute;
    z-index: 10;
    top: 410px;
    width: 100%;
    min-width: 1100px;
    text-align: center; }
  .p-premium__landingBtn .p-premium__landingBtn__title {
    font-size: 16px;
    font-size: 1.6rem;
    color: #34aef6; }
    .p-premium__landingBtn .p-premium__landingBtn__title.black {
      color: #000; }
    .p-premium__landingBtn .p-premium__landingBtn__title.white {
      color: #fff; }
  .p-premium__landingBtn .p-premium__landingBtn__btn {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 300px;
    height: 65px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 15px;
    background-color: #6ec4f6; }
    .p-premium__landingBtn .p-premium__landingBtn__btn:hover {
      text-decoration: none !important;
      text-align: center; }
    .p-premium__landingBtn .p-premium__landingBtn__btn.p-premiumBtn--coming {
      margin-bottom: 50px; }
    .p-premium__landingBtn .p-premium__landingBtn__btn.p-premiumBtn--signup {
      background-color: #34aef6;
      line-height: 2.3;
      color: #fff; }
      .p-premium__landingBtn .p-premium__landingBtn__btn.p-premiumBtn--signup:hover {
        background-color: #6ec4f6; }
    .p-premium__landingBtn .p-premium__landingBtn__btn.p-premiumBtn--login {
      background-color: #fff;
      color: #34aef6;
      line-height: 2.3;
      margin-left: 50px; }
      .p-premium__landingBtn .p-premium__landingBtn__btn.p-premiumBtn--login:hover {
        background-color: #d0d0d0; }
    .p-premium__landingBtn .p-premium__landingBtn__btn.p-premiumBtn--default {
      background-color: #34aef6;
      color: #fff; }
      .p-premium__landingBtn .p-premium__landingBtn__btn.p-premiumBtn--default:hover {
        background-color: #6ec4f6; }
    .p-premium__landingBtn .p-premium__landingBtn__btn.isPremium {
      background-color: #888;
      line-height: 2.3;
      cursor: auto;
      color: #fff; }
    .p-premium__landingBtn .p-premium__landingBtn__btn .p-premium__landingBtn__btn__textPremium {
      font-size: 18px;
      font-size: 1.8rem; }
    .p-premium__landingBtn .p-premium__landingBtn__btn .p-premium__landingBtn__btn__textPrice {
      font-size: 12px;
      font-size: 1.2rem;
      margin-top: 5px; }

.p-creators {
  color: #333; }
  .p-creators .icon.openrec__logo {
    background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 970px 356px;
    background-position: -10px -76px;
    content: " ";
    display: inline-block;
    width: 180px;
    height: 44px;
    vertical-align: middle; }
  .p-creators .icon.facebook {
    background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 970px 356px;
    background-position: -10px -124px;
    content: " ";
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle; }
  .p-creators .icon.twitter {
    background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 970px 356px;
    background-position: -46px -124px;
    content: " ";
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle; }
  .p-creators .icon.creators__program {
    background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 970px 356px;
    background-position: -10px -32px;
    content: " ";
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle; }
  .p-creators .icon.yell {
    background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 970px 356px;
    background-position: -54px -32px;
    content: " ";
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle; }
  .p-creators .icon.flow__to__monetize {
    background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 970px 356px;
    background-position: -98px -32px;
    content: " ";
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle; }
  .p-creators .icon.lets__monetize {
    background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 970px 356px;
    background-position: -274px -32px;
    content: " ";
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle; }
  .p-creators .icon.flow__of__revenue__sharing {
    background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 970px 356px;
    background-position: -142px -32px;
    content: " ";
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle; }
  .p-creators .icon.conditions__of__participation {
    background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 970px 356px;
    background-position: -186px -32px;
    content: " ";
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle; }
  .p-creators .icon.news {
    background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 970px 356px;
    background-position: -230px -32px;
    content: " ";
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle; }
  .p-creators .pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 970px 356px;
    background-position: -118px -128px;
    content: " ";
    display: inline-block;
    width: 80px;
    height: 80px;
    vertical-align: middle; }
  .p-creators .p-creators__landing__main {
    width: 100%;
    margin-top: 59px; }
    .p-creators .p-creators__landing__main.teaser {
      margin-top: 0; }
    .p-creators .p-creators__landing__main .p-creators__main__header {
      background-color: #000; }
      .p-creators .p-creators__landing__main .p-creators__main__header .content {
        background: url(../../images/v6/creators/img_OCP_teaser_00.jpg?t=2019040802) top center no-repeat;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px; }
        .p-creators .p-creators__landing__main .p-creators__main__header .content .title__area {
          margin: 0 auto;
          padding: 0 15px;
          max-width: 1010px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center; }
          .p-creators .p-creators__landing__main .p-creators__main__header .content .title__area .title {
            margin-left: 30px;
            color: #FFFFFF;
            font-size: 16px; }
          .p-creators .p-creators__landing__main .p-creators__main__header .content .title__area .facebook {
            margin-left: auto; }
          .p-creators .p-creators__landing__main .p-creators__main__header .content .title__area .twitter {
            margin-left: 10px; }
        .p-creators .p-creators__landing__main .p-creators__main__header .content .heading {
          margin-top: 150px; }
          .p-creators .p-creators__landing__main .p-creators__main__header .content .heading .caption1 {
            display: block;
            margin-bottom: 40px;
            color: #FFFFFF;
            font-size: 30px; }
          .p-creators .p-creators__landing__main .p-creators__main__header .content .heading .caption2 {
            display: block;
            margin-bottom: 40px;
            color: #FFFFFF;
            font-size: 24px; }
          .p-creators .p-creators__landing__main .p-creators__main__header .content .heading .coming__soon {
            display: inline-block;
            padding: 24px 40px;
            color: #ffc511;
            font-size: 24px;
            border: solid 1px #ffc511;
            border-radius: 40px; }
    .p-creators .p-creators__landing__main .p-premium__landing__main__header {
      height: 520px;
      background-color: #000; }
      .p-creators .p-creators__landing__main .p-premium__landing__main__header .description {
        position: absolute;
        z-index: 5;
        text-align: center;
        right: 0px;
        left: 0px;
        top: 188px;
        margin: 0 auto; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .description .p-premium__landing__main__header__slider__theme__icon {
          margin-top: 68px; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .description .p-premium__landing__main__header__slider__theme__icon.icon0 {
            background-image: url(../../images/v6/sprite_premium_landing.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -234px -141px;
            content: " ";
            display: inline-block;
            width: 63px;
            height: 61px;
            vertical-align: middle; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .description .p-premium__landing__main__header__slider__theme__icon.icon1 {
            background-image: url(../../images/v6/sprite_premium_landing.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -6px -141px;
            content: " ";
            display: inline-block;
            width: 63px;
            height: 61px;
            vertical-align: middle; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .description .p-premium__landing__main__header__slider__theme__icon.icon2 {
            background-image: url(../../images/v6/sprite_premium_landing.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -153px -141px;
            content: " ";
            display: inline-block;
            width: 74px;
            height: 61px;
            vertical-align: middle; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .description .p-premium__landing__main__header__slider__theme__icon.icon3 {
            background-image: url(../../images/v6/sprite_premium_landing.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -76px -141px;
            content: " ";
            display: inline-block;
            width: 66px;
            height: 61px;
            vertical-align: middle; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .description .p-premium__landing__main__header__slider__theme__title {
          font-size: 30px;
          font-size: 3rem;
          font-weight: bold;
          margin-top: 35px;
          color: #fff; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .description .p-premium__landing__main__header__slider__theme__title.blue {
            color: #34aef6; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .description .p-premium__landing__main__header__slider__theme__title.english {
            margin-top: 35px; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .description .p-premium__landing__main__header__slider__theme__titleS {
          font-size: 24px;
          font-size: 2.4rem;
          margin-top: 40px;
          font-weight: normal;
          color: #fff; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .description .p-premium__landing__main__header__slider__theme__titleS.opacity {
            opacity: 0.5; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .description .p-premium__landing__main__header__slider__theme__titleS.fontBold {
            font-weight: bold; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .description .p-premium__landing__main__header__slider__theme__titleSmallText {
          font-size: 12px;
          font-size: 1.2rem;
          margin-top: 10px;
          font-weight: normal;
          color: #fff; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .description .p-premium__landing__main__header__slider__theme__titleSmallText.opacity {
            opacity: 0.5; }
      .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider {
        width: 100%;
        min-width: 1100px;
        position: relative;
        z-index: 1; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme {
          position: absolute;
          z-index: 20;
          width: 100%;
          min-width: 1100px;
          text-align: center; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__icon {
            margin-top: 68px; }
            .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__icon.icon0 {
              background-image: url(../../images/v6/sprite_premium_landing.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -234px -141px;
              content: " ";
              display: inline-block;
              width: 63px;
              height: 61px;
              vertical-align: middle; }
            .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__icon.icon1 {
              background-image: url(../../images/v6/sprite_premium_landing.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -6px -141px;
              content: " ";
              display: inline-block;
              width: 63px;
              height: 61px;
              vertical-align: middle; }
            .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__icon.icon2 {
              background-image: url(../../images/v6/sprite_premium_landing.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -153px -141px;
              content: " ";
              display: inline-block;
              width: 74px;
              height: 61px;
              vertical-align: middle; }
            .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__icon.icon3 {
              background-image: url(../../images/v6/sprite_premium_landing.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -76px -141px;
              content: " ";
              display: inline-block;
              width: 66px;
              height: 61px;
              vertical-align: middle; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__title {
            font-size: 45px;
            font-size: 4.5rem;
            font-weight: bold;
            margin-top: 60px;
            color: #fff; }
            .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__title.blue {
              color: #34aef6; }
            .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__title.english {
              margin-top: 35px; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__titleS {
            font-size: 20px;
            font-size: 2rem;
            margin-top: 10px;
            font-weight: normal;
            color: #fff; }
            .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__titleS.opacity {
              opacity: 0.5; }
            .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__titleS.fontBold {
              font-weight: bold; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__titleSmallText {
            font-size: 12px;
            font-size: 1.2rem;
            margin-top: 10px;
            font-weight: normal;
            color: #fff; }
            .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__theme__titleSmallText.opacity {
              opacity: 0.5; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__bg {
          width: 100%;
          height: 520px;
          min-width: 1100px; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__bg.images00 {
            background: url(../../images/v6/creators/img_Spotlight_01.jpg?t=2019040802) top center; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__bg.images01 {
            background: url(../../images/v6/creators/img_Spotlight_02.jpg?t=2019040802) top center; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__bg.images02 {
            background: url(../../images/v6/creators/img_Spotlight_03.jpg?t=2019040802) top center; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__stage {
          position: relative;
          -ms-touch-action: pan-Y; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__outer {
          width: 100%;
          height: 520px;
          position: relative;
          overflow: hidden;
          -webkit-transform: translate3d(0px, 0px, 0px); }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__item {
          position: relative;
          min-height: 1px;
          float: left;
          -webkit-backface-visibility: hidden;
          -webkit-tap-highlight-color: transparent;
          -webkit-touch-callout: none; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__item img {
          display: block; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__nav.disabled, .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__dots.disabled {
          display: none; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__nav .p-premium__landing__main__header__slider__nav__prev, .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__nav .p-premium__landing__main__header__slider__nav__next {
          cursor: pointer;
          cursor: hand;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          z-index: 15; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider .p-premium__landing__main__header__slider__dot {
          cursor: pointer;
          cursor: hand;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
      .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__nav__prev {
        float: left;
        margin-left: 30px; }
      .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__nav__next {
        float: right;
        margin-right: 30px; }
      .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider.owl-loaded {
        display: block; }
      .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider.owl-loading {
        opacity: 0;
        display: block; }
      .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__sliderowl-hidden {
        opacity: 0; }
      .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider.p-premium__landing__main__header__slider__refresh .p-premium__landing__main__header__slider__item {
        display: none; }
      .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__sliderowl-drag .p-premium__landing__main__header__slider__item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab; }
      .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider.owl-rtl {
        direction: rtl; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider.owl-rtl .p-premium__landing__main__header__slider__item {
          float: right; }
      .p-creators .p-creators__landing__main .p-premium__landing__main__header .no-js .p-premium__landing__main__header__slider {
        display: block; }
      .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__nav {
        position: absolute;
        width: 100%;
        top: 45%;
        z-index: 10;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        display: none; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__nav [class*='owl-'] {
          color: #FFF;
          font-size: 14px;
          width: 88px;
          height: 88px;
          margin: 5px;
          display: inline-block;
          line-height: 42px;
          cursor: pointer;
          font-size: 24px;
          font-weight: bold; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__nav [class*='owl-']:hover {
            opacity: 0.7; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__nav .disabled {
          opacity: 0.5;
          cursor: default; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__nav.disabled + .p-premium__landing__main__header__slider__dots {
          margin-top: 10px; }
      .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__dots {
        text-align: center;
        position: absolute;
        bottom: 30px;
        width: 100%;
        min-width: 1100px; }
        .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__dots .p-premium__landing__main__header__slider__dot {
          display: inline-block;
          zoom: 1;
          vertical-align: middle;
          *display: inline; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__dots .p-premium__landing__main__header__slider__dot span {
            width: 10px;
            height: 10px;
            margin: 7px 7px 7px 7px;
            background: #fff;
            text-align: center;
            display: inline-block;
            border-radius: 50%; }
          .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__dots .p-premium__landing__main__header__slider__dot.active span, .p-creators .p-creators__landing__main .p-premium__landing__main__header .p-premium__landing__main__header__slider__theme .p-premium__landing__main__header__slider__dots .p-premium__landing__main__header__slider__dot:hover span {
            background-color: #ff4c11;
            border-radius: 50%; }
    .p-creators .p-creators__landing__main .table__of__contents {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      height: 100px;
      background: #f1f1f1;
      font-size: 16px; }
      .p-creators .p-creators__landing__main .table__of__contents div:not(:first-child) {
        margin-left: 20px; }
      .p-creators .p-creators__landing__main .table__of__contents div a {
        color: #333;
        line-height: 2;
        text-decoration: underline; }
        .p-creators .p-creators__landing__main .table__of__contents div a:hover {
          color: #ffc511; }
    .p-creators .p-creators__landing__main .breadcrumb__wrap {
      background: #f1f1f1; }
      .p-creators .p-creators__landing__main .breadcrumb__wrap .breadcrumb {
        max-width: 1010px;
        height: 100px;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        font-size: 16px; }
        .p-creators .p-creators__landing__main .breadcrumb__wrap .breadcrumb div:after {
          content: "　&gt;　"; }
        .p-creators .p-creators__landing__main .breadcrumb__wrap .breadcrumb div:last-child:after {
          content: none; }
        .p-creators .p-creators__landing__main .breadcrumb__wrap .breadcrumb div a {
          color: #333;
          line-height: 2;
          text-decoration: underline; }
          .p-creators .p-creators__landing__main .breadcrumb__wrap .breadcrumb div a:hover {
            color: #ffc511; }
    .p-creators .p-creators__landing__main article {
      background-color: #ffffff;
      padding-bottom: 70px; }
      .p-creators .p-creators__landing__main article.terms {
        padding-bottom: 30px; }
      .p-creators .p-creators__landing__main article section {
        background-color: #ffffff;
        max-width: 1010px;
        margin: 0 auto;
        padding: 100px 15px 0; }
        .p-creators .p-creators__landing__main article section .title__area {
          margin-bottom: 60px; }
          .p-creators .p-creators__landing__main article section .title__area .title {
            display: inline-block;
            vertical-align: middle;
            margin-left: 14px;
            color: #333333;
            font-size: 30px; }
        .p-creators .p-creators__landing__main article section .description {
          color: #333333;
          font-size: 16px;
          line-height: 26px; }
          .p-creators .p-creators__landing__main article section .description ul {
            margin-left: 40px; }
            .p-creators .p-creators__landing__main article section .description ul li {
              margin-bottom: 20px;
              list-style: disc; }
      .p-creators .p-creators__landing__main article #about__creators__program .link_area {
        margin: 30px 0; }
        .p-creators .p-creators__landing__main article #about__creators__program .link_area a {
          color: #ff4c11;
          font-size: 16px;
          text-decoration: underline;
          cursor: pointer; }
      .p-creators .p-creators__landing__main article #about__yell .description {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        .p-creators .p-creators__landing__main article #about__yell .description img {
          width: 488px; }
        .p-creators .p-creators__landing__main article #about__yell .description ul {
          min-width: 380px; }
      .p-creators .p-creators__landing__main article #lets__monetize .link_area {
        margin: 30px 0; }
        .p-creators .p-creators__landing__main article #lets__monetize .link_area a {
          color: #ff4c11;
          font-size: 16px;
          text-decoration: underline;
          cursor: pointer; }
      .p-creators .p-creators__landing__main article #lets__monetize .product__images {
        width: 1000px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around; }
        .p-creators .p-creators__landing__main article #lets__monetize .product__images .item01 {
          background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 970px 356px;
          background-position: -10px -218px;
          content: " ";
          display: inline-block;
          width: 100px;
          height: 124px;
          vertical-align: middle; }
        .p-creators .p-creators__landing__main article #lets__monetize .product__images .item02 {
          background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 970px 356px;
          background-position: -130px -218px;
          content: " ";
          display: inline-block;
          width: 100px;
          height: 124px;
          vertical-align: middle; }
        .p-creators .p-creators__landing__main article #lets__monetize .product__images .item03 {
          background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 970px 356px;
          background-position: -250px -218px;
          content: " ";
          display: inline-block;
          width: 100px;
          height: 124px;
          vertical-align: middle; }
        .p-creators .p-creators__landing__main article #lets__monetize .product__images .item04 {
          background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 970px 356px;
          background-position: -370px -218px;
          content: " ";
          display: inline-block;
          width: 100px;
          height: 124px;
          vertical-align: middle; }
        .p-creators .p-creators__landing__main article #lets__monetize .product__images .item05 {
          background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 970px 356px;
          background-position: -490px -218px;
          content: " ";
          display: inline-block;
          width: 100px;
          height: 124px;
          vertical-align: middle; }
        .p-creators .p-creators__landing__main article #lets__monetize .product__images .item06 {
          background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 970px 356px;
          background-position: -610px -218px;
          content: " ";
          display: inline-block;
          width: 100px;
          height: 124px;
          vertical-align: middle; }
        .p-creators .p-creators__landing__main article #lets__monetize .product__images .item07 {
          background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 970px 356px;
          background-position: -730px -218px;
          content: " ";
          display: inline-block;
          width: 100px;
          height: 124px;
          vertical-align: middle; }
        .p-creators .p-creators__landing__main article #lets__monetize .product__images .item08 {
          background-image: url(../../images/v6/creators/sprite_OCP.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 970px 356px;
          background-position: -850px -218px;
          content: " ";
          display: inline-block;
          width: 100px;
          height: 124px;
          vertical-align: middle; }
      .p-creators .p-creators__landing__main article #flow__of__revenue__sharing img {
        width: 1000px;
        height: 300px;
        margin-bottom: 30px; }
      .p-creators .p-creators__landing__main article #news .description dl dt {
        float: left;
        padding: 3px 8px;
        background: #ffc511;
        border-radius: 4px; }
      .p-creators .p-creators__landing__main article #news .description dl dd {
        padding: 5px 20px;
        margin-left: 98px;
        margin-bottom: 10px; }
        .p-creators .p-creators__landing__main article #news .description dl dd:after {
          content: '';
          display: block;
          clear: both; }
    .p-creators .p-creators__landing__main #apply {
      height: 250px;
      background: #f1f1f1;
      text-align: center;
      padding-top: 50px; }
      .p-creators .p-creators__landing__main #apply .caption {
        font-size: 30px;
        color: #333333; }
      .p-creators .p-creators__landing__main #apply .message {
        margin-top: 50px;
        font-size: 16px;
        color: #333333; }
        .p-creators .p-creators__landing__main #apply .message a {
          color: #FF4C11;
          font-size: 16px;
          text-decoration: underline; }
      .p-creators .p-creators__landing__main #apply .apply__button {
        margin-top: 50px;
        font-size: 20px;
        color: #333333; }
    .p-creators .p-creators__landing__main #terms__of__service .title {
      font-size: 30px; }
    .p-creators .p-creators__landing__main #terms__of__service .description {
      font-size: 16px;
      margin-top: 30px; }
    .p-creators .p-creators__landing__main #terms__of__service .terms {
      margin-top: 30px;
      font-size: 16px;
      width: 1000px;
      height: 40vh;
      background: #f1f1f1;
      overflow: auto;
      white-space: pre-wrap;
      word-wrap: break-word;
      text-align: left;
      padding: 0 15px;
      border: solid 1px #979797;
      border-radius: 4px; }
    .p-creators .p-creators__landing__main #terms__of__service .instruct {
      margin: 30px auto 0;
      font-size: 16px;
      text-align: center; }
    .p-creators .p-creators__landing__main #complete {
      text-align: center; }
      .p-creators .p-creators__landing__main #complete .title {
        font-size: 30px; }
      .p-creators .p-creators__landing__main #complete .thanks {
        font-size: 16px;
        margin: 50px 0; }
        .p-creators .p-creators__landing__main #complete .thanks .message {
          margin-top: 24px; }
          .p-creators .p-creators__landing__main #complete .thanks .message .message__link {
            color: #ff1a63; }
            .p-creators .p-creators__landing__main #complete .thanks .message .message__link:hover {
              opacity: 0.8; }
      .p-creators .p-creators__landing__main #complete .email {
        background: #f1f1f1;
        padding: 20px 0;
        font-size: 16px;
        border-radius: 4px; }
    .p-creators .p-creators__landing__main input[type="button"][disabled] {
      opacity: 0.2;
      cursor: not-allowed; }
    .p-creators .p-creators__landing__main .apply__button {
      display: inline-block;
      padding: 24px 80px;
      color: #000000;
      background: #ffc511;
      font-size: 24px;
      border: solid 1px #ffc511;
      border-radius: 4px;
      cursor: pointer; }
      .p-creators .p-creators__landing__main .apply__button.disabled {
        cursor: not-allowed;
        background: #cbcbcb;
        border: solid 1px #cbcbcb; }
    .p-creators .p-creators__landing__main .apply__button__area {
      background-color: #f1f1f1;
      padding: 50px 0; }
      .p-creators .p-creators__landing__main .apply__button__area .check__area {
        margin-right: 16px;
        margin-left: 16px;
        font-size: 16px;
        text-align: center; }
        .p-creators .p-creators__landing__main .apply__button__area .check__area + .check__area {
          margin-top: 16px; }
        .p-creators .p-creators__landing__main .apply__button__area .check__area label {
          opacity: 0.2;
          max-width: 600px;
          display: block;
          margin-left: auto;
          margin-right: auto;
          line-height: 1.4; }
      .p-creators .p-creators__landing__main .apply__button__area .button__area {
        margin: 20px auto 50px;
        text-align: center; }
    .p-creators .p-creators__landing__main .footer {
      background: #000000;
      border-top: solid 1px #ffc511; }
      .p-creators .p-creators__landing__main .footer .content {
        max-width: 1010px;
        margin: auto;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 60px; }
        .p-creators .p-creators__landing__main .footer .content .links {
          margin-top: 70px;
          margin-bottm: 60px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center; }
          .p-creators .p-creators__landing__main .footer .content .links div:not(:first-child) {
            margin-left: 14px; }
          .p-creators .p-creators__landing__main .footer .content .links div a {
            color: #7f7f7f;
            line-height: 2; }
            .p-creators .p-creators__landing__main .footer .content .links div a:hover {
              color: #ffc511; }
        .p-creators .p-creators__landing__main .footer .content .copyright {
          margin-top: 60px;
          color: #7f7f7f;
          font-size: 10px;
          font-size: 1rem; }

.p-team {
  padding-bottom: 32px; }
  .p-team h2 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    padding: 10px 0 3px; }
  .p-team h3 {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 16px;
    font-weight: bold; }
  .p-team .p-team__text_area {
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .p-team .p-team__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 6px;
    margin-bottom: 16px; }
  .p-team .p-team__error_area {
    margin-bottom: 10px;
    color: #ff2d55; }
  .p-team .p-team__inputText {
    margin-bottom: 24px;
    background: none;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 640px;
    height: 38px;
    position: relative; }
    .p-team .p-team__inputText:before, .p-team .p-team__inputText:after {
      content: "";
      display: table; }
    .p-team .p-team__inputText:after {
      clear: both; }
    .p-team .p-team__inputText input[type="text"] {
      background: none;
      border: none;
      padding: 0;
      padding-left: 16px;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.88);
      width: calc(100% - 16px);
      border: 1px solid rgba(255, 255, 255, 0.4);
      border-radius: 8px;
      height: 100%; }
      .p-team .p-team__inputText input[type="text"]::-webkit-input-placeholder {
        color: rgba(22, 20, 34, 0.4); }
      .p-team .p-team__inputText input[type="text"]:-ms-input-placeholder {
        color: rgba(22, 20, 34, 0.4); }
      .p-team .p-team__inputText input[type="text"]::placeholder {
        color: rgba(22, 20, 34, 0.4); }
        .p-team .p-team__inputText input[type="text"]::-webkit-input-placeholder::focus {
          color: transparent; }
        .p-team .p-team__inputText input[type="text"]:-ms-input-placeholder::focus {
          color: transparent; }
        .p-team .p-team__inputText input[type="text"]::placeholder::focus {
          color: transparent; }
      .p-team .p-team__inputText input[type="text"].p-team__inputText__suggest {
        width: calc(100% - 92px);
        border-right: none;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        border-left: 1px solid rgba(255, 255, 255, 0.4);
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 8px 0 0 8px; }
    .p-team .p-team__inputText .p-team__inputTextBtn {
      display: block;
      float: right;
      width: 76px;
      text-align: center;
      line-height: 42px;
      color: #222;
      font-weight: bold;
      background: #ffc511;
      border: 1px solid #ffc511;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 0 8px 8px 0;
      cursor: pointer;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0; }
      .p-team .p-team__inputText .p-team__inputTextBtn:hover {
        opacity: 0.88; }
  .p-team .p-team__userSuggested__box {
    position: relative;
    z-index: 1000;
    height: 0;
    width: 100%;
    max-width: 640px; }
  .p-team .p-team__userSuggested {
    position: absolute;
    z-index: 1000;
    top: -12px;
    left: 12px;
    width: calc(100% - 12px);
    overflow: auto;
    max-height: 400px;
    border-radius: 8px; }
    .p-team .p-team__userSuggested ul li {
      display: table;
      height: 48px;
      padding: 16px;
      padding-right: 0;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer;
      width: calc(100% - 16px);
      background: black;
      /*
        &amp;:first-child {
          @include border-radius(8px 8px 0 0);
        }
        &amp;:last-child {
          @include border-radius(0 0 8px 8px);
        }
        */ }
      .p-team .p-team__userSuggested ul li:hover {
        opacity: 0.9; }
      .p-team .p-team__userSuggested ul li:nth-child(even) {
        background: #101010; }
      .p-team .p-team__userSuggested ul li .p-team__userIcon {
        vertical-align: middle;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        position: relative; }
        .p-team .p-team__userSuggested ul li .p-team__userIcon img {
          height: 48px;
          width: 48px;
          border-radius: 50%; }
        .p-team .p-team__userSuggested ul li .p-team__userIcon.u-premium:after, .p-team .p-team__userSuggested ul li .p-team__userIcon.u-official:after {
          content: " ";
          display: inline-block;
          vertical-align: middle;
          margin-top: 0;
          background-image: url(../../images/premium.svg);
          background-size: 1.4rem 1.4rem;
          background-color: transparent;
          background-position: center;
          background-repeat: no-repeat;
          height: 1.4rem;
          width: 1.4rem; }
        .p-team .p-team__userSuggested ul li .p-team__userIcon.u-official:after {
          background-image: url(../../images/official.svg); }
      .p-team .p-team__userSuggested ul li .p-team__userInfo {
        display: table-cell;
        vertical-align: middle;
        padding-left: 8px;
        width: 240px;
        overflow: hidden; }
        .p-team .p-team__userSuggested ul li .p-team__userInfo .p-team__userName {
          font-size: 14px;
          font-weight: bold; }
          .p-team .p-team__userSuggested ul li .p-team__userInfo .p-team__userName span {
            display: -webkit-box !important;
            display: -moz-box !important;
            word-wrap: break-word;
            word-break: break-all;
            max-width: 100%;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 1.4; }
        .p-team .p-team__userSuggested ul li .p-team__userInfo .p-team__userKey span {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1.4; }
          .p-team .p-team__userSuggested ul li .p-team__userInfo .p-team__userKey span:before {
            content: '@'; }
      .p-team .p-team__userSuggested ul li .p-team__userIntroduction {
        display: table-cell;
        vertical-align: middle;
        padding-left: 24px;
        min-width: 300px; }
        .p-team .p-team__userSuggested ul li .p-team__userIntroduction span {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1.4; }
  .p-team .p-team__textArea {
    margin-bottom: 24px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    border-radius: 8px;
    max-width: 640px; }
    .p-team .p-team__textArea textarea {
      padding: 12px 0;
      background: none;
      border: none;
      padding-left: 16px;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.88);
      width: calc(100% - 24px);
      height: 400px; }
  .p-team input[type="submit"],
  .p-team .p-teamMember__saveBtn {
    cursor: pointer;
    border: none;
    font-weight: bold;
    margin-top: 8px;
    width: 134px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center; }
  .p-team .p-teamMember__saveBtn_disable {
    border: none;
    font-weight: bold;
    margin-top: 8px;
    width: 134px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    cursor: default; }
    .p-team .p-teamMember__saveBtn_disable:hover {
      opacity: 1 !important; }
  .p-team .p-teamMember__applyBtn {
    background: rgba(255, 255, 255, 0.1);
    color: #ffc511;
    cursor: pointer;
    border: none;
    font-weight: bold;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    display: block; }
  .p-team .p-teamMember__appliedBtn {
    background: rgba(17, 17, 17, 0.2);
    color: rgba(255, 255, 255, 0.5);
    border: none;
    font-weight: bold;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    display: block; }
  .p-team .p-teamMember__application_description {
    margin-bottom: 40px; }
  .p-team .p-teamMember__application_status_description {
    margin-bottom: 40px; }

.p-teamMember__list_header {
  max-width: 640px;
  line-height: 32px; }
  .p-teamMember__list_header:before, .p-teamMember__list_header:after {
    content: "";
    display: table; }
  .p-teamMember__list_header:after {
    clear: both; }
  .p-teamMember__list_header div {
    float: left; }
    .p-teamMember__list_header div:nth-child(1) {
      width: 20px;
      margin-left: 18px; }
    .p-teamMember__list_header div:nth-child(2) {
      width: 100px;
      margin-left: 18px; }
    .p-teamMember__list_header div:nth-child(3) {
      width: 80px;
      float: right;
      text-align: center; }
    .p-teamMember__list_header div:nth-child(4) {
      width: 60px;
      padding-left: 0;
      float: right;
      text-align: center; }

.p-teamMember__list {
  max-width: 640px; }

.p-teamMember__item:active {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.p-teamMember__item {
  max-width: 640px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: -webkit-grab;
  cursor: grab; }
  .p-teamMember__item:before, .p-teamMember__item:after {
    content: "";
    display: table; }
  .p-teamMember__item:after {
    clear: both; }
  .p-teamMember__item &gt; div {
    float: left;
    padding: 12px 12px; }
    .p-teamMember__item &gt; div:nth-child(1) {
      line-height: 48px;
      width: 20px;
      text-align: center;
      padding-right: 0;
      padding-left: 14px; }
    .p-teamMember__item &gt; div:nth-child(2) {
      width: auto; }
    .p-teamMember__item &gt; div:nth-child(3) {
      line-height: 48px;
      width: 12px;
      text-align: center;
      float: right;
      margin-right: 13px; }
    .p-teamMember__item &gt; div:nth-child(4) {
      line-height: 48px;
      width: 48px;
      text-align: center;
      float: right; }
    .p-teamMember__item &gt; div .p-teamMember__user {
      height: 48px;
      display: table;
      max-width: 460px;
      overflow: hidden; }
      .p-teamMember__item &gt; div .p-teamMember__user:before, .p-teamMember__item &gt; div .p-teamMember__user:after {
        content: "";
        display: table; }
      .p-teamMember__item &gt; div .p-teamMember__user:after {
        clear: both; }
      .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userIcon {
        width: 48px;
        height: 48px;
        vertical-align: middle;
        border-radius: 50%;
        position: relative;
        background-color: #222; }
        .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userIcon a {
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
          cursor: pointer; }
          .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userIcon a:hover {
            opacity: 0.88; }
        .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userIcon img {
          width: 48px !important;
          height: 48px;
          border-radius: 50%; }
        .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userIcon.u-premium:after, .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userIcon.u-official:after {
          content: " ";
          display: inline-block;
          vertical-align: middle;
          margin-top: 0;
          background-image: url(../../images/premium.svg);
          background-size: 1.4rem 1.4rem;
          background-color: transparent;
          background-position: center;
          background-repeat: no-repeat;
          height: 1.4rem;
          width: 1.4rem; }
        .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userIcon.u-official:after {
          background-image: url(../../images/official.svg); }
      .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userInfo {
        display: table-cell;
        vertical-align: middle;
        padding-left: 12px; }
        .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userInfo a {
          display: block;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
          cursor: pointer; }
          .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userInfo a:hover {
            opacity: 0.88; }
        .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userInfo .p-teamMember__userName {
          font-size: 13px;
          font-weight: bold;
          position: relative; }
          .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userInfo .p-teamMember__userName span {
            display: -webkit-box !important;
            display: -moz-box !important;
            word-wrap: break-word;
            word-break: break-all;
            max-width: 100%;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 1.4; }
            .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userInfo .p-teamMember__userName span.u-premium:after, .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userInfo .p-teamMember__userName span.u-official:after {
              margin-left: 4px;
              content: " ";
              display: inline-block;
              vertical-align: middle;
              margin-top: 0;
              background-image: url(../../images/premium.svg);
              background-size: 1.4rem 1.4rem;
              background-color: transparent;
              background-position: center;
              background-repeat: no-repeat;
              height: 1.4rem;
              width: 1.4rem; }
            .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userInfo .p-teamMember__userName span.u-official:after {
              background-image: url(../../images/official.svg); }
        .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userInfo .p-teamMember__userKey span {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1.4; }
          .p-teamMember__item &gt; div .p-teamMember__user .p-teamMember__userInfo .p-teamMember__userKey span:before {
            content: '@'; }
    .p-teamMember__item &gt; div .p-teamMember__deleteBtn {
      display: block;
      background: rgba(255, 255, 255, 0.2);
      color: rgba(255, 255, 255, 0.88);
      width: 48px;
      text-align: center;
      cursor: pointer;
      border: none;
      font-weight: bold;
      height: 32px;
      line-height: 32px;
      border-radius: 32px; }
      .p-teamMember__item &gt; div .p-teamMember__deleteBtn.selected {
        background: #ff2d55; }
    .p-teamMember__item &gt; div .p-teamJoined__deleteBtn {
      display: block;
      background: rgba(255, 255, 255, 0.2);
      color: rgba(255, 255, 255, 0.88);
      width: 48px;
      line-height: 32px;
      text-align: center;
      cursor: pointer;
      border: none;
      font-weight: bold;
      height: 32px;
      line-height: 32px;
      border-radius: 32px; }
      .p-teamMember__item &gt; div .p-teamJoined__deleteBtn.selected {
        background: #ff2d55; }
  .p-teamMember__item &gt; .p-teamMember__changeOrder {
    margin-top: 2px;
    height: 40px; }
    .p-teamMember__item &gt; .p-teamMember__changeOrder &gt; span {
      display: block;
      width: 100%;
      height: 1px;
      background: #fff; }
      .p-teamMember__item &gt; .p-teamMember__changeOrder &gt; span:nth-child(1) {
        -webkit-transform: translateY(18px);
        transform: translateY(18px); }
      .p-teamMember__item &gt; .p-teamMember__changeOrder &gt; span:nth-child(2) {
        -webkit-transform: translateY(20px);
        transform: translateY(20px); }
      .p-teamMember__item &gt; .p-teamMember__changeOrder &gt; span:nth-child(3) {
        -webkit-transform: translateY(22px);
        transform: translateY(22px); }

.p-sortable__container {
  position: relative;
  max-height: 584px;
  overflow: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  .p-sortable__container::-webkit-scrollbar {
    width: 0; }
  .p-sortable__container::-webkit-scrollbar-track {
    background: none; }
  .p-sortable__container .ui-state-highlight {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.4) inset;
    height: 48px; }
  .p-sortable__container .ui-sortable-helper {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 2px 2px 12px -2px rgba(0, 0, 0, 0.4); }
  .p-sortable__container .ui-sortable-placeholder {
    width: 100%;
    max-width: 640px; }
  .p-sortable__container.p-sortable__container--cast .ui-sortable-placeholder {
    width: 100%;
    max-width: 100%; }

.c-modal__layer {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  z-index: 999;
  width: 100%;
  height: 999999px; }

.p-team__movieList:before, .p-team__movieList:after {
  content: "";
  display: table; }

.p-team__movieList:after {
  clear: both; }

.p-team__movieList li {
  margin-bottom: 24px; }

.p-team__movieList__wrapper,
.p-team__movieBox {
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .p-team__movieList__wrapper .p-team__movieBox__channelInfo,
  .p-team__movieBox .p-team__movieBox__channelInfo {
    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: 40px;
    margin-bottom: 24px; }
    .p-team__movieList__wrapper .p-team__movieBox__channelInfo .p-team__movieBox__channelIcon,
    .p-team__movieBox .p-team__movieBox__channelInfo .p-team__movieBox__channelIcon {
      display: block;
      vertical-align: middle;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer;
      height: 100%; }
      .p-team__movieList__wrapper .p-team__movieBox__channelInfo .p-team__movieBox__channelIcon:hover,
      .p-team__movieBox .p-team__movieBox__channelInfo .p-team__movieBox__channelIcon:hover {
        opacity: 0.88; }
      .p-team__movieList__wrapper .p-team__movieBox__channelInfo .p-team__movieBox__channelIcon img,
      .p-team__movieBox .p-team__movieBox__channelInfo .p-team__movieBox__channelIcon img {
        height: 40px;
        width: 40px;
        border-radius: 50%; }
    .p-team__movieList__wrapper .p-team__movieBox__channelInfo .p-team__movieBox__channelName,
    .p-team__movieBox .p-team__movieBox__channelInfo .p-team__movieBox__channelName {
      font-size: 14px;
      font-weight: bold;
      display: table-cell;
      vertical-align: middle;
      padding-left: 16px; }
      .p-team__movieList__wrapper .p-team__movieBox__channelInfo .p-team__movieBox__channelName a,
      .p-team__movieBox .p-team__movieBox__channelInfo .p-team__movieBox__channelName a {
        display: block;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        cursor: pointer; }
        .p-team__movieList__wrapper .p-team__movieBox__channelInfo .p-team__movieBox__channelName a:hover,
        .p-team__movieBox .p-team__movieBox__channelInfo .p-team__movieBox__channelName a:hover {
          opacity: 0.88; }
        .p-team__movieList__wrapper .p-team__movieBox__channelInfo .p-team__movieBox__channelName a.u-official:after,
        .p-team__movieBox .p-team__movieBox__channelInfo .p-team__movieBox__channelName a.u-official:after {
          margin-left: 4px;
          content: " ";
          display: inline-block;
          vertical-align: middle;
          margin-top: 0;
          background-image: url(../../images/official.svg);
          background-size: 1.4rem 1.4rem;
          background-color: transparent;
          background-position: center;
          background-repeat: no-repeat;
          height: 1.4rem;
          width: 1.4rem; }
        .p-team__movieList__wrapper .p-team__movieBox__channelInfo .p-team__movieBox__channelName a.p-team__movieBox__channelKey,
        .p-team__movieBox .p-team__movieBox__channelInfo .p-team__movieBox__channelName a.p-team__movieBox__channelKey {
          font-size: 13px;
          font-weight: normal; }
          .p-team__movieList__wrapper .p-team__movieBox__channelInfo .p-team__movieBox__channelName a.p-team__movieBox__channelKey:before,
          .p-team__movieBox .p-team__movieBox__channelInfo .p-team__movieBox__channelName a.p-team__movieBox__channelKey:before {
            content: '@'; }
    .p-team__movieList__wrapper .p-team__movieBox__channelInfo .c-content__more,
    .p-team__movieBox .p-team__movieBox__channelInfo .c-content__more {
      margin-left: auto;
      margin-bottom: 0; }
  .p-team__movieList__wrapper .p-team__movieBox__subject__status,
  .p-team__movieBox .p-team__movieBox__subject__status {
    font-size: 18px;
    font-weight: normal;
    color: rbga(255, 255, 255, 0.88);
    margin-bottom: 24px; }

.p-team__movieList__wrapper {
  min-height: 337px;
  width: calc(100% + 8px); }

.p-teamCaptureList__channelIcon {
  display: block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  height: 100%;
  padding-top: 5px; }
  .p-teamCaptureList__channelIcon:hover {
    opacity: 0.88; }
  .p-teamCaptureList__channelIcon img {
    height: 32px;
    width: 32px;
    border-radius: 50%; }

.p-teamCaptureList__nickname {
  margin-left: 10px;
  padding-top: 10px; }

.p-teamCaptureList__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .p-teamCaptureList__title .c-capturelList__footer {
    padding-top: 14px;
    margin-left: auto; }

#js-p-teamCaptureList .p-captureList {
  max-height: 273px;
  overflow-y: hidden; }

.c-thumbnailList__wrapper.c-thumbnailList__wrapper--teamMovieList, .c-thumbnailList__wrapper.c-thumbnailList__wrapper--memberMovieList {
  border: none;
  margin-bottom: 0; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--teamMovieList .c-thumbnailList__box, .c-thumbnailList__wrapper.c-thumbnailList__wrapper--memberMovieList .c-thumbnailList__box {
    height: 214px; }
    .c-thumbnailList__wrapper.c-thumbnailList__wrapper--teamMovieList .c-thumbnailList__box .c-thumbnailList, .c-thumbnailList__wrapper.c-thumbnailList__wrapper--memberMovieList .c-thumbnailList__box .c-thumbnailList {
      width: 9000px; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--teamMovieList .c-thumbnailList__leftButton,
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--teamMovieList .c-thumbnailList__rightButton, .c-thumbnailList__wrapper.c-thumbnailList__wrapper--memberMovieList .c-thumbnailList__leftButton,
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--memberMovieList .c-thumbnailList__rightButton {
    top: 40px; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--teamMovieList .c-thumbnailVideo__footer__time, .c-thumbnailList__wrapper.c-thumbnailList__wrapper--memberMovieList .c-thumbnailVideo__footer__time {
    text-align: left; }

.c-thumbnailList__wrapper.c-thumbnailList__wrapper--teamMovieList .c-thumbnailList__box {
  height: 238px; }

.c-thumbnailList__wrapper.c-thumbnailList__wrapper--teamMovieList .c-thumbnailList__leftButton,
.c-thumbnailList__wrapper.c-thumbnailList__wrapper--teamMovieList .c-thumbnailList__rightButton {
  top: 80px; }

.c-thumbnailList__wrapper.c-thumbnailList__wrapper--teamMovieList--comingup .c-thumbnailList__box {
  height: 256px; }

.c-teamSetting__error {
  display: none; }

.p-teamMovieList__username {
  font-size: 14px; }

.p-teamMovieList__userId {
  font-weight: normal; }

.p-team__system_message {
  height: 58px;
  width: 100%; }

.p-team__system_message--success {
  padding: 2px 0;
  width: 100%; }

.p-team__system_message--error {
  padding: 2px 0;
  width: 100%;
  color: #ff2d55; }

.p-team__system_message--warning {
  padding: 2px 0;
  width: 100%;
  color: #ff2d55; }

.p-team__text__about {
  text-decoration: underline; }

.p-team__invite {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 6px; }

.p-team__invite .p-team__invite__anker {
  color: #ffc511;
  text-decoration: none;
  width: 134px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  display: block;
  margin-bottom: 8px; }

.p-team__invite__text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 6px;
  margin-bottom: 22px; }

.p-team__toast {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 2.4rem;
  padding: 1.2rem 2.4rem 1.2rem 1.2rem;
  border: 1px solid #000;
  border-radius: 0.4rem;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .p-team__toast svg {
    margin-left: 1.2rem; }

.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: #FFFFFF;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
  animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }

.c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks {
  margin-bottom: 0;
  border-bottom: none; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-thumbnailList__leftButton {
    top: 130px; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-thumbnailList__rightButton {
    top: 130px;
    right: -18px; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-thumbnailList__box--channel-ranks {
    overflow: hidden;
    position: relative;
    height: 305px; }
    .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-thumbnailList__box--channel-ranks ul {
      width: 2180px;
      position: relative; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks {
    width: 210px;
    float: left;
    position: relative;
    margin-right: 8px;
    margin-bottom: 30px;
    text-align: center; }
    .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link {
      display: block;
      position: relative;
      height: 257px; }
      .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__rankingbg {
        position: absolute;
        top: 17px;
        left: 40px;
        width: 120px;
        height: 120px;
        z-index: 0; }
        .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__rankingbg img {
          width: 120px;
          height: 120px;
          line-height: 0; }
      .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__box {
        width: 210px;
        line-height: 0;
        height: 103px;
        position: relative;
        background: #000;
        overflow: hidden; }
        .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__box p {
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
      .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc {
        margin: 52px 0; }
        .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc .c-content__list__channel-ranks__link__desc__name {
          text-align: center; }
          .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc .c-content__list__channel-ranks__link__desc__name .c-content__list__channel-ranks__link__desc__name__text {
            display: inline-block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            max-width: 112px;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.4; }
          .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc .c-content__list__channel-ranks__link__desc__name .u-officalmark {
            vertical-align: top;
            margin-top: 3px; }
        .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc .c-content__list__channel-ranks__link__desc__mail {
          text-align: center; }
          .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc .c-content__list__channel-ranks__link__desc__mail .c-content__list__channel-ranks__link__desc__mail__text {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.2;
            width: 86%;
            height: 18px;
            margin: 4px auto 0;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
        .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc .c-content__list__channel-ranks__link__desc__playing {
          text-align: center;
          margin-top: 8px; }
          .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc .c-content__list__channel-ranks__link__desc__playing .c-content__list__channel-ranks__link__desc__playing__text {
            width: 74%;
            height: 42px;
            margin: 0 auto;
            font-size: 12px;
            font-size: 1.2rem;
            word-break: break-all;
            line-height: 1.75;
            overflow: hidden; }
            .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc .c-content__list__channel-ranks__link__desc__playing .c-content__list__channel-ranks__link__desc__playing__text.oneLine {
              display: inline-block;
              word-break: break-all;
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden;
              max-width: 146px; }
      .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc__yells {
        text-align: center; }
        .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc__yells .c-content__list__channel-ranks__link__desc__yells__text {
          font-size: 12px;
          font-size: 1.2rem;
          margin-top: 27px;
          margin-left: auto;
          margin-right: auto;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
      .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc__count {
        position: absolute;
        z-index: 1;
        top: 234px;
        width: 100%;
        margin: 0 auto; }
        .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc__count .c-content__list__channel-ranks__link__desc__count__text {
          font-weight: bold;
          font-size: 12px;
          font-size: 1.2rem; }
      .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc__blacklist {
        z-index: 1;
        width: 85%;
        margin: 10px auto 0;
        padding-top: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.1); }
        .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc__blacklist .c-content__list__channel-ranks__link__desc__blacklist_added_dt_text {
          font-size: 11px;
          font-size: 1.1rem;
          margin-top: 8px; }
        .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc__blacklist .c-content__list__channel-ranks__link__desc__blacklist__text {
          font-size: 12px;
          font-size: 1.2rem; }
          .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc__blacklist .c-content__list__channel-ranks__link__desc__blacklist__text:before {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -296px -38px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 14px;
            vertical-align: middle;
            vertical-align: -0.2em;
            margin-right: 8px; }
        .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc__blacklist .c-content__list__channel-ranks__link__desc__blacklist__text__deleted {
          font-size: 12px;
          font-size: 1.2rem; }
      .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__profile {
        position: absolute;
        z-index: 1;
        top: 58px;
        left: 65px; }
        .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__profile .c-content__list__channel-ranks__link__profile__relative {
          position: relative;
          width: 80px;
          height: 80px;
          border-radius: 50%;
          background: #d8d8d8; }
          .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__profile .c-content__list__channel-ranks__link__profile__relative img {
            width: 100%;
            height: 100%;
            border-radius: 50%; }
          .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__profile .c-content__list__channel-ranks__link__profile__relative .c-content__list__channel-ranks__link__profile__relative__img {
            position: relative;
            width: 100%;
            height: 100%;
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5); }
          .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__profile .c-content__list__channel-ranks__link__profile__relative .c-content__list__channel-ranks__link__profile__relative__dott {
            position: absolute;
            top: 4px;
            left: 12px;
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -9px -159px;
            content: " ";
            display: inline-block;
            width: 10px;
            height: 11px;
            vertical-align: middle;
            z-index: 3; }
    .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__more {
      display: block;
      position: relative;
      width: 201px;
      height: 257px; }
      .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__more .c-content__list__channel-ranks__more__box {
        width: 201px;
        height: 257px;
        background-size: 49px 13px;
        background-image: url(../../images/v5/icon_more.png);
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 1px 1px 4px 0 rgba(17, 17, 17, 0.7); }
      .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__more .c-content__list__channel-ranks__more__text {
        position: absolute;
        top: 268px;
        left: 70px;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem; }

@media (max-width: 490px) {
  .vtuber .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-thumbnailList__rightButton {
    right: -9px; } }

.c-content .c-content__changeover__item:nth-child(1) a {
  height: 13px;
  padding: 6px 8px;
  border-radius: 8px 0 0 8px; }

.c-content .c-content__changeover__item:last-child a {
  height: 13px;
  padding: 6px 8px;
  border-radius: 0 8px 8px 0; }

.l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content.vtuber_ranking_carousel {
  width: calc(100% + 7px); }

.c-content .c-content__filter-buttons {
  margin-bottom: 23px; }
  .c-content .c-content__filter-buttons .c-content__changeover {
    margin-right: 0; }

.c-content.vtuber_ranking_carousel .c-content__changeover li.c-content__changeover__item a {
  cursor: pointer; }

@media (max-width: 481px) {
  .c-content:not(.vtuber_ranking_carousel) .c-content__list__channel-ranks {
    width: calc((100% - 8px) / 2); }
    .c-content:not(.vtuber_ranking_carousel) .c-content__list__channel-ranks:nth-child(2n) {
      margin-right: 0px; } }

@media (max-width: 481px) {
  .c-content:not(.vtuber_ranking_carousel) .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__box {
    width: 100%; } }

@media (max-width: 481px) {
  .c-content:not(.vtuber_ranking_carousel) .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__profile {
    left: calc((100% - 80px) / 2); } }

.c-content .c-content__changeover.date {
  margin-left: 8px;
  margin-right: 0;
  text-align: left; }
  .c-content .c-content__changeover.date .c-content__changeover__item:nth-child(1) a {
    cursor: pointer;
    border-radius: 8px; }
  .c-content .c-content__changeover.date .c-content__changeover__item:last-child a {
    cursor: pointer;
    border-radius: 8px; }

.c-content__filter#js-filterDate {
  top: 40px;
  padding: 17px;
  border-radius: 8px; }
  .c-content__filter#js-filterDate .c-content__filter__list__item.date ul {
    width: 80px;
    max-height: 164px;
    overflow: scroll; }

.p-openrec_kit {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
  background-color: #000;
  color: rgba(255, 255, 255, 0.88); }
  .p-openrec_kit .nowrap {
    white-space: nowrap; }
  .p-openrec_kit p {
    display: block;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px; }
  .p-openrec_kit h1 {
    font-size: 1.9em;
    font-weight: 400;
    margin: 0;
    font-family: 'HiraKakuProN-W6','ヒラギノ角ゴ ProN W6'; }
  .p-openrec_kit h2 {
    font-size: 1.7em;
    color: #f6c647;
    font-weight: 800;
    margin: 0 0 2em 0;
    font-family: 'HiraKakuProN-W6','ヒラギノ角ゴ ProN W6'; }
  .p-openrec_kit h3 {
    font-size: 1.3em;
    margin: 0 0 2em 0;
    font-family: 'HiraKakuProN-W6','ヒラギノ角ゴ ProN W6'; }
  .p-openrec_kit h4 {
    font-size: 1.3em;
    text-align: center;
    margin: 0 0 1em 0;
    font-weight: 400;
    font-family: 'HiraKakuProN-W6','ヒラギノ角ゴ ProN W6'; }
  .p-openrec_kit ul {
    width: 100%;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto; }
  .p-openrec_kit li {
    width: 100%;
    text-align: left;
    margin: 0 0 1em 0; }
  .p-openrec_kit img {
    width: 100%; }
  .p-openrec_kit a:hover {
    opacity: 0.7; }
  @media all and (min-width: 640px) {
    .p-openrec_kit h1 {
      font-size: 4em;
      font-weight: 800;
      margin: 0; }
    .p-openrec_kit h2 {
      font-size: 2em;
      color: #f6c647;
      font-weight: 800;
      margin: 0 0 2em 0; }
    .p-openrec_kit ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0 auto;
      padding: 0; }
    .p-openrec_kit li {
      width: 30%;
      margin: 0; } }
  .p-openrec_kit .p-openrec_kit__visual {
    margin: 0;
    padding: 3em 1em 3em 1em;
    background-image: url("../../images/v6/openrec_kit/kv_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .p-openrec_kit .p-openrec_kit__visual img {
      width: 20%; }
    .p-openrec_kit .p-openrec_kit__visual .openrec_kit__visual__shin {
      font-size: 16px;
      font-weight: 400;
      padding: 0.3em 1em 0.3em 1em;
      background-color: #ff4d11;
      border-radius: 0.5em 0.5em 0.5em 0.5em;
      display: inline-block; }
  @media all and (min-width: 640px) {
    .p-openrec_kit .p-openrec_kit__visual {
      margin: 0 0 8em 0;
      padding: 7em 0.5em 4em 0.5em; } }
  .p-openrec_kit .p-openrec_kit__about {
    margin: 0 0 8em 0;
    padding: 0 1em 0 1em; }
    .p-openrec_kit .p-openrec_kit__about .p-openrec_kit__about__about_bun {
      margin: 0 0 3em 0; }
    .p-openrec_kit .p-openrec_kit__about ul {
      width: 100%; }
    .p-openrec_kit .p-openrec_kit__about li {
      width: 100%;
      margin: 0 0 1em 0;
      text-align: center; }
      .p-openrec_kit .p-openrec_kit__about li img {
        margin: 0 0 1em 0; }
  @media all and (min-width: 640px) {
    .p-openrec_kit .p-openrec_kit__about ul {
      width: 90%; }
    .p-openrec_kit .p-openrec_kit__about li {
      width: 47%; } }
  @media all and (min-width: 1200px) {
    .p-openrec_kit .p-openrec_kit__about ul {
      width: 1100px; } }
  .p-openrec_kit .p-openrec_kit__point {
    margin: 0 0 8em 0;
    padding: 0 1em 0 1em; }
    .p-openrec_kit .p-openrec_kit__point img {
      height: 4em;
      width: auto;
      margin: 0 auto 1em auto; }
    .p-openrec_kit .p-openrec_kit__point ul {
      width: 100%;
      margin: 0 auto; }
    .p-openrec_kit .p-openrec_kit__point li {
      text-align: center;
      margin: 0 0 2em 0; }
    .p-openrec_kit .p-openrec_kit__point .p-openrec_kit__point__shosai {
      text-align: left;
      border-top: solid 1px #fff;
      padding: 1em 0 0 0; }
  @media all and (min-width: 640px) {
    .p-openrec_kit .p-openrec_kit__point ul {
      width: 90%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0 auto;
      padding: 0; }
    .p-openrec_kit .p-openrec_kit__point li {
      margin: 0;
      text-align: center; } }
  @media all and (min-width: 1200px) {
    .p-openrec_kit .p-openrec_kit__point ul {
      width: 1100px; } }
  .p-openrec_kit .p-openrec_kit__download {
    margin: 0;
    padding: 0 1em 5em 1em;
    background-image: url("../../images/v6/openrec_kit/dl_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .p-openrec_kit .p-openrec_kit__download ul {
      width: 90%; }
    .p-openrec_kit .p-openrec_kit__download li {
      width: 100%;
      margin: 0;
      text-align: center;
      margin: 0 0 1em 0; }
    .p-openrec_kit .p-openrec_kit__download .p-openrec_kit__download__last {
      margin: 4em auto 2em auto; }
    .p-openrec_kit .p-openrec_kit__download .p-openrec_kit__download__shinsei a {
      background-image: url("../../images/v6/openrec_kit/shinsei_icon.png");
      background-position: 95%;
      background-repeat: no-repeat;
      background-size: 1.4em;
      color: #000;
      text-decoration: none;
      font-weight: 800;
      padding: 0.5em 3em 0.5em 1em;
      background-color: #fff;
      border-radius: 10em 10em 10em 10em;
      display: inline-block; }
    .p-openrec_kit .p-openrec_kit__download .p-openrec_kit__download__shueki a {
      background-image: url("../../images/v6/openrec_kit/shueki_icon.png");
      background-position: 95%;
      background-size: 1.5em;
      background-repeat: no-repeat;
      color: #000;
      text-decoration: none;
      font-weight: 800;
      padding: 0.5em 3em 0.5em 1em;
      background-color: #fff;
      border-radius: 10em 10em 10em 10em;
      display: inline-block; }
    .p-openrec_kit .p-openrec_kit__download .p-openrec_kit__download__kit a {
      background-image: url("../../images/v6/openrec_kit/dlicon.png");
      background-position: 95%;
      background-repeat: no-repeat;
      background-size: 1.2em;
      color: #000;
      text-decoration: none;
      font-weight: 800;
      padding: 0.5em 2em 0.5em 1em;
      background-color: #f6c647;
      border-radius: 10em 10em 10em 10em;
      display: inline-block; }
  @media all and (min-width: 640px) {
    .p-openrec_kit .p-openrec_kit__download {
      margin: 0;
      padding: 0 0.5em 15em 0.5em; }
      .p-openrec_kit .p-openrec_kit__download ul {
        width: 80%; }
      .p-openrec_kit .p-openrec_kit__download li {
        width: 40%;
        margin: 0;
        text-align: center; } }
  @media all and (min-width: 860px) {
    .p-openrec_kit .p-openrec_kit__download ul {
      width: 80%; }
    .p-openrec_kit .p-openrec_kit__download li {
      width: 50%; } }
  @media all and (min-width: 1200px) {
    .p-openrec_kit .p-openrec_kit__download ul {
      width: 800px; } }
  .p-openrec_kit .p-openrec_kit__sns {
    width: 100%;
    text-align: right; }
    .p-openrec_kit .p-openrec_kit__sns .p-openrec_kit__sns__sns_header {
      width: 100%;
      text-align: right;
      margin: 0 0 0 auto; }
    .p-openrec_kit .p-openrec_kit__sns ul {
      margin: 0 auto 1em auto;
      width: 270px;
      list-style-type: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .p-openrec_kit .p-openrec_kit__sns li {
      width: 30%;
      text-align: right;
      vertical-align: top;
      line-height: 0;
      margin-right: 5px; }
  @media screen and (min-width: 640px) {
    .p-openrec_kit .p-openrec_kit__sns ul {
      margin: 0 1em 1em auto;
      width: 270px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media screen and (min-width: 860px) {
    .p-openrec_kit .p-openrec_kit__sns ul {
      margin: 0 1em 1em auto;
      width: 270px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .p-openrec_kit .p-openrec_kit__footer {
    margin: 0;
    padding: 0 0 5em 0;
    color: #969696;
    font-size: 0.5em; }
    .p-openrec_kit .p-openrec_kit__footer img {
      width: 50%;
      display: block;
      margin: 0 auto 3em auto; }
    .p-openrec_kit .p-openrec_kit__footer ul {
      width: 100%;
      margin: 0 auto 1em auto; }
    .p-openrec_kit .p-openrec_kit__footer li {
      font-size: 2em;
      width: 100%;
      text-align: center; }
  @media all and (min-width: 640px) {
    .p-openrec_kit .p-openrec_kit__footer img {
      width: 25%;
      display: block;
      margin: 0 auto 5em auto; }
    .p-openrec_kit .p-openrec_kit__footer ul {
      width: 90%;
      margin: 0 auto 1em auto; }
    .p-openrec_kit .p-openrec_kit__footer li {
      text-align: center;
      font-size: 1.5em;
      width: 20%; } }
  @media all and (min-width: 860px) {
    .p-openrec_kit .p-openrec_kit__footer img {
      width: 15%;
      display: block;
      margin: 0 auto 5em auto; }
    .p-openrec_kit .p-openrec_kit__footer ul {
      width: 70%;
      margin: 0 auto 1em auto; }
    .p-openrec_kit .p-openrec_kit__footer li {
      text-align: center;
      font-size: 1.5em;
      width: 20%; } }
  @media all and (min-width: 1200px) {
    .p-openrec_kit .p-openrec_kit__footer ul {
      width: 600px;
      margin: 0 auto 1em auto; } }

.c-content .c-content__list .c-content__list__popularchannel .p-followerList__item__team {
  display: block;
  position: relative;
  height: 300px; }

.c-content__list__popularchannel__link__desc__liveCount {
  position: absolute;
  top: 225px;
  width: 100%;
  margin: 0 auto; }
  .c-content__list__popularchannel__link__desc__liveCount .c-content__list__popularchannel__link__desc__liveCount__text {
    font-weight: bold;
    color: #ff4c11;
    font-size: 1.2rem; }

.p-followerList__item__team__invite {
  position: absolute;
  z-index: 1;
  top: 245px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer; }
  .p-followerList__item__team__invite .p-followerList__item__team__invite__text {
    cursor: pointer;
    display: block;
    width: 144px;
    padding: 13px 19px;
    margin: 0 auto;
    border-radius: 20px;
    font-weight: bold;
    color: #222222;
    background-color: #ffc511;
    font-size: 12px;
    font-size: 1.2rem; }

.p-followerList__item__team__removeMember {
  position: absolute;
  z-index: 1;
  top: 245px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer; }
  .p-followerList__item__team__removeMember .p-followerList__item__team__removeMember__text {
    cursor: pointer;
    display: block;
    width: 144px;
    padding: 13px 19px;
    margin: 0 auto;
    border-radius: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-size: 1.2rem; }

.c-siteInner .p-followerList__alertmsg__addTeamMember {
  position: absolute;
  width: 150px;
  left: 30px;
  top: 410px; }

/*
 * -----------------------------------------------------------------
 * Component
 * -----------------------------------------------------------------
 */
.c-tabmenu {
  display: table;
  width: 100%;
  height: 65px;
  background: #333;
  position: relative;
  display: block;
  box-shadow: 0px 1px 3px #111; }
  .c-tabmenu.fixed {
    position: fixed;
    top: 65px;
    z-index: 999;
    border-top: 1px solid #222; }
  .c-tabmenu.user {
    box-shadow: none; }
  .c-tabmenu.detail {
    box-shadow: none; }
  .c-tabmenu .c-tabmenu__row {
    position: relative;
    display: block;
    width: 1040px;
    margin: 0 auto; }
    .c-tabmenu .c-tabmenu__row .c-tabmenu__row__option {
      display: block;
      position: absolute;
      top: 17px;
      right: 41px;
      font-size: 14px;
      font-size: 1.4rem;
      cursor: pointer;
      padding: 10px 22px 8px;
      border-radius: 6px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .c-tabmenu .c-tabmenu__row .c-tabmenu__row__option:after {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -129px -76px;
        content: " ";
        display: inline-block;
        width: 19px;
        height: 20px;
        vertical-align: middle;
        margin-left: 11px; }
      .c-tabmenu .c-tabmenu__row .c-tabmenu__row__option.selected {
        background: #2b2b2b; }
      .c-tabmenu .c-tabmenu__row .c-tabmenu__row__option:hover {
        background: #2b2b2b; }
    .c-tabmenu .c-tabmenu__row .c-tabmenu__row__item {
      display: inline-block;
      width: 150px;
      height: 64px;
      line-height: 59px;
      font-size: 18px;
      font-size: 1.8rem;
      float: left;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .c-tabmenu .c-tabmenu__row .c-tabmenu__row__item span {
        margin: 3px 0 0; }
      .c-tabmenu .c-tabmenu__row .c-tabmenu__row__item:hover {
        background: #2b2b2b;
        border-bottom: 1px solid #2b2b2b; }
      .c-tabmenu .c-tabmenu__row .c-tabmenu__row__item.other {
        font-size: 14px;
        font-size: 1.4rem; }
      .c-tabmenu .c-tabmenu__row .c-tabmenu__row__item.search span {
        margin: 7px 0 0; }
      .c-tabmenu .c-tabmenu__row .c-tabmenu__row__item.selected {
        border-bottom: 1px solid #ff4c11;
        background: #2b2b2b; }
    .c-tabmenu .c-tabmenu__row .c-tabmenu__order {
      position: absolute;
      top: 93px;
      right: 0px;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 1;
      font-size: 14px;
      font-size: 1.4rem;
      cursor: pointer; }
      .c-tabmenu .c-tabmenu__row .c-tabmenu__order:after {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -129px -78px;
        content: " ";
        display: inline-block;
        width: 19px;
        height: 20px;
        vertical-align: middle;
        margin-left: 15px; }
  .c-tabmenu .c-tabmenu__row__order {
    position: absolute;
    z-index: 10;
    top: 65px;
    right: 44px;
    left: auto;
    margin: 0 auto; }
    .c-tabmenu .c-tabmenu__row__order .c-tabmenu__row__order__list {
      width: 125px;
      background: #333;
      box-shadow: 0px 0px 7px -2px #000; }
      .c-tabmenu .c-tabmenu__row__order .c-tabmenu__row__order__list li {
        padding: 15px 0 15px 0;
        cursor: pointer;
        text-align: center;
        margin: 0 17px;
        border-bottom: 0px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        padding: 16px 0 14px 29px;
        margin: 0;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: left; }
        .c-tabmenu .c-tabmenu__row__order .c-tabmenu__row__order__list li:last-child {
          border-bottom: 0; }
        .c-tabmenu .c-tabmenu__row__order .c-tabmenu__row__order__list li:hover {
          background: #2b2b2b; }
    .c-tabmenu .c-tabmenu__row__order .c-tabmenu__row__order__arrow {
      position: absolute;
      z-index: 2;
      top: -7px;
      right: 13px;
      height: 7px;
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -205px -204px;
      content: " ";
      display: inline-block;
      width: 30px;
      height: 11px;
      vertical-align: middle; }

.content__wrapper.sub-fixed {
  margin-top: 60px; }

.c-global {
  width: 240px; }
  .c-global .c-global__topAd {
    width: 240px;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto; }
  .c-global .c-global__bottomAd {
    width: 240px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto; }
  .c-global .c-global__game {
    background: #333;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px #111; }
    .c-global .c-global__game .c-global__game__profile .c-global__game__profile__img {
      width: 240px;
      margin-bottom: 18px; }
      .c-global .c-global__game .c-global__game__profile .c-global__game__profile__img img {
        width: 240px;
        height: 279px; }
    .c-global .c-global__game .c-global__game__profile .c-global__game__profile__title {
      display: inline-block;
      word-break: break-all;
      overflow: hidden;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5;
      font-weight: bold;
      padding: 0 15px;
      margin-bottom: 10px; }
    .c-global .c-global__game .c-global__game__profile .c-global__game__profile__platform {
      display: inline-block;
      width: 195px;
      padding: 0 15px;
      word-break: break-all;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      line-height: 1.3;
      margin-bottom: 20px; }
    .c-global .c-global__game .c-global__game__profile .c-global__game__profile__favorite {
      padding: 0 15px;
      margin-bottom: 30px; }
      .c-global .c-global__game .c-global__game__profile .c-global__game__profile__favorite .c-global__game__profile__favorite__text {
        cursor: pointer; }
        .c-global .c-global__game .c-global__game__profile .c-global__game__profile__favorite .c-global__game__profile__favorite__text:before {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -137px -133px;
          content: " ";
          display: inline-block;
          width: 19px;
          height: 16px;
          vertical-align: middle;
          margin-right: 12px;
          margin-top: -4px; }
        .c-global .c-global__game .c-global__game__profile .c-global__game__profile__favorite .c-global__game__profile__favorite__text.selected:before {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -137px -156px;
          content: " ";
          display: inline-block;
          width: 19px;
          height: 17px;
          vertical-align: middle;
          margin-right: 12px;
          margin-top: -4px; }
    .c-global .c-global__game .c-global__game__profile .c-global__game__profile__desc {
      display: inline-block;
      padding: 0 15px;
      line-height: 1.5;
      overflow: hidden;
      word-break: break-all; }
    .c-global .c-global__game .c-global__game__profile .c-global__game__profile__more {
      padding: 15px 15px 12px;
      text-align: right; }
      .c-global .c-global__game .c-global__game__profile .c-global__game__profile__more .c-global__game__profile__more__link {
        cursor: pointer; }
    .c-global .c-global__game .c-global__game__count {
      border-top: 1px solid #444;
      padding-top: 20px;
      margin: 0 15px; }
      .c-global .c-global__game .c-global__game__count .c-global__game__count__row {
        display: table;
        width: 195px;
        padding-bottom: 20px; }
        .c-global .c-global__game .c-global__game__count .c-global__game__count__row .c-global__game__count__row__left {
          display: table-cell;
          width: 50%;
          text-align: left; }
        .c-global .c-global__game .c-global__game__count .c-global__game__count__row .c-global__game__count__row__right {
          display: table-cell;
          width: 50%;
          text-align: right; }
  .c-global .c-global__user {
    background: #333;
    margin-bottom: 20px;
    box-shadow: 5px 5px 8px rgba(17, 17, 17, 0.4); }
    .c-global .c-global__user .c-global__user__profile {
      position: relative; }
      .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list {
        padding-top: 10px; }
        .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__img {
          margin: 18px 24px 30px;
          text-align: center;
          position: relative; }
          .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__img img {
            width: 164px;
            height: 164px;
            border-radius: 50%; }
            .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__img img.rank {
              width: 200px !important;
              height: 200px !important;
              margin: 0 !important;
              border-radius: 0;
              position: absolute;
              top: -18px;
              left: -2px;
              bottom: 0;
              right: 0; }
          .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__img.setup {
            margin-top: 0; }
            .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__img.setup .icon_file_container {
              width: 164px;
              height: 164px;
              margin: 18px auto 32px;
              overflow: hidden;
              border-radius: 50%; }
              .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__img.setup .icon_file_container img {
                width: 164px;
                height: 164px;
                cursor: pointer;
                border-radius: 0%; }
        .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__error {
          font-size: 12px;
          font-size: 1.2rem;
          padding: 0 15px;
          margin-bottom: 2px; }
        .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name {
          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;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.5;
          font-weight: bold;
          padding: 0 24px; }
          .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__text {
            display: inline-block;
            word-break: break-all;
            overflow: hidden; }
            .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__text.official-icon--after:after {
              margin: -2px 0 0 2px; }
          .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay {
            position: relative; }
            .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__action {
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              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;
              border: none; }
            .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__menu {
              position: absolute;
              top: 28px;
              right: 0;
              padding: 8px 0;
              border-radius: 8px; }
              .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__menu .c-global__user__profile__list__name__overlay__menu__item {
                padding: 12px 24px;
                font-size: 13px;
                line-height: 1.4;
                white-space: nowrap;
                cursor: pointer; }
        .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite {
          padding: 0 15px;
          margin-top: 16px;
          margin-bottom: 16px;
          height: 40px; }
        .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc {
          padding: 0 15px;
          margin-top: 16px;
          margin-bottom: 16px;
          height: 40px; }
        .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message {
          margin-bottom: 8px; }
          .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message .c-global__user__profile__list__message__text {
            padding: 8px 16px;
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center; }
        .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__inviteTeam {
          padding: 0 15px;
          margin-top: 14px;
          margin-bottom: 20px;
          font-weight: bold; }
          .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__inviteTeam .c-global__user__profile__inviteTeam__text {
            cursor: pointer; }
            .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__inviteTeam .c-global__user__profile__inviteTeam__text:before {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -272px -125px;
              content: " ";
              display: inline-block;
              width: 19px;
              height: 16px;
              vertical-align: middle;
              margin-right: 12px;
              margin-top: -4px; }
            .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__inviteTeam .c-global__user__profile__inviteTeam__text.selected:before {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -272px -125px;
              content: " ";
              display: inline-block;
              width: 19px;
              height: 16px;
              vertical-align: middle;
              margin-right: 12px;
              margin-top: -4px; }
          .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__inviteTeam .c-global__user__profile__removeMember__text {
            cursor: pointer; }
            .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__inviteTeam .c-global__user__profile__removeMember__text:before {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -52px -182px;
              content: " ";
              display: inline-block;
              width: 19px;
              height: 16px;
              vertical-align: middle;
              margin-right: 12px;
              margin-top: -4px; }
            .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__inviteTeam .c-global__user__profile__removeMember__text.selected:before {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -52px -182px;
              content: " ";
              display: inline-block;
              width: 19px;
              height: 16px;
              vertical-align: middle;
              margin-right: 12px;
              margin-top: -4px; }
        .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__twitter {
          padding: 0 15px;
          margin-top: 27px;
          margin-bottom: 20px; }
          .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__twitter a {
            display: block; }
          .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__twitter .c-global__user__profile__list__twitter__button {
            display: table-cell;
            vertical-align: middle;
            position: relative;
            cursor: pointer;
            padding: 8px 12px 8px 8px;
            width: 180px;
            border-radius: 5px;
            background: rgba(255, 255, 255, 0.1); }
            .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__twitter .c-global__user__profile__list__twitter__button .c-global__user__profile__list__twitter__button__text {
              display: table-cell;
              padding-left: 19px; }
            .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__twitter .c-global__user__profile__list__twitter__button svg {
              position: absolute;
              top: 50%;
              left: 6px;
              margin-top: -9px; }
          .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__twitter .c-global__user__profile__list__twitter__not-button {
            display: table-cell;
            vertical-align: middle;
            position: relative;
            cursor: pointer;
            padding: 8px 10px 8px 8px;
            width: 180px;
            border-radius: 5px;
            background: rgba(255, 255, 255, 0.1); }
            .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__twitter .c-global__user__profile__list__twitter__not-button .c-global__user__profile__list__twitter__not-button__text {
              display: table-cell;
              padding-left: 19px; }
            .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__twitter .c-global__user__profile__list__twitter__not-button svg {
              position: absolute;
              top: 50%;
              left: 6px;
              margin-top: -9px; }
        .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__blacklist {
          padding: 0 15px;
          margin-top: 14px;
          margin-bottom: 20px; }
          .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__blacklist .c-global__user__profile__list__blacklist__text {
            cursor: pointer; }
            .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__blacklist .c-global__user__profile__list__blacklist__text:before {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -296px -38px;
              content: " ";
              display: inline-block;
              width: 15px;
              height: 14px;
              vertical-align: middle;
              margin-right: 12px;
              margin-top: -4px; }
        .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__email {
          display: inline-block;
          margin-top: 4px;
          padding: 0 24px;
          word-break: break-all;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          line-height: 1.3; }
        .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup {
          padding: 0 15px;
          vertical-align: middle;
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          cursor: pointer; }
          .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup .c-global__user__profile__list__setup__button {
            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;
            padding: 8px 0;
            margin-top: 8px; }
            .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup .c-global__user__profile__list__setup__button svg {
              margin-right: 8px; }
            .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup .c-global__user__profile__list__setup__button:hover {
              background-color: inherit !important; }
        .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__desc {
          display: inline-block;
          width: 185px;
          padding: 0 15px;
          line-height: 1.5;
          overflow: hidden;
          word-break: break-all; }
        .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more {
          padding: 11px 15px 0px;
          text-align: right; }
          .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link {
            cursor: pointer; }
      .c-global .c-global__user .c-global__user__profile .c-global__user__profile__img {
        position: absolute;
        top: 76px;
        left: 93px;
        z-index: 2;
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -184px -62px;
        content: " ";
        display: inline-block;
        width: 39px;
        height: 31px;
        vertical-align: middle;
        cursor: pointer; }
      .c-global .c-global__user .c-global__user__profile .c-global__user__profile__text {
        position: absolute;
        top: 118px;
        left: 52px;
        width: 116px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4;
        text-align: center;
        cursor: pointer; }
    .c-global .c-global__user .c-global__user__count {
      border-top: 1px solid #444;
      padding-top: 20px;
      margin: 16px 24px 0; }
      .c-global .c-global__user .c-global__user__count .c-global__user__count__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 20px;
        line-height: 1.4; }
        .c-global .c-global__user .c-global__user__count .c-global__user__count__row .c-global__user__count__row__left {
          width: 50%;
          text-align: left; }
        .c-global .c-global__user .c-global__user__count .c-global__user__count__row .c-global__user__count__row__right {
          width: 50%;
          text-align: right; }
  .c-global .c-global__menu__padding {
    padding-top: 10px; }
  .c-global .c-global__menu {
    width: 240px;
    background: #333;
    padding-bottom: 10px;
    box-shadow: 5px 5px 8px rgba(17, 17, 17, 0.4); }
    .c-global .c-global__menu li.c-global__menu__title {
      display: block;
      padding: 20px 20px 10px; }
      .c-global .c-global__menu li.c-global__menu__title:hover {
        background: #333;
        cursor: default; }
    .c-global .c-global__menu li.c-global__menu__username {
      display: block;
      width: 185px;
      padding: 20px 20px 10px;
      font-size: 12px;
      font-size: 1.2rem;
      display: -webkit-box;
      display: -moz-box;
      word-wrap: break-word;
      word-break: break-all;
      max-width: 100%;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.5; }
      .c-global .c-global__menu li.c-global__menu__username:hover {
        background: #333;
        cursor: default; }
    .c-global .c-global__menu li.c-global__menu__line:hover {
      background: none;
      cursor: default; }
    .c-global .c-global__menu li .c-global__menu__popular:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -2px -3px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__popular.selected:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -2px -35px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__ranking:before {
      background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 427px 240px;
      background-position: -195px -1px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__ranking.selected:before {
      background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 427px 240px;
      background-position: -195px -29px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__movie:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -30px -3px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__movie.selected:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -30px -33px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__game:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -58px -3px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__game.selected:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -59px -33px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__channel:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -202px -4px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__channel.selected:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -202px -34px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__topics:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -171px -3px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__topics.selected:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -171px -33px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__following:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -86px -3px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__following.selected:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -86px -33px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__favorites:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -115px -4px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__favorites.selected:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -115px -34px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__profile:before {
      background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 427px 240px;
      background-position: -140px -2px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__profile.selected:before {
      background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 427px 240px;
      background-position: -140px -30px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle;
      vertical-align: -7px; }
    .c-global .c-global__menu li .c-global__menu__user:before {
      background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 427px 240px;
      background-position: -168px -2px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__user.selected:before {
      background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 427px 240px;
      background-position: -168px -30px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle;
      vertical-align: -7px; }
    .c-global .c-global__menu li .c-global__menu__password:before {
      background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 427px 240px;
      background-position: -110px -2px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__password.selected:before {
      background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 427px 240px;
      background-position: -110px -30px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle;
      vertical-align: -7px; }
    .c-global .c-global__menu li .c-global__menu__point:before {
      background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 427px 240px;
      background-position: -224px -2px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__point.selected:before {
      background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 427px 240px;
      background-position: -224px -30px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle;
      vertical-align: -7px; }
    .c-global .c-global__menu li .c-global__menu__setting:before {
      background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 427px 240px;
      background-position: -252px -2px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__setting.selected:before {
      background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 427px 240px;
      background-position: -252px -30px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle;
      vertical-align: -7px; }
    .c-global .c-global__menu li .c-global__menu__hints__and__tips:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -347px -3px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__hints__and__tips.selected:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -347px -3px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .c-global .c-global__menu li .c-global__menu__popular,
    .c-global .c-global__menu li .c-global__menu__event,
    .c-global .c-global__menu li .c-global__menu__ranking,
    .c-global .c-global__menu li .c-global__menu__movie,
    .c-global .c-global__menu li .c-global__menu__game,
    .c-global .c-global__menu li .c-global__menu__channel,
    .c-global .c-global__menu li .c-global__menu__topics,
    .c-global .c-global__menu li .c-global__menu__following,
    .c-global .c-global__menu li .c-global__menu__favorites,
    .c-global .c-global__menu li .c-global__menu__views-history,
    .c-global .c-global__menu li .c-global__menu__playlist,
    .c-global .c-global__menu li .c-global__menu__profile,
    .c-global .c-global__menu li .c-global__menu__user,
    .c-global .c-global__menu li .c-global__menu__point,
    .c-global .c-global__menu li .c-global__menu__setting,
    .c-global .c-global__menu li .c-global__menu__password,
    .c-global .c-global__menu li .c-global__menu__hints__and__tips {
      display: block;
      padding-top: 13px;
      padding-bottom: 13px;
      cursor: pointer; }
      .c-global .c-global__menu li .c-global__menu__popular:before,
      .c-global .c-global__menu li .c-global__menu__event:before,
      .c-global .c-global__menu li .c-global__menu__ranking:before,
      .c-global .c-global__menu li .c-global__menu__movie:before,
      .c-global .c-global__menu li .c-global__menu__game:before,
      .c-global .c-global__menu li .c-global__menu__channel:before,
      .c-global .c-global__menu li .c-global__menu__topics:before,
      .c-global .c-global__menu li .c-global__menu__following:before,
      .c-global .c-global__menu li .c-global__menu__favorites:before,
      .c-global .c-global__menu li .c-global__menu__views-history:before,
      .c-global .c-global__menu li .c-global__menu__playlist:before,
      .c-global .c-global__menu li .c-global__menu__profile:before,
      .c-global .c-global__menu li .c-global__menu__user:before,
      .c-global .c-global__menu li .c-global__menu__point:before,
      .c-global .c-global__menu li .c-global__menu__setting:before,
      .c-global .c-global__menu li .c-global__menu__password:before,
      .c-global .c-global__menu li .c-global__menu__hints__and__tips:before {
        margin-left: 20px;
        margin-right: 20px;
        vertical-align: -7px; }
      .c-global .c-global__menu li .c-global__menu__popular.selected,
      .c-global .c-global__menu li .c-global__menu__event.selected,
      .c-global .c-global__menu li .c-global__menu__ranking.selected,
      .c-global .c-global__menu li .c-global__menu__movie.selected,
      .c-global .c-global__menu li .c-global__menu__game.selected,
      .c-global .c-global__menu li .c-global__menu__channel.selected,
      .c-global .c-global__menu li .c-global__menu__topics.selected,
      .c-global .c-global__menu li .c-global__menu__following.selected,
      .c-global .c-global__menu li .c-global__menu__favorites.selected,
      .c-global .c-global__menu li .c-global__menu__views-history.selected,
      .c-global .c-global__menu li .c-global__menu__playlist.selected,
      .c-global .c-global__menu li .c-global__menu__profile.selected,
      .c-global .c-global__menu li .c-global__menu__user.selected,
      .c-global .c-global__menu li .c-global__menu__point.selected,
      .c-global .c-global__menu li .c-global__menu__setting.selected,
      .c-global .c-global__menu li .c-global__menu__password.selected,
      .c-global .c-global__menu li .c-global__menu__hints__and__tips.selected {
        cursor: default;
        border-right: 1px solid #ff2d55; }
        .c-global .c-global__menu li .c-global__menu__popular.selected:before,
        .c-global .c-global__menu li .c-global__menu__event.selected:before,
        .c-global .c-global__menu li .c-global__menu__ranking.selected:before,
        .c-global .c-global__menu li .c-global__menu__movie.selected:before,
        .c-global .c-global__menu li .c-global__menu__game.selected:before,
        .c-global .c-global__menu li .c-global__menu__channel.selected:before,
        .c-global .c-global__menu li .c-global__menu__topics.selected:before,
        .c-global .c-global__menu li .c-global__menu__following.selected:before,
        .c-global .c-global__menu li .c-global__menu__favorites.selected:before,
        .c-global .c-global__menu li .c-global__menu__views-history.selected:before,
        .c-global .c-global__menu li .c-global__menu__playlist.selected:before,
        .c-global .c-global__menu li .c-global__menu__profile.selected:before,
        .c-global .c-global__menu li .c-global__menu__user.selected:before,
        .c-global .c-global__menu li .c-global__menu__point.selected:before,
        .c-global .c-global__menu li .c-global__menu__setting.selected:before,
        .c-global .c-global__menu li .c-global__menu__password.selected:before,
        .c-global .c-global__menu li .c-global__menu__hints__and__tips.selected:before {
          vertical-align: -7px; }
    .c-global .c-global__menu li .c-global__menu__ranking:before {
      margin-left: 20px;
      margin-right: 18px;
      vertical-align: -7px; }
    .c-global .c-global__menu li .c-global__menu__line {
      height: 1px;
      line-height: 1px;
      background: #444;
      margin: 10px 20px 0; }
    .c-global .c-global__menu li .c-global__menu__msg {
      position: relative;
      display: block;
      padding: 16px 0;
      cursor: pointer; }
      .c-global .c-global__menu li .c-global__menu__msg:before {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -145px -6px;
        content: " ";
        display: inline-block;
        width: 20px;
        height: 19px;
        vertical-align: middle;
        margin-left: 24px;
        margin-right: 21px; }
      .c-global .c-global__menu li .c-global__menu__msg.selected {
        cursor: default;
        background: #333;
        border-right: 1px solid #ff2d55; }
        .c-global .c-global__menu li .c-global__menu__msg.selected:before {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -145px -36px;
          content: " ";
          display: inline-block;
          width: 20px;
          height: 19px;
          vertical-align: middle;
          margin-left: 24px;
          margin-right: 21px; }
      .c-global .c-global__menu li .c-global__menu__msg .c-global__menu__msg__count {
        position: absolute;
        top: 14px;
        right: 20px;
        display: block;
        padding: 4px 6px;
        background: #ffc511;
        font-size: 12px;
        font-size: 1.2rem;
        border-radius: 4px; }
    .c-global .c-global__menu li:hover {
      background: #444; }
  .c-global .c-global__menu__upgrade {
    margin-top: 20px;
    word-wrap: break-word;
    word-break: break-word; }
    .c-global .c-global__menu__upgrade .c-global__menu__upgrade__words {
      margin-bottom: 5px;
      text-align: center;
      line-height: 1.4; }
    .c-global .c-global__menu__upgrade .c-global__menu__upgrade__link {
      display: block;
      padding: 12px;
      border-radius: 2px;
      text-align: center;
      line-height: 1.4;
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem;
      white-space: normal;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      border: 0; }
  .c-global .c-global__menu__other {
    padding: 20px 0 16px 14px; }
    .c-global .c-global__menu__other .c-global__menu__other__language {
      margin-bottom: 12px;
      position: relative; }
      .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__text {
        vertical-align: middle;
        margin-right: 8px; }
      .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__list {
        display: none;
        position: absolute;
        z-index: 2;
        top: 18px;
        left: 114px;
        background: #333;
        box-shadow: 1px 1px 3px #111; }
        .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__list li a {
          display: block;
          padding: 12px 24px 12px 12px; }
        .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__list li.c-global__menu__other__language__list__block:before, .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__list li.c-global__menu__other__language__list__block:after {
          content: "";
          display: table; }
        .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__list li.c-global__menu__other__language__list__block:after {
          clear: both; }
        .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__list li.c-global__menu__other__language__list__block a {
          cursor: pointer; }
    .c-global .c-global__menu__other .c-global__menu__other__menu:before, .c-global .c-global__menu__other .c-global__menu__other__menu:after {
      content: "";
      display: table; }
    .c-global .c-global__menu__other .c-global__menu__other__menu:after {
      clear: both; }
    .c-global .c-global__menu__other .c-global__menu__other__menu li {
      float: left;
      margin-right: 14px; }
      .c-global .c-global__menu__other .c-global__menu__other__menu li a {
        line-height: 2; }
    .c-global .c-global__menu__other .c-global__menu__other__copyright {
      padding-top: 10px;
      font-size: 10px;
      font-size: 1rem; }
    .c-global .c-global__menu__other .c-global__menu__other__license {
      display: table;
      width: 100%;
      margin-top: 16px; }
      .c-global .c-global__menu__other .c-global__menu__other__license .c-global__menu__other__license__img {
        display: table-cell;
        width: 32px;
        padding-right: 10px; }
      .c-global .c-global__menu__other .c-global__menu__other__license .c-global__menu__other__license__text {
        display: table-cell;
        vertical-align: top;
        padding-top: 4px;
        font-size: 10px;
        font-size: 1rem; }
      .c-global .c-global__menu__other .c-global__menu__other__license.NexTone .c-global__menu__other__license__img {
        vertical-align: middle; }
      .c-global .c-global__menu__other .c-global__menu__other__license.NexTone .c-global__menu__other__license__text {
        vertical-align: middle;
        padding-top: 0; }

.c-breadcrumblist {
  margin-bottom: 20px; }
  .c-breadcrumblist:before, .c-breadcrumblist:after {
    content: "";
    display: table; }
  .c-breadcrumblist:after {
    clear: both; }
  .c-breadcrumblist li {
    float: left;
    position: relative;
    margin-right: 8px;
    line-height: 1.5; }
    .c-breadcrumblist li a {
      display: block;
      margin-right: 18px; }
    .c-breadcrumblist li p {
      margin-right: 18px;
      max-width: 845px;
      word-wrap: break-word; }
    .c-breadcrumblist li:after {
      content: '&gt;';
      position: absolute;
      top: -1px;
      right: 0;
      display: block; }
    .c-breadcrumblist li:last-child:after {
      content: ''; }

.icon__theater__mode {
  cursor: pointer; }

.c-popmenuBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 100%;
  background: #222;
  z-index: 1000; }
  .c-popmenuBg .c-popmenuBg__relative {
    position: relative;
    height: 100%; }
    .c-popmenuBg .c-popmenuBg__relative .c-popmenuBg__relative__area {
      position: absolute;
      bottom: 396px;
      width: 360px;
      text-align: center; }
      .c-popmenuBg .c-popmenuBg__relative .c-popmenuBg__relative__area .c-popmenuBg__relative__area__button {
        display: inline-block;
        padding: 14px 24px;
        background: #ffc511;
        text-align: center;
        border-radius: 2px;
        cursor: pointer; }

.c-dashboard__toast,
.c-dashboard__yell__toast {
  position: relative;
  background: #ffc511;
  height: 40px;
  width: 100%;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .c-dashboard__toast .c-toast__content,
  .c-dashboard__yell__toast .c-toast__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: absolute;
    top: 0;
    right: 16px;
    left: 16px;
    bottom: 0; }
    .c-dashboard__toast .c-toast__content .c-toast__text__container,
    .c-dashboard__yell__toast .c-toast__content .c-toast__text__container {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      overflow: hidden;
      margin-right: 8px; }
      .c-dashboard__toast .c-toast__content .c-toast__text__container .c-toast__content__text,
      .c-dashboard__yell__toast .c-toast__content .c-toast__text__container .c-toast__content__text {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 40px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-align: center; }
        .c-dashboard__toast .c-toast__content .c-toast__text__container .c-toast__content__text:hover,
        .c-dashboard__yell__toast .c-toast__content .c-toast__text__container .c-toast__content__text:hover {
          text-decoration: underline; }
    .c-dashboard__toast .c-toast__content .c-toast__link__container,
    .c-dashboard__yell__toast .c-toast__content .c-toast__link__container {
      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; }
      .c-dashboard__toast .c-toast__content .c-toast__link__container .c-toast__content__link,
      .c-dashboard__yell__toast .c-toast__content .c-toast__link__container .c-toast__content__link {
        display: inline-block;
        z-index: 1; }
        .c-dashboard__toast .c-toast__content .c-toast__link__container .c-toast__content__link:after,
        .c-dashboard__yell__toast .c-toast__content .c-toast__link__container .c-toast__content__link:after {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -298px -65px;
          content: " ";
          display: inline-block;
          width: 8px;
          height: 12px;
          vertical-align: middle;
          vertical-align: -0.2em;
          margin-left: 8px; }
        .c-dashboard__toast .c-toast__content .c-toast__link__container .c-toast__content__link:hover,
        .c-dashboard__yell__toast .c-toast__content .c-toast__link__container .c-toast__content__link:hover {
          text-decoration: underline; }
  .c-dashboard__toast .c-toast__closeBt,
  .c-dashboard__yell__toast .c-toast__closeBt {
    position: absolute;
    top: 20px;
    right: 10px;
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -298px -85px;
    content: " ";
    display: inline-block;
    width: 14px;
    height: 13px;
    vertical-align: middle;
    z-index: 1;
    cursor: pointer; }

.c-dashboard__yell__toast {
  position: relative;
  height: 40px;
  width: 100%;
  z-index: 15;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff; }

.c-frametitle {
  width: 1040px;
  margin: 0 auto;
  padding: 20px 0 2px;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6; }
  .c-frametitle:before, .c-frametitle:after {
    content: "";
    display: table; }
  .c-frametitle:after {
    clear: both; }
  .c-frametitle.line {
    border-top: none; }

.commentRelative {
  position: absolute;
  bottom: -104px;
  z-index: 999; }
  .commentRelative.isActive {
    position: static; }
  .commentRelative.firefox {
    bottom: -118px; }
    .commentRelative.firefox.isActive {
      position: static; }
  .commentRelative.popout {
    width: 100%; }

.c-frameTop {
  width: 1040px;
  margin: 0 auto 20px;
  padding: 0; }
  .c-frameTop:before, .c-frameTop:after {
    content: "";
    display: table; }
  .c-frameTop:after {
    clear: both; }
  .c-frameTop li {
    float: left;
    padding-top: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .c-frameTop li img {
      width: 176px !important;
      height: 220px;
      margin-right: 24px; }
    .c-frameTop li:hover {
      opacity: 0.7; }
    .c-frameTop li:last-child {
      margin-right: 0 !important; }
      .c-frameTop li:last-child img {
        margin-right: 0 !important; }

.c-frameLine {
  width: 1040px;
  margin: 0 auto;
  padding: 0;
  height: 1px;
  line-height: 1;
  font-size: 0;
  border-bottom: 1px solid #333; }

.c-frame {
  width: 1040px;
  margin: 0 auto 20px;
  padding: 0; }
  .c-frame:before, .c-frame:after {
    content: "";
    display: table; }
  .c-frame:after {
    clear: both; }
  .c-frame li {
    float: left;
    padding-top: 15px; }
    .c-frame li img {
      width: 176px !important;
      height: 220px;
      margin-right: 40px; }
    .c-frame li:last-child {
      margin-right: 0 !important; }
      .c-frame li:last-child img {
        margin-right: 0 !important; }

.c-framesort {
  position: relative;
  padding: 18px 15px 0;
  background: rgba(0, 0, 0, 0.9); }
  .c-framesort.normal {
    display: none; }
    .c-framesort.normal.userlist {
      padding-top: 25px; }
  .c-framesort .c-framesort__title {
    padding-bottom: 24px; }
    .c-framesort .c-framesort__title.userlist {
      padding-bottom: 9px; }
  .c-framesort .c-framesort__icon {
    position: absolute;
    top: 14px;
    right: 9px;
    background-image: url(../../images/v4/sprites.png);
    background-repeat: no-repeat;
    background-size: 320px 240px;
    background-position: -124px -72px;
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    z-index: 2;
    cursor: pointer;
    padding: 5px; }

.c-framebox {
  background: rgba(0, 0, 0, 0.9); }
  .c-framebox.playlist {
    margin: 26px 20px 0 20px;
    padding-bottom: 26px;
    border-bottom: 0;
    background: none; }
    .c-framebox.playlist.nextMovie {
      padding-top: 24px;
      border-top: none;
      margin-top: 0; }
    .c-framebox.playlist.bestMovie {
      padding-top: 24px;
      border-top: 1px solid #333; }
    .c-framebox.playlist.recommand {
      border-bottom: 1px solid #333;
      margin-left: 0;
      margin-right: 0;
      overflow-y: auto; }
      .c-framebox.playlist.recommand::-webkit-scrollbar {
        width: 8px;
        height: 8px; }
      .c-framebox.playlist.recommand::-webkit-scrollbar-button {
        width: 0px;
        height: 0px; }
      .c-framebox.playlist.recommand::-webkit-scrollbar-thumb {
        background: #333333;
        border: 1px inset #000000;
        border-radius: 50px; }
      .c-framebox.playlist.recommand::-webkit-scrollbar-thumb:hover {
        background: #333333; }
      .c-framebox.playlist.recommand::-webkit-scrollbar-thumb:active {
        background: #333333; }
      .c-framebox.playlist.recommand::-webkit-scrollbar-track {
        background: #000000;
        border: 0px none #ffffff;
        border-radius: 50px; }
      .c-framebox.playlist.recommand::-webkit-scrollbar-track:hover {
        background: #000000; }
      .c-framebox.playlist.recommand::-webkit-scrollbar-track:active {
        background: #000000; }
      .c-framebox.playlist.recommand::-webkit-scrollbar-corner {
        background: transparent; }
    .c-framebox.playlist .c-framebox__title {
      margin-bottom: 15px;
      font-size: 14px;
      font-size: 1.4rem; }
      .c-framebox.playlist .c-framebox__title.nextMovie {
        margin-bottom: 24px; }
      .c-framebox.playlist .c-framebox__title.bestMovie {
        margin-bottom: 24px; }
      .c-framebox.playlist .c-framebox__title.recommand {
        margin-left: 20px;
        margin-right: 20px; }
    .c-framebox.playlist .c-framebox__desc {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6;
      word-wrap: break-word;
      word-break: break-all; }
      .c-framebox.playlist .c-framebox__desc a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6; }
    .c-framebox.playlist.nextmovie {
      border-bottom: 1px solid #333;
      height: 103px; }
  .c-framebox.normal {
    background: none;
    margin: 0 16px; }
  .c-framebox li {
    margin-bottom: 24px; }
    .c-framebox li:last-child {
      margin-bottom: 0; }
    .c-framebox li .c-framebox__link {
      display: table;
      width: 100%; }
      .c-framebox li .c-framebox__link.recommand {
        width: auto;
        height: 70px;
        padding-left: 20px; }
      .c-framebox li .c-framebox__link .c-framebox__link__item {
        position: relative;
        display: table-cell;
        width: 126px;
        height: 70px;
        line-height: 0; }
        .c-framebox li .c-framebox__link .c-framebox__link__item .c-framebox__link__item__img {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          line-height: 0;
          width: 126px;
          height: 70px;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .c-framebox li .c-framebox__link .c-framebox__link__item .c-framebox__link__item__img:hover {
            opacity: 0.7; }
          .c-framebox li .c-framebox__link .c-framebox__link__item .c-framebox__link__item__img img {
            width: 126px;
            height: 70px; }
        .c-framebox li .c-framebox__link .c-framebox__link__item .c-framebox__link__item__comingup {
          background-image: url(../../images/v4/sprites_3.png);
          background-repeat: no-repeat;
          background-size: 150px 250px;
          background-position: -20px -176px;
          content: " ";
          display: inline-block;
          width: 80px;
          height: 21px;
          vertical-align: middle;
          position: absolute;
          z-index: 3;
          bottom: 5px;
          right: 5px; }
        .c-framebox li .c-framebox__link .c-framebox__link__item .c-framebox__link__item__live {
          background-image: url(../../images/v4/sprites_3.png);
          background-repeat: no-repeat;
          background-size: 150px 250px;
          background-position: -20px -143px;
          content: " ";
          display: inline-block;
          width: 50px;
          height: 21px;
          vertical-align: middle;
          position: absolute;
          z-index: 3;
          bottom: 5px;
          right: 5px; }
        .c-framebox li .c-framebox__link .c-framebox__link__item .c-framebox__link__item__offline {
          background-image: url(../../images/v4/sprites_3.png);
          background-repeat: no-repeat;
          background-size: 150px 250px;
          background-position: -20px -208px;
          content: " ";
          display: inline-block;
          width: 60px;
          height: 21px;
          vertical-align: middle;
          position: absolute;
          z-index: 3;
          bottom: 5px;
          right: 5px; }
        .c-framebox li .c-framebox__link .c-framebox__link__item .c-framebox__link__item__playtime {
          display: block;
          position: absolute;
          z-index: 3;
          bottom: 5px;
          right: 5px;
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 1.1;
          padding: 4px 9px 4px;
          text-align: center; }
      .c-framebox li .c-framebox__link .c-framebox__link__desc {
        display: table-cell;
        padding: 6px 0 0 12px;
        word-wrap: break-word;
        word-break: break-all;
        overflow: hidden;
        vertical-align: middle; }
        .c-framebox li .c-framebox__link .c-framebox__link__desc .c-framebox__link__desc__title {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 162px;
          height: 20px;
          line-height: 1.6;
          margin-bottom: 6px;
          white-space: nowrap;
          overflow: hidden; }
        .c-framebox li .c-framebox__link .c-framebox__link__desc .c-framebox__link__desc__username {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 100%;
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 1.6;
          margin-bottom: 7px; }
        .c-framebox li .c-framebox__link .c-framebox__link__desc .c-framebox__link__desc__date {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 1.6; }
        .c-framebox li .c-framebox__link .c-framebox__link__desc.recommand {
          padding-right: 20px; }

.c-framelist {
  padding: 16px 16px 0;
  font-size: 0px;
  font-size: 0rem;
  border-bottom: 1px solid #333;
  margin: 0 auto;
  width: 1040px; }
  .c-framelist:before, .c-framelist:after {
    content: "";
    display: table; }
  .c-framelist:after {
    clear: both; }
  .c-framelist.topic {
    padding-top: 0;
    padding-bottom: 27px; }
    .c-framelist.topic .c-framelist__box img {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .c-framelist.topic .c-framelist__box:hover {
      opacity: 1; }
      .c-framelist.topic .c-framelist__box:hover img {
        opacity: 0.7; }
    .c-framelist.topic li {
      width: 500px;
      margin-bottom: 18px;
      padding: 16px 0 6px; }
      .c-framelist.topic li:nth-child(even) {
        margin-right: 0 !important; }
      .c-framelist.topic li:nth-child(odd) {
        margin-right: 40px !important; }
  .c-framelist.trendsMovie li {
    padding-bottom: 17px; }
  .c-framelist.notice {
    background: none;
    width: 640px;
    margin: 0 auto;
    padding-top: 24px; }
  .c-framelist.normal {
    background: none; }
  .c-framelist.searchList {
    background: rgba(0, 0, 0, 0.9); }
  .c-framelist.channelList {
    background: rgba(0, 0, 0, 0.9); }
  .c-framelist.playlist {
    margin: 0 auto;
    width: 318px;
    padding: 21px 0 18px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    border-bottom: 1px solid #333; }
  .c-framelist.favorite {
    padding-top: 22px; }
    .c-framelist.favorite li {
      margin-bottom: 38px; }
  .c-framelist li {
    width: 320px;
    float: left;
    margin-right: 40px;
    margin-bottom: 24px; }
    .c-framelist li:nth-child(3n) {
      margin-right: 0; }
  .c-framelist li {
    margin-bottom: 24px; }
    .c-framelist li .c-framelist__box {
      display: block;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .c-framelist li .c-framelist__box:hover {
        opacity: 0.7; }
      .c-framelist li .c-framelist__box.movie {
        height: 237px; }
      .c-framelist li .c-framelist__box .c-framelist__box__title {
        font-size: 11px;
        font-weight: bold; }
      .c-framelist li .c-framelist__box .c-framelist__box__img {
        position: relative;
        line-height: 0; }
        .c-framelist li .c-framelist__box .c-framelist__box__img img {
          width: 320px;
          height: 180px; }
        .c-framelist li .c-framelist__box .c-framelist__box__img.topic img {
          width: 500px;
          height: 147px; }
        .c-framelist .c-framebox li .c-framelist__box .c-framelist__box__img .c-framebox__link .c-framebox__link__item .c-framebox__link__item__comingup, .c-framebox .c-framelist li .c-framelist__box .c-framelist__box__img .c-framebox__link .c-framebox__link__item .c-framebox__link__item__comingup, .c-framelist .c-framebox li .c-framebox__link .c-framebox__link__item .c-framelist__box .c-framelist__box__img .c-framebox__link__item__comingup, .c-framebox .c-framelist li .c-framebox__link .c-framebox__link__item .c-framelist__box .c-framelist__box__img .c-framebox__link__item__comingup, .c-framelist .c-framebox li .c-framelist__box .c-framelist__box__img .c-framebox__link .c-framebox__link__item .c-framebox__link__item__live, .c-framebox .c-framelist li .c-framelist__box .c-framelist__box__img .c-framebox__link .c-framebox__link__item .c-framebox__link__item__live, .c-framelist .c-framebox li .c-framebox__link .c-framebox__link__item .c-framelist__box .c-framelist__box__img .c-framebox__link__item__live, .c-framebox .c-framelist li .c-framebox__link .c-framebox__link__item .c-framelist__box .c-framelist__box__img .c-framebox__link__item__live, .c-framelist .c-framebox li .c-framelist__box .c-framelist__box__img .c-framebox__link .c-framebox__link__item .c-framebox__link__item__offline, .c-framebox .c-framelist li .c-framelist__box .c-framelist__box__img .c-framebox__link .c-framebox__link__item .c-framebox__link__item__offline, .c-framelist .c-framebox li .c-framebox__link .c-framebox__link__item .c-framelist__box .c-framelist__box__img .c-framebox__link__item__offline, .c-framebox .c-framelist li .c-framebox__link .c-framebox__link__item .c-framelist__box .c-framelist__box__img .c-framebox__link__item__offline, .c-framelist li .c-framelist__box .c-framelist__box__img .c-framelist__box__img__comingup, .c-framelist li .c-framelist__box .c-framelist__box__img .c-framelist__box__img__live, .c-framelist li .c-framelist__box .c-framelist__box__img .c-framelist__box__img__offline {
          position: absolute;
          z-index: 3;
          right: 10px;
          bottom: 10px; }
        .c-framelist li .c-framelist__box .c-framelist__box__img .c-framelist__box__img__comingup {
          background-image: url(../../images/v4/sprites_3.png);
          background-repeat: no-repeat;
          background-size: 150px 250px;
          background-position: -19px -60px;
          content: " ";
          display: inline-block;
          width: 109px;
          height: 27px;
          vertical-align: middle; }
        .c-framelist li .c-framelist__box .c-framelist__box__img .c-framelist__box__img__live {
          background-image: url(../../images/v4/sprites_3.png);
          background-repeat: no-repeat;
          background-size: 150px 250px;
          background-position: -19px -25px;
          content: " ";
          display: inline-block;
          width: 70px;
          height: 27px;
          vertical-align: middle; }
        .c-framelist li .c-framelist__box .c-framelist__box__img .c-framelist__box__img__offline {
          background-image: url(../../images/v4/sprites_3.png);
          background-repeat: no-repeat;
          background-size: 150px 250px;
          background-position: -19px -96px;
          content: " ";
          display: inline-block;
          width: 80px;
          height: 27px;
          vertical-align: middle; }
        .c-framelist li .c-framelist__box .c-framelist__box__img .c-framelist__box__img__time {
          position: absolute;
          z-index: 3;
          right: 10px;
          bottom: 10px;
          padding: 0px 8px;
          text-align: center;
          line-height: 1.8;
          font-size: 14px;
          font-size: 1.4rem;
          background: rgba(0, 0, 0, 0.5); }
        .c-framelist li .c-framelist__box .c-framelist__box__img .c-framelist__box__img__title {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          position: absolute;
          left: 20px;
          bottom: 12px;
          z-index: 1;
          width: 55%;
          height: 29px;
          line-height: 26px;
          font-size: 18px;
          font-size: 1.8rem; }
          .c-framelist li .c-framelist__box .c-framelist__box__img .c-framelist__box__img__title.topic {
            bottom: 12px; }
      .c-framelist li .c-framelist__box .c-framelist__box__desc {
        display: -webkit-box !important;
        display: -moz-box !important;
        word-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 8px 0px 9px;
        height: 22px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5; }
      .c-framelist li .c-framelist__box .c-framelist__box__watch {
        display: table;
        width: 100%; }
      .c-framelist li .c-framelist__box .c-framelist__box__watch__count {
        display: table-cell;
        width: 50%;
        text-align: left;
        margin-right: 3px;
        font-size: 14px;
        font-size: 1.4rem; }
        .c-framelist li .c-framelist__box .c-framelist__box__watch__count:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -102px -81px;
          content: " ";
          display: inline-block;
          width: 20px;
          height: 12px;
          vertical-align: middle;
          vertical-align: -1px;
          margin-right: 8px; }
      .c-framelist li .c-framelist__box .c-framelist__box__watch__time {
        display: table-cell;
        width: 50%;
        text-align: right;
        font-size: 14px;
        font-size: 1.4rem; }
  .c-framelist .c-framelist__itemboxPc {
    width: 242px;
    height: 306px;
    float: left;
    position: relative;
    margin-right: 20px;
    background: #333;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .c-framelist .c-framelist__itemboxPc:nth-child(3n) {
      margin-right: 20px; }
    .c-framelist .c-framelist__itemboxPc:nth-child(4n) {
      margin-right: 0; }
    .c-framelist .c-framelist__itemboxPc:hover {
      background: #484848; }
    .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__bg {
      width: 242px; }
      .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__bg img {
        width: 242px;
        height: 123px; }
    .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__list {
      text-align: center;
      position: relative; }
      .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__list .c-framelist__itemboxPc__list__name {
        text-align: center; }
        .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__list .c-framelist__itemboxPc__list__name .c-framelist__itemboxPc__list__name__text {
          font-size: 14px;
          font-size: 1.4rem;
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1.5;
          width: 80%;
          margin: 65px auto 8px; }
      .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__list .c-framelist__itemboxPc__list__count {
        text-align: center;
        padding-bottom: 25px; }
        .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__list .c-framelist__itemboxPc__list__count .c-framelist__itemboxPc__list__count__text {
          font-size: 12px;
          font-size: 1.2rem; }
          .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__list .c-framelist__itemboxPc__list__count .c-framelist__itemboxPc__list__count__text:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -102px -81px;
            content: " ";
            display: inline-block;
            width: 20px;
            height: 12px;
            vertical-align: middle;
            margin-right: 8px;
            vertical-align: text-bottom; }
        .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__list .c-framelist__itemboxPc__list__count .c-framelist__itemboxPc__list__count__text--update {
          font-size: 12px;
          font-size: 1.2rem; }
          .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__list .c-framelist__itemboxPc__list__count .c-framelist__itemboxPc__list__count__text--update:before {
            vertical-align: text-bottom; }
      .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__list .c-framelist__itemboxPc__list__icon {
        cursor: pointer;
        width: 29px;
        height: 18px;
        background-image: url(../../images/v4/favorite_icon.png);
        background-size: 29px 18px;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 0 auto;
        padding: 8px 14px;
        position: relative;
        left: 0;
        right: 0; }
        .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__list .c-framelist__itemboxPc__list__icon:hover {
          background-image: url(../../images/v4/favorite_icon.png);
          background-size: 29px 18px;
          background-position: 0 0;
          background-position: center center;
          border-radius: 4px;
          box-shadow: 1px 1px 3px #111; }
        .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__list .c-framelist__itemboxPc__list__icon.selected {
          background-image: url(../../images/v4/favorite_icon_on.png);
          background-size: 33px 18px;
          background-position: 0 0;
          background-position: center center;
          border-radius: 4px; }
          .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__list .c-framelist__itemboxPc__list__icon.selected:hover {
            box-shadow: 1px 1px 3px #111; }
    .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__profile {
      position: absolute;
      z-index: 1;
      top: 81px;
      left: 81px; }
      .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__profile .c-framelist__itemboxPc__profile__img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        position: relative; }
      .c-framelist .c-framelist__itemboxPc .c-framelist__itemboxPc__profile .c-framelist__itemboxPc__profile__check {
        position: absolute;
        z-index: 3;
        top: 3px;
        left: 5px;
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -56px -58px;
        content: " ";
        display: inline-block;
        width: 13px;
        height: 13px;
        vertical-align: middle; }
  .c-framelist .c-framelist__itembox {
    width: 320px;
    position: relative;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    padding-bottom: 0;
    box-shadow: 0px 1px 1px #1b1b1b; }
    .c-framelist .c-framelist__itembox:nth-child(3n) {
      margin-right: 0; }
    .c-framelist .c-framelist__itembox.followlList {
      padding-bottom: 24px; }
    .c-framelist .c-framelist__itembox.channelList {
      padding-bottom: 24px; }
    .c-framelist .c-framelist__itembox.noticeList {
      width: 100%;
      padding-top: 12px;
      padding-bottom: 24px;
      margin-bottom: 10px;
      border-bottom: 1px solid #333; }
      .c-framelist .c-framelist__itembox.noticeList:first-child {
        padding-top: 0; }
    .c-framelist .c-framelist__itembox.trends {
      margin-bottom: 28px;
      padding-bottom: 0; }
    .c-framelist .c-framelist__itembox.playlist {
      width: 328px;
      height: 50px;
      margin-bottom: 15px;
      box-shadow: none;
      padding-top: 8px;
      padding-bottom: 7px; }
      .c-framelist .c-framelist__itembox.playlist:last-child {
        margin-bottom: 6px; }
    .c-framelist .c-framelist__itembox.favorite {
      width: 157px;
      padding-bottom: 0; }
      .c-framelist .c-framelist__itembox.favorite:nth-child(3n) {
        margin-right: 40px; }
      .c-framelist .c-framelist__itembox.favorite:nth-child(5n) {
        margin-right: 0; }
    .c-framelist .c-framelist__itembox .c-framelist__itembox__img {
      display: table-cell;
      vertical-align: top;
      width: 60px;
      padding-right: 0;
      line-height: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__img:hover {
        opacity: 0.7; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__img img {
        width: 60px; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__img.followlList {
        width: 40px;
        position: relative; }
        .c-framelist .c-framelist__itembox .c-framelist__itembox__img.followlList img {
          width: 40px;
          height: 40px;
          border-radius: 50%; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__img.channelList {
        width: 40px;
        position: relative; }
        .c-framelist .c-framelist__itembox .c-framelist__itembox__img.channelList img {
          width: 40px;
          height: 40px;
          border-radius: 50%; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__img.noticeList {
        width: 50px;
        position: relative; }
        .c-framelist .c-framelist__itembox .c-framelist__itembox__img.noticeList img {
          width: 40px;
          height: 40px;
          border-radius: 50%; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__img.playlist {
        width: 50px;
        position: relative; }
        .c-framelist .c-framelist__itembox .c-framelist__itembox__img.playlist img {
          width: 40px;
          height: auto;
          border-radius: 50%; }
        .c-framelist .c-framelist__itembox .c-framelist__itembox__img.playlist.user img {
          width: 50px;
          height: auto;
          border-radius: 0; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__img img {
        width: 157px;
        height: 196px; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__img .c-framelist__itembox__img__is {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -56px -58px;
        content: " ";
        display: inline-block;
        width: 13px;
        height: 13px;
        vertical-align: middle;
        position: absolute;
        z-index: 4;
        top: 0;
        left: 0;
        z-index: 4; }
    .c-framelist .c-framelist__itembox .c-framelist__itembox__info {
      display: table-cell;
      width: 100%;
      padding-top: 35px;
      text-align: center;
      vertical-align: top;
      background: #333; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__info.favorite {
        display: block !important;
        padding-top: 12px !important;
        background: #222; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__info.noticeList {
        padding-top: 0;
        text-align: left;
        background: #222;
        padding-left: 24px;
        vertical-align: middle; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__info.playlist {
        background: #222;
        padding-top: 5px;
        width: 100%;
        text-align: left; }
        .c-framelist .c-framelist__itembox .c-framelist__itembox__info.playlist.game {
          padding-top: 12px; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__info .c-framelist__itembox__info__text {
        padding-bottom: 4px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__info .c-framelist__itembox__info__title {
        position: relative;
        display: -webkit-box !important;
        display: -moz-box !important;
        word-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 80%;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1.4;
        font-weight: lighter;
        margin-bottom: 8px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        max-height: 40px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 22px;
        padding: 0 20px; }
        .c-framelist .c-framelist__itembox .c-framelist__itembox__info .c-framelist__itembox__info__title.trend {
          margin-bottom: 10px !important; }
        .c-framelist .c-framelist__itembox .c-framelist__itembox__info .c-framelist__itembox__info__title.channelList:before {
          position: absolute;
          top: 0;
          right: 2px;
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -105px -58px;
          content: " ";
          display: inline-block;
          width: 13px;
          height: 12px;
          vertical-align: middle;
          z-index: 4; }
        .c-framelist .c-framelist__itembox .c-framelist__itembox__info .c-framelist__itembox__info__title.playlist {
          width: 60%;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.3;
          padding-left: 12px;
          margin-bottom: 8px;
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .c-framelist .c-framelist__itembox .c-framelist__itembox__info .c-framelist__itembox__info__title.favorite {
          max-width: 100%;
          -webkit-line-clamp: 1 !important;
          font-size: 12px;
          font-size: 1.2rem;
          text-align: left;
          padding: 0;
          margin-bottom: 0; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__info .c-framelist__itembox__info__device {
        display: -webkit-box !important;
        display: -moz-box !important;
        word-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 70%;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        max-height: 20px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding: 0 20px 0 12px;
        margin: 0 auto; }
        .c-framelist .c-framelist__itembox .c-framelist__itembox__info .c-framelist__itembox__info__device.favorite {
          display: none !important; }
        .c-framelist .c-framelist__itembox .c-framelist__itembox__info .c-framelist__itembox__info__device.playlist {
          margin: 0; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__info .c-framelist__itembox__info__date {
        font-size: 14px;
        font-size: 1.4rem; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__info .c-framelist__itembox__info__count {
        display: -webkit-box !important;
        display: -moz-box !important;
        word-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 70%;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.2;
        line-height: 1.5;
        max-height: 40px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding: 0 20px; }
        .c-framelist .c-framelist__itembox .c-framelist__itembox__info .c-framelist__itembox__info__count:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -103px -81px;
          content: " ";
          display: inline-block;
          width: 20px;
          height: 12px;
          vertical-align: middle;
          vertical-align: text-bottom;
          margin: 0 6px 0 0; }
        .c-framelist .c-framelist__itembox .c-framelist__itembox__info .c-framelist__itembox__info__count.playlist {
          line-height: 1.5;
          max-height: 40px;
          -webkit-line-clamp: none;
          -webkit-box-orient: vertical;
          padding-left: 12px; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__info .c-framelist__itembox__info__update {
        display: -webkit-box !important;
        display: -moz-box !important;
        word-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 70%;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5;
        max-height: 40px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding: 0 20px; }
    .c-framelist .c-framelist__itembox .c-framelist__itembox__favorite {
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -67px -29px;
      content: " ";
      display: inline-block;
      width: 33px;
      height: 18px;
      vertical-align: middle;
      position: absolute;
      z-index: 1;
      top: 29px;
      right: 0;
      cursor: pointer;
      top: 135px;
      right: 55px;
      width: 29px;
      height: 18px;
      background-image: url(../../images/v4/favorite_icon.png);
      background-size: 29px 18px;
      background-position: center center;
      padding: 8px 14px; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__favorite.selected {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -33px -28px;
        content: " ";
        display: inline-block;
        width: 33px;
        height: 18px;
        vertical-align: middle; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__favorite:hover {
        background-image: url(../../images/v4/favorite_icon.png);
        background-size: 29px 18px;
        background-position: 0 0;
        background-position: center center;
        border-radius: 4px;
        box-shadow: 1px 1px 3px #111; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__favorite.selected {
        background-image: url(../../images/v4/favorite_icon_on.png);
        background-size: 33px 18px;
        background-position: 0 0;
        background-position: center center;
        padding: 8px 14px;
        border-radius: 4px; }
        .c-framelist .c-framelist__itembox .c-framelist__itembox__favorite.selected:hover {
          box-shadow: 1px 1px 3px #111; }
    .c-framelist .c-framelist__itembox .c-framelist__itembox__usericon {
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -67px -29px;
      content: " ";
      display: inline-block;
      width: 33px;
      height: 18px;
      vertical-align: middle;
      position: absolute;
      top: 10px;
      right: 0;
      cursor: pointer;
      top: 144px;
      right: 68px; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__usericon.playlist {
        top: 18px;
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -67px -29px;
        content: " ";
        display: inline-block;
        width: 33px;
        height: 18px;
        vertical-align: middle;
        top: 26px;
        right: 14px; }
        .c-framelist .c-framelist__itembox .c-framelist__itembox__usericon.playlist.selected {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -33px -28px;
          content: " ";
          display: inline-block;
          width: 33px;
          height: 17px;
          vertical-align: middle; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__usericon.selected {
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -33px -28px;
        content: " ";
        display: inline-block;
        width: 33px;
        height: 18px;
        vertical-align: middle; }
      .c-framelist .c-framelist__itembox .c-framelist__itembox__usericon:hover {
        opacity: 0.7; }
  .c-framelist li.trend__movie__list {
    margin-bottom: 38px; }

.c-framemore {
  text-align: center;
  margin: 22px 16px 0;
  padding: 10px 0 12px;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  width: 1040px;
  margin: 0 auto 0 auto;
  padding: 20px 0 24px; }
  .c-framemore.userlist {
    display: none; }

.c-frame__content {
  display: table;
  width: 100%;
  padding: 12px 0;
  background: #333; }
  .c-frame__content.user {
    padding-bottom: 24px; }
  .c-frame__content .c-frame__content__row {
    width: 1040px;
    margin: 0 auto;
    padding: 5px 0; }
    .c-frame__content .c-frame__content__row .c-frame__content__left {
      position: relative;
      display: table-cell;
      width: 100px;
      padding-right: 12px;
      padding-left: 0;
      line-height: 0; }
      .c-frame__content .c-frame__content__row .c-frame__content__left.user {
        padding-right: 24px; }
      .c-frame__content .c-frame__content__row .c-frame__content__left img {
        width: 50px;
        height: 50px;
        border-radius: 50%; }
      .c-frame__content .c-frame__content__row .c-frame__content__left.gameDetail img {
        width: 100px;
        height: 124px;
        border-radius: 0%; }
    .c-frame__content .c-frame__content__row .c-frame__content__right {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      width: 80%;
      padding: 3px 16px 20px 0; }
      .c-frame__content .c-frame__content__row .c-frame__content__right .c-frame__content__right__title {
        display: -webkit-box !important;
        display: -moz-box !important;
        word-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.4;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold; }
        .c-frame__content .c-frame__content__row .c-frame__content__right .c-frame__content__right__title .c-frame__content__right__title__check {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -105px -58px;
          content: " ";
          display: inline-block;
          width: 13px;
          height: 12px;
          vertical-align: middle;
          vertical-align: -2px;
          margin-left: 12px; }
        .c-frame__content .c-frame__content__row .c-frame__content__right .c-frame__content__right__title .c-frame__content__right__title__check {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -128px -128px;
          content: " ";
          display: inline-block;
          width: 20px;
          height: 21px;
          vertical-align: middle;
          vertical-align: -2px;
          margin-left: 12px; }
        .c-frame__content .c-frame__content__row .c-frame__content__right .c-frame__content__right__title.gameDetail {
          width: 100%;
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 0 0 0 8px; }
      .c-frame__content .c-frame__content__row .c-frame__content__right .c-frame__content__right__desc {
        position: absolute;
        top: 82px;
        left: 4px;
        bottom: -5px;
        height: 30px;
        padding: 0 0 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-radius: 4px; }
        .c-frame__content .c-frame__content__row .c-frame__content__right .c-frame__content__right__desc.user {
          top: 58px; }
        .c-frame__content .c-frame__content__row .c-frame__content__right .c-frame__content__right__desc .c-frame__content__desc__link {
          font-size: 11px;
          font-size: 1.1rem;
          display: inline-block;
          width: 100%;
          height: 100%;
          bottom: 0;
          left: 1px;
          padding: 0; }
          .c-frame__content .c-frame__content__row .c-frame__content__right .c-frame__content__right__desc .c-frame__content__desc__link .c-frame__content__desc__link__icon {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -202px -180px;
            content: " ";
            display: inline-block;
            width: 22px;
            height: 22px;
            vertical-align: middle;
            vertical-align: -5px;
            margin-right: 10px;
            font-size: 14px;
            font-size: 1.4rem; }
        .c-frame__content .c-frame__content__row .c-frame__content__right .c-frame__content__right__desc .c-frame__content__right__desc__text {
          font-size: 11px;
          font-size: 1.1rem;
          cursor: pointer;
          display: block;
          font-size: 14px;
          font-size: 1.4rem; }
          .c-frame__content .c-frame__content__row .c-frame__content__right .c-frame__content__right__desc .c-frame__content__right__desc__text:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -227px -215px;
            content: " ";
            display: inline-block;
            width: 19px;
            height: 32px;
            vertical-align: middle;
            margin-right: 6px; }
          .c-frame__content .c-frame__content__row .c-frame__content__right .c-frame__content__right__desc .c-frame__content__right__desc__text.selected:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -202px -215px;
            content: " ";
            display: inline-block;
            width: 19px;
            height: 32px;
            vertical-align: middle;
            margin-right: 6px; }
          .c-frame__content .c-frame__content__row .c-frame__content__right .c-frame__content__right__desc .c-frame__content__right__desc__text:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -41px -193px;
            content: " ";
            display: inline-block;
            width: 24px;
            height: 24px;
            vertical-align: middle;
            margin-right: 8px; }
          .c-frame__content .c-frame__content__row .c-frame__content__right .c-frame__content__right__desc .c-frame__content__right__desc__text.selected:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -41px -217px;
            content: " ";
            display: inline-block;
            width: 24px;
            height: 24px;
            vertical-align: middle;
            margin-right: 8px; }

.c-chart__alert {
  position: relative; }
  .c-chart__alert .c-chart__alert__box {
    position: fixed;
    top: 200px;
    right: 10px;
    z-index: 99;
    width: 200px;
    background: #333;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 40px 20px 20px 20px;
    border: 1px solid #333;
    border-radius: 6px;
    line-height: 1.4; }
    .c-chart__alert .c-chart__alert__box.error {
      border: 1px solid #ff2d55; }
  .c-chart__alert .c-chart__alert__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 6;
    background-image: url(../../images/v4/sprites.png);
    background-repeat: no-repeat;
    background-size: 320px 240px;
    background-position: -306px -32px;
    content: " ";
    display: inline-block;
    width: 14px;
    height: 13px;
    vertical-align: middle;
    right: 10px;
    top: 10px;
    cursor: pointer; }

.c-alertmsg {
  position: fixed;
  top: 108px;
  right: 10px;
  z-index: 99;
  width: 200px;
  background: #444;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 20px;
  border: 1px solid #333;
  border-radius: 6px;
  line-height: 1.4;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.6); }
  .c-alertmsg.error {
    border: 1px solid #ff2d55; }
  .c-alertmsg .c-alertmsg__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 6;
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -57px -185px;
    content: " ";
    display: inline-block;
    width: 11px;
    height: 12px;
    vertical-align: middle;
    right: 10px;
    top: 10px;
    cursor: pointer; }

.c-alertmsg__follow_error {
  left: 30px;
  top: 410px; }

.vjs-control-bar {
  z-index: 2; }

.c-alert {
  position: absolute; }
  .c-alert .c-alert__box {
    position: fixed;
    top: 80px;
    right: 10px;
    z-index: 99;
    width: 200px;
    padding: 30px 20px 20px 20px;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 6px;
    background: #333;
    border: 1px solid #333;
    line-height: 1.7; }
    .c-alert .c-alert__box.error {
      border: 1px solid #ff2d55; }
  .c-alert .c-alert__close {
    position: fixed;
    z-index: 6;
    background-image: url(../../images/v4/sprites.png);
    background-repeat: no-repeat;
    background-size: 320px 240px;
    background-position: -306px -32px;
    content: " ";
    display: inline-block;
    width: 14px;
    height: 13px;
    vertical-align: middle;
    cursor: pointer;
    right: 20px;
    top: 90px; }

.c-framelist__none {
  text-align: center;
  margin: 120px auto 100px; }
  .c-framelist__none img {
    margin: 0 0 40px;
    width: auto; }
  .c-framelist__none p {
    font-size: 16px;
    font-size: 1.6rem; }

.c-content {
  width: 845px;
  display: block;
  border-bottom: 1px solid #333;
  margin-bottom: 30px; }
  .c-content .c-content__more {
    margin-bottom: 30px;
    text-align: right; }
    .c-content .c-content__more .c-content__more__text:after {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -298px -109px;
      content: " ";
      display: inline-block;
      width: 7px;
      height: 12px;
      vertical-align: middle;
      vertical-align: -0.2em;
      margin-left: 9px; }
  .c-content .c-content__selector {
    float: right;
    padding-top: 3px;
    height: 20px; }
    .c-content .c-content__selector .c-content__selector__text {
      margin-left: 13px;
      margin-right: 13px;
      font-size: 12px;
      font-size: 1.2rem; }
    .c-content .c-content__selector:after {
      content: "";
      display: block;
      clear: both; }
  .c-content .c-content__empty {
    padding-top: 66px;
    height: 180px; }
    .c-content .c-content__empty .c-content__empty__icon {
      display: block;
      text-align: center;
      padding-bottom: 30px; }
      .c-content .c-content__empty .c-content__empty__icon .c-content__empty__icon__favorite {
        display: inline-block;
        width: 103px;
        height: 61px;
        background-size: 103px 61px;
        background-image: url(../../images/v5/icon_empty_favorite.png);
        background-repeat: no-repeat;
        background-position: center; }
      .c-content .c-content__empty .c-content__empty__icon .c-content__empty__icon__follow {
        display: inline-block;
        width: 54px;
        height: 57px;
        background-size: 54px 57px;
        background-image: url(../../images/v5/icon_empty_follow-follower.png);
        background-repeat: no-repeat;
        background-position: center; }
      .c-content .c-content__empty .c-content__empty__icon .c-content__empty__icon__search {
        display: inline-block;
        width: 64px;
        height: 61px;
        background-size: 64px 61px;
        background-image: url(../../images/v5/icon_empty_search.png);
        background-repeat: no-repeat;
        background-position: center; }
      .c-content .c-content__empty .c-content__empty__icon .c-content__empty__icon__movie {
        display: inline-block;
        width: 60px;
        height: 50px;
        background-size: 60px 50px;
        background-image: url(../../images/v4/icon_noimg.png);
        background-repeat: no-repeat;
        background-position: center; }
      .c-content .c-content__empty .c-content__empty__icon .c-content__empty__icon__capture {
        display: inline-block;
        width: 54px;
        height: 54px;
        background-size: 54px 54px;
        background-image: url(../../images/v6/icon_capture.png);
        background-repeat: no-repeat;
        background-position: center; }
    .c-content .c-content__empty .c-content__empty__text {
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      text-align: center; }
  .c-content .c-content__title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 23px; }
    .c-content .c-content__title.supporter {
      width: 650px;
      float: left; }
    .c-content .c-content__title h2 {
      display: inline-block;
      font-size: 18px;
      padding-top: 4px; }
    .c-content .c-content__title .c-content__title__shortcutBtn {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .c-content .c-content__title .c-content__title__shortcutBtn li {
        font-size: 12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 24px;
        font-weight: bold;
        padding: 0 8px;
        margin: 4px 4px;
        border-radius: 24px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        cursor: pointer; }
    .c-content .c-content__title .c-content__title__filterBtn {
      display: inline-block;
      width: 82px;
      height: 24px;
      padding-top: 4px;
      border-radius: 2px;
      font-size: 12px;
      text-align: center;
      cursor: pointer; }
      .c-content .c-content__title .c-content__title__filterBtn span {
        display: block;
        padding: 9px; }
  .c-content .c-content__title.c-content__title__capture {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .c-content .c-content__filter {
    background: #333;
    margin-bottom: 30px;
    box-shadow: 5px 5px 8px rgba(17, 17, 17, 0.4);
    padding: 32px;
    display: table;
    margin-left: auto; }
    .c-content .c-content__filter .c-content__filter__list {
      display: table; }
      .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item {
        display: table-cell; }
        .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item:not(:last-child) {
          padding-right: 32px; }
        .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item h3 {
          font-weight: bold;
          padding-bottom: 10px;
          margin-bottom: 20px;
          border-bottom: 1px #444444 solid; }
        .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item li {
          cursor: pointer;
          font-weight: 300; }
          .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item li:not(:last-child) {
            padding-bottom: 12px; }
          .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item li.input_date input {
            width: 86px;
            height: 20px;
            border-radius: 2px;
            border: 0 !important;
            text-align: center; }
        .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item li.isSelect {
          cursor: pointer; }
        .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item li.alignCenter {
          text-align: center; }
      .c-content .c-content__filter .c-content__filter__list .cre_dt {
        width: 195px; }
      .c-content .c-content__filter .c-content__filter__list .movie_type {
        width: 96px; }
      .c-content .c-content__filter .c-content__filter__list .sort {
        width: 88px; }
      .c-content .c-content__filter .c-content__filter__list .game {
        width: 200px; }
        .c-content .c-content__filter .c-content__filter__list .game ul {
          height: 176px;
          overflow: auto; }
      .c-content .c-content__filter .c-content__filter__list .category {
        width: 81px; }
        .c-content .c-content__filter .c-content__filter__list .category ul {
          height: 176px;
          overflow: auto; }
  .c-content .c-content__changeover {
    margin-top: 7px;
    margin-right: 2px;
    line-height: 1;
    text-align: right; }
    .c-content .c-content__changeover .c-content__changeover__item {
      display: inline-block; }
      .c-content .c-content__changeover .c-content__changeover__item:not(:first-child) {
        margin-left: 12px; }
      .c-content .c-content__changeover .c-content__changeover__item a {
        display: block; }
  .c-content .c-content__list {
    font-size: 0; }
    .c-content .c-content__list:before, .c-content .c-content__list:after {
      content: "";
      display: table; }
    .c-content .c-content__list:after {
      clear: both; }
    .c-content .c-content__list.top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .c-content .c-content__list.top::before {
        content: "";
        display: block;
        width: 23%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
      .c-content .c-content__list.top::after {
        content: "";
        display: block;
        width: 23%; }
      .c-content .c-content__list.top .c-thumbnailVideo {
        margin-right: 0 !important; }
  .c-content:last-child {
    border-bottom: 0; }
  .c-content .c-content__list__populargame {
    position: relative;
    width: 143px;
    height: 243px;
    float: left;
    margin-right: 32px;
    margin-bottom: 30px; }
    .c-content .c-content__list__populargame .c-content__list__populargame__box {
      display: block;
      line-height: 0;
      width: 143px;
      height: 179px;
      overflow: hidden;
      position: relative;
      box-shadow: 1px 1px 3px #111;
      background: #000; }
      .c-content .c-content__list__populargame .c-content__list__populargame__box img {
        width: 100%;
        height: 100%; }
    .c-content .c-content__list__populargame .c-content__list__populargame__desc {
      margin: 12px 0 4px;
      width: 143px;
      font-size: 12px;
      font-size: 1.2rem; }
      .c-content .c-content__list__populargame .c-content__list__populargame__desc .c-content__list__populargame__desc__item {
        display: inline-block;
        height: 36px;
        line-height: 1.5;
        overflow: hidden;
        word-break: break-all; }
    .c-content .c-content__list__populargame .c-content__list__populargame__watch {
      display: block;
      z-index: 1;
      font-size: 12px;
      font-size: 1.2rem; }
      .c-content .c-content__list__populargame .c-content__list__populargame__watch .c-content__list__populargame__watch__count:before {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -298px -10px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        vertical-align: -0.2em;
        margin-right: 8px; }
    .c-content .c-content__list__populargame .c-content__list__populargame__more {
      display: block; }
      .c-content .c-content__list__populargame .c-content__list__populargame__more .c-content__list__populargame__more__box {
        width: 143px;
        height: 179px;
        background-size: 49px 13px;
        background-image: url(../../images/v5/icon_more.png);
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 1px 1px 4px 0 rgba(17, 17, 17, 0.7); }
      .c-content .c-content__list__populargame .c-content__list__populargame__more .c-content__list__populargame__more__text {
        margin-top: 11px;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem; }
    .c-content .c-content__list__populargame:nth-child(5n) {
      margin-right: 0; }
  .c-content .c-content__list__popularchannel {
    width: 201px;
    float: left;
    position: relative;
    margin-right: 13px;
    margin-bottom: 30px;
    text-align: center; }
    .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link {
      display: block;
      position: relative;
      height: 257px;
      background: #333; }
      .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__rankingbg {
        position: absolute;
        top: 17px;
        left: 40px;
        width: 120px;
        height: 120px;
        z-index: 0; }
        .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__rankingbg img {
          width: 120px;
          height: 120px;
          line-height: 0; }
      .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__box {
        width: 201px;
        line-height: 0;
        height: 103px;
        position: relative;
        background: #000;
        overflow: hidden; }
        @media (max-width: 481px) {
          .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__box {
            width: 100%; } }
        .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__box p {
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
      .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc {
        margin: 52px 0; }
        .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__name {
          text-align: center; }
          .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__name .c-content__list__popularchannel__link__desc__name__text {
            display: inline-block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            max-width: 112px;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.4; }
          .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__name .u-officalmark {
            vertical-align: top; }
        .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__mail {
          text-align: center; }
          .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__mail .c-content__list__popularchannel__link__desc__mail__text {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.5;
            width: 86%;
            height: 18px;
            margin: 4px auto 0;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
        .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__playing {
          text-align: center;
          margin-top: 8px; }
          .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__playing .c-content__list__popularchannel__link__desc__playing__text {
            width: 74%;
            height: 42px;
            margin: 0 auto;
            font-size: 12px;
            font-size: 1.2rem;
            word-break: break-all;
            line-height: 1.75;
            overflow: hidden; }
            .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__playing .c-content__list__popularchannel__link__desc__playing__text.oneLine {
              display: inline-block;
              word-break: break-all;
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden;
              max-width: 146px; }
      .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc__yells {
        text-align: center; }
        .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc__yells .c-content__list__popularchannel__link__desc__yells__text {
          font-size: 12px;
          font-size: 1.2rem;
          margin-top: 27px;
          margin-left: auto;
          margin-right: auto;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
      .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc__count {
        position: absolute;
        z-index: 1;
        top: 230px;
        width: 100%;
        margin: 0 auto; }
        .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc__count .c-content__list__popularchannel__link__desc__count__text {
          font-size: 12px;
          font-size: 1.2rem; }
          .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc__count .c-content__list__popularchannel__link__desc__count__text:before {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -298px -10px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 15px;
            vertical-align: middle;
            vertical-align: -0.2em;
            margin-right: 8px; }
      .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc__blacklist {
        z-index: 1;
        width: 85%;
        margin: 10px auto 0;
        padding-top: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.1); }
        .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc__blacklist .c-content__list__popularchannel__link__desc__blacklist_added_dt_text {
          font-size: 11px;
          font-size: 1.1rem;
          margin-top: 8px; }
        .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc__blacklist .c-content__list__popularchannel__link__desc__blacklist__text {
          font-size: 12px;
          font-size: 1.2rem; }
          .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc__blacklist .c-content__list__popularchannel__link__desc__blacklist__text:before {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -296px -38px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 14px;
            vertical-align: middle;
            vertical-align: -0.2em;
            margin-right: 8px; }
        .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc__blacklist .c-content__list__popularchannel__link__desc__blacklist__text__deleted {
          font-size: 12px;
          font-size: 1.2rem; }
      .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__profile {
        position: absolute;
        z-index: 1;
        top: 32px;
        left: 54px; }
        @media (max-width: 481px) {
          .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__profile {
            left: calc((100% - 90px) / 2); } }
        .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__profile .c-content__list__popularchannel__link__profile__relative {
          position: relative;
          width: 90px;
          height: 90px;
          border-radius: 50%;
          background: #d8d8d8; }
          .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__profile .c-content__list__popularchannel__link__profile__relative img {
            width: 100%;
            height: 100%;
            border-radius: 50%; }
          .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__profile .c-content__list__popularchannel__link__profile__relative .c-content__list__popularchannel__link__profile__relative__img {
            position: relative;
            width: 100%;
            height: 100%;
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5); }
          .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__profile .c-content__list__popularchannel__link__profile__relative .c-content__list__popularchannel__link__profile__relative__dott {
            position: absolute;
            top: 4px;
            left: 12px;
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -9px -159px;
            content: " ";
            display: inline-block;
            width: 10px;
            height: 11px;
            vertical-align: middle;
            z-index: 3; }
      .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link:nth-child(4n) {
        margin-right: 0; }
    .c-content .c-content__list__popularchannel:nth-child(4n) {
      margin-right: 0; }
    .c-content .c-content__list__popularchannel .c-content__list__popularchannel__more {
      display: block;
      position: relative;
      width: 201px;
      height: 257px; }
      .c-content .c-content__list__popularchannel .c-content__list__popularchannel__more .c-content__list__popularchannel__more__box {
        width: 201px;
        height: 257px;
        background-size: 49px 13px;
        background-image: url(../../images/v5/icon_more.png);
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 1px 1px 4px 0 rgba(17, 17, 17, 0.7); }
      .c-content .c-content__list__popularchannel .c-content__list__popularchannel__more .c-content__list__popularchannel__more__text {
        position: absolute;
        top: 268px;
        left: 70px;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem; }
  .c-content .c-content__list__topic {
    position: relative;
    width: 265px;
    height: 164px;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    float: left;
    background: #333; }
    .c-content .c-content__list__topic .c-content__list__topic__link {
      display: block;
      box-shadow: 1px 1px 3px #111;
      height: 164px; }
      .c-content .c-content__list__topic .c-content__list__topic__link .c-content__list__topic__link__list .c-content__list__topic__link__list__img {
        width: 265px;
        height: 76px;
        overflow: hidden;
        position: relative;
        background: #000; }
        .c-content .c-content__list__topic .c-content__list__topic__link .c-content__list__topic__link__list .c-content__list__topic__link__list__img img {
          width: 100%;
          height: 100%; }
      .c-content .c-content__list__topic .c-content__list__topic__link .c-content__list__topic__link__list .c-content__list__topic__link__list__date {
        margin: 8px 10px 0;
        line-height: 1.2;
        font-size: 12px;
        font-size: 1.2rem; }
      .c-content .c-content__list__topic .c-content__list__topic__link .c-content__list__topic__link__list .c-content__list__topic__link__list__desc {
        display: -webkit-box !important;
        display: -moz-box !important;
        word-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 11px 10px 0;
        line-height: 1.4;
        font-size: 12px;
        font-size: 1.2rem; }
    .c-content .c-content__list__topic:nth-child(3n) {
      margin-right: 0; }
  .c-content:last-child {
    border-bottom: 0; }

.c-obj__topLoadingBar {
  position: fixed;
  top: 58px;
  left: 0;
  height: 2px;
  width: 0;
  -webkit-transform: scaleX(0, 0);
  transform: scaleX(0, 0);
  z-index: 9999; }

.c-contents {
  width: 845px; }

.waves-button, .waves-button:hover, .waves-button:visited, .waves-button-input {
  text-align: left; }

.waves-button {
  padding: inherit;
  border-radius: inherit; }

.c-profilebox__row__blacklist__text__tooltip {
  display: none; }
  .c-profilebox__row__blacklist__text__tooltip .c-profilebox__row__blacklist__text__tooltip__text {
    position: absolute;
    top: -26px;
    left: -37px;
    z-index: 3;
    width: 114px;
    padding: 4px 0;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    border-radius: 2px;
    background: #444;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3); }
  .c-profilebox__row__blacklist__text__tooltip .c-profilebox__row__blacklist__text__tooltip__triangle {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -170px -224px;
    content: " ";
    display: inline-block;
    width: 7px;
    height: 4px;
    vertical-align: middle;
    position: absolute;
    top: -7px;
    left: 17px;
    z-index: 4; }

.c-video-alert {
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-face: HiraKakuPro-W3; }

.c-video-alert-button {
  margin-top: 64px;
  width: 160px;
  height: 44px;
  background: #ffc511;
  border-radius: 4px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 2.8; }
  .c-video-alert-button:hover {
    background: rgba(255, 197, 11, 0.8); }

.c-content-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 11px 0;
  width: 1110px; }
  .c-content-bar h2 {
    font-size: 1.4rem; }
  .c-content-bar .live-icon--after::after {
    margin-top: -3px; }
  .c-content-bar .c-content-bar__left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 265px; }
  .c-content-bar .c-content-bar__right {
    width: 845px; }
  .c-content-bar .slick-next {
    background: url(../../images/v5/spotlight/arrow__right__spotlight.png) right no-repeat, -webkit-linear-gradient(right, #333333 10%, rgba(51, 51, 51, 0) 100%, transparent);
    background: url(../../images/v5/spotlight/arrow__right__spotlight.png) right no-repeat, linear-gradient(270deg, #333333 10%, rgba(51, 51, 51, 0) 100%, transparent);
    width: 50px;
    height: 80px; }
  .c-content-bar .slick-prev {
    background: url(../../images/v5/spotlight/arrow__left__spotlight.png) left no-repeat, -webkit-linear-gradient(left, #333333 10%, rgba(51, 51, 51, 0) 100%, transparent);
    background: url(../../images/v5/spotlight/arrow__left__spotlight.png) left no-repeat, linear-gradient(90deg, #333333 10%, rgba(51, 51, 51, 0) 100%, transparent);
    width: 50px;
    height: 80px; }

.c-content__list__popularchannel__link__badge {
  margin: 15px;
  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; }
  .c-content__list__popularchannel__link__badge .c-content__list__popularchannel__link__badge__img {
    width: 14px;
    height: 14px;
    margin-right: 8px; }
  .c-content__list__popularchannel__link__badge .c-content__list__popularchannel__link__badge__month {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 11px;
    padding: 2px;
    position: relative;
    border-radius: 2px;
    font-size: 10px;
    font-weight: bold; }
    .c-content__list__popularchannel__link__badge .c-content__list__popularchannel__link__badge__month svg {
      width: 10px;
      height: 10px; }
      .c-content__list__popularchannel__link__badge .c-content__list__popularchannel__link__badge__month svg:last-child {
        margin-right: 2px; }
    .c-content__list__popularchannel__link__badge .c-content__list__popularchannel__link__badge__month:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -3px;
      margin-top: -3px;
      border: 1px solid transparent;
      border-left: 1px solid;
      border-bottom: 1px solid;
      width: 3px;
      height: 3px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.btn {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ffc511;
  border-radius: 2px;
  cursor: pointer;
  line-height: 3.4; }
  .btn.primary {
    background: #ffc511;
    width: 200px;
    height: 46px;
    border: 1px solid #ffc511;
    font-size: 14px;
    font-size: 1.4rem;
    outline: none; }
    .btn.primary:hover {
      background: #e6b010;
      border: 1px solid #e6b010; }

.c-header__modal {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 99999px;
  padding-top: 80px;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8); }
  .c-header__modal.native {
    background: #1a1a1a;
    height: auto; }
  .c-header__modal .c-header__modal__content {
    position: relative;
    margin: 0 auto;
    border-radius: 1.6rem;
    background: #333; }
    .c-header__modal .c-header__modal__content.finishedMovie {
      position: fixed;
      top: 265px;
      left: calc(50% - 484px/2);
      width: 484px;
      height: 218px;
      border-radius: 16px;
      opacity: 0.9; }
      .c-header__modal .c-header__modal__content.finishedMovie .c-header__modal__content__finishedMovie {
        padding-bottom: 48px; }
        .c-header__modal .c-header__modal__content.finishedMovie .c-header__modal__content__finishedMovie .c-header__modal__content__finishedMovie__title {
          width: 360px;
          margin-right: auto;
          margin-left: auto;
          margin-top: 54px;
          text-align: center;
          line-height: 1.5;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: bold; }
        .c-header__modal .c-header__modal__content.finishedMovie .c-header__modal__content__finishedMovie .c-header__modal__content__finishedMovie__item .c-header__modal__content__finishedMovie__item__button {
          display: inline-block;
          position: absolute;
          bottom: 42px;
          left: 162px;
          width: 160px;
          height: 40px;
          text-align: center;
          background: #ffc511;
          border-radius: 20px;
          line-height: 40px;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: bold;
          cursor: pointer; }
        .c-header__modal .c-header__modal__content.finishedMovie .c-header__modal__content__finishedMovie .c-header__modal__content__premiumContent__other {
          padding-top: 24px;
          text-align: center; }
          .c-header__modal .c-header__modal__content.finishedMovie .c-header__modal__content__finishedMovie .c-header__modal__content__premiumContent__other a {
            cursor: pointer; }
      .c-header__modal .c-header__modal__content.finishedMovie .c-header__modal__content__close {
        background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 427px 240px;
        background-position: -310px -35px;
        content: " ";
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle; }
    .c-header__modal .c-header__modal__content.disconnectErrorAccount {
      position: fixed;
      top: 265px;
      left: calc(50% - 484px/2);
      border-radius: 16px; }
      .c-header__modal .c-header__modal__content.disconnectErrorAccount .c-header__modal__content__disconnectErrorAccount .c-header__modal__content__disconnectErrorAccount__title {
        margin-bottom: 32px;
        line-height: 1.5;
        font-size: 16px;
        font-size: 1.6rem; }
        .c-header__modal .c-header__modal__content.disconnectErrorAccount .c-header__modal__content__disconnectErrorAccount .c-header__modal__content__disconnectErrorAccount__title.c-smallSentence {
          text-align: center;
          margin: 0 auto;
          margin-bottom: 32px;
          margin-top: 88px; }
      .c-header__modal .c-header__modal__content.disconnectErrorAccount .c-header__modal__content__disconnectErrorAccount .c-header__modal__content__disconnectErrorAccount__item {
        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; }
        .c-header__modal .c-header__modal__content.disconnectErrorAccount .c-header__modal__content__disconnectErrorAccount .c-header__modal__content__disconnectErrorAccount__item .c-header__modal__content__disconnectErrorAccount__item__button {
          display: inline-block;
          width: 160px;
          height: 40px;
          text-align: center;
          background: #ffc511;
          border: 1px solid #ffc511;
          border-radius: 20px;
          line-height: 40px;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: bold;
          cursor: pointer; }
      .c-header__modal .c-header__modal__content.disconnectErrorAccount .c-header__modal__content__disconnectErrorAccount .c-header__modal__content__premiumContent__other {
        padding-top: 24px;
        text-align: center; }
        .c-header__modal .c-header__modal__content.disconnectErrorAccount .c-header__modal__content__disconnectErrorAccount .c-header__modal__content__premiumContent__other a {
          cursor: pointer; }
      .c-header__modal .c-header__modal__content.disconnectErrorAccount .c-header__modal__content__close {
        background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 427px 240px;
        background-position: -310px -35px;
        content: " ";
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle; }
    .c-header__modal .c-header__modal__content.twitterDisconnect {
      position: fixed;
      top: 265px;
      left: calc(50% - 484px/2);
      width: 484px;
      border-radius: 16px;
      opacity: 0.9; }
      .c-header__modal .c-header__modal__content.twitterDisconnect .c-header__modal__content__twitterDisconnect .c-header__modal__content__twitterDisconnect__title {
        width: 386px;
        margin-right: 42px;
        margin-left: 56px;
        margin-top: 45px;
        margin-bottom: 32px;
        line-height: 1.5;
        font-size: 16px;
        font-size: 1.6rem; }
      .c-header__modal .c-header__modal__content.twitterDisconnect .c-header__modal__content__twitterDisconnect .c-header__modal__content__twitterDisconnect__item {
        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;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .c-header__modal .c-header__modal__content.twitterDisconnect .c-header__modal__content__twitterDisconnect .c-header__modal__content__twitterDisconnect__item .c-header__modal__content__twitterDisconnect__item__button {
          margin-right: 16px;
          width: 160px;
          height: 40px;
          text-align: center;
          border: 1px solid #ffc511;
          border-radius: 20px;
          line-height: 40px;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: bold;
          cursor: pointer;
          background-color: transparent; }
        .c-header__modal .c-header__modal__content.twitterDisconnect .c-header__modal__content__twitterDisconnect .c-header__modal__content__twitterDisconnect__item .c-header__modal__content__twitterDisconnect__item__confirm-button {
          width: 160px;
          height: 40px;
          text-align: center;
          background: #ffc511;
          border-radius: 20px;
          border: none;
          line-height: 40px;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: bold;
          cursor: pointer; }
      .c-header__modal .c-header__modal__content.twitterDisconnect .c-header__modal__content__twitterDisconnect .c-header__modal__content__premiumContent__other {
        padding-top: 24px;
        text-align: center; }
        .c-header__modal .c-header__modal__content.twitterDisconnect .c-header__modal__content__twitterDisconnect .c-header__modal__content__premiumContent__other a {
          cursor: pointer; }
      .c-header__modal .c-header__modal__content.twitterDisconnect .c-header__modal__content__close {
        background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 427px 240px;
        background-position: -310px -35px;
        content: " ";
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle; }
    .c-header__modal .c-header__modal__content.premiumContent {
      width: 460px;
      height: auto;
      border-radius: 0;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
      .c-header__modal .c-header__modal__content.premiumContent .c-header__modal__content__premiumContent {
        padding-bottom: 48px; }
        .c-header__modal .c-header__modal__content.premiumContent .c-header__modal__content__premiumContent .c-header__modal__content__premiumContent__title {
          width: 396px;
          margin-right: auto;
          margin-left: auto;
          padding-top: 44px;
          text-align: center;
          line-height: 1.5;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: bold; }
        .c-header__modal .c-header__modal__content.premiumContent .c-header__modal__content__premiumContent .c-header__modal__content__premiumContent__list {
          width: 396px;
          margin-top: 20px;
          margin-right: auto;
          margin-left: auto;
          padding-top: 23px;
          padding-bottom: 8px; }
          .c-header__modal .c-header__modal__content.premiumContent .c-header__modal__content__premiumContent .c-header__modal__content__premiumContent__list .c-header__modal__content__premiumContent__list__msg {
            margin-bottom: 15px;
            padding-right: 32px;
            padding-left: 32px;
            text-align: center; }
          .c-header__modal .c-header__modal__content.premiumContent .c-header__modal__content__premiumContent .c-header__modal__content__premiumContent__list .c-header__modal__content__premiumContent__list__item {
            position: relative;
            min-height: 30px;
            margin-right: 24px;
            margin-bottom: 16px;
            margin-left: 86px;
            font-weight: bold; }
            .c-header__modal .c-header__modal__content.premiumContent .c-header__modal__content__premiumContent .c-header__modal__content__premiumContent__list .c-header__modal__content__premiumContent__list__item.first:before {
              background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 427px 240px;
              background-position: -48px -60px;
              content: " ";
              display: inline-block;
              width: 30px;
              height: 30px;
              vertical-align: middle; }
            .c-header__modal .c-header__modal__content.premiumContent .c-header__modal__content__premiumContent .c-header__modal__content__premiumContent__list .c-header__modal__content__premiumContent__list__item.second:before {
              background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 427px 240px;
              background-position: -116px -60px;
              content: " ";
              display: inline-block;
              width: 30px;
              height: 30px;
              vertical-align: middle; }
            .c-header__modal .c-header__modal__content.premiumContent .c-header__modal__content__premiumContent .c-header__modal__content__premiumContent__list .c-header__modal__content__premiumContent__list__item.third:before {
              background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 427px 240px;
              background-position: -81px -60px;
              content: " ";
              display: inline-block;
              width: 30px;
              height: 30px;
              vertical-align: middle; }
            .c-header__modal .c-header__modal__content.premiumContent .c-header__modal__content__premiumContent .c-header__modal__content__premiumContent__list .c-header__modal__content__premiumContent__list__item .c-header__modal__content__premiumContent__list__item__text {
              display: inline-block;
              vertical-align: middle;
              width: 232px;
              margin-left: 16px; }
        .c-header__modal .c-header__modal__content.premiumContent .c-header__modal__content__premiumContent .c-header__modal__content__premiumContent__text {
          text-align: center;
          padding-top: 23px; }
        .c-header__modal .c-header__modal__content.premiumContent .c-header__modal__content__premiumContent .c-header__modal__content__premiumContent__item {
          text-align: center;
          margin-top: 7px; }
          .c-header__modal .c-header__modal__content.premiumContent .c-header__modal__content__premiumContent .c-header__modal__content__premiumContent__item .c-header__modal__content__premiumContent__item__button {
            display: inline-block;
            width: 238px;
            height: 44px;
            text-align: center;
            background: #34aef6;
            border-radius: 4px;
            line-height: 3.8;
            cursor: pointer; }
        .c-header__modal .c-header__modal__content.premiumContent .c-header__modal__content__premiumContent .c-header__modal__content__premiumContent__other {
          padding-top: 24px;
          text-align: center; }
          .c-header__modal .c-header__modal__content.premiumContent .c-header__modal__content__premiumContent .c-header__modal__content__premiumContent__other a {
            cursor: pointer; }
      .c-header__modal .c-header__modal__content.premiumContent .c-header__modal__content__close {
        background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 427px 240px;
        background-position: -33px -3px;
        content: " ";
        display: inline-block;
        width: 21px;
        height: 21px;
        vertical-align: middle; }
    .c-header__modal .c-header__modal__content.stamp {
      width: 720px;
      border-radius: 0; }
      .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box {
        position: relative; }
        .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__close {
          position: absolute;
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -240px -4px;
          content: " ";
          display: inline-block;
          width: 18px;
          height: 18px;
          vertical-align: middle;
          top: 8px;
          right: 8px;
          z-index: 999999;
          cursor: pointer; }
        .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp {
          position: relative;
          width: 720px;
          padding-top: 24px; }
          .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp:before, .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp:after {
            content: "";
            display: table; }
          .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp:after {
            clear: both; }
          .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__area__loading {
            position: absolute;
            top: 267px;
            left: 0;
            width: 720px;
            height: 328px;
            z-index: 100000;
            background: #333; }
            .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__area__loading .c-header__modal__content__box__stamp__area__loading__relative {
              position: relative;
              width: 720px;
              height: 306px; }
              .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__area__loading .c-header__modal__content__box__stamp__area__loading__relative .c-header__modal__content__box__stamp__area__loading__relative__item {
                position: absolute;
                top: 50%;
                left: 50%;
                z-index: 4;
                width: 25px;
                height: 25px;
                margin-top: -12px;
                margin-left: -12px;
                border-radius: 100%;
                -webkit-animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
                animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }
          .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__info {
            width: 616px;
            margin-left: 52px;
            margin-right: 52px;
            padding-bottom: 24px;
            border-bottom: 1px solid #444; }
            .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__info:before, .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__info:after {
              content: "";
              display: table; }
            .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__info:after {
              clear: both; }
            .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__info .c-header__modal__content__box__stamp__info__left {
              width: 200px;
              float: left;
              margin-right: 24px; }
              .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__info .c-header__modal__content__box__stamp__info__left .c-header__modal__content__box__stamp__info__left__img img {
                width: 200px;
                height: 200px; }
            .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__info .c-header__modal__content__box__stamp__info__right {
              width: 392px;
              float: left; }
              .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__info .c-header__modal__content__box__stamp__info__right .c-header__modal__content__box__stamp__info__right__content .c-header__modal__content__box__stamp__info__right__content__producer {
                display: inline-block;
                word-break: break-all;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                width: 355px;
                margin-top: 7px; }
              .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__info .c-header__modal__content__box__stamp__info__right .c-header__modal__content__box__stamp__info__right__content .c-header__modal__content__box__stamp__info__right__content__title {
                display: inline-block;
                overflow: hidden;
                width: 355px;
                height: 50px;
                margin-top: 5px;
                font-size: 18px;
                font-size: 1.8rem;
                line-height: 1.4; }
              .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__info .c-header__modal__content__box__stamp__info__right .c-header__modal__content__box__stamp__info__right__content .c-header__modal__content__box__stamp__info__right__content__text {
                display: inline-block;
                overflow: hidden;
                width: 355px;
                margin-top: 12px;
                line-height: 1.5;
                white-space: pre; }
              .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__info .c-header__modal__content__box__stamp__info__right .c-header__modal__content__box__stamp__info__right__content .c-header__modal__content__box__stamp__info__right__content__register {
                width: 392px;
                margin-top: 14px; }
                .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__info .c-header__modal__content__box__stamp__info__right .c-header__modal__content__box__stamp__info__right__content .c-header__modal__content__box__stamp__info__right__content__register:before, .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__info .c-header__modal__content__box__stamp__info__right .c-header__modal__content__box__stamp__info__right__content .c-header__modal__content__box__stamp__info__right__content__register:after {
                  content: "";
                  display: table; }
                .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__info .c-header__modal__content__box__stamp__info__right .c-header__modal__content__box__stamp__info__right__content .c-header__modal__content__box__stamp__info__right__content__register:after {
                  clear: both; }
                .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__info .c-header__modal__content__box__stamp__info__right .c-header__modal__content__box__stamp__info__right__content .c-header__modal__content__box__stamp__info__right__content__register .c-header__modal__content__box__stamp__info__right__content__register__button {
                  -o-box-sizing: border-box;
                  -ms-box-sizing: border-box;
                  box-sizing: border-box;
                  max-width: 192px;
                  min-width: 140px;
                  height: 40px;
                  font-weight: bold;
                  margin-right: 12px;
                  padding-left: 16px;
                  padding-right: 16px;
                  background: #34aef6;
                  border-radius: 4px;
                  float: left;
                  text-align: center;
                  font-size: 14px;
                  font-size: 1.4rem;
                  line-height: 2.9; }
                .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__info .c-header__modal__content__box__stamp__info__right .c-header__modal__content__box__stamp__info__right__content .c-header__modal__content__box__stamp__info__right__content__register .c-header__modal__content__box__stamp__info__right__content__register__withdrawal {
                  width: 192px;
                  max-width: 187px;
                  line-height: 1.2;
                  padding-top: 7px;
                  float: left; }
          .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__area {
            width: 720px;
            height: 306px;
            padding-top: 22px;
            overflow-y: auto;
            overflow-x: hidden;
            outline: none; }
            .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__area::-webkit-scrollbar {
              width: 8px;
              height: 8px; }
            .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__area::-webkit-scrollbar-button {
              width: 0px;
              height: 0px; }
            .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__area::-webkit-scrollbar-thumb {
              background: #333333;
              border: 1px inset #000000;
              border-radius: 50px; }
            .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__area::-webkit-scrollbar-thumb:hover {
              background: #333333; }
            .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__area::-webkit-scrollbar-thumb:active {
              background: #333333; }
            .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__area::-webkit-scrollbar-track {
              background: #000000;
              border: 0px none #ffffff;
              border-radius: 50px; }
            .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__area::-webkit-scrollbar-track:hover {
              background: #000000; }
            .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__area::-webkit-scrollbar-track:active {
              background: #000000; }
            .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__area::-webkit-scrollbar-corner {
              background: transparent; }
            .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list {
              width: 616px;
              margin-left: 52px; }
              .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li {
                margin-right: 16px;
                margin-bottom: 24px;
                float: left; }
                .c-header__modal .c-header__modal__content.stamp .c-header__modal__content__box .c-header__modal__content__box__stamp .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li:nth-child(4n) {
                  margin-right: 0; }
    .c-header__modal .c-header__modal__content.stamplist {
      width: 646px; }
      .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box {
        position: relative; }
        .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__header {
          position: relative;
          padding: 10px 20px; }
          .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__header .c-header__modal__content__box__title {
            font-size: 12px; }
          .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__header .c-header__modal__content__box__close {
            position: absolute;
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -240px -4px;
            content: " ";
            display: inline-block;
            width: 18px;
            height: 18px;
            vertical-align: middle;
            top: 10px;
            right: 20px;
            z-index: 999999;
            cursor: pointer; }
        .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__footer {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          padding: 10px 20px; }
          .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__footer .message {
            margin-right: auto; }
          .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__footer .c-header__modal__content__box__send {
            display: inline-block; }
            .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__footer .c-header__modal__content__box__send .c-header__modal__content__box__send__button {
              width: 112px;
              height: 32px;
              border-radius: 4px;
              background: #7f7f7f;
              font-size: 14px;
              font-size: 1.4rem;
              line-height: 2.6;
              cursor: pointer;
              text-align: center; }
              .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__footer .c-header__modal__content__box__send .c-header__modal__content__box__send__button.enabled {
                background: #ffc511 !important; }
        .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist {
          position: relative;
          width: 646px; }
          .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist:before, .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist:after {
            content: "";
            display: table; }
          .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist:after {
            clear: both; }
          .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area {
            width: 646px;
            height: 501px;
            overflow-y: auto;
            overflow-x: hidden;
            outline: none; }
            .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area::-webkit-scrollbar {
              width: 8px;
              height: 8px; }
            .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area::-webkit-scrollbar-button {
              width: 0px;
              height: 0px; }
            .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area::-webkit-scrollbar-thumb {
              background: #333333;
              border: 1px inset #000000;
              border-radius: 50px; }
            .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area::-webkit-scrollbar-thumb:hover {
              background: #333333; }
            .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area::-webkit-scrollbar-thumb:active {
              background: #333333; }
            .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area::-webkit-scrollbar-track {
              background: #000000;
              border: 0px none #ffffff;
              border-radius: 50px; }
            .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area::-webkit-scrollbar-track:hover {
              background: #000000; }
            .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area::-webkit-scrollbar-track:active {
              background: #000000; }
            .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area::-webkit-scrollbar-corner {
              background: transparent; }
            .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list {
              width: 606px;
              padding: 0 20px; }
              .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                -webkit-justify-content: flex-start;
                -moz-justify-content: flex-start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                -moz-align-items: center;
                align-items: center;
                padding: 10px 20px;
                border-radius: 2px;
                margin-bottom: 10px; }
                .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .stamp__icon {
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: -moz-flex;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: start;
                  -ms-flex-pack: start;
                  -webkit-justify-content: flex-start;
                  -moz-justify-content: flex-start;
                  justify-content: flex-start;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  -webkit-align-items: center;
                  -moz-align-items: center;
                  align-items: center; }
                  .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .stamp__icon .stamp__thumbnail {
                    width: 64px; }
                    .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .stamp__icon .stamp__thumbnail img {
                      width: 64px;
                      height: 64px; }
                  .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .stamp__icon .stamp__image {
                    width: 64px;
                    margin-left: 5px; }
                    .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .stamp__icon .stamp__image img {
                      width: 30px;
                      height: 30px; }
                .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .info {
                  width: 260px;
                  margin-left: 15px; }
                  .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .info .title {
                    font-size: 14px; }
                    .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .info .title .new {
                      display: inline-block;
                      margin-left: 10px;
                      margin-bottom: 5px;
                      background: #ff4c11;
                      padding: 1px 5px;
                      vertical-align: middle;
                      font-size: 8px;
                      border-radius: 8px;
                      line-height: 1.5em; }
                  .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .info .description {
                    margin-top: 6px;
                    width: 260px;
                    height: 12px;
                    font-size: 12px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis; }
                .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .toggle {
                  margin-left: 20px; }
                  .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .toggle .switch {
                    position: relative;
                    display: inline-block;
                    width: 88px;
                    height: 30px; }
                    .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .toggle .switch input {
                      display: none; }
                  .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .toggle .slider {
                    position: absolute;
                    cursor: pointer;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    -webkit-transition: .4s;
                    transition: .4s;
                    border-radius: 2px; }
                    .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .toggle .slider:before {
                      position: absolute;
                      content: "";
                      width: 44px;
                      height: 30px;
                      -webkit-transition: .4s;
                      transition: .4s;
                      border-radius: 2px;
                      content: "OFF";
                      text-align: center;
                      line-height: 30px; }
                  .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .toggle input:focus + .slider {
                    box-shadow: 0 0 1px #ffc511; }
                  .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .toggle input:checked + .slider:before {
                    -webkit-transform: translateX(44px);
                    transform: translateX(44px);
                    content: "ON"; }
                  .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .toggle input:disabled + .slider {
                    opacity: 0.2; }
                .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .humberger {
                  margin-left: 12px;
                  cursor: pointer; }
                  .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .humberger .h-icon {
                    position: relative;
                    display: block;
                    width: 23px;
                    height: 17px;
                    top: 4px;
                    left: 7px; }
                    .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .humberger .h-icon:before, .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .humberger .h-icon:after {
                      position: absolute;
                      left: 0;
                      content: "";
                      width: 100%;
                      border-top: 4px solid #2a2a2a; }
                    .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .humberger .h-icon:before {
                      top: 3px; }
                    .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__list li .humberger .h-icon:after {
                      bottom: 3px; }
            .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__loading {
              position: absolute;
              width: 646px;
              height: 501px;
              z-index: 100000;
              background: #222; }
              .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__loading .c-header__modal__content__box__stamp__area__loading__relative {
                position: relative;
                width: 646px;
                height: 479px; }
                .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area .c-header__modal__content__box__stamp__area__loading .c-header__modal__content__box__stamp__area__loading__relative .c-header__modal__content__box__stamp__area__loading__relative__item {
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  z-index: 4;
                  width: 25px;
                  height: 25px;
                  margin-top: -12px;
                  margin-left: -12px;
                  border-radius: 100%;
                  -webkit-animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
                  animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }
          .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area__loading {
            position: absolute;
            width: 720px;
            height: 328px;
            z-index: 100000;
            background: #333; }
            .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area__loading .c-header__modal__content__box__stamp__area__loading__relative {
              position: relative;
              width: 720px;
              height: 306px; }
              .c-header__modal .c-header__modal__content.stamplist .c-header__modal__content__box .c-header__modal__content__box__stamplist .c-header__modal__content__box__stamp__area__loading .c-header__modal__content__box__stamp__area__loading__relative .c-header__modal__content__box__stamp__area__loading__relative__item {
                position: absolute;
                top: 50%;
                left: 50%;
                z-index: 4;
                width: 25px;
                height: 25px;
                margin-top: -12px;
                margin-left: -12px;
                border-radius: 100%;
                -webkit-animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
                animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__provisionalComp {
      width: 100%; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__provisionalComp .c-header__modal__content__provisionalComp__title {
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 4px;
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__provisionalComp .c-header__modal__content__provisionalComp__title span {
          display: inline-block;
          font-size: 24px;
          font-size: 2.4rem;
          text-align: center;
          line-height: 1.8; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__provisionalComp .c-header__modal__content__provisionalComp__content {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        line-height: 1.6;
        padding-top: 25px;
        font-size: 14px;
        font-size: 1.4rem; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__provisionalComp .c-header__modal__content__provisionalComp__alert {
        width: 100%;
        margin: 0 auto;
        padding-top: 28px;
        line-height: 1.6;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__alert {
      padding: 24px 34px;
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0 auto; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__alert li {
        line-height: 1.6;
        padding-bottom: 10px;
        text-indent: -16px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__alert li:last-child {
          padding-bottom: 0; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__button {
      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;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-bottom: 24px;
      border: 0; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__button input[type=submit] {
        height: 40px;
        line-height: 40px;
        border-radius: 40px; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__menu {
      width: 100%;
      box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4); }
      .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__title {
        margin: 0 auto 2.4rem;
        padding-bottom: 2px;
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__title span {
          display: inline-block;
          font-size: 18px;
          font-size: 1.8rem;
          text-align: center;
          line-height: 1.8;
          font-weight: bold; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other {
        width: 100%;
        margin: 24px auto 25px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box .c-header__modal__content__menu__other__box__registration,
          .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box .c-header__modal__content__menu__other__box__login {
            font-weight: bold;
            border: 1px solid #ffc511;
            height: 4rem;
            font-size: 1.4rem;
            font-weight: bold;
            white-space: nowrap;
            cursor: pointer;
            padding: 0px 1.6rem;
            border-radius: 10rem;
            text-align: center;
            display: block;
            width: 100%; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box .c-header__modal__content__menu__other__box__registration {
            margin-right: 16px; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service {
        text-align: center;
        line-height: 1.5; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service a {
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service a:hover {
            text-decoration: underline; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service .c-header__modal__content__menu__service__box,
        .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service .c-header__modal__content__menu__premium__box {
          margin: 0 auto;
          padding-bottom: 24px;
          border-bottom: 1px solid #444;
          text-align: left; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service .c-header__modal__content__menu__service__box:before, .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service .c-header__modal__content__menu__service__box:after,
          .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service .c-header__modal__content__menu__premium__box:before,
          .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service .c-header__modal__content__menu__premium__box:after {
            content: "";
            display: table; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service .c-header__modal__content__menu__service__box:after,
          .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service .c-header__modal__content__menu__premium__box:after {
            clear: both; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__premium {
        line-height: 1.8;
        padding-top: 24px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__premium a {
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__premium a:hover {
            text-decoration: underline; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__premium .c-header__modal__content__menu__premium__box .c-header__modal__content__menu__premium__button {
          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;
          margin-bottom: 1.6rem; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__premium .c-header__modal__content__menu__premium__box .c-header__modal__content__menu__premium__button a {
            padding: 0 1.6rem;
            height: 4rem;
            line-height: 4rem;
            font-size: 1.4rem;
            font-weight: bold;
            border-radius: 10rem;
            white-space: nowrap;
            cursor: pointer;
            text-align: center; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__premium .c-header__modal__content__menu__premium__box .c-header__modal__content__menu__premium__button a:hover {
              text-decoration: none; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__login {
      width: 100%;
      margin: 0 auto;
      text-align: left; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__title {
        width: 160px;
        margin: 0 auto 25px;
        padding-bottom: 2px;
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__title span {
          display: inline-block;
          font-size: 18px;
          font-size: 1.8rem;
          text-align: center;
          line-height: 1.8;
          font-weight: bold; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns {
        margin-bottom: 24px; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address {
        width: 100%;
        margin-right: auto;
        margin-left: auto; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__login__sns__box,
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__mail__address__box,
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__login__sns__box,
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__mail__address__box {
          margin: 0 auto;
          text-align: center; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__login__sns__box:before, .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__login__sns__box:after,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__mail__address__box:before,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__mail__address__box:after,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__login__sns__box:before,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__login__sns__box:after,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__mail__address__box:before,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__mail__address__box:after {
            content: "";
            display: table; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__login__sns__box:after,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__mail__address__box:after,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__login__sns__box:after,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__mail__address__box:after {
            clear: both; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__login__sns__box:not(.c-header__modal__content__mail__address__box),
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__mail__address__box:not(.c-header__modal__content__mail__address__box),
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__login__sns__box:not(.c-header__modal__content__mail__address__box),
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__mail__address__box:not(.c-header__modal__content__mail__address__box) {
            padding-bottom: 24px;
            border-bottom: 1px solid #444; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__login__sns__box .c-header__modal__content__mail__address__box__button,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__mail__address__box .c-header__modal__content__mail__address__box__button,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__login__sns__box .c-header__modal__content__mail__address__box__button,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__mail__address__box .c-header__modal__content__mail__address__box__button {
            width: 100%;
            border: none;
            padding: 0 1.6rem;
            height: 4rem;
            font-size: 1.4rem;
            font-weight: bold;
            border-radius: 10rem;
            white-space: nowrap;
            cursor: pointer;
            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;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 1.2rem;
            position: relative; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__login__sns__box .c-header__modal__content__mail__address__box__button:last-child,
            .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__mail__address__box .c-header__modal__content__mail__address__box__button:last-child,
            .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__login__sns__box .c-header__modal__content__mail__address__box__button:last-child,
            .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__mail__address__box .c-header__modal__content__mail__address__box__button:last-child {
              margin-bottom: 0; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__login__sns__box .c-header__modal__content__mail__address__box__button:before,
            .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__mail__address__box .c-header__modal__content__mail__address__box__button:before,
            .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__login__sns__box .c-header__modal__content__mail__address__box__button:before,
            .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__mail__address__box .c-header__modal__content__mail__address__box__button:before {
              content: '';
              display: inline-block;
              width: 30px;
              height: 30px;
              background-size: contain;
              position: absolute;
              top: 7px;
              left: 12px; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__login__sns__box .c-header__modal__content__mail__address__box__button,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__mail__address__box .c-header__modal__content__mail__address__box__button,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__login__sns__box .c-header__modal__content__mail__address__box__button,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__mail__address__box .c-header__modal__content__mail__address__box__button {
            background: #ffc511; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__login__sns__box .c-header__modal__content__login__sns__box__alert,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__mail__address__box .c-header__modal__content__login__sns__box__alert,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__login__sns__box .c-header__modal__content__login__sns__box__alert,
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__mail__address__box .c-header__modal__content__login__sns__box__alert {
            float: left;
            width: 100%;
            margin-bottom: -3px;
            padding-top: 21px;
            line-height: 1.5;
            font-weight: bold; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__accountTitle {
        margin: 0 auto;
        padding-left: 0;
        padding-bottom: 8px; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId {
        display: block;
        margin: 0 auto;
        padding: 12px 0;
        font-size: 13px;
        font-size: 1.3rem;
        border-radius: 4px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__channelId__input {
          margin-top: 2px;
          width: 78%;
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 1.4;
          border: 0 !important;
          -webkit-appearance: none;
          outline: 0;
          font-size: 14px;
          font-size: 1.4rem; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__channelId__input.error::-webkit-input-placeholder {
            color: #ff2d55; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__channelId__input.error:-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__channelId__input.error::-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__channelId__input.error:-ms-input-placeholder {
            color: #ff2d55; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId:before {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -273px -88px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: middle;
          margin: 0 8px 0 10px;
          vertical-align: -0.2em; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelAlert {
        margin: 6px auto 40px; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__subtitle {
        margin: 0 auto;
        padding-bottom: 8px;
        font-size: 12px;
        font-size: 1.2rem; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email {
        display: block;
        margin: 0 auto;
        padding: 11px 0 12px;
        background: #222;
        font-size: 13px;
        font-size: 1.3rem;
        border-radius: 4px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__email__input {
          width: 78%;
          margin-top: 2px;
          line-height: 1.6;
          border: 0 !important;
          -webkit-appearance: none;
          outline: 0;
          font-size: 12px;
          font-size: 1.2rem; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__email__input.error::-webkit-input-placeholder {
            color: #ff2d55; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__email__input.error:-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__email__input.error::-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__email__input.error:-ms-input-placeholder {
            color: #ff2d55; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -54px -82px;
          content: " ";
          display: inline-block;
          width: 16px;
          height: 10px;
          vertical-align: middle;
          margin: 0 6px 0 10px;
          vertical-align: -0.1em; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email.error:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -152px -109px;
          content: " ";
          display: inline-block;
          width: 16px;
          height: 10px;
          vertical-align: middle; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username {
        display: block;
        margin: 15px auto 0;
        padding: 11px 0 12px;
        font-size: 13px;
        font-size: 1.3rem;
        border-radius: 4px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input {
          width: 78%;
          margin-top: 2px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.6;
          border: 0 !important;
          -webkit-appearance: none;
          outline: 0; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input.error::-webkit-input-placeholder {
            color: #ff2d55; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input.error:-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input.error::-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input.error:-ms-input-placeholder {
            color: #ff2d55; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input.error:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -304px -218px;
            content: " ";
            display: inline-block;
            width: 30px;
            height: 20px;
            vertical-align: middle;
            margin: 0 8px 0 10px;
            vertical-align: -0.1em; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -30px -57px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 14px;
          vertical-align: middle;
          margin: 0 8px 0 10px;
          vertical-align: -0.1em; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username.error:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -129px -105px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 14px;
          vertical-align: middle;
          vertical-align: -0.1em; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password {
        display: block;
        margin: 14px auto 0;
        padding: 11px 0 12px;
        background: #222;
        font-size: 13px;
        font-size: 1.3rem;
        border-radius: 4px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input {
          width: 78%;
          margin-top: 2px;
          line-height: 1.6;
          border: 0 !important;
          -webkit-appearance: none;
          outline: 0;
          font-size: 12px;
          font-size: 1.2rem; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input.error::-webkit-input-placeholder {
            color: #ff2d55; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input.error:-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input.error::-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input.error:-ms-input-placeholder {
            color: #ff2d55; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -79px -55px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 17px;
          vertical-align: middle;
          margin: 0 8px 0 10px;
          vertical-align: -0.2em; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password.error::-webkit-input-placeholder {
          color: #ff2d55; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password.error:-moz-placeholder {
          color: #ff2d55;
          opacity: 1; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password.error::-moz-placeholder {
          color: #ff2d55;
          opacity: 1; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password.error:-ms-input-placeholder {
          color: #ff2d55; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password.error:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -176px -101px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 17px;
          vertical-align: middle;
          vertical-align: -0.2em; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__account {
        display: block;
        margin: 40px 0;
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__account.signup {
          margin: 24px 0 0; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__account .c-header__modal__content__login__account__button {
          width: 160px;
          height: 44px;
          margin: 0 auto;
          line-height: 3.8;
          text-align: center;
          font-weight: bold;
          background: #ffc511;
          border-radius: 10rem;
          cursor: pointer;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__termsofuse {
        margin-right: auto;
        margin-left: auto;
        line-height: 1.6; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__termsofuse.error .c-header__modal__content__login__termsofuse__errorMsg {
          display: block; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__termsofuse a:hover {
          text-decoration: underline; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__termsofuse .c-header__modal__content__login__termsofuse__checkbox {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          text-align: left;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__termsofuse .c-header__modal__content__login__termsofuse__checkbox input {
            margin-right: 14px;
            vertical-align: 1px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__termsofuse .c-header__modal__content__login__termsofuse__errorMsg {
          display: none;
          margin-top: 7px; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__receiveEmail {
        margin-right: auto;
        margin-left: auto;
        line-height: 1.6;
        margin-top: 24px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__receiveEmail .c-header__modal__content__login__receiveEmail__checkbox {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          text-align: left;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__receiveEmail .c-header__modal__content__login__receiveEmail__checkbox input {
            margin-right: 14px;
            vertical-align: 1px; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__recaptcha {
        margin-top: 16px;
        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; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__forget {
        font-size: 12px;
        font-size: 1.2rem; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__forget span {
          font-size: 12px;
          font-size: 1.2rem;
          cursor: pointer; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-modal__scrollSpace {
        height: 0;
        line-height: 0; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__createAccount {
        font-size: 12px;
        font-size: 1.2rem;
        padding-top: 9px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__createAccount span {
          font-size: 12px;
          font-size: 1.2rem;
          cursor: pointer;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__premium {
        padding-top: 24px;
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__premium a {
          font-size: 12px;
          font-size: 1.2rem;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancelMsg {
      width: 100%;
      padding: 35px 0 15px; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancelMsg .c-header__modal__content__premiumCancelMsg__title {
        width: 400px;
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid #333; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancelMsg .c-header__modal__content__premiumCancelMsg__title span {
          display: inline-block;
          font-size: 24px;
          font-size: 2.4rem;
          text-align: center;
          line-height: 1.4; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancelMsg .c-header__modal__content__premiumCancelMsg__msg {
        width: 469px;
        margin: 0 auto;
        padding-top: 18px;
        padding-bottom: 10px;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.7; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancelMsg .c-header__modal__content__premiumCancelMsg__msg.native {
          padding-top: 0; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancelMsg__close {
      position: absolute;
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -240px -4px;
      content: " ";
      display: inline-block;
      width: 18px;
      height: 18px;
      vertical-align: middle;
      top: 10px;
      right: 10px;
      z-index: 999999;
      cursor: pointer; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset {
      width: 100%;
      padding: 40px 0 25px; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__title {
        width: 250px;
        margin: 0 auto;
        padding-bottom: 10px;
        text-align: center;
        border-bottom: 1px solid #333; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__title span {
          display: inline-block;
          width: 250px;
          text-align: center;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 2.2;
          border-bottom: 1px solid #222; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__msg {
        width: 260px;
        margin: 0 auto;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        padding: 24px 0;
        line-height: 1.6; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__msg.crop {
          width: auto; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__msg.crop .jcrop-holder {
            margin: 0 auto; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__password {
        display: block;
        margin: 15px auto 0;
        padding: 11px 0 12px;
        background: #222;
        font-size: 13px;
        font-size: 1.3rem;
        border-radius: 4px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__password .c-header__modal__content__passwordReset__Password__input {
          width: 74%;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.6;
          background: #222;
          border: 0 !important;
          -webkit-appearance: none;
          outline: 0; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__password .c-header__modal__content__passwordReset__Password__input::-webkit-input-placeholder {
            color: #ffc511; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__password .c-header__modal__content__passwordReset__Password__input:-moz-placeholder {
            color: #ffc511;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__password .c-header__modal__content__passwordReset__Password__input::-moz-placeholder {
            color: #ffc511;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__password .c-header__modal__content__passwordReset__Password__input:-ms-input-placeholder {
            color: #ffc511; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__password .c-header__modal__content__passwordReset__Password__input.error::-webkit-input-placeholder {
            color: #ff2d55; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__password .c-header__modal__content__passwordReset__Password__input.error:-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__password .c-header__modal__content__passwordReset__Password__input.error::-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__password .c-header__modal__content__passwordReset__Password__input.error:-ms-input-placeholder {
            color: #ff2d55; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__password .c-header__modal__content__passwordReset__Password__input.error:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -176px -101px;
            content: " ";
            display: inline-block;
            width: 14px;
            height: 17px;
            vertical-align: middle; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__password .c-header__modal__content__passwordReset__Password__input.error:after {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -220px -131px;
            content: " ";
            display: inline-block;
            width: 18px;
            height: 19px;
            vertical-align: middle; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__password:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -79px -55px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 17px;
          vertical-align: middle;
          margin: 0 17px 0 26px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__password.error:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -176px -101px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 17px;
          vertical-align: middle; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__password.error:after {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -220px -131px;
          content: " ";
          display: inline-block;
          width: 18px;
          height: 19px;
          vertical-align: middle; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__login__account {
        display: block;
        margin: 32px 0; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__login__account .c-header__modal__content__login__account__button {
          width: 140px;
          height: 40px;
          margin: 0 auto;
          line-height: 3.4;
          text-align: center;
          background: #ff4c11;
          border-radius: 2px;
          cursor: pointer; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__input {
        display: block;
        margin: 24px 0;
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__input .c-header__modal__content__passwordReset__input__button {
          width: 200px;
          height: 44px;
          margin: 0 auto;
          line-height: 3.4;
          text-align: center;
          background: #ff4c11;
          border-radius: 2px;
          cursor: pointer; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget {
      width: 100%;
      padding: 40px 0 25px; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__title {
        width: 250px;
        margin: 0 auto;
        padding-bottom: 10px;
        text-align: center;
        border-bottom: 1px solid #333; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__title span {
          display: inline-block;
          font-size: 24px;
          font-size: 2.4rem;
          text-align: center;
          line-height: 1.4; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__msg {
        margin: 0 auto;
        padding: 24px 0;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__msg.native {
          padding-top: 0; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__info {
        width: 220px;
        margin: 0 auto;
        font-size: 10px;
        font-size: 1rem;
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__info a {
          font-size: 10px;
          font-size: 1rem;
          text-decoration: underline; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password {
        display: block;
        margin: 0 auto;
        padding: 11px 0 12px;
        background: #222;
        font-size: 13px;
        font-size: 1.3rem;
        border-radius: 4px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input {
          width: 78%;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.6;
          background: #333;
          border: 0 !important;
          -webkit-appearance: none;
          outline: 0;
          background: #222; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input::-webkit-input-placeholder {
            color: #ffc511; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input:-moz-placeholder {
            color: #ffc511;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input::-moz-placeholder {
            color: #ffc511;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input:-ms-input-placeholder {
            color: #ffc511; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input.error::-webkit-input-placeholder {
            color: #ff2d55; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input.error:-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input.error::-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input.error:-ms-input-placeholder {
            color: #ff2d55; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input.error:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -304px -218px;
            content: " ";
            display: inline-block;
            width: 30px;
            height: 20px;
            vertical-align: middle;
            margin: 0 8px 0 10px;
            vertical-align: -0.1em; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -54px -79px;
          content: " ";
          display: inline-block;
          width: 16px;
          height: 17px;
          vertical-align: middle;
          margin: 0 8px 0 10px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password.error:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -152px -109px;
          content: " ";
          display: inline-block;
          width: 16px;
          height: 10px;
          vertical-align: middle; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password.error:after {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -220px -131px;
          content: " ";
          display: inline-block;
          width: 18px;
          height: 19px;
          vertical-align: middle; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__login__account {
        display: block;
        margin: 24px 0; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__login__account .c-header__modal__content__login__account__button {
          width: 140px;
          height: 40px;
          margin: 0 auto;
          line-height: 3.1;
          text-align: center;
          background: #ff4c11;
          border-radius: 2px;
          cursor: pointer; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordReset__input {
        display: block;
        margin: 24px 0;
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordReset__input .c-header__modal__content__passwordReset__input__button {
          width: 140px;
          height: 40px;
          margin: 0 auto;
          line-height: 3.4;
          text-align: center;
          background: #ff4c11;
          border-radius: 2px;
          cursor: pointer; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__input {
        display: block;
        margin: 24px 0;
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__input .c-header__modal__content__passwordForget__input__button {
          width: 200px;
          margin: 0 auto;
          text-align: center;
          cursor: pointer;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: bold;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          height: 40px;
          line-height: 40px;
          border-radius: 40px; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel {
      width: 100%;
      padding-top: 23px;
      padding-bottom: 27px; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__title {
        width: 240px;
        margin: 0 auto;
        padding-bottom: 10px;
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__title span {
          display: inline-block;
          font-size: 24px;
          font-size: 2.4rem;
          text-align: center;
          line-height: 1.8; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle {
        margin: 0 auto;
        font-size: 12px;
        font-size: 1.2rem;
        text-align: center;
        padding: 16px 0; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.bDescription {
          font-weight: bold;
          margin: 8px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.DescriptionTitle {
          line-height: 1.7;
          background: #444;
          text-align: left;
          border-radius: 2px; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.DescriptionTitle:before, .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.DescriptionTitle:after {
            content: "";
            display: table; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.DescriptionTitle:after {
            clear: both; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.DescriptionTitle span {
            margin-left: 16px;
            margin-right: 16px;
            float: left; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.DescriptionTitle span p {
              padding-top: 5px;
              padding-bottom: 5px;
              padding-left: 1em;
              text-indent: -1em; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.SubDescriptionTitle {
          line-height: 1.7;
          text-align: left;
          border-radius: 2px; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.SubDescriptionTitle:before, .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.SubDescriptionTitle:after {
            content: "";
            display: table; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.SubDescriptionTitle:after {
            clear: both; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.SubDescriptionTitle span {
            float: left; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.SubDescriptionTitle span p {
              padding-bottom: 5px;
              padding-left: 1em;
              text-indent: -1em; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.smallTitle {
          line-height: 1.5;
          border-bottom: 1px solid #444;
          padding-bottom: 24px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.mailTitle {
          padding-top: 16px;
          margin-bottom: 16px;
          border-top: 1px solid #444; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.maintenanceDescription {
          line-height: 1.5;
          padding-top: 25px;
          margin-bottom: 25px;
          border-top: 1px solid #444; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.spTitle {
          line-height: 1.5; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__DescriptionTitle {
        margin: 0 auto;
        font-size: 12px;
        font-size: 1.2rem;
        padding-left: 0;
        text-align: center;
        padding-bottom: 8px; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel_channelId {
        display: block;
        margin: 0 auto;
        padding: 12px 0;
        background: #222;
        font-size: 13px;
        font-size: 1.3rem;
        border-radius: 4px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel_channelId .c-header__modal__content__premiumCancel__channelId__input {
          margin-top: 2px;
          width: 78%;
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 1.4;
          background: #333;
          border: 0 !important;
          -webkit-appearance: none;
          outline: 0;
          background: #222;
          font-size: 14px;
          font-size: 1.4rem; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel_channelId .c-header__modal__content__premiumCancel__channelId__input::-webkit-input-placeholder {
            color: #ffc511; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel_channelId .c-header__modal__content__premiumCancel__channelId__input:-moz-placeholder {
            color: #ffc511;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel_channelId .c-header__modal__content__premiumCancel__channelId__input::-moz-placeholder {
            color: #ffc511;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel_channelId .c-header__modal__content__premiumCancel__channelId__input:-ms-input-placeholder {
            color: #ffc511; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel_channelId .c-header__modal__content__premiumCancel__channelId__input.error::-webkit-input-placeholder {
            color: #ff2d55; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel_channelId .c-header__modal__content__premiumCancel__channelId__input.error:-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel_channelId .c-header__modal__content__premiumCancel__channelId__input.error::-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel_channelId .c-header__modal__content__premiumCancel__channelId__input.error:-ms-input-placeholder {
            color: #ff2d55; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel_channelId .c-header__modal__content__premiumCancel__channelId__input.error:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -304px -218px;
            content: " ";
            display: inline-block;
            width: 30px;
            height: 20px;
            vertical-align: middle;
            vertical-align: -0.2em;
            margin: 0 8px 0 10px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel_channelId:before {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -273px -88px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: middle;
          margin: 0 8px 0 10px;
          vertical-align: -0.2em; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel_channelId.error:before {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -273px -108px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: middle; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel_channelId.error:after {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -220px -131px;
          content: " ";
          display: inline-block;
          width: 18px;
          height: 19px;
          vertical-align: middle; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__login__channelAlert {
        margin: 6px auto 40px; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__login__subtitle {
        margin: 0 auto;
        padding-bottom: 8px;
        font-size: 12px;
        font-size: 1.2rem; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email__title {
        display: block;
        margin: 0 auto;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 8px; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__spTitle {
        display: block;
        margin-bottom: 24px;
        padding-top: 24px;
        font-size: 14px;
        font-size: 1.4rem; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email {
        display: block;
        margin: 0 auto;
        padding: 11px 0 12px;
        font-size: 13px;
        font-size: 1.3rem;
        border-radius: 4px;
        margin-bottom: 16px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email .c-header__modal__content__premiumCancel__email__input {
          width: 85%;
          margin-top: 2px;
          line-height: 1.6;
          border: 0 !important;
          -webkit-appearance: none;
          outline: 0;
          padding-left: 16px;
          font-size: 14px;
          font-size: 1.4rem; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email:before {
          margin: 0 8px 0 10px;
          vertical-align: -0.1em; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__username {
        display: block;
        margin: 15px auto 0;
        padding: 11px 0 12px;
        background: #222;
        font-size: 13px;
        font-size: 1.3rem;
        border-radius: 4px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__username .c-header__modal__content__premiumCancel__username__input {
          width: 78%;
          margin-top: 2px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.6;
          background: #333;
          border: 0 !important;
          -webkit-appearance: none;
          outline: 0;
          background: #222; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__username .c-header__modal__content__premiumCancel__username__input::-webkit-input-placeholder {
            color: #ffc511; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__username .c-header__modal__content__premiumCancel__username__input:-moz-placeholder {
            color: #ffc511;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__username .c-header__modal__content__premiumCancel__username__input::-moz-placeholder {
            color: #ffc511;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__username .c-header__modal__content__premiumCancel__username__input:-ms-input-placeholder {
            color: #ffc511; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__username .c-header__modal__content__premiumCancel__username__input.error::-webkit-input-placeholder {
            color: #ff2d55; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__username .c-header__modal__content__premiumCancel__username__input.error:-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__username .c-header__modal__content__premiumCancel__username__input.error::-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__username .c-header__modal__content__premiumCancel__username__input.error:-ms-input-placeholder {
            color: #ff2d55; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__username .c-header__modal__content__premiumCancel__username__input.error:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -304px -218px;
            content: " ";
            display: inline-block;
            width: 30px;
            height: 20px;
            vertical-align: middle;
            margin: 0 8px 0 10px;
            vertical-align: -0.1em; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__username:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -30px -57px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 14px;
          vertical-align: middle;
          margin: 0 8px 0 10px;
          vertical-align: -0.1em; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__username.error:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -129px -105px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 14px;
          vertical-align: middle;
          vertical-align: -0.1em; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__username.error:after {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -220px -131px;
          content: " ";
          display: inline-block;
          width: 18px;
          height: 19px;
          vertical-align: middle; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password {
        display: block;
        margin: 14px auto 0;
        padding: 11px 0 12px;
        background: #222;
        font-size: 13px;
        font-size: 1.3rem;
        border-radius: 4px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password .c-header__modal__content__premiumCancel__password__input {
          width: 78%;
          margin-top: 2px;
          line-height: 1.6;
          background: #222;
          border: 0 !important;
          -webkit-appearance: none;
          outline: 0;
          font-size: 14px;
          font-size: 1.4rem; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password .c-header__modal__content__premiumCancel__password__input::-webkit-input-placeholder {
            color: #ffc511; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password .c-header__modal__content__premiumCancel__password__input:-moz-placeholder {
            color: #ffc511;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password .c-header__modal__content__premiumCancel__password__input::-moz-placeholder {
            color: #ffc511;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password .c-header__modal__content__premiumCancel__password__input:-ms-input-placeholder {
            color: #ffc511; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password .c-header__modal__content__premiumCancel__password__input.error::-webkit-input-placeholder {
            color: #ff2d55; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password .c-header__modal__content__premiumCancel__password__input.error:-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password .c-header__modal__content__premiumCancel__password__input.error::-moz-placeholder {
            color: #ff2d55;
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password .c-header__modal__content__premiumCancel__password__input.error:-ms-input-placeholder {
            color: #ff2d55; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password .c-header__modal__content__premiumCancel__password__input.error:before {
            background-image: url(../../images/v4/sprites.png);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -176px -101px;
            content: " ";
            display: inline-block;
            width: 14px;
            height: 17px;
            vertical-align: middle;
            vertical-align: -0.2em; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password .c-header__modal__content__premiumCancel__password__input.error:after {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -220px -131px;
            content: " ";
            display: inline-block;
            width: 18px;
            height: 19px;
            vertical-align: middle; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -79px -55px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 17px;
          vertical-align: middle;
          margin: 0 8px 0 10px;
          vertical-align: -0.2em; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password.error::-webkit-input-placeholder {
          color: #ff2d55; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password.error:-moz-placeholder {
          color: #ff2d55;
          opacity: 1; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password.error::-moz-placeholder {
          color: #ff2d55;
          opacity: 1; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password.error:-ms-input-placeholder {
          color: #ff2d55; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password.error:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -176px -101px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 17px;
          vertical-align: middle;
          vertical-align: -0.2em; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__password.error:after {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -220px -131px;
          content: " ";
          display: inline-block;
          width: 18px;
          height: 19px;
          vertical-align: middle; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account {
        display: block;
        margin-top: 16px;
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account .c-header__modal__content__premiumCancel__account__buttonCancel {
          width: 120px;
          margin-right: 16px;
          text-align: center;
          font-size: 14px;
          font-size: 1.4rem;
          cursor: pointer;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          height: 40px;
          line-height: 40px;
          border-radius: 40px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account .c-header__modal__content__premiumCancel__account__button {
          min-width: 110px;
          margin: 0 auto;
          text-align: center;
          font-size: 14px;
          font-size: 1.4rem;
          border-radius: 2px;
          cursor: pointer;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          height: 40px;
          line-height: 40px;
          border-radius: 40px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account .c-header__modal__content__premiumCancel__account__buttonIphone {
          width: 200px;
          height: 40px;
          margin-right: 16px;
          line-height: 3.4;
          text-align: center;
          font-size: 12px;
          font-size: 1.2rem;
          border-radius: 2px;
          cursor: pointer;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account .c-header__modal__content__premiumCancel__account__buttonIphone a {
            display: block; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account .c-header__modal__content__premiumCancel__account__buttonAndroid {
          width: 200px;
          height: 40px;
          margin: 0 auto;
          line-height: 3.4;
          text-align: center;
          font-size: 12px;
          font-size: 1.2rem;
          border-radius: 2px;
          cursor: pointer;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account .c-header__modal__content__premiumCancel__account__buttonAndroid a {
            display: block; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__termsofuse {
        margin: 0 auto;
        text-align: center;
        line-height: 1.6;
        margin-top: 24px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__termsofuse a {
          text-decoration: underline; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__termsofuse a:hover {
            text-decoration: none; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__forget {
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__forget span {
          font-size: 12px;
          font-size: 1.2rem;
          text-decoration: underline;
          cursor: pointer; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__forget span:hover {
            text-decoration: none; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-modal__scrollSpace {
        height: 0;
        line-height: 0; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__createAccount {
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem;
        padding-top: 16px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__createAccount span {
          font-size: 12px;
          font-size: 1.2rem;
          text-decoration: underline;
          cursor: pointer; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__createAccount span:hover {
            text-decoration: none; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__title {
      margin: 0 auto;
      text-align: center;
      border-bottom: 1px solid #333;
      padding-bottom: 16px;
      margin-bottom: 16px; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__title span {
        display: inline-block;
        font-size: 24px;
        font-size: 2.4rem;
        text-align: center;
        line-height: 1.4; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__desc {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.5; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form {
      margin: 16px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__label {
      margin-bottom: 8px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.4;
      color: #57517a; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 6px 12px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      color: #2b2745;
      border: 1px solid rgba(68, 63, 95, 0.2);
      border-radius: 8px;
      background-color: transparent; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__input::-webkit-outer-spin-button, .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        appearance: none;
        margin: 0; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__input ::-webkit-input-placeholder {
        color: rgba(22, 20, 34, 0.4); }
      .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__input :-ms-input-placeholder {
        color: rgba(22, 20, 34, 0.4); }
      .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__input ::placeholder {
        color: rgba(22, 20, 34, 0.4); }
    .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__error {
      margin-top: 6px;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.4; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__notes {
      padding-left: 1.4em; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__notes a {
        text-decoration: none; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__notes a:hover {
          text-decoration: underline; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__notes .c-header__modal__content__mailReset__notes__mailNotice {
        list-style-type: none;
        line-height: 1.4; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__notes .c-header__modal__content__mailReset__notes__mailNotice:not(:last-child) {
          margin-bottom: 30px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__notes .c-header__modal__content__mailReset__notes__mailNotice:before {
          content: "※";
          display: inline-block;
          text-indent: -1.4em; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__notes .c-header__modal__content__mailReset__notes__item {
        list-style-type: none;
        line-height: 1.4; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__notes .c-header__modal__content__mailReset__notes__item:not(:last-child) {
          margin-bottom: 8px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__notes .c-header__modal__content__mailReset__notes__item:before {
          content: "※";
          display: inline-block;
          text-indent: -1.4em; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__msg {
      margin: 0 auto;
      padding-top: 32px;
      padding-bottom: 32px;
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__msg .c-header__modal__content__mailReset__msg__link {
        text-decoration: none;
        display: inline-block;
        cursor: pointer; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__msg .c-header__modal__content__mailReset__msg__link:hover {
          text-decoration: underline; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__actions {
      margin-top: 24px;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__actions__enter {
      padding: 0 16px;
      width: 246px;
      height: 40px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 40px;
      color: #ffffff;
      border: none;
      border-radius: 20px;
      background-color: #ff8300;
      cursor: pointer; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__actions__enter.disabled {
        color: rgba(22, 20, 34, 0.4);
        background-color: rgba(68, 63, 95, 0.1);
        cursor: initial; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__actions__resend {
      margin-top: 16px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.4;
      color: #ff8300;
      cursor: pointer; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__actions__resend.disabled {
        color: rgba(68, 63, 95, 0.1);
        cursor: initial; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset__close {
      position: absolute;
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -240px -4px;
      content: " ";
      display: inline-block;
      width: 18px;
      height: 18px;
      vertical-align: middle;
      top: 10px;
      right: 10px;
      z-index: 999999;
      cursor: pointer; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__close {
      position: absolute;
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -240px -4px;
      content: " ";
      display: inline-block;
      width: 18px;
      height: 18px;
      vertical-align: middle;
      top: 8px;
      right: 8px;
      z-index: 999999;
      cursor: pointer; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie {
      width: 100%;
      padding: 32px 0;
      box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4); }
      .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__title {
        margin: 0 auto 32px;
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__title span {
          display: inline-block;
          font-size: 24px;
          font-size: 2.4rem;
          text-align: center; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__label {
        width: 460px;
        margin: 0 auto 8px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__label span {
          display: inline-block;
          font-size: 14px;
          font-size: 1.4rem; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__type {
        display: block;
        width: 460px;
        background: #222;
        margin: 0 auto 24px;
        font-size: 12px;
        font-size: 1.2rem;
        border-radius: 4px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__type label {
          position: relative; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__type label:after {
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -4px;
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -163px -81px;
            content: " ";
            display: inline-block;
            width: 11px;
            height: 7px;
            vertical-align: middle;
            pointer-events: none; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__type label select {
            position: relative;
            width: 100%;
            margin-top: 2px;
            padding: 10px;
            line-height: 1.6;
            background: #222;
            border: 0 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            outline: 0;
            background: #222;
            font-size: 12px;
            font-size: 1.2rem; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__type label select::-webkit-input-placeholder {
              color: #ffc511; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__type label select:-moz-placeholder {
              color: #ffc511;
              opacity: 1; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__type label select::-moz-placeholder {
              color: #ffc511;
              opacity: 1; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__type label select:-ms-input-placeholder {
              color: #ffc511; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__type label select.error::-webkit-input-placeholder {
              color: #ff2d55; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__type label select.error:-moz-placeholder {
              color: #ff2d55;
              opacity: 1; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__type label select.error::-moz-placeholder {
              color: #ff2d55;
              opacity: 1; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__type label select.error:-ms-input-placeholder {
              color: #ff2d55; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__type label select.error:before {
              background-image: url(../../images/v4/sprites.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -304px -218px;
              content: " ";
              display: inline-block;
              width: 30px;
              height: 20px;
              vertical-align: middle;
              margin: 0 6px 0 10px;
              vertical-align: -0.1em; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__type label select::-ms-expand {
              display: none; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__content {
        display: table;
        width: 460px;
        background: #222;
        margin: 0 auto 24px;
        font-size: 12px;
        font-size: 1.2rem;
        border-radius: 4px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__content textarea {
          width: 440px;
          height: 150px;
          margin: 10px;
          background: #222;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.6;
          border: 0 !important;
          -webkit-appearance: none;
          outline: none;
          resize: none; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__note {
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
        margin: 0 auto 24px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__note span {
          font-size: 12px;
          font-size: 1.2rem;
          cursor: pointer; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__note span:hover {
            text-decoration: underline; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__message {
        width: 400px;
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__message.native {
          padding-top: 0; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__post {
        display: block;
        margin: 0 0 0;
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__post.signup {
          margin: 24px 0 0; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__post p {
          width: 160px;
          height: 44px;
          margin: 0 auto;
          line-height: 3.8;
          text-align: center;
          font-weight: bold;
          background: #ffc511;
          opacity: 0.2;
          cursor: default;
          border-radius: 4px;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__report__movie .c-header__modal__content__report__movie__post p.isEnabled {
            opacity: 1;
            cursor: pointer; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment {
      width: 100%;
      padding: 32px 0;
      box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4); }
      .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__title {
        margin: 0 auto 32px;
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__title span {
          display: inline-block;
          font-size: 24px;
          font-size: 2.4rem;
          text-align: center; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__label {
        width: 460px;
        margin: 0 auto 8px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__label span {
          display: inline-block;
          font-size: 14px;
          font-size: 1.4rem; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__type {
        display: block;
        width: 460px;
        background: #222;
        margin: 0 auto 24px;
        font-size: 12px;
        font-size: 1.2rem;
        border-radius: 4px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__type label {
          position: relative; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__type label:after {
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -4px;
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -163px -81px;
            content: " ";
            display: inline-block;
            width: 11px;
            height: 7px;
            vertical-align: middle;
            pointer-events: none; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__type label select {
            position: relative;
            width: 100%;
            margin-top: 2px;
            padding: 10px;
            line-height: 1.6;
            background: #222;
            border: 0 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            outline: 0;
            background: #222;
            font-size: 12px;
            font-size: 1.2rem; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__type label select::-webkit-input-placeholder {
              color: #ffc511; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__type label select:-moz-placeholder {
              color: #ffc511;
              opacity: 1; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__type label select::-moz-placeholder {
              color: #ffc511;
              opacity: 1; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__type label select:-ms-input-placeholder {
              color: #ffc511; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__type label select.error::-webkit-input-placeholder {
              color: #ff2d55; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__type label select.error:-moz-placeholder {
              color: #ff2d55;
              opacity: 1; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__type label select.error::-moz-placeholder {
              color: #ff2d55;
              opacity: 1; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__type label select.error:-ms-input-placeholder {
              color: #ff2d55; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__type label select.error:before {
              background-image: url(../../images/v4/sprites.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -304px -218px;
              content: " ";
              display: inline-block;
              width: 30px;
              height: 20px;
              vertical-align: middle;
              margin: 0 6px 0 10px;
              vertical-align: -0.1em; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__type label select::-ms-expand {
              display: none; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__content {
        display: table;
        width: 460px;
        background: #222;
        margin: 0 auto 24px;
        font-size: 12px;
        font-size: 1.2rem;
        border-radius: 4px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__content textarea {
          width: 440px;
          height: 46px;
          margin: 10px;
          background: #222;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.6;
          border: 0 !important;
          -webkit-appearance: none;
          outline: none;
          resize: none; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__note {
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
        margin: 0 auto 24px; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__note span {
          font-size: 12px;
          font-size: 1.2rem;
          cursor: pointer; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__note span:hover {
            text-decoration: underline; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__message {
        width: 400px;
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__message.native {
          padding-top: 0; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__post {
        display: block;
        margin: 0 0 0;
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__post.signup {
          margin: 24px 0 0; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__post p {
          width: 160px;
          height: 44px;
          margin: 0 auto;
          line-height: 3.8;
          text-align: center;
          font-weight: bold;
          background: #ffc511;
          opacity: 0.2;
          cursor: default;
          border-radius: 4px;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__report__comment .c-header__modal__content__report__comment__post p.isEnabled {
            opacity: 1;
            cursor: pointer; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting {
      width: 100%;
      padding: 32px 0;
      box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
      line-height: 26px; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__message {
        font-size: 16px;
        font-weight: bold;
        margin: 0 58px; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture {
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image {
          background-size: contain;
          background-repeat: no-repeat;
          margin: 32px auto; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.chrome {
            width: 320px;
            height: 126px; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.chrome.ja {
              background-image: url(../../images/v6/pop_chrome_jp.png); }
            .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.chrome.en {
              background-image: url(../../images/v6/pop_chrome_en.png); }
            .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.chrome.zh {
              background-image: url(../../images/v6/pop_chrome_ch.png); }
            .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.chrome.ko {
              background-image: url(../../images/v6/pop_chrome_kr.png); }
          .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.firefox {
            width: 355px;
            height: 112px; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.firefox.ja {
              background-image: url(../../images/v6/pop_firefox_jp.png); }
            .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.firefox.en {
              background-image: url(../../images/v6/pop_firefox_en.png); }
            .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.firefox.zh {
              background-image: url(../../images/v6/pop_firefox_ch.png); }
            .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.firefox.ko {
              background-image: url(../../images/v6/pop_firefox_kr.png); }
          .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.edge {
            width: 355px;
            height: 93px; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.edge.ja {
              background-image: url(../../images/v6/pop_edge_jp.png); }
            .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.edge.en {
              background-image: url(../../images/v6/pop_edge_en.png); }
            .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.edge.zh {
              background-image: url(../../images/v6/pop_edge_ch.png); }
            .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.edge.ko {
              background-image: url(../../images/v6/pop_edge_kr.png); }
          .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.edg {
            width: 355px;
            height: 93px; }
            .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.edg.ja {
              background-image: url(../../images/v6/pop_edg_jp.png); }
            .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.edg.en {
              background-image: url(../../images/v6/pop_edg_en.png); }
            .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.edg.zh {
              background-image: url(../../images/v6/pop_edg_ch.png); }
            .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__capture .image.edg.ko {
              background-image: url(../../images/v6/pop_edg_kr.png); }
      .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__process {
        margin: 26px 32px 32px;
        padding: 10px 20px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 600; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__process .c-header__modal__content__pushSetting__process__list {
          margin: 8px 5px; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__process .c-header__modal__content__pushSetting__process__list .one {
            display: inline-block;
            background-image: url(../../images/number_one.svg);
            background-size: contain;
            width: 18px;
            height: 18px;
            vertical-align: text-bottom;
            margin-right: 6px; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__process .c-header__modal__content__pushSetting__process__list .two {
            display: inline-block;
            background-image: url(../../images/number_two.svg);
            background-size: contain;
            width: 18px;
            height: 18px;
            vertical-align: text-bottom;
            margin-right: 6px; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__process .c-header__modal__content__pushSetting__process__list .lock {
            display: inline-block;
            background-image: url(../../images/lock.svg);
            background-size: contain;
            width: 22px;
            height: 22px;
            vertical-align: text-bottom; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__process .c-header__modal__content__pushSetting__process__list .bell {
            display: inline-block;
            background-image: url(../../images/bell_browser.svg);
            background-size: contain;
            width: 22px;
            height: 22px;
            vertical-align: text-bottom; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__button {
        display: block;
        margin: 0;
        text-align: center; }
        .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__button p {
          display: inline-block;
          width: 160px;
          height: 40px;
          margin: 0 auto;
          text-align: center;
          font-size: 14px;
          font-weight: bold;
          line-height: 2.8;
          border: #ffc511 1px solid;
          cursor: pointer;
          border-radius: 20px;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          margin: 8px; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__button p.isEnabled {
            opacity: 1; }
          .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__button p.secondary {
            background: rgba(0, 0, 0, 0.9); }
          .c-header__modal .c-header__modal__content .c-header__modal__content__pushSetting .c-header__modal__content__pushSetting__button p.primary {
            background: #ffc511; }
  .c-header__modal .c-header__modal__space {
    width: 100%;
    height: 99999px;
    background: rgba(0, 0, 0, 0.8); }

.c-header__modal__content__footer {
  background-color: rgba(23, 23, 23, 0.99);
  margin-top: 2.4rem;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px; }

.c-modal__SNS__box {
  margin: 0 auto;
  border-bottom: 1px solid #444;
  text-align: left;
  padding-bottom: 2.4rem;
  font-weight: bold; }
  .c-modal__SNS__box:before, .c-modal__SNS__box:after {
    content: "";
    display: table; }
  .c-modal__SNS__box:after {
    clear: both; }
  .c-modal__SNS__box button {
    background: none;
    border: none;
    margin-bottom: 1.2rem;
    width: 100%;
    height: 4rem;
    font-size: 1.4rem;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 1.6rem;
    border-radius: 10rem; }
    .c-modal__SNS__box button svg {
      width: 30px;
      height: 30px; }
    .c-modal__SNS__box button span {
      display: block;
      text-align: center;
      width: 100%; }

.c-modal {
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8); }
  .c-modal .c-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 560px;
    height: auto !important;
    z-index: 999999;
    background: #fff;
    margin-left: -280px;
    margin-top: -100px;
    padding-bottom: 40px;
    border-radius: 4px; }
    .c-modal .c-modal__content.completed {
      height: 280px;
      margin-top: -140px; }
    .c-modal .c-modal__content.remove {
      height: 214px;
      margin-top: -107px; }
    .c-modal .c-modal__content.release {
      top: 188px;
      width: 500px;
      height: 230px;
      margin-top: 0; }
    .c-modal .c-modal__content.stamp {
      width: 720px;
      height: 595px;
      margin-left: -360px;
      margin-top: -280px;
      background: #333;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
    .c-modal .c-modal__content.playlist {
      width: 569px;
      height: auto;
      margin-top: -280px; }
    .c-modal .c-modal__content.playlistRemove {
      width: 500px;
      height: 230px;
      margin-top: -280px; }
    .c-modal .c-modal__content.videoAdd {
      width: 790px;
      height: auto;
      margin-top: -280px;
      left: 45%; }
    .c-modal .c-modal__content .c-modal__content__box {
      position: relative; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__close {
        position: absolute;
        background-image: url(../../images/v6/sprite_dashboard_v6.1.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 408px 150px;
        background-position: -108px -84px;
        content: " ";
        display: inline-block;
        width: 32px;
        height: 32px;
        vertical-align: middle;
        top: 4px;
        right: 4px;
        z-index: 999999;
        cursor: pointer; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__close.release {
          background-image: url(../../images/v6/sprite_dashboard_v6.png);
          background-repeat: no-repeat;
          background-size: 376px 150px;
          background-position: -116px -92px;
          content: " ";
          display: inline-block;
          width: 19px;
          height: 18px;
          vertical-align: middle; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp {
        width: 720px;
        padding-top: 24px; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp:before, .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp:after {
          content: "";
          display: table; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp:after {
          clear: both; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__info {
          width: 616px;
          height: 242px;
          margin-left: 52px;
          margin-right: 52px;
          border-bottom: 1px solid #444; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__info .c-modal__content__box__stamp__info__left {
            float: left;
            margin-right: 24px; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__info .c-modal__content__box__stamp__info__right {
            float: left; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__info .c-modal__content__box__stamp__info__right .c-modal__content__box__stamp__info__right__content .c-modal__content__box__stamp__info__right__content__title {
              width: 270px;
              height: 52px;
              font-size: 18px;
              font-size: 1.8rem;
              line-height: 1.6; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__info .c-modal__content__box__stamp__info__right .c-modal__content__box__stamp__info__right__content .c-modal__content__box__stamp__info__right__content__producer {
              margin-top: 14px; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__info .c-modal__content__box__stamp__info__right .c-modal__content__box__stamp__info__right__content .c-modal__content__box__stamp__info__right__content__text {
              width: 355px;
              margin-top: 14px;
              line-height: 1.8; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__info .c-modal__content__box__stamp__info__right .c-modal__content__box__stamp__info__right__content .c-modal__content__box__stamp__info__right__content__register {
              width: 355px;
              margin-top: 20px; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__info .c-modal__content__box__stamp__info__right .c-modal__content__box__stamp__info__right__content .c-modal__content__box__stamp__info__right__content__register:before, .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__info .c-modal__content__box__stamp__info__right .c-modal__content__box__stamp__info__right__content .c-modal__content__box__stamp__info__right__content__register:after {
                content: "";
                display: table; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__info .c-modal__content__box__stamp__info__right .c-modal__content__box__stamp__info__right__content .c-modal__content__box__stamp__info__right__content__register:after {
                clear: both; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__info .c-modal__content__box__stamp__info__right .c-modal__content__box__stamp__info__right__content .c-modal__content__box__stamp__info__right__content__register .c-modal__content__box__stamp__info__right__content__register__button {
                width: 150px;
                height: 40px;
                font-weight: bold;
                margin-right: 12px;
                background: #ffc511;
                border-radius: 4px;
                float: left;
                text-align: center;
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 2.8; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__info .c-modal__content__box__stamp__info__right .c-modal__content__box__stamp__info__right__content .c-modal__content__box__stamp__info__right__content__register .c-modal__content__box__stamp__info__right__content__register__withdrawal {
                width: 144px;
                line-height: 1.4;
                padding-top: 4px;
                float: left; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__area {
          width: 720px;
          height: 306px;
          padding-top: 22px;
          overflow-y: auto;
          overflow-x: hidden; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__area::-webkit-scrollbar {
            width: 8px;
            height: 8px; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__area::-webkit-scrollbar-button {
            width: 0px;
            height: 0px; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__area::-webkit-scrollbar-thumb {
            background: #333333;
            border: 1px inset #000000;
            border-radius: 50px; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__area::-webkit-scrollbar-thumb:hover {
            background: #333333; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__area::-webkit-scrollbar-thumb:active {
            background: #333333; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__area::-webkit-scrollbar-track {
            background: #000000;
            border: 0px none #ffffff;
            border-radius: 50px; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__area::-webkit-scrollbar-track:hover {
            background: #000000; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__area::-webkit-scrollbar-track:active {
            background: #000000; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__area::-webkit-scrollbar-corner {
            background: transparent; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__area .c-modal__content__box__stamp__area__list {
            width: 616px;
            margin-left: 52px; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__area .c-modal__content__box__stamp__area__list li {
              margin-right: 26px;
              margin-bottom: 24px;
              float: left; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__stamp .c-modal__content__box__stamp__area .c-modal__content__box__stamp__area__list li:nth-child(4n) {
                margin-right: 0; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__title {
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        padding: 0 24px;
        line-height: 1.6; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__title .c-modal__content__box__list__title__text {
          display: inline-block;
          padding: 0px;
          margin-top: 40px;
          margin-bottom: 20px;
          border-bottom: none;
          font-weight: bold; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__title .c-modal__content__box__list__title__text.release {
            border-bottom: none;
            padding-top: 40px;
            padding-bottom: 2px; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__title .c-modal__content__box__list__title__text .c-modal__content__box__list__title__text__block {
            margin-bottom: 18px; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__desc {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__desc .c-modal__content__box__list__desc__text {
          display: inline-block;
          width: 294px;
          padding-top: 20px;
          line-height: 1.71; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__msg {
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        line-height: 1.8;
        font-weight: normal; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__msg span {
          font-size: 18px;
          font-size: 1.8rem; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__msg .c-modal__content__box__list__msg__title {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 80%;
          margin: 0 auto; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__msg a {
          font-weight: normal;
          text-decoration: underline; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__button {
        padding-top: 25px;
        text-align: center; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__button .c-modal__content__box__list__button__text {
          display: inline-block;
          width: 200px;
          height: 45px;
          line-height: 3.3;
          text-align: center;
          background: #ff4c11;
          font-size: 14px;
          font-size: 1.4rem;
          border-radius: 2px;
          cursor: pointer; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__movieTitle {
        padding: 0 60px; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__movieTitle__text {
        text-align: left; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__alert {
        display: table;
        width: 560px;
        padding-top: 30px; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__alert.release {
          width: 500px; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__alert .c-modal__content__box__list__alert__buttons {
          width: 280px;
          display: table-cell;
          text-align: center;
          vertical-align: middle; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__alert .c-modal__content__box__list__alert__buttons.ok {
            text-align: left; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__alert .c-modal__content__box__list__alert__buttons.cancel {
            text-align: right; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__alert .c-modal__content__box__list__alert__buttons.center {
            text-align: center; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__alert .c-modal__content__box__list__alert__buttons .c-modal__content__box__list__alert__buttons__ok {
            margin-left: 15px;
            display: inline-block;
            width: 120px;
            height: 40px;
            line-height: 4rem;
            text-align: center;
            vertical-align: middle;
            background: #ff4c11;
            font-size: 14px;
            font-size: 1.4rem;
            border-radius: 2px;
            cursor: pointer; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__alert .c-modal__content__box__list__alert__buttons .c-modal__content__box__list__alert__buttons__cancel {
            margin-right: 15px;
            display: inline-block;
            width: 120px;
            height: 40px;
            line-height: 4rem;
            text-align: center;
            vertical-align: middle;
            background: #a0a0a0;
            font-size: 14px;
            font-size: 1.4rem;
            border-radius: 2px;
            cursor: pointer; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__alert .c-modal__content__box__list__alert__left {
          display: table-cell;
          width: 260px;
          text-align: right;
          padding-right: 20px; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__alert .c-modal__content__box__list__alert__left .c-modal__content__box__list__alert__left__button {
            display: inline-block;
            width: 200px;
            height: 44px;
            line-height: 3.3;
            text-align: center;
            background: #ff4c11;
            font-size: 14px;
            font-size: 1.4rem;
            border: 1px solid #ff4c11;
            border-radius: 2px;
            cursor: pointer; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__alert .c-modal__content__box__list__alert__left .c-modal__content__box__list__alert__left__button.release {
              width: 120px;
              height: 36px;
              background: #ff4c11;
              font-size: 12px;
              font-size: 1.2rem;
              border-radius: 2px;
              box-shadow: 0 1px 2px 0 rgba(179, 137, 12, 0.5); }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__alert .c-modal__content__box__list__alert__right {
          display: table-cell;
          width: 260px;
          text-align: left;
          padding-left: 20px; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__alert .c-modal__content__box__list__alert__right .c-modal__content__box__list__alert__right__button {
            display: inline-block;
            width: 200px;
            height: 44px;
            line-height: 3.3;
            text-align: center;
            background: #fff;
            font-size: 14px;
            font-size: 1.4rem;
            border: 1px solid #2b2b31;
            border-radius: 2px;
            cursor: pointer; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__list .c-modal__content__box__list__alert .c-modal__content__box__list__alert__right .c-modal__content__box__list__alert__right__button.release {
              width: 120px;
              height: 36px;
              background: #a0a0a0;
              font-size: 12px;
              font-size: 1.2rem;
              border-radius: 2px;
              border: 1px solid #a0a0a0;
              box-shadow: 0 1px 5px 0 rgba(160, 160, 160, 0.5); }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlist__title {
        text-align: center;
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlist__title .c-modal__content__box__playlist__title__text {
          display: inline-block;
          padding: 45px 60px 0px;
          font-weight: bold; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlist__title .c-modal__content__box__playlist__title__text.remove {
            padding: 40px 60px 0px; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlist__alert {
        width: 100%;
        padding-top: 30px; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlist__alert .c-modal__content__box__playlist__alert__text {
          width: 400px;
          margin: 0 auto;
          text-align: center;
          line-height: 1.9;
          font-size: 14px;
          font-size: 1.4rem; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlist__button {
        padding-bottom: 30px;
        padding-top: 25px; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlist__button .c-modal__content__box__playlist__button__btn {
          width: 222px;
          margin: 0 auto;
          line-height: 3.0;
          text-align: center;
          background: #34aef6;
          font-size: 14px;
          font-size: 1.4rem;
          border: 1px solid #34aef6;
          border-radius: 2px;
          cursor: pointer; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlist__button .c-modal__content__box__playlist__button__btn.release {
            width: 120px;
            height: 36px;
            background: #ff4c11;
            font-size: 12px;
            font-size: 1.2rem;
            border-radius: 2px;
            box-shadow: 0 1px 2px 0 rgba(179, 137, 12, 0.5); }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlistRemove__alert {
        width: 100%;
        padding-top: 15px; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlistRemove__alert .c-modal__content__box__playlistRemove__alert__text {
          width: 410px;
          margin: 0 auto;
          text-align: center;
          line-height: 1.7;
          font-size: 14px;
          font-size: 1.4rem;
          margin-bottom: 20px; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlistRemove__alert .c-modal__content__box__playlistRemove__alert__text.movieRemove {
            margin-bottom: 50px; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlistRemove__alert .c-modal__content__box__playlistRemove__alert__left {
          display: table-cell;
          width: 260px;
          text-align: right;
          padding-right: 15px; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlistRemove__alert .c-modal__content__box__playlistRemove__alert__left .c-modal__content__box__playlistRemove__alert__left__button {
            display: inline-block;
            width: 118px;
            height: 34px;
            line-height: 2.8;
            text-align: center;
            background: #ff4c11;
            font-size: 12px;
            font-size: 1.2rem;
            border: 1px solid #ff4c11;
            border-radius: 2px;
            cursor: pointer;
            box-shadow: 0px 1px 0px #d9420f; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlistRemove__alert .c-modal__content__box__playlistRemove__alert__left .c-modal__content__box__playlistRemove__alert__left__button:hover {
              opacity: 0.85;
              filter: alpha(opacity=85); }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlistRemove__alert .c-modal__content__box__playlistRemove__alert__right {
          display: table-cell;
          width: 260px;
          text-align: left;
          padding-left: 15px; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlistRemove__alert .c-modal__content__box__playlistRemove__alert__right .c-modal__content__box__playlistRemove__alert__right__button {
            display: inline-block;
            width: 118px;
            height: 34px;
            line-height: 2.8;
            text-align: center;
            background: #a0a0a0;
            font-size: 12px;
            font-size: 1.2rem;
            border: 1px solid #a0a0a0;
            border-radius: 2px;
            cursor: pointer;
            box-shadow: 0px 1px 0px #6e6e6e; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__playlist .c-modal__content__box__playlistRemove__alert .c-modal__content__box__playlistRemove__alert__right .c-modal__content__box__playlistRemove__alert__right__button:hover {
              opacity: 0.85;
              filter: alpha(opacity=85); }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__title {
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__title .c-modal__content__box__videoAdd__title__text {
          display: inline-block;
          padding-top: 45px;
          padding-left: 54px;
          font-weight: bold; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__title .c-modal__content__box__videoAdd__title__textSmall {
          font-size: 12px;
          font-size: 1.2rem;
          padding-top: 10px;
          padding-left: 54px;
          font-weight: normal; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__alert {
        width: 745px;
        height: 42px;
        padding-top: 15px;
        margin: 0 auto;
        border-bottom: 1px solid #7f7f7f;
        position: relative; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__alert .c-modal__content__box__videoAdd__alert__select {
          margin-left: 32px; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__alert .c-modal__content__box__videoAdd__alert__text {
          line-height: 1.9;
          font-size: 14px;
          font-size: 1.4rem; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__alert .c-modal__content__box__videoAdd__alert__button {
          position: absolute; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__alert .c-modal__content__box__videoAdd__alert__button .c-modal__content__box__videoAdd__alert__button__movie {
            display: table-cell;
            width: 140px;
            padding-top: 13px;
            padding-bottom: 13px;
            text-align: center;
            font-size: 14px;
            font-size: 1.4rem;
            cursor: pointer; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__alert .c-modal__content__box__videoAdd__alert__button .c-modal__content__box__videoAdd__alert__button__movie.special {
              cursor: auto; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__alert .c-modal__content__box__videoAdd__alert__button .c-modal__content__box__videoAdd__alert__button__movie:hover {
              border-bottom: 1px solid #ff4c11; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__alert .c-modal__content__box__videoAdd__alert__button .c-modal__content__box__videoAdd__alert__button__movie.selected {
              border-bottom: 1px solid #ff4c11; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__alert .c-modal__content__box__videoAdd__alert__button .c-modal__content__box__videoAdd__alert__button__movie.selected:hover {
                border-bottom: 1px solid #ff4c11; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__alert .c-modal__content__box__videoAdd__alert__button .c-modal__content__box__videoAdd__alert__button__url {
            display: table-cell;
            width: 140px;
            padding-top: 13px;
            padding-bottom: 13px;
            text-align: center;
            font-size: 14px;
            font-size: 1.4rem;
            cursor: pointer; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__alert .c-modal__content__box__videoAdd__alert__button .c-modal__content__box__videoAdd__alert__button__url:hover {
              border-bottom: 1px solid #ff4c11; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__alert .c-modal__content__box__videoAdd__alert__button .c-modal__content__box__videoAdd__alert__button__url.selected {
              border-bottom: 1px solid #ff4c11; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__alert .c-modal__content__box__videoAdd__alert__button .c-modal__content__box__videoAdd__alert__button__url.selected:hover {
                border-bottom: 1px solid #ff4c11; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__textbox {
        text-align: center; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__textbox .c-modal__content__box__videoAdd__textbox__img {
          width: 54px;
          height: 54px;
          background-image: url(../../images/v4/searchIcon.png);
          background-repeat: no-repeat;
          background-size: 54px 54px;
          display: inline-block;
          margin-top: 60px; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__textbox .c-modal__content__box__videoAdd__textbox__text {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: normal;
          margin-top: 25px;
          margin-bottom: 80px; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie {
        width: 745px;
        padding-top: 15px;
        margin: 0 auto; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__list {
          width: 745px;
          height: 338px;
          overflow: auto;
          border-top: 1px solid #f5f5f5;
          border-bottom: 1px solid #7f7f7f;
          padding-top: 15px; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__list .c-modal__content__box__videoAdd__movie__list__itemlist {
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 20px; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__list .c-modal__content__box__videoAdd__movie__list__itemlist .c-modal__content__box__videoAdd__movie__list__itemlist__dots {
              width: 18px;
              vertical-align: middle;
              text-align: center;
              display: table-cell;
              padding: 11px 10px; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__list .c-modal__content__box__videoAdd__movie__list__itemlist .c-modal__content__box__videoAdd__movie__list__itemlist__img {
              position: relative;
              display: table-cell;
              vertical-align: top;
              width: 120px; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__list .c-modal__content__box__videoAdd__movie__list__itemlist .c-modal__content__box__videoAdd__movie__list__itemlist__img:hover .c-modal__content__box__videoAdd__movie__list__itemlist__img__playicon {
                display: block;
                background-image: url(../../images/v6/sprite_dashboard_v6.png);
                background-repeat: no-repeat;
                background-size: 376px 150px;
                background-position: -218px -115px;
                content: " ";
                display: inline-block;
                width: 23px;
                height: 24px;
                vertical-align: middle; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__list .c-modal__content__box__videoAdd__movie__list__itemlist .c-modal__content__box__videoAdd__movie__list__itemlist__img:hover {
                opacity: 0.9; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__list .c-modal__content__box__videoAdd__movie__list__itemlist .c-modal__content__box__videoAdd__movie__list__itemlist__img img {
                width: 120px;
                height: 68px; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__list .c-modal__content__box__videoAdd__movie__list__itemlist .c-modal__content__box__videoAdd__movie__list__itemlist__img .c-modal__content__box__videoAdd__movie__list__itemlist__img__playicon {
                display: none;
                position: absolute;
                top: 35%;
                left: 45%; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__list .c-modal__content__box__videoAdd__movie__list__itemlist .c-modal__content__box__videoAdd__movie__list__itemlist__img .c-modal__content__box__videoAdd__movie__list__itemlist__img__movieSheets {
                display: inline-block;
                position: absolute;
                z-index: 3;
                bottom: 0;
                right: 0;
                margin-bottom: 2px;
                font-size: 11px;
                font-size: 1.1rem;
                line-height: 1.1;
                padding: 4px 9px 4px;
                text-align: center; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__list .c-modal__content__box__videoAdd__movie__list__itemlist .c-modal__content__box__videoAdd__movie__list__itemlist__img .c-modal__content__box__videoAdd__movie__list__itemlist__img__file {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2;
                width: 188px;
                height: 106px; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__list .c-modal__content__box__videoAdd__movie__list__itemlist .c-modal__content__box__videoAdd__movie__list__itemlist__desc {
              display: table-cell;
              vertical-align: top;
              padding-left: 16px; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__list .c-modal__content__box__videoAdd__movie__list__itemlist .c-modal__content__box__videoAdd__movie__list__itemlist__desc .c-modal__content__box__videoAdd__movie__list__itemlist__desc__title {
                font-size: 12px;
                font-size: 1.2rem;
                margin-bottom: 8px;
                width: 510px;
                max-width: 510px;
                height: 16px;
                line-height: 1.4;
                font-weight: bold;
                text-decoration: none;
                word-break: break-all;
                display: inline-block;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden; }
                .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__list .c-modal__content__box__videoAdd__movie__list__itemlist .c-modal__content__box__videoAdd__movie__list__itemlist__desc .c-modal__content__box__videoAdd__movie__list__itemlist__desc__title:before {
                  margin-top: -4px;
                  margin-right: 6px;
                  z-index: 1;
                  background-image: url(../../images/v6/sprite_dashboard_v6.png);
                  background-repeat: no-repeat;
                  background-size: 376px 150px;
                  background-position: -116px -70px;
                  content: " ";
                  display: inline-block;
                  width: 14px;
                  height: 13px;
                  vertical-align: middle; }
                .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__list .c-modal__content__box__videoAdd__movie__list__itemlist .c-modal__content__box__videoAdd__movie__list__itemlist__desc .c-modal__content__box__videoAdd__movie__list__itemlist__desc__title.private:before {
                  margin-top: -4px;
                  margin-right: 6px;
                  z-index: 1;
                  background-image: url(../../images/v6/sprite_dashboard_v6.png);
                  background-repeat: no-repeat;
                  background-size: 376px 150px;
                  background-position: -135px -70px;
                  content: " ";
                  display: inline-block;
                  width: 14px;
                  height: 13px;
                  vertical-align: middle; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__list .c-modal__content__box__videoAdd__movie__list__itemlist .c-modal__content__box__videoAdd__movie__list__itemlist__desc .c-modal__content__box__videoAdd__movie__list__itemlist__desc__gametitle {
                font-size: 12px;
                font-size: 1.2rem;
                font-weight: normal; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__list .c-modal__content__box__videoAdd__movie__list__itemlist .c-modal__content__box__videoAdd__movie__list__itemlist__desc .c-modal__content__box__videoAdd__movie__list__itemlist__desc__username {
                font-size: 12px;
                font-size: 1.2rem;
                font-weight: normal;
                padding-top: 10px; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__movie .c-modal__content__box__videoAdd__movie__item__title .c-modal__content__box__videoAdd__movie__item__title__button {
          border: 1px solid;
          padding: 4px 28px; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url {
        display: none;
        padding-top: 15px;
        margin: 0 auto; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__title {
          font-size: 14px;
          font-size: 1.4rem;
          padding-left: 35px; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__input {
          margin-top: 8px;
          padding-left: 35px; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__input .c-modal__content__box__videoAdd__url__input__box {
            width: 657px;
            font-size: 14px;
            font-size: 1.4rem;
            border-radius: 2px;
            font-weight: normal;
            border: 1px solid #a0a0a0;
            padding: 6px 8px;
            outline: 0;
            -webkit-appearance: none; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__list {
          width: 745px;
          display: block;
          margin: 0 auto;
          border-bottom: 1px solid #7f7f7f;
          padding-top: 15px;
          padding-bottom: 80px; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__list .c-modal__content__box__videoAdd__url__list__itemlist {
            padding-top: 15px;
            padding-bottom: 15px;
            margin-left: 40px;
            margin-right: 40px; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__list .c-modal__content__box__videoAdd__url__list__itemlist .c-modal__content__box__videoAdd__url__list__itemlist__dots {
              width: 18px;
              vertical-align: middle;
              text-align: center;
              display: table-cell;
              padding: 11px 10px; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__list .c-modal__content__box__videoAdd__url__list__itemlist .c-modal__content__box__videoAdd__url__list__itemlist__img {
              position: relative;
              display: table-cell;
              vertical-align: top;
              width: 120px; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__list .c-modal__content__box__videoAdd__url__list__itemlist .c-modal__content__box__videoAdd__url__list__itemlist__img:hover .c-modal__content__box__videoAdd__url__list__itemlist__img__playicon {
                display: block;
                background-image: url(../../images/v6/sprite_dashboard_v6.png);
                background-repeat: no-repeat;
                background-size: 376px 150px;
                background-position: -218px -115px;
                content: " ";
                display: inline-block;
                width: 23px;
                height: 24px;
                vertical-align: middle;
                z-index: 3; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__list .c-modal__content__box__videoAdd__url__list__itemlist .c-modal__content__box__videoAdd__url__list__itemlist__img:hover img {
                opacity: 0.9; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__list .c-modal__content__box__videoAdd__url__list__itemlist .c-modal__content__box__videoAdd__url__list__itemlist__img img {
                width: 120px;
                height: 68px; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__list .c-modal__content__box__videoAdd__url__list__itemlist .c-modal__content__box__videoAdd__url__list__itemlist__img .c-modal__content__box__videoAdd__url__list__itemlist__img__playicon {
                display: none;
                position: absolute;
                top: 35%;
                left: 45%; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__list .c-modal__content__box__videoAdd__url__list__itemlist .c-modal__content__box__videoAdd__url__list__itemlist__img .c-modal__content__box__videoAdd__url__list__itemlist__img__movieSheets {
                display: inline-block;
                position: absolute;
                z-index: 3;
                bottom: 0;
                right: 0;
                margin-bottom: 2px;
                font-size: 11px;
                font-size: 1.1rem;
                line-height: 1.1;
                padding: 4px 9px 4px;
                text-align: center; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__list .c-modal__content__box__videoAdd__url__list__itemlist .c-modal__content__box__videoAdd__url__list__itemlist__img .c-modal__content__box__videoAdd__url__list__itemlist__img__file {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2;
                width: 188px;
                height: 106px; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__list .c-modal__content__box__videoAdd__url__list__itemlist .c-modal__content__box__videoAdd__url__list__itemlist__desc {
              display: table-cell;
              vertical-align: top;
              padding-left: 16px; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__list .c-modal__content__box__videoAdd__url__list__itemlist .c-modal__content__box__videoAdd__url__list__itemlist__desc .c-modal__content__box__videoAdd__url__list__itemlist__desc__title {
                font-size: 12px;
                font-size: 1.2rem;
                margin-bottom: 8px;
                width: 510px;
                max-width: 510px;
                height: 16px;
                line-height: 1.4;
                font-weight: bold;
                text-decoration: none;
                word-break: break-all;
                display: inline-block;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden; }
                .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__list .c-modal__content__box__videoAdd__url__list__itemlist .c-modal__content__box__videoAdd__url__list__itemlist__desc .c-modal__content__box__videoAdd__url__list__itemlist__desc__title:before {
                  margin-top: -4px;
                  margin-right: 6px;
                  z-index: 1;
                  background-image: url(../../images/v6/sprite_dashboard_v6.png);
                  background-repeat: no-repeat;
                  background-size: 376px 150px;
                  background-position: -116px -70px;
                  content: " ";
                  display: inline-block;
                  width: 14px;
                  height: 13px;
                  vertical-align: middle; }
                .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__list .c-modal__content__box__videoAdd__url__list__itemlist .c-modal__content__box__videoAdd__url__list__itemlist__desc .c-modal__content__box__videoAdd__url__list__itemlist__desc__title.private:before {
                  margin-top: -4px;
                  margin-right: 6px;
                  z-index: 1;
                  background-image: url(../../images/v6/sprite_dashboard_v6.png);
                  background-repeat: no-repeat;
                  background-size: 376px 150px;
                  background-position: -135px -70px;
                  content: " ";
                  display: inline-block;
                  width: 14px;
                  height: 13px;
                  vertical-align: middle; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__list .c-modal__content__box__videoAdd__url__list__itemlist .c-modal__content__box__videoAdd__url__list__itemlist__desc .c-modal__content__box__videoAdd__url__list__itemlist__desc__gametitle {
                font-size: 12px;
                font-size: 1.2rem;
                font-weight: normal; }
              .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__url .c-modal__content__box__videoAdd__url__list .c-modal__content__box__videoAdd__url__list__itemlist .c-modal__content__box__videoAdd__url__list__itemlist__desc .c-modal__content__box__videoAdd__url__list__itemlist__desc__username {
                font-size: 12px;
                font-size: 1.2rem;
                font-weight: normal;
                padding-top: 10px; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__urlTextbox {
        text-align: center; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__urlTextbox .c-modal__content__box__videoAdd__urlTextbox__text {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.5;
          font-weight: normal;
          margin-top: 25px; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__urlTextbox .c-modal__content__box__videoAdd__urlTextbox__caution {
          font-size: 10px;
          font-size: 1rem;
          font-weight: bold;
          margin-top: 25px;
          margin-bottom: 42px; }
      .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__button {
        width: 100%;
        padding-top: 17px;
        padding-bottom: 17px;
        text-align: right; }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__button .c-modal__content__box__videoAdd__button__left {
          display: inline-block;
          padding-right: 8px; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__button .c-modal__content__box__videoAdd__button__left .c-modal__content__box__videoAdd__button__leftBtn {
            display: inline-block;
            width: 118px;
            height: 34px;
            line-height: 2.8;
            text-align: center;
            background: #a0a0a0;
            font-size: 12px;
            font-size: 1.2rem;
            border: 1px solid #a0a0a0;
            border-radius: 2px;
            cursor: pointer;
            box-shadow: 0px 1px 0px #6e6e6e; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__button .c-modal__content__box__videoAdd__button__left .c-modal__content__box__videoAdd__button__leftBtn:hover {
              opacity: 0.85;
              filter: alpha(opacity=85); }
        .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__button .c-modal__content__box__videoAdd__button__right {
          display: inline-block;
          margin-right: 50px;
          padding-left: 8px; }
          .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__button .c-modal__content__box__videoAdd__button__right .c-modal__content__box__videoAdd__button__rightBtn {
            display: inline-block;
            min-width: 118px;
            padding-left: 3px;
            padding-right: 3px;
            height: 34px;
            line-height: 2.8;
            text-align: center;
            background: #ff4c11;
            font-size: 12px;
            font-size: 1.2rem;
            border: 1px solid #ff4c11;
            border-radius: 2px;
            cursor: pointer;
            box-shadow: 0px 1px 0px #d9420f; }
            .c-modal .c-modal__content .c-modal__content__box .c-modal__content__box__videoAdd .c-modal__content__box__videoAdd__button .c-modal__content__box__videoAdd__button__right .c-modal__content__box__videoAdd__button__rightBtn:hover {
              opacity: 0.85;
              filter: alpha(opacity=85); }
  .c-modal .c-modal__content--lightBg {
    box-sizing: border-box;
    width: 708px;
    height: auto;
    min-height: 200px;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
    @media (max-width: 1000px) {
      .c-modal .c-modal__content--lightBg {
        top: 30%; } }
    .c-modal .c-modal__content--lightBg .c-modal__content__box {
      padding: 46px 40px 45px; }
      .c-modal .c-modal__content--lightBg .c-modal__content__box .c-modal__content__box__close {
        position: absolute;
        background-image: url(../../images/v6/sprite_payment_ver3.png);
        background-repeat: no-repeat;
        background-size: 612px 405px;
        background-position: -58px -6px;
        content: " ";
        display: inline-block;
        width: 18px;
        height: 18px;
        vertical-align: middle;
        top: 12px;
        right: 12px;
        z-index: 999999;
        cursor: pointer; }
  .c-modal .c-modal__box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow-y: auto;
    overflow-x: hidden; }
    .c-modal .c-modal__box::-webkit-scrollbar {
      width: 8px;
      height: 8px; }
    .c-modal .c-modal__box::-webkit-scrollbar-button {
      width: 0px;
      height: 0px; }
    .c-modal .c-modal__box::-webkit-scrollbar-thumb {
      background: #333333;
      border: 1px inset #000000;
      border-radius: 50px; }
    .c-modal .c-modal__box::-webkit-scrollbar-thumb:hover {
      background: #333333; }
    .c-modal .c-modal__box::-webkit-scrollbar-thumb:active {
      background: #333333; }
    .c-modal .c-modal__box::-webkit-scrollbar-track {
      background: #000000;
      border: 0px none #ffffff;
      border-radius: 50px; }
    .c-modal .c-modal__box::-webkit-scrollbar-track:hover {
      background: #000000; }
    .c-modal .c-modal__box::-webkit-scrollbar-track:active {
      background: #000000; }
    .c-modal .c-modal__box::-webkit-scrollbar-corner {
      background: transparent; }
    .c-modal .c-modal__box .c-modal__box__frame {
      position: relative;
      height: 100%; }
      .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content {
        position: absolute;
        z-index: 100000;
        top: 130px;
        left: 50%;
        width: 578px;
        margin-left: -239px; }
        .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content.secession {
          width: 440px;
          height: auto;
          top: 50%;
          margin-top: -180px;
          background: #333; }
          .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content.secession .c-modal__box__frame__content__desc {
            padding-bottom: 30px; }
        .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content.channelIdSetup {
          top: 50%;
          height: 264px;
          margin-top: -132px;
          background: #333; }
          .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content.channelIdSetup.error {
            height: 298px;
            margin-top: -149px; }
        .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content.passwordChange {
          top: 50%;
          height: 474px;
          margin-top: -237px;
          background: #333; }
          .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content.passwordChange.error {
            height: 522px;
            margin-top: -261px; }
        .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content.premiumCancelMsg {
          width: 530px;
          height: auto;
          top: 50%;
          margin-top: -180px;
          background: #333; }
        .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__title {
          font-size: 24px;
          font-size: 2.4rem;
          margin-bottom: 30px; }
          .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__title.secession {
            width: 300px;
            text-align: center;
            margin: 30px auto 15px;
            padding-bottom: 16px;
            border-bottom: 1px solid #444; }
          .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__title.channelIdSetup {
            width: 244px;
            text-align: center;
            margin: 50px auto 30px;
            padding-bottom: 12px;
            border-bottom: 1px solid #444; }
          .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__title.passwordChange {
            width: 244px;
            text-align: center;
            margin: 50px auto 30px;
            padding-bottom: 12px;
            border-bottom: 1px solid #444; }
          .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__title.premiumCancelMsg {
            width: 350px;
            text-align: center;
            margin: 30px auto 15px;
            padding-bottom: 16px; }
          .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__title .c-modal__box__frame__content__title__desc {
            font-size: 12px;
            font-size: 1.2rem; }
        .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__desc {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.6;
          padding-bottom: 130px;
          word-wrap: break-word; }
          .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__desc a {
            font-size: 14px;
            font-size: 1.4rem; }
          .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__desc.premiumCancelMsg {
            text-align: center;
            padding-bottom: 30px; }
          .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__desc .c-modal__box__frame__content__desc__button {
            text-align: center; }
            .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__desc .c-modal__box__frame__content__desc__button .c-modal__box__frame__content__desc__button__cancel {
              display: inline-block;
              font-size: 14px;
              font-size: 1.4rem;
              padding: 10px 32px;
              cursor: pointer; }
              .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__desc .c-modal__box__frame__content__desc__button .c-modal__box__frame__content__desc__button__cancel:hover {
                background: #444; }
            .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__desc .c-modal__box__frame__content__desc__button .c-modal__box__frame__content__desc__button__save {
              display: inline-block;
              font-size: 14px;
              font-size: 1.4rem;
              padding: 10px 32px;
              cursor: pointer; }
              .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__desc .c-modal__box__frame__content__desc__button .c-modal__box__frame__content__desc__button__save:hover {
                background: #444; }
        .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list {
          width: 100%;
          margin-bottom: 25px; }
          .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__title {
            margin: 0 auto 10px;
            font-size: 14px;
            font-size: 1.4rem; }
            .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__title.newPassword {
              margin-top: 30px; }
          .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__item {
            display: block;
            margin: 0 auto;
            padding: 15px 0;
            background: #222;
            font-size: 13px;
            font-size: 1.3rem;
            border-radius: 4px; }
            .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__item.error {
              border: 1px solid #ff2d55; }
            .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__item.repassword {
              margin-top: 14px; }
            .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__item .c-modal__box__frame__content__list__item__input {
              width: 74%;
              font-size: 14px;
              font-size: 1.4rem;
              line-height: 1.6;
              background: #333;
              border: 0 !important;
              -webkit-appearance: none;
              outline: 0;
              background: #222; }
              .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__item .c-modal__box__frame__content__list__item__input::-webkit-input-placeholder {
                color: #ffc511; }
              .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__item .c-modal__box__frame__content__list__item__input:-moz-placeholder {
                color: #ffc511;
                opacity: 1; }
              .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__item .c-modal__box__frame__content__list__item__input::-moz-placeholder {
                color: #ffc511;
                opacity: 1; }
              .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__item .c-modal__box__frame__content__list__item__input:-ms-input-placeholder {
                color: #ffc511; }
              .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__item .c-modal__box__frame__content__list__item__input.error::-webkit-input-placeholder {
                color: #ff2d55; }
              .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__item .c-modal__box__frame__content__list__item__input.error:-moz-placeholder {
                color: #ff2d55;
                opacity: 1; }
              .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__item .c-modal__box__frame__content__list__item__input.error::-moz-placeholder {
                color: #ff2d55;
                opacity: 1; }
              .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__item .c-modal__box__frame__content__list__item__input.error:-ms-input-placeholder {
                color: #ff2d55; }
            .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__item:before {
              background-image: url(../../images/v4/sprites.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -79px -55px;
              content: " ";
              display: inline-block;
              width: 14px;
              height: 17px;
              vertical-align: middle;
              margin: 0 17px 0 10px; }
            .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__item.error:before {
              background-image: url(../../images/v4/sprites.png);
              background-repeat: no-repeat;
              background-size: 320px 240px;
              background-position: -176px -101px;
              content: " ";
              display: inline-block;
              width: 14px;
              height: 17px;
              vertical-align: middle; }
            .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__item.error:after {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -220px -131px;
              content: " ";
              display: inline-block;
              width: 18px;
              height: 19px;
              vertical-align: middle; }
          .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__submit {
            display: block;
            margin-top: 30px;
            text-align: center; }
            .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__list .c-modal__box__frame__content__list__submit .c-modal__box__frame__content__list__submit__button {
              width: 200px;
              height: 40px;
              margin: 0 auto;
              line-height: 3.1;
              text-align: center;
              background: #ff4c11;
              border-radius: 2px;
              cursor: pointer; }
      .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__close {
        position: absolute;
        background-image: url(../../images/v4/sprites.png);
        background-repeat: no-repeat;
        background-size: 320px 240px;
        background-position: -240px -4px;
        content: " ";
        display: inline-block;
        width: 18px;
        height: 18px;
        vertical-align: middle;
        vertical-align: middle;
        top: 20px;
        right: 20px;
        z-index: 999999;
        cursor: pointer; }

.c-toast__wrapper {
  position: fixed;
  padding: 16px;
  padding-right: 32px;
  background: #444;
  line-height: 1.6;
  border: 1px solid #444;
  border-radius: 6px;
  width: 200px;
  min-height: 70px;
  z-index: 99999;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.4); }
  .c-toast__wrapper.A {
    position: fixed;
    top: 80px;
    left: 24px; }
  .c-toast__wrapper.B {
    position: fixed;
    top: 80px;
    right: 24px; }
  .c-toast__wrapper.B2 {
    position: fixed;
    top: 80px;
    right: 24px; }
  .c-toast__wrapper.C {
    position: fixed;
    bottom: 24px;
    right: 24px; }
  .c-toast__wrapper.D {
    position: fixed;
    bottom: 24px;
    left: 24px; }
  .c-toast__wrapper .c-btn__toastClose {
    position: absolute;
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -57px -186px;
    content: " ";
    display: inline-block;
    width: 11px;
    height: 11px;
    vertical-align: middle;
    top: 16px;
    right: 14px;
    z-index: 999999;
    cursor: pointer; }

.c-common__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; }
  .c-common__modal .c-common__modal__overlay {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4); }
  .c-common__modal .c-common__modal__content {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 484px;
    height: auto;
    z-index: 100000;
    background: rgba(51, 51, 51, 0.9);
    padding-top: 48px;
    padding-bottom: 58px;
    border-radius: 16px; }
    .c-common__modal .c-common__modal__content.c-common__modal__content__minTop {
      top: calc(50% - 106px); }
    .c-common__modal .c-common__modal__content.c-common__modal__content__minLeft {
      left: calc(50% - 242px); }
    .c-common__modal .c-common__modal__content .c-common__modal__content__title {
      font-weight: bold;
      font-size: 18px;
      padding-right: 32px;
      padding-left: 32px;
      text-align: center;
      line-height: 26px; }
    .c-common__modal .c-common__modal__content .c-common__modal__content__description {
      font-size: 12px;
      text-align: center;
      margin-top: 16px;
      line-height: 20.4px;
      padding: 0 80px; }
    .c-common__modal .c-common__modal__content .c-common__modal__content__btn__wrapper {
      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;
      padding-right: 75px;
      padding-left: 75px;
      margin-top: 40px; }
    .c-common__modal .c-common__modal__content .c-common__modal__content__ok__btn,
    .c-common__modal .c-common__modal__content .c-common__modal__content__cancel__btn {
      line-height: 40px;
      text-align: center;
      border-radius: 20px;
      cursor: pointer;
      font-size: 14px;
      font-weight: bold;
      vertical-align: middle; }
    .c-common__modal .c-common__modal__content .c-common__modal__content__ok__btn {
      width: 160px;
      height: 40px;
      background: #ffc511;
      border: none; }
    .c-common__modal .c-common__modal__content .c-common__modal__content__cancel__btn {
      width: 158px;
      height: 38px;
      background: #333;
      border: 1px solid #ffc511;
      margin-right: 15px; }
    .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture {
      text-align: center; }
      .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image {
        background-size: contain;
        background-repeat: no-repeat;
        margin: 32px auto; }
        .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.chrome {
          width: 320px;
          height: 126px; }
          .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.chrome.ja {
            background-image: url(../../images/v6/pop_chrome_jp.png); }
          .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.chrome.en {
            background-image: url(../../images/v6/pop_chrome_en.png); }
          .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.chrome.zh {
            background-image: url(../../images/v6/pop_chrome_ch.png); }
          .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.chrome.ko {
            background-image: url(../../images/v6/pop_chrome_kr.png); }
        .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.firefox {
          width: 355px;
          height: 112px; }
          .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.firefox.ja {
            background-image: url(../../images/v6/pop_firefox_jp.png); }
          .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.firefox.en {
            background-image: url(../../images/v6/pop_firefox_en.png); }
          .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.firefox.zh {
            background-image: url(../../images/v6/pop_firefox_ch.png); }
          .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.firefox.ko {
            background-image: url(../../images/v6/pop_firefox_kr.png); }
        .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.edge {
          width: 355px;
          height: 93px; }
          .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.edge.ja {
            background-image: url(../../images/v6/pop_edge_jp.png); }
          .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.edge.en {
            background-image: url(../../images/v6/pop_edge_en.png); }
          .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.edge.zh {
            background-image: url(../../images/v6/pop_edge_ch.png); }
          .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.edge.ko {
            background-image: url(../../images/v6/pop_edge_kr.png); }
        .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.edg {
          width: 355px;
          height: 93px; }
          .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.edg.ja {
            background-image: url(../../images/v6/pop_edg_jp.png); }
          .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.edg.en {
            background-image: url(../../images/v6/pop_edg_en.png); }
          .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.edg.zh {
            background-image: url(../../images/v6/pop_edg_ch.png); }
          .c-common__modal .c-common__modal__content .c-header__modal__content__pushSetting__capture .image.edg.ko {
            background-image: url(../../images/v6/pop_edg_kr.png); }
    .c-common__modal .c-common__modal__content .c-common__modal__content__pushSetting__process {
      margin: 26px 32px 32px;
      padding: 10px 20px;
      border-radius: 8px;
      font-size: 13px;
      font-weight: 600; }
      .c-common__modal .c-common__modal__content .c-common__modal__content__pushSetting__process .c-common__modal__content__pushSetting__process__list {
        margin: 8px 5px; }
        .c-common__modal .c-common__modal__content .c-common__modal__content__pushSetting__process .c-common__modal__content__pushSetting__process__list .one {
          display: inline-block;
          background-image: url(../../images/number_one.svg);
          background-size: contain;
          width: 18px;
          height: 18px;
          vertical-align: text-bottom;
          margin-right: 6px; }
        .c-common__modal .c-common__modal__content .c-common__modal__content__pushSetting__process .c-common__modal__content__pushSetting__process__list .two {
          display: inline-block;
          background-image: url(../../images/number_two.svg);
          background-size: contain;
          width: 18px;
          height: 18px;
          vertical-align: text-bottom;
          margin-right: 6px; }
        .c-common__modal .c-common__modal__content .c-common__modal__content__pushSetting__process .c-common__modal__content__pushSetting__process__list .lock {
          display: inline-block;
          background-image: url(../../images/lock.svg);
          background-size: contain;
          width: 22px;
          height: 22px;
          vertical-align: text-bottom; }
        .c-common__modal .c-common__modal__content .c-common__modal__content__pushSetting__process .c-common__modal__content__pushSetting__process__list .bell {
          display: inline-block;
          background-image: url(../../images/bell_browser.svg);
          background-size: contain;
          width: 22px;
          height: 22px;
          vertical-align: text-bottom; }
  .c-common__modal .c-common__modal__content__close {
    background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 427px 240px;
    background-position: -310px -35px;
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer; }
  .c-common__modal.fanletter {
    position: fixed;
    left: calc(50% - 460px/2); }
    .c-common__modal.fanletter .c-common__modal__content {
      width: 460px;
      padding: 40px; }
      .c-common__modal.fanletter .c-common__modal__content .c-common__modal__content__fanletter .c-common__modal__content__fanletter__title {
        text-align: center;
        margin-bottom: 12px; }
        .c-common__modal.fanletter .c-common__modal__content .c-common__modal__content__fanletter .c-common__modal__content__fanletter__title span {
          font-size: 18px;
          font-size: 1.8rem;
          height: 28px;
          font-size: 24px;
          font-weight: bold;
          line-height: 1.4; }
      .c-common__modal.fanletter .c-common__modal__content .c-common__modal__content__fanletter .c-common__modal__content__fanletter__description {
        width: auto;
        font-size: 13px;
        line-height: 1.4; }
      .c-common__modal.fanletter .c-common__modal__content .c-common__modal__content__fanletter .c-common__modal__content__fanletter__img {
        width: auto;
        margin: 12px 0 24px; }
        .c-common__modal.fanletter .c-common__modal__content .c-common__modal__content__fanletter .c-common__modal__content__fanletter__img img {
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%; }
    .c-common__modal.fanletter .c-modal-button {
      background-color: #ff2d55;
      color: #fff; }

.c-common__modal__close,
.c-header__modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 999999;
  background: none;
  border: none;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  min-width: 3.2rem;
  height: 3.2rem; }

.c-modal-section {
  padding-bottom: 2.4rem; }

/*
@example
&lt;div class="c-modal-sub-heading"&gt;
  &lt;div class="c-modal-sub-heading__inner"&gt;
    title
  &lt;/div&gt;
&lt;/div&gt;
*/
.c-modal-sub-heading {
  margin-bottom: 1.6rem;
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: normal;
  text-align: center; }
  .c-modal-sub-heading::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 0; }

.c-modal-sub-heading__inner {
  position: relative;
  padding: 0 1.6rem; }

.c-modal-button-group &gt; button:not(:first-child) {
  margin-top: 1.2rem; }

.c-modal-icon {
  width: 3rem;
  height: 3rem; }

/*
@example
&lt;button class="c-modal-button c-modal-button_icon"&gt;
  &lt;svg class="c-modal-icon"&gt;&lt;/svg&gt;
  &lt;span class="c-modal-button__label"&gt;
    label
  &lt;/span&gt;
&lt;/button&gt;
*/
.c-modal-button {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.6rem;
  width: 100%;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 10rem;
  white-space: nowrap;
  cursor: pointer;
  border: none; }

.c-modal-button_icon {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .c-modal-button_icon::after {
    content: '';
    display: block;
    width: 3rem; }
  .c-modal-button_icon &gt; .c-modal-icon {
    margin-right: 0.4rem; }

.c-modal-button_twitter {
  color: #fff;
  background-color: #0F1419;
  border: 0px; }
  .c-modal-button_twitter .c-modal-x_svg-wrapper {
    padding-top: 1rem; }
  .c-modal-button_twitter &gt; .c-modal-icon {
    fill: #fff; }

.c-modal-button_facebook {
  color: #fff;
  background-color: #007af7;
  border: 0px; }
  .c-modal-button_facebook &gt; .c-modal-icon {
    fill: #fff; }

.c-modal-button_google {
  color: #777;
  background-color: #fff;
  border: 0.1rem solid rgba(68, 63, 95, 0.2); }

.c-modal-button_yahoo {
  color: #ff0033;
  background-color: #ffffff;
  border: 0.1rem solid rgba(68, 63, 95, 0.2); }

.c-modal-button_mail {
  color: #ff8300;
  background-color: transparent;
  border: 0.1rem solid #ff8300; }
  .c-modal-button_mail &gt; .c-modal-icon {
    fill: #ff8300; }

.c-modal-button_default {
  color: #e4e3e8;
  background-color: transparent;
  border: 0.1rem solid rgba(255, 255, 255, 0.3); }

.c-modal-line {
  margin: 0;
  margin-bottom: 1.6rem;
  width: 100%;
  height: 0;
  border: none; }

.c-modal-note {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: normal; }

.c-modal-anchor {
  display: inline; }

.c-modal-thanks-yell__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 99999; }

.c-modal-thanks-yell__content {
  position: relative;
  margin: auto;
  width: 51.6rem;
  border-radius: 1.6rem; }

.c-modal-thanks-yell__close-wrapper {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  cursor: pointer; }

.c-modal-thanks-yell__inner {
  padding: 4.8rem 7.4rem; }

.c-modal-thanks-yell__title {
  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;
  font-size: 20px;
  font-weight: 600; }

.c-modal-thanks-yell__text {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  line-height: 2.72rem; }
  .c-modal-thanks-yell__text__strong {
    font-weight: 600; }

.c-modal-thanks-yell__stats {
  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;
  margin-top: 1.6rem;
  padding: 0.8rem 1.6rem;
  border-radius: 0.8rem; }

.c-modal-thanks-yell__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  gap: 0.8rem; }

.c-modal-thanks-yell__counts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.c-modal-thanks-yell__btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.2rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.6rem; }

.c-modal-thanks-yell__close-btn {
  border-radius: 2.4rem;
  height: 4rem;
  padding: 0 1.2rem;
  gap: 1.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border: none;
  font-size: 14px;
  font-weight: 600; }

.c-modal-thanks-yell__thanks-btn {
  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;
  border-radius: 24px;
  height: 4rem;
  padding: 0 1.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border: none;
  font-size: 14px;
  font-weight: 600; }

.c-toolTip,
.c-toolTip2 {
  display: none; }
  .c-toolTip.upper,
  .c-toolTip2.upper {
    top: -180px; }
  .c-toolTip .c-toolTip__content,
  .c-toolTip2 .c-toolTip__content {
    position: absolute;
    top: -20px;
    left: 30px;
    z-index: 2;
    width: 244px;
    padding: 18px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px; }
    .c-toolTip .c-toolTip__content dt,
    .c-toolTip2 .c-toolTip__content dt {
      margin-bottom: 9px;
      padding-bottom: 9px;
      border-bottom: 1px solid #eaeaea;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold; }
    .c-toolTip .c-toolTip__content dd,
    .c-toolTip2 .c-toolTip__content dd {
      font-weight: lighter;
      line-height: 1.8;
      font-size: 12px;
      font-size: 1.2rem; }
      .c-toolTip .c-toolTip__content dd a,
      .c-toolTip2 .c-toolTip__content dd a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
        text-decoration: underline;
        font-weight: bold; }
        .c-toolTip .c-toolTip__content dd a:hover,
        .c-toolTip2 .c-toolTip__content dd a:hover {
          text-decoration: none; }
  .c-toolTip .c-toolTip__arrow1,
  .c-toolTip2 .c-toolTip__arrow1 {
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: transparent #eaeaea transparent transparent;
    position: absolute;
    z-index: 3;
    top: -4px;
    left: 10px; }
  .c-toolTip .c-toolTip__arrow2,
  .c-toolTip2 .c-toolTip__arrow2 {
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    z-index: 3;
    top: -4px;
    left: 12px; }
  .c-toolTip .c-toolTip__close,
  .c-toolTip2 .c-toolTip__close {
    position: absolute;
    top: -10px;
    left: 290px;
    z-index: 4;
    display: inline-block;
    background-image: url("../../images/v4/toolTipClose.png");
    background-size: 9px 9px;
    width: 9px;
    height: 9px;
    vertical-align: -3px;
    margin-left: 5px;
    cursor: pointer; }

.c-icon {
  display: inline; }
  .c-icon .c-icon__tooltip.waringUser {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -56px -158px;
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle; }
  .c-icon .c-icon__tooltip.blackUser {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -56px -134px;
    content: " ";
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle; }
  .c-icon .c-icon__tooltip.blackNewUser {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -31px -134px;
    content: " ";
    display: inline-block;
    width: 16px;
    height: 15px;
    vertical-align: middle; }
  .c-icon .c-icon__tooltip.newUser {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -31px -157px;
    content: " ";
    display: inline-block;
    width: 16px;
    height: 15px;
    vertical-align: middle;
    vertical-align: -3px; }
  .c-icon .c-icon__tooltip.moderator {
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -262px -192px;
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    vertical-align: -3px; }
  .c-icon .c-icon__tooltip.premiumUser {
    margin-top: -3px;
    background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 427px 240px;
    background-position: -48px -43px;
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle; }
  .c-icon .c-icon__tooltip.officalUser {
    margin-top: -3px;
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -7px -134px;
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle; }
  .c-icon .c-icon__tooltip .c-icon__tooltip__relative {
    display: none;
    position: relative;
    cursor: default; }
    .c-icon .c-icon__tooltip .c-icon__tooltip__relative .c-icon__tooltip__relative__box {
      position: absolute;
      top: -26px;
      left: -6px;
      z-index: 3;
      padding: 4px 0;
      text-align: center;
      font-size: 10px;
      font-size: 1rem;
      border-radius: 2px;
      background: #444;
      box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3);
      cursor: default; }
      .c-icon .c-icon__tooltip .c-icon__tooltip__relative .c-icon__tooltip__relative__box.waringUser {
        width: 74px; }
      .c-icon .c-icon__tooltip .c-icon__tooltip__relative .c-icon__tooltip__relative__box.blackUser {
        width: 74px; }
      .c-icon .c-icon__tooltip .c-icon__tooltip__relative .c-icon__tooltip__relative__box.blackNewUser {
        width: 74px; }
      .c-icon .c-icon__tooltip .c-icon__tooltip__relative .c-icon__tooltip__relative__box.moderator {
        width: 54px; }
      .c-icon .c-icon__tooltip .c-icon__tooltip__relative .c-icon__tooltip__relative__box.newUser {
        width: 74px; }
      .c-icon .c-icon__tooltip .c-icon__tooltip__relative .c-icon__tooltip__relative__box.premiumUser {
        width: 80px; }
      .c-icon .c-icon__tooltip .c-icon__tooltip__relative .c-icon__tooltip__relative__box.officalUser {
        width: 110px; }
    .c-icon .c-icon__tooltip .c-icon__tooltip__relative .c-icon__tooltip__relative__triangle {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -170px -224px;
      content: " ";
      display: inline-block;
      width: 7px;
      height: 4px;
      vertical-align: middle;
      position: absolute;
      top: -7px;
      left: 5px;
      z-index: 4;
      cursor: default; }

.error::-webkit-input-placeholder {
  color: #ffc511; }

.error:-moz-placeholder {
  color: #ffc511;
  opacity: 1; }

.error::-moz-placeholder {
  color: #ffc511;
  opacity: 1; }

.error:-ms-input-placeholder {
  color: #ffc511; }

.c-errorMsg {
  margin-top: 10px;
  margin-left: 26px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 4px auto 0;
  text-align: left; }
  .c-errorMsg.profile {
    width: 640px;
    margin: 4px auto 0 16px;
    padding-left: 30px; }
  .c-errorMsg.concat {
    width: 640px;
    margin: 4px auto 0;
    padding-left: 15px; }

.c-header__modal__content__premiumCancel__errorMsg {
  margin-top: 10px;
  margin-left: 26px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 4px auto 0;
  text-align: left; }
  .c-header__modal__content__premiumCancel__errorMsg.profile {
    width: 640px;
    margin: 4px auto 0 16px;
    padding-left: 30px; }
  .c-header__modal__content__premiumCancel__errorMsg.concat {
    width: 640px;
    margin: 4px auto 0;
    padding-left: 15px; }

.c-message__afterAjax {
  position: relative;
  top: 0px;
  width: 100%;
  height: 24px; }
  .c-message__afterAjax &gt; div {
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 40px; }

.fadeIn {
  animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

.fadeOut {
  animation: fadeOut 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-animation: fadeOut 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0); } }

.showFadeIn {
  animation: showFadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-animation: showFadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

@-webkit-keyframes showFadeIn {
  0% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes showFadeIn {
  0% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    filter: alpha(opacity=100); } }

.hideFadeOut {
  animation: hideFadeOut 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-animation: hideFadeOut 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

@-webkit-keyframes hideFadeOut {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
    filter: alpha(opacity=100); }
  50% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px); } }

@keyframes hideFadeOut {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
    filter: alpha(opacity=100); }
  50% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px); } }

.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%; }

@keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

.spinner--blue {
  -webkit-animation: load 1s infinite linear;
  animation: load 1s infinite linear;
  background: -webkit-linear-gradient(top, #333 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #333 10%, rgba(255, 255, 255, 0) 100%);
  height: 4em;
  width: 4em;
  border-radius: 50%;
  font-size: 18px;
  margin: 5em auto;
  position: relative; }

.spinner--blue:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 50%, #333 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #333 50%);
  border-radius: 100%;
  content: ''; }

.spinner--blue:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 90%;
  width: 90%;
  background: #f4f4f4;
  border-radius: 50%;
  content: '';
  margin: auto; }

@-webkit-keyframes load {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loadingTop {
  animation: loadingTop 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-animation: loadingTop 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

@-webkit-keyframes loadingTop {
  from {
    -webkit-transform: scaleX(0, 0);
    transform: scaleX(0, 0);
    opacity: 1; }
  to {
    width: 100%;
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
    opacity: 1; } }

@keyframes loadingTop {
  from {
    -webkit-transform: scaleX(0, 0);
    transform: scaleX(0, 0);
    opacity: 1; }
  to {
    width: 100%;
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
    opacity: 1; } }

.p-action__wiggle1 {
  animation: myWiggle1 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-animation: myWiggle1 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

.p-action__wiggle2 {
  animation: myWiggle2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-animation: myWiggle2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

.p-action__wiggle3 {
  animation: myWiggle3 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-animation: myWiggle3 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

.p-action__wiggle4 {
  animation: myWiggle4 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-animation: myWiggle4 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

@-webkit-keyframes myWiggle1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  30% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  60% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes myWiggle1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  30% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  60% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes myWiggle2 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  30% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); }
  60% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); } }

@keyframes myWiggle2 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  30% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); }
  60% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); } }

@-webkit-keyframes myWiggle3 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0px) scale(1, 1);
    transform: rotate(0deg) translateX(0px) scale(1, 1); }
  30% {
    -webkit-transform: scale(1.618, 0.382);
    transform: scale(1.618, 0.382); }
  60% {
    -webkit-transform: scale(0.382, 1.618);
    transform: scale(0.382, 1.618); } }

@keyframes myWiggle3 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0px) scale(1, 1);
    transform: rotate(0deg) translateX(0px) scale(1, 1); }
  30% {
    -webkit-transform: scale(1.618, 0.382);
    transform: scale(1.618, 0.382); }
  60% {
    -webkit-transform: scale(0.382, 1.618);
    transform: scale(0.382, 1.618); } }

@-webkit-keyframes myWiggle4 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0px) scale(1, 1);
    transform: rotate(0deg) translateX(0px) scale(1, 1); }
  30% {
    -webkit-transform: rotate(40deg) translateX(8px) scale(1.618, 0.382);
    transform: rotate(40deg) translateX(8px) scale(1.618, 0.382); }
  60% {
    -webkit-transform: rotate(-40deg) translateX(-8px) scale(0.382, 1.618);
    transform: rotate(-40deg) translateX(-8px) scale(0.382, 1.618); } }

@keyframes myWiggle4 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0px) scale(1, 1);
    transform: rotate(0deg) translateX(0px) scale(1, 1); }
  30% {
    -webkit-transform: rotate(40deg) translateX(8px) scale(1.618, 0.382);
    transform: rotate(40deg) translateX(8px) scale(1.618, 0.382); }
  60% {
    -webkit-transform: rotate(-40deg) translateX(-8px) scale(0.382, 1.618);
    transform: rotate(-40deg) translateX(-8px) scale(0.382, 1.618); } }

.p-animation__slideA {
  animation: animation__slideA 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-animation: animation__slideA 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }
  .p-animation__slideA.A {
    animation: animation__slideA 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-animation: animation__slideA 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both; }
    .p-animation__slideA.A.animationHide {
      animation: animation__hideA 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      -webkit-animation: animation__hideA 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both; }
  .p-animation__slideA.B, .p-animation__slideA.B2 {
    animation: animation__slideB 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-animation: animation__slideB 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both; }
    .p-animation__slideA.B.animationHide, .p-animation__slideA.B2.animationHide {
      animation: animation__hideB 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      -webkit-animation: animation__hideB 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both; }
  .p-animation__slideA.C {
    animation: animation__slideC 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-animation: animation__slideC 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both; }
    .p-animation__slideA.C.animationHide {
      animation: animation__hideC 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      -webkit-animation: animation__hideC 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both; }
  .p-animation__slideA.D {
    animation: animation__slideD 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-animation: animation__slideD 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both; }
    .p-animation__slideA.D.animationHide {
      animation: animation__hideD 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      -webkit-animation: animation__hideD 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both; }

@-webkit-keyframes animation__slideA {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes animation__slideA {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes animation__slideB {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes animation__slideB {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes animation__slideC {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes animation__slideC {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes animation__slideD {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes animation__slideD {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes animation__hideA {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes animation__hideA {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    filter: alpha(opacity=0); } }

@-webkit-keyframes animation__hideB {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes animation__hideB {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    filter: alpha(opacity=0); } }

@-webkit-keyframes animation__hideC {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes animation__hideC {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    filter: alpha(opacity=0); } }

@-webkit-keyframes animation__hideD {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes animation__hideD {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    filter: alpha(opacity=0); } }

.p-animation__thumbnailWrapper.isHover .p-animation__thumbnail {
  animation: animation__thumbnail__ON 0.2s ease 0s;
  -webkit-animation: animation__thumbnail__ON 0.2s ease 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

.p-animation__thumbnailWrapper.isHover .p-thumbnail__caption.caption {
  animation: animation__caption__ON 0.2s ease 0s;
  -webkit-animation: animation__caption__ON 0.2s ease 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

.p-animation__thumbnailWrapper.isOut .p-animation__thumbnail {
  animation: animation__thumbnail__OFF 0.2s ease 0s;
  -webkit-animation: animation__thumbnail__OFF 0.2s ease 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

.p-animation__thumbnailWrapper.isOut .p-thumbnail__caption.caption {
  animation: animation__caption__OFF 0.8s ease 0s;
  -webkit-animation: animation__caption__OFF 0.8s ease 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

@-webkit-keyframes animation__thumbnail__ON {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02); } }

@keyframes animation__thumbnail__ON {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02); } }

@-webkit-keyframes animation__thumbnail__OFF {
  0% {
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes animation__thumbnail__OFF {
  0% {
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes animation__caption__ON {
  0% {
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes animation__caption__ON {
  0% {
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes animation__caption__OFF {
  0% {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes animation__caption__OFF {
  0% {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0); } }

@-webkit-keyframes animation__view__ON__A {
  0% {
    -webkit-transform: scale(4, 4);
    transform: scale(4, 4);
    opacity: 0;
    filter: alpha(opacity=0); }
  1% {
    -webkit-transform: scale(4, 4);
    transform: scale(4, 4);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes animation__view__ON__A {
  0% {
    -webkit-transform: scale(4, 4);
    transform: scale(4, 4);
    opacity: 0;
    filter: alpha(opacity=0); }
  1% {
    -webkit-transform: scale(4, 4);
    transform: scale(4, 4);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes animation__view__ON__B {
  0% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes animation__view__ON__B {
  0% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes animation__view__ON__C {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.618, 1.618);
    transform: scale(1.618, 1.618); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes animation__view__ON__C {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.618, 1.618);
    transform: scale(1.618, 1.618); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

.p-animate__startScroll {
  animation: startScroll 3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -webkit-animation: startScroll 3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

@-webkit-keyframes startScroll {
  0% {
    -webkit-transform: translateX(-1600px);
    transform: translateX(-1600px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes startScroll {
  0% {
    -webkit-transform: translateX(-1600px);
    transform: translateX(-1600px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

.c-contents a {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .c-contents a:hover {
    opacity: .7; }

.c-contents a.c-content__list__popularlive__box, .c-contents a.c-content__list__delivery__box, .c-contents a.c-content__list__popularmovie__box, .c-contents a.c-content__list__populargame__box, .c-contents a.c-thumbnailVideo__box {
  -webkit-transition: none;
  transition: none; }
  .c-contents a.c-content__list__popularlive__box:hover, .c-contents a.c-content__list__delivery__box:hover, .c-contents a.c-content__list__popularmovie__box:hover, .c-contents a.c-content__list__populargame__box:hover, .c-contents a.c-thumbnailVideo__box:hover {
    opacity: 1; }
    .c-contents a.c-content__list__popularlive__box:hover img, .c-contents a.c-content__list__delivery__box:hover img, .c-contents a.c-content__list__popularmovie__box:hover img, .c-contents a.c-content__list__populargame__box:hover img, .c-contents a.c-thumbnailVideo__box:hover img {
      opacity: .7; }
  .c-contents a.c-content__list__popularlive__box img, .c-contents a.c-content__list__delivery__box img, .c-contents a.c-content__list__popularmovie__box img, .c-contents a.c-content__list__populargame__box img, .c-contents a.c-thumbnailVideo__box img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

@-webkit-keyframes displayNoneToBlock {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes displayNoneToBlock {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

.admodal-container {
  padding: 40px 40px 16px 40px;
  margin: 0;
  width: 720px;
  height: 540px;
  max-width: 720px !important;
  /* ライブラリのCSSにmax-width:700が指定されているため */
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }

.admodal-container .vjs-big-play-button {
  display: none !important; }

.admodal-content {
  width: 100%; }

.admodal-icon {
  float: left; }

.main-content {
  width: 640px;
  height: 360px; }

.admodal-title {
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

.admodal-body {
  margin-top: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
  height: 36px; }

.admodal-action-button {
  width: 190px;
  height: 28px;
  font-size: 12px;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  transcription: 0.3s;
  float: right; }

.admodal-action-button:hover {
  opacity: 0.7; }

span.admodal-action-link {
  display: block;
  text-decoration: none;
  margin: 7px 0px; }

.admodal-advertiser {
  float: left;
  font-size: 12px;
  margin-top: 7px;
  line-height: 1; }

.admodal-icon {
  float: left;
  margin-right: 16px;
  display: none; }

.admodal-details {
  margin-top: 16px; }

.admodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 22px;
  height: 22px;
  margin: 8px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent; }

.c-rankLabel {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 8px;
  padding-left: 8px;
  border-radius: 2px;
  text-align: left;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem; }
  .c-rankLabel.rank1, .c-rankLabel.rank2, .c-rankLabel.rank3 {
    padding-left: 40px;
    font-size: 20px;
    font-size: 2rem; }
    .c-rankLabel.rank1:before, .c-rankLabel.rank2:before, .c-rankLabel.rank3:before {
      background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 427px 240px;
      background-position: -152px -64px;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle;
      position: absolute;
      top: 8px;
      left: 8px; }

.c-thumbnailVideo {
  position: relative;
  width: 195px;
  height: 250px;
  float: left;
  margin-right: 21px; }
  .c-thumbnailVideo:nth-child(4n) {
    margin-right: 0; }
  .c-thumbnailVideo .c-thumbnailVideo__header {
    display: table;
    width: 195px;
    margin-bottom: 8px; }
  .c-thumbnailVideo .c-thumbnailVideo__header__img {
    display: table-cell;
    width: 30px;
    padding-right: 8px; }
    .c-thumbnailVideo .c-thumbnailVideo__header__img img {
      width: 30px;
      height: 30px;
      border-radius: 50%; }
  .c-thumbnailVideo .c-thumbnailVideo__header__text {
    display: table-cell;
    width: 157px;
    height: 18px;
    vertical-align: middle;
    padding-top: 5px; }
  .c-thumbnailVideo .c-thumbnailVideo__header__text__ellipsis {
    width: 157px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3; }
    .c-thumbnailVideo .c-thumbnailVideo__header__text__ellipsis.checkmark:after {
      content: " ";
      display: inline-block;
      vertical-align: middle;
      margin-top: 0;
      background-image: url(../../images/official.svg);
      background-size: 1.4rem 1.4rem;
      background-color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      height: 1.4rem;
      width: 1.4rem; }
    .c-thumbnailVideo .c-thumbnailVideo__header__text__ellipsis.checkmark.exceeding:after {
      position: absolute; }
    .c-thumbnailVideo .c-thumbnailVideo__header__text__ellipsis.checkmark.firefoxLeftMargin:after {
      margin-left: 4px; }
    .c-thumbnailVideo .c-thumbnailVideo__header__text__ellipsis.checkmark .c-thumbnailVideo__header__text__ellipsis__link {
      max-width: 138px; }
  .c-thumbnailVideo .c-thumbnailVideo__header__text__ellipsis__link {
    display: inline-block;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 157px;
    vertical-align: top; }
    .c-thumbnailVideo .c-thumbnailVideo__header__text__ellipsis__link.officalUser {
      max-width: 138px; }
  .c-thumbnailVideo .c-thumbnailVideo__header__text__ellipsis__icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px; }
    .c-thumbnailVideo .c-thumbnailVideo__header__text__ellipsis__icon:not(.isHidden) + .c-thumbnailVideo__header__text__ellipsis__link {
      max-width: 114px; }
    .c-thumbnailVideo .c-thumbnailVideo__header__text__ellipsis__icon img {
      width: 16px;
      height: 16px;
      line-height: 0;
      vertical-align: -0.24em; }
  .c-thumbnailVideo .c-thumbnailVideo__box {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 195px;
    height: 110px;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 3px #111;
    background: #000; }
    .c-thumbnailVideo .c-thumbnailVideo__box.comingup {
      border: 1px solid rgba(255, 197, 17, 0.7); }
    .c-thumbnailVideo .c-thumbnailVideo__box img {
      width: 100%;
      height: 100%; }
  .c-thumbnailVideo .c-thumbnailVideo__box__live {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -8px -184px;
    content: " ";
    display: inline-block;
    width: 42px;
    height: 12px;
    vertical-align: middle; }
  .c-thumbnailVideo .c-thumbnailVideo__box__live__sp__broadcast {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -325px -58px;
    content: " ";
    display: inline-block;
    width: 44px;
    height: 17px;
    vertical-align: middle; }
  .c-thumbnailVideo .c-thumbnailVideo__box__comingup {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -9px -204px;
    content: " ";
    display: inline-block;
    width: 78px;
    height: 14px;
    vertical-align: middle; }
  .c-thumbnailVideo .c-thumbnailVideo__box__offline {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -8px -184px;
    content: " ";
    display: inline-block;
    width: 54px;
    height: 12px;
    vertical-align: middle; }
  .c-thumbnailVideo .c-thumbnailVideo__box__finish {
    right: 10px;
    bottom: 10px;
    z-index: 3; }
  .c-thumbnailVideo .c-thumbnailVideo__box__time {
    position: absolute;
    z-index: 3;
    right: 8px;
    bottom: 9px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem; }
  .c-thumbnailVideo .c-thumbnailVideo__box__time__sp__broadcast {
    position: absolute;
    z-index: 3;
    right: 8px;
    bottom: 9px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem; }
    .c-thumbnailVideo .c-thumbnailVideo__box__time__sp__broadcast:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -348px -36px;
      content: " ";
      display: inline-block;
      width: 11px;
      height: 16px;
      vertical-align: middle;
      vertical-align: -0.25em;
      margin-right: 8px; }
  .c-thumbnailVideo .c-thumbnailVideo__box__smoke {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 195px;
    height: 110px;
    background-image: url(../../images/v5/smork_thumbnail_big.png);
    background-size: 195px 110px; }
  .c-thumbnailVideo .c-thumbnailVideo__title {
    display: inline-block;
    margin-top: 12px;
    height: 36px;
    width: 195px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    overflow: hidden;
    word-break: break-all; }
  .c-thumbnailVideo .c-thumbnailVideo__footer {
    display: table;
    width: 100%;
    margin-top: 9px;
    text-align: center; }
  .c-thumbnailVideo .c-thumbnailVideo__footer__liveCount {
    display: table-cell;
    width: 50%;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem; }
    .c-thumbnailVideo .c-thumbnailVideo__footer__liveCount:before {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -298px -10px;
      content: " ";
      display: inline-block;
      width: 15px;
      height: 15px;
      vertical-align: middle;
      vertical-align: -0.2em;
      margin-right: 8px; }
  .c-thumbnailVideo .c-thumbnailVideo__footer__totalCount {
    display: table-cell;
    width: 50%;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem; }
    .c-thumbnailVideo .c-thumbnailVideo__footer__totalCount:before {
      background-image: url(../../images/v4/sprites.png);
      background-repeat: no-repeat;
      background-size: 320px 240px;
      background-position: -102px -81px;
      content: " ";
      display: inline-block;
      width: 20px;
      height: 12px;
      vertical-align: middle;
      vertical-align: -1px;
      margin-right: 8px; }
  .c-thumbnailVideo .c-thumbnailVideo__footer__time {
    display: table-cell;
    font-size: 12px;
    font-size: 1.2rem;
    width: 50%;
    text-align: right;
    vertical-align: middle; }
  .c-thumbnailVideo .c-thumbnailVideo__footer__reservation {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    cursor: pointer;
    border: 1px solid #ffc511; }

.c-popularLiveList_empty {
  height: 589px;
  width: 845px; }

.c-popularMovieList_empty {
  height: 589px;
  width: 845px; }

.c-popularArchiveList_empty {
  height: 589px;
  width: 845px; }

.c-popularGameList_empty {
  height: 589px;
  width: 845px; }

.c-popularUserList_empty {
  height: 589px;
  width: 845px; }

.c-newMovieList_empty {
  height: 500px;
  width: 845px; }

.c-trendMovieList_empty {
  height: 500px;
  width: 845px; }

.c-login__page {
  margin-top: -56px;
  width: 100%;
  min-height: 100vh; }
  .c-login__page.native {
    height: auto; }
  .c-login__page .c-login__page__logo {
    position: relative;
    margin: 0 auto;
    width: 460px;
    padding: 30px 30px; }
    .c-login__page .c-login__page__logo h1 a img {
      width: 143px;
      height: 20px; }
  .c-login__page .c-login__page__content {
    position: relative;
    width: 460px;
    margin: 0 auto;
    border-radius: 2px; }
    .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__menu__title {
      text-align: center; }
      .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__menu__title span {
        display: inline-block;
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.8; }
    .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__menu__sns {
      width: 100%;
      margin: 30px auto 0; }
      .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__menu__sns .c-login__SNS__box {
        margin: 0 auto;
        text-align: center;
        padding-bottom: 24px; }
        .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__menu__sns .c-login__SNS__box:before, .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__menu__sns .c-login__SNS__box:after {
          content: "";
          display: table; }
        .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__menu__sns .c-login__SNS__box:after {
          clear: both; }
        .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__menu__sns .c-login__SNS__box button {
          border: none;
          margin-bottom: 1.2rem;
          width: 100%;
          height: 4rem;
          font-size: 1.4rem;
          font-weight: bold;
          white-space: nowrap;
          cursor: pointer;
          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;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 0px 1.6rem;
          border-radius: 10rem; }
          .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__menu__sns .c-login__SNS__box button:not(:last-child) {
            margin-bottom: 12px; }
          .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__menu__sns .c-login__SNS__box button svg {
            width: 30px;
            height: 30px; }
          .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__menu__sns .c-login__SNS__box button span {
            display: block;
            text-align: center;
            width: 100%; }
        .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__menu__sns .c-login__SNS__box .c-login__page__content__menu__sns__box__alert {
          float: left;
          width: 100%;
          margin-bottom: -3px;
          padding-top: 21px;
          line-height: 1.5;
          font-weight: bold; }
    .c-login__page .c-login__page__content .c-login__page__content__menu .c-login_page__content__menu__other {
      width: 100%;
      margin: 24px auto 25px; }
    .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__login__email {
      display: block;
      margin: 0 auto;
      font-size: 13px;
      font-size: 1.3rem; }
      .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__login__email .c-login__page__content__login__email__input {
        width: 78%;
        margin-top: 2px;
        line-height: 1.6;
        border: 0 !important;
        -webkit-appearance: none;
        outline: 0;
        font-size: 14px;
        font-size: 1.4rem; }
    .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__login__password {
      display: block;
      margin: 14px auto 0;
      height: 40px;
      line-height: 40px;
      border-radius: 40px;
      font-size: 13px;
      font-size: 1.3rem; }
      .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__login__password .c-login__page__content__login__password__input {
        width: 78%;
        margin-top: 2px;
        line-height: 1.6;
        border: 0 !important;
        -webkit-appearance: none;
        outline: 0;
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 16px;
        margin-left: 8px; }
    .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__login__account {
      display: block;
      margin: 20px 0;
      text-align: center; }
      .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__login__account.signup {
        margin: 24px 0 0; }
    .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__login__account__button {
      width: 160px;
      margin: 0 auto;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      height: 44px;
      line-height: 44px;
      border-radius: 44px; }
    .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__login__forget {
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem; }
      .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__login__forget span {
        font-size: 12px;
        font-size: 1.2rem;
        cursor: pointer; }
        .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__login__forget span:hover {
          text-decoration: underline; }
    .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__login__createAccount {
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem;
      padding-top: 40px; }
      .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__login__createAccount span {
        font-size: 12px;
        font-size: 1.2rem;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__login__createAccount span:hover {
          text-decoration: underline; }
    .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__menu__premium {
      padding-top: 24px; }
      .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__menu__premium span {
        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;
        margin-bottom: 24px; }
        .c-login__page .c-login__page__content .c-login__page__content__menu .c-login__page__content__menu__premium span a {
          padding: 0 1.6rem;
          height: 4rem;
          line-height: 4rem;
          font-size: 1.4rem;
          font-weight: bold;
          border-radius: 10rem;
          white-space: nowrap;
          cursor: pointer;
          text-align: center;
          background-color: var(--or_theme_premium-btn);
          color: var(--or_theme_text-premium-btn); }
    .c-login__page .c-login__page__content .c-login__page__content__passwordReset {
      width: 100%;
      padding: 40px 0 25px; }
      .c-login__page .c-login__page__content .c-login__page__content__passwordReset .c-login__page__content__passwordReset__title {
        width: 250px;
        margin: 0 auto;
        padding-bottom: 10px;
        text-align: center;
        border-bottom: 1px solid #333; }
        .c-login__page .c-login__page__content .c-login__page__content__passwordReset .c-login__page__content__passwordReset__title span {
          display: inline-block;
          width: 250px;
          text-align: center;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 2.2;
          border-bottom: 1px solid #222; }
      .c-login__page .c-login__page__content .c-login__page__content__passwordReset .c-login__page__content__passwordReset__msg {
        width: 260px;
        margin: 0 auto;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        padding: 24px 0;
        line-height: 1.6; }
        .c-login__page .c-login__page__content .c-login__page__content__passwordReset .c-login__page__content__passwordReset__msg.crop {
          width: auto; }
          .c-login__page .c-login__page__content .c-login__page__content__passwordReset .c-login__page__content__passwordReset__msg.crop .jcrop-holder {
            margin: 0 auto; }
      .c-login__page .c-login__page__content .c-login__page__content__passwordReset .c-login__page__content__passwordReset__password {
        display: block;
        margin: 15px auto 0;
        padding: 11px 0 12px;
        background: #222;
        font-size: 13px;
        font-size: 1.3rem;
        border-radius: 4px; }
        .c-login__page .c-login__page__content .c-login__page__content__passwordReset .c-login__page__content__passwordReset__password .c-login__page__content__passwordReset__Password__input {
          width: 74%;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.6;
          background: #222;
          border: 0 !important;
          -webkit-appearance: none;
          outline: 0; }
        .c-login__page .c-login__page__content .c-login__page__content__passwordReset .c-login__page__content__passwordReset__password:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -79px -55px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 17px;
          vertical-align: middle;
          margin: 0 17px 0 26px; }
        .c-login__page .c-login__page__content .c-login__page__content__passwordReset .c-login__page__content__passwordReset__password.error:before {
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -176px -101px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 17px;
          vertical-align: middle; }
        .c-login__page .c-login__page__content .c-login__page__content__passwordReset .c-login__page__content__passwordReset__password.error:after {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -220px -131px;
          content: " ";
          display: inline-block;
          width: 18px;
          height: 19px;
          vertical-align: middle; }
      .c-login__page .c-login__page__content .c-login__page__content__passwordReset .c-login__page__content__login__account {
        display: block;
        margin: 32px 0; }
        .c-login__page .c-login__page__content .c-login__page__content__passwordReset .c-login__page__content__login__account .c-login__page__content__login__account__button {
          width: 140px;
          height: 40px;
          margin: 0 auto;
          line-height: 3.4;
          text-align: center;
          background: #ff4c11;
          border-radius: 2px;
          cursor: pointer; }
      .c-login__page .c-login__page__content .c-login__page__content__passwordReset .c-login__page__content__passwordReset__input {
        display: block;
        margin: 24px 0;
        text-align: center; }
        .c-login__page .c-login__page__content .c-login__page__content__passwordReset .c-login__page__content__passwordReset__input .c-login__page__content__passwordReset__input__button {
          width: 200px;
          height: 44px;
          margin: 0 auto;
          line-height: 3.4;
          text-align: center;
          background: #ff4c11;
          border-radius: 2px;
          cursor: pointer; }
  .c-login__page .c-login__page__explanation {
    position: relative;
    margin: 0 auto;
    width: 460px;
    padding: 30px 30px; }
    .c-login__page .c-login__page__explanation li {
      line-height: 1.6;
      padding-bottom: 20px; }
      .c-login__page .c-login__page__explanation li:last-child {
        padding-bottom: 0; }
  .c-login__page .c-login__page__content__login__accountTitle {
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 8px; }
  .c-login__page .c-login__page__content__login__channelId {
    display: block;
    margin: 0 auto;
    font-size: 13px;
    font-size: 1.3rem;
    height: 40px;
    line-height: 40px;
    border-radius: 40px; }
    .c-login__page .c-login__page__content__login__channelId .c-login__page__content__login__channelId__input {
      margin-top: 2px;
      width: 78%;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1.4;
      border: 0 !important;
      -webkit-appearance: none;
      outline: 0;
      font-size: 14px;
      font-size: 1.4rem;
      padding-left: 16px;
      margin-left: 8px; }
  .c-login__page .c-login__page__content__login__channelAlert {
    margin: 6px auto 40px; }
  .c-login__page .c-login__page__content__login__subtitle {
    margin: 0 auto;
    padding-bottom: 8px;
    font-size: 12px;
    font-size: 1.2rem; }
  .c-login__page .c-login__page__content__login__email {
    display: block;
    margin: 0 auto;
    font-size: 13px;
    font-size: 1.3rem;
    height: 40px;
    line-height: 40px;
    border-radius: 40px; }
    .c-login__page .c-login__page__content__login__email .c-login__page__content__login__email__input {
      width: 78%;
      margin-top: 2px;
      line-height: 1.6;
      border: 0 !important;
      -webkit-appearance: none;
      outline: 0;
      font-size: 14px;
      font-size: 1.4rem;
      padding-left: 16px;
      margin-left: 8px; }
  .c-login__page .c-login__page__content__login__username {
    display: block;
    margin: 15px auto 0;
    font-size: 13px;
    font-size: 1.3rem;
    height: 40px;
    line-height: 40px;
    border-radius: 40px; }
    .c-login__page .c-login__page__content__login__username .c-login__page__content__login__username__input {
      width: 78%;
      margin-top: 2px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6;
      border: 0 !important;
      -webkit-appearance: none;
      outline: 0;
      padding-left: 16px;
      margin-left: 8px; }
  .c-login__page .c-login__page__content__login__password {
    display: block;
    margin: 14px auto 0;
    font-size: 13px;
    font-size: 1.3rem; }
    .c-login__page .c-login__page__content__login__password .c-login__page__content__login__password__input {
      width: 78%;
      margin-top: 2px;
      line-height: 1.6;
      border: 0 !important;
      -webkit-appearance: none;
      outline: 0;
      font-size: 14px;
      font-size: 1.4rem;
      padding-left: 16px;
      margin-left: 8px; }
  .c-login__page .c-login__page__content__login__account {
    display: block;
    margin: 40px 0;
    text-align: center; }
    .c-login__page .c-login__page__content__login__account.signup {
      margin: 24px 0 0; }
    .c-login__page .c-login__page__content__login__account .c-login__page__content__login__account__button {
      width: 160px;
      margin: 0 auto;
      text-align: center;
      font-weight: bold;
      height: 40px;
      line-height: 40px;
      border-radius: 40px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  .c-login__page .c-login__page__content__login__termsofuse {
    margin-top: 44px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    line-height: 1.6; }
    .c-login__page .c-login__page__content__login__termsofuse.error .c-login__page__content__login__termsofuse__errorMsg {
      display: block; }
    .c-login__page .c-login__page__content__login__termsofuse a:hover {
      text-decoration: underline; }
    .c-login__page .c-login__page__content__login__termsofuse .c-login__page__content__login__termsofuse__checkbox input {
      margin-right: 14px;
      vertical-align: 1px; }
    .c-login__page .c-login__page__content__login__termsofuse .c-login__page__content__login__termsofuse__errorMsg {
      display: none;
      margin-top: 7px; }
  .c-login__page .c-login__page__content__login__recaptcha {
    margin-top: 16px;
    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; }

/* chat */
.c-chart {
  position: relative; }
  .c-chart.live .c-chart__list__item:hover {
    background: #292929; }
    .c-chart.live .c-chart__list__item:hover .c-chart__list__userThisRemove__bt {
      display: none; }
  .c-chart.theater .c-chart__list::-webkit-scrollbar-thumb {
    background: transparent;
    border: none; }
  .c-chart.theater .c-chart__list::-webkit-scrollbar-thumb:hover {
    background: transparent; }
  .c-chart.theater .c-chart__list::-webkit-scrollbar-thumb:active {
    background: transparent; }
  .c-chart.theater .c-chart__list::-webkit-scrollbar-track {
    background: transparent; }
  .c-chart.theater .c-chart__list::-webkit-scrollbar-track:hover {
    background: transparent; }
  .c-chart.theater .c-chart__list::-webkit-scrollbar-track:active {
    background: transparent; }
  .c-chart.theater .c-chart__list .c-chart__list__item {
    text-align: left;
    text-shadow: 0 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000, -1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }
    .c-chart.theater .c-chart__list .c-chart__list__item:hover {
      background: transparent; }
    .c-chart.theater .c-chart__list .c-chart__list__item.yell {
      width: 352px;
      box-sizing: border-box !important;
      padding-right: 30px; }
      .c-chart.theater .c-chart__list .c-chart__list__item.yell.blacklist {
        background: transparent; }
        .c-chart.theater .c-chart__list .c-chart__list__item.yell.blacklist:hover {
          background: transparent; }
      .c-chart.theater .c-chart__list .c-chart__list__item.yell .yells {
        text-shadow: none;
        font-weight: normal; }
    .c-chart.theater .c-chart__list .c-chart__list__item .c-chart__list__item__hide .c-chart__list__item__hide__triangle {
      left: -130px; }
  .c-chart .c-chart__list {
    -ms-overflow-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px 0 0;
    outline: none; }
    .c-chart .c-chart__list:hover {
      overflow-y: auto; }
    .c-chart .c-chart__list::-webkit-scrollbar {
      width: 8px;
      height: 8px; }
    .c-chart .c-chart__list::-webkit-scrollbar-button {
      width: 0px;
      height: 0px; }
    .c-chart .c-chart__list::-webkit-scrollbar-thumb {
      background: #333333;
      border: 1px inset #000000;
      border-radius: 50px; }
    .c-chart .c-chart__list::-webkit-scrollbar-thumb:hover {
      background: #333333; }
    .c-chart .c-chart__list::-webkit-scrollbar-thumb:active {
      background: #333333; }
    .c-chart .c-chart__list::-webkit-scrollbar-track {
      background: #000000;
      border: 0px none #ffffff;
      border-radius: 50px; }
    .c-chart .c-chart__list::-webkit-scrollbar-track:hover {
      background: #000000; }
    .c-chart .c-chart__list::-webkit-scrollbar-track:active {
      background: #000000; }
    .c-chart .c-chart__list::-webkit-scrollbar-corner {
      background: transparent; }
    .c-chart .c-chart__list input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px #222 inset; }
    .c-chart .c-chart__list.popout {
      width: auto; }
      .c-chart .c-chart__list.popout .c-chart__list__item {
        width: auto; }
        .c-chart .c-chart__list.popout .c-chart__list__item.userThis {
          width: calc(100vw - 8px); }
        .c-chart .c-chart__list.popout .c-chart__list__item.yell {
          width: calc(100vw - 50px); }
        .c-chart .c-chart__list.popout .c-chart__list__item .c-chart__list__item__withIcon {
          width: calc(100vw - 90px); }
    .c-chart .c-chart__list .c-chart__list__userThisRemove {
      display: table-cell;
      vertical-align: middle; }
      .c-chart .c-chart__list .c-chart__list__userThisRemove .c-chart__list__userThisRemove__bt {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -81px -159px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 14px;
        vertical-align: middle;
        cursor: pointer;
        display: none; }
        .c-chart .c-chart__list .c-chart__list__userThisRemove .c-chart__list__userThisRemove__bt.userThis {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 6px;
          z-index: 1;
          margin: auto; }
    .c-chart .c-chart__list .c-chart__list__item {
      position: relative;
      display: table;
      padding: 10px 20px;
      word-break: break-all; }
      .c-chart .c-chart__list .c-chart__list__item:before, .c-chart .c-chart__list .c-chart__list__item:after {
        content: "";
        display: table; }
      .c-chart .c-chart__list .c-chart__list__item:after {
        clear: both; }
      .c-chart .c-chart__list .c-chart__list__item:last-child {
        margin-bottom: 24px; }
      .c-chart .c-chart__list .c-chart__list__item.userThis {
        width: 352px;
        box-sizing: border-box !important;
        padding-right: 30px; }
        .c-chart .c-chart__list .c-chart__list__item.userThis.blacklist:hover .c-chart__list__userThisRemove__bt {
          display: none; }
      .c-chart .c-chart__list .c-chart__list__item.yale {
        background: #2b2b2b;
        padding: 10px 20px;
        line-height: 1.4; }
      .c-chart .c-chart__list .c-chart__list__item.title {
        color: #ff2d55;
        margin-bottom: 30px; }
      .c-chart .c-chart__list .c-chart__list__item.blacklist, .c-chart .c-chart__list .c-chart__list__item.blacklisted {
        color: rgba(127, 127, 127, 0.2); }
        .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__username, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__username {
          opacity: 0.2;
          cursor: auto; }
          .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__username.c1, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__username.c1 {
            color: #F75D52; }
          .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__username.c2, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__username.c2 {
            color: #F6A434; }
          .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__username.c3, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__username.c3 {
            color: #FFEC00; }
          .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__username.c4, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__username.c4 {
            color: #94FF0D; }
          .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__username.c5, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__username.c5 {
            color: #34AEF6; }
          .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__username.c6, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__username.c6 {
            color: #E03B92; }
          .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__username.c7, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__username.c7 {
            color: #FB7642; }
          .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__username.c8, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__username.c8 {
            color: #B6FF59; }
          .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__username.c9, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__username.c9 {
            color: #4DF77A; }
          .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__username.c10, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__username.c10 {
            color: #2468DF; }
        .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__hide, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__hide {
          color: rgba(127, 127, 127, 0.2) !important; }
        .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__box__right__name, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__box__right__name {
          opacity: 0.2; }
        .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__box__right__msg, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__box__right__msg {
          color: rgba(127, 127, 127, 0.2) !important;
          cursor: pointer; }
        .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__box__date, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__box__date {
          color: rgba(127, 127, 127, 0.2) !important; }
        .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__message, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__message {
          display: none; }
        .c-chart .c-chart__list .c-chart__list__item.blacklist .c-chart__list__item__stamp, .c-chart .c-chart__list .c-chart__list__item.blacklisted .c-chart__list__item__stamp {
          display: none; }
      .c-chart .c-chart__list .c-chart__list__item.yell {
        width: 300px; }
        .c-chart .c-chart__list .c-chart__list__item.yell .username {
          position: relative;
          display: inline;
          word-wrap: break-word;
          word-break: break-all;
          cursor: pointer; }
          .c-chart .c-chart__list .c-chart__list__item.yell .username .is-low-latency {
            content: "";
            position: absolute;
            left: -12px;
            top: 2px;
            width: 8px;
            height: 8px;
            background-color: #555;
            display: inline-block;
            border-radius: 4px; }
            .c-chart .c-chart__list .c-chart__list__item.yell .username .is-low-latency:hover .is-low-latency__tooltip {
              display: block;
              animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
              -webkit-animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
              animation-fill-mode: both;
              -webkit-animation-fill-mode: both; }
            .c-chart .c-chart__list .c-chart__list__item.yell .username .is-low-latency .is-low-latency__tooltip {
              display: none; }
            .c-chart .c-chart__list .c-chart__list__item.yell .username .is-low-latency .is-low-latency__tooltip__msg {
              display: inline;
              height: 12px;
              border-radius: 2px;
              font-size: 10px;
              color: #fff;
              background-color: #444;
              box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
              padding: 4px 10px;
              position: relative;
              left: -6px;
              top: -28px;
              z-index: 3;
              white-space: nowrap; }
            .c-chart .c-chart__list .c-chart__list__item.yell .username .is-low-latency .is-low-latency__tooltip__triangle {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -170px -224px;
              content: " ";
              display: inline-block;
              width: 7px;
              height: 4px;
              vertical-align: middle;
              position: absolute;
              top: -11px;
              left: 0;
              z-index: 4; }
          .c-chart .c-chart__list .c-chart__list__item.yell .username.c1 {
            color: #F75D52; }
          .c-chart .c-chart__list .c-chart__list__item.yell .username.c2 {
            color: #F6A434; }
          .c-chart .c-chart__list .c-chart__list__item.yell .username.c3 {
            color: #FFEC00; }
          .c-chart .c-chart__list .c-chart__list__item.yell .username.c4 {
            color: #94FF0D; }
          .c-chart .c-chart__list .c-chart__list__item.yell .username.c5 {
            color: #34AEF6; }
          .c-chart .c-chart__list .c-chart__list__item.yell .username.c6 {
            color: #E03B92; }
          .c-chart .c-chart__list .c-chart__list__item.yell .username.c7 {
            color: #FB7642; }
          .c-chart .c-chart__list .c-chart__list__item.yell .username.c8 {
            color: #B6FF59; }
          .c-chart .c-chart__list .c-chart__list__item.yell .username.c9 {
            color: #4DF77A; }
          .c-chart .c-chart__list .c-chart__list__item.yell .username.c10 {
            color: #2468DF; }
        .c-chart .c-chart__list .c-chart__list__item.yell .c-chart__list__item__message {
          display: inline;
          word-wrap: break-word;
          word-break: break-all;
          margin-left: 5px;
          line-height: 1.5;
          width: 300px; }
        .c-chart .c-chart__list .c-chart__list__item.yell .yell__item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          margin-top: 10px;
          width: 300px; }
          .c-chart .c-chart__list .c-chart__list__item.yell .yell__item .yell__icon img {
            width: 64px;
            height: 64px; }
          .c-chart .c-chart__list .c-chart__list__item.yell .yell__item .content {
            margin-left: 4px; }
            .c-chart .c-chart__list .c-chart__list__item.yell .yell__item .content .yells {
              padding: 8px 8px;
              display: inline-block;
              font-size: 12px;
              color: #fff;
              text-align: center;
              background: #444;
              border-radius: 6px; }
            .c-chart .c-chart__list .c-chart__list__item.yell .yell__item .content .c-chart__list__item__hide {
              display: none;
              width: 210px; }
        .c-chart .c-chart__list .c-chart__list__item.yell.blacklist {
          border-left: 4px solid #2b2b2b;
          width: 310px;
          background: #222; }
          .c-chart .c-chart__list .c-chart__list__item.yell.blacklist:hover {
            background: #444; }
          .c-chart .c-chart__list .c-chart__list__item.yell.blacklist .yell__icon {
            display: none; }
          .c-chart .c-chart__list .c-chart__list__item.yell.blacklist .username {
            opacity: 0.2;
            cursor: auto;
            margin-left: -3px; }
          .c-chart .c-chart__list .c-chart__list__item.yell.blacklist .c-chart__list__item__message {
            display: none; }
          .c-chart .c-chart__list .c-chart__list__item.yell.blacklist .c-chart__list__item__hide .c-chart__list__item__hide__triangle {
            left: -130px; }
          .c-chart .c-chart__list .c-chart__list__item.yell.blacklist .yell__item {
            display: inline-block;
            width: 230px; }
            .c-chart .c-chart__list .c-chart__list__item.yell.blacklist .yell__item .content {
              margin-left: 0; }
              .c-chart .c-chart__list .c-chart__list__item.yell.blacklist .yell__item .content .yells {
                display: none; }
      .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__moderator {
        position: relative;
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -262px -192px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-left: 4px;
        vertical-align: -2px;
        cursor: pointer; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__moderator .c-chart__list__item__moderator__tooltip {
          display: none; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__moderator .c-chart__list__item__moderator__tooltip .c-chart__list__item__moderator__tooltip__text {
            position: absolute;
            top: -26px;
            left: -13px;
            z-index: 3;
            width: 76px;
            padding: 4px 0;
            text-align: center;
            color: #fff;
            font-size: 10px;
            font-size: 1rem;
            border-radius: 2px;
            background: #444;
            box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3); }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__moderator .c-chart__list__item__moderator__tooltip .c-chart__list__item__moderator__tooltip__triangle {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -170px -224px;
            content: " ";
            display: inline-block;
            width: 7px;
            height: 4px;
            vertical-align: middle;
            position: absolute;
            top: -7px;
            left: 5px;
            z-index: 4; }
      .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__img {
        position: relative;
        width: 30px;
        line-height: 0;
        float: left;
        margin-right: 10px; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__img img {
          width: 30px;
          height: 30px;
          border-radius: 50%; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__img .c-chart__list__item__img__icon {
          position: absolute;
          top: 0;
          left: 0;
          background-image: url(../../images/v4/sprites.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -56px -58px;
          content: " ";
          display: inline-block;
          width: 13px;
          height: 13px;
          vertical-align: middle; }
      .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username {
        position: relative;
        display: inline;
        word-wrap: break-word;
        word-break: break-all;
        cursor: pointer; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username.c1 {
          color: #F75D52; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username.c2 {
          color: #F6A434; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username.c3 {
          color: #FFEC00; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username.c4 {
          color: #94FF0D; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username.c5 {
          color: #34AEF6; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username.c6 {
          color: #E03B92; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username.c7 {
          color: #FB7642; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username.c8 {
          color: #B6FF59; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username.c9 {
          color: #4DF77A; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username.c10 {
          color: #2468DF; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username.blackUser {
          color: #7f7f7f !important; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username.blackNewUser {
          color: #7f7f7f !important; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username .is-low-latency {
          content: "";
          position: absolute;
          left: -12px;
          top: 2px;
          width: 8px;
          height: 8px;
          background-color: #555;
          display: inline-block;
          border-radius: 4px; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username .is-low-latency.is-owner {
            left: -52px; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username .is-low-latency:hover .is-low-latency__tooltip {
            display: block;
            animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -webkit-animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            animation-fill-mode: both;
            -webkit-animation-fill-mode: both; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username .is-low-latency .is-low-latency__tooltip {
            display: none; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username .is-low-latency .is-low-latency__tooltip__msg {
            display: inline;
            height: 12px;
            border-radius: 2px;
            font-size: 10px;
            color: #fff;
            background-color: #444;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
            padding: 4px 10px;
            position: relative;
            left: -6px;
            top: -28px;
            z-index: 3;
            white-space: nowrap; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__username .is-low-latency .is-low-latency__tooltip__triangle {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -170px -224px;
            content: " ";
            display: inline-block;
            width: 7px;
            height: 4px;
            vertical-align: middle;
            position: absolute;
            top: -11px;
            left: 0;
            z-index: 4; }
      .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__stamp {
        position: relative;
        display: block; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__stamp img {
          margin-top: 4px;
          width: 64px;
          height: 64px;
          cursor: pointer; }
      .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__message {
        display: inline;
        word-wrap: break-word;
        word-break: break-all;
        margin-left: 5px;
        line-height: 1.5; }
      .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__hide {
        display: inline;
        word-wrap: break-word;
        word-break: break-all;
        margin-left: 5px;
        line-height: 1.5; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__hide.blackUser {
          position: relative;
          color: #7f7f7f;
          cursor: pointer; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__hide.blackUser .c-chart__list__item__hide__tooltip {
            display: none;
            position: absolute;
            z-index: 2;
            top: -58px;
            width: 226px;
            padding: 8px 10px;
            line-height: 1.4;
            color: #a0a0a0;
            background: #333;
            border: 1px solid #3c3c3c;
            border-radius: 2px;
            cursor: default; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__hide.blackUser .c-chart__list__item__hide__triangle {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -187px -85px;
            content: " ";
            display: inline-block;
            width: 13px;
            height: 5px;
            vertical-align: middle;
            position: absolute;
            top: -9px;
            left: 40px;
            z-index: 4;
            cursor: default;
            display: none; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__hide.blackNewUser {
          color: #7f7f7f !important; }
      .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__count {
        font-size: 24px;
        font-size: 2.4rem;
        color: #fff;
        font-weight: bold;
        margin-right: 8px; }
      .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__yale {
        font-size: 14px;
        font-size: 1.4rem;
        color: #fff; }
      .c-chart .c-chart__list .c-chart__list__item .c-icon .c-icon__tooltip.newUser {
        margin-left: 4px; }
      .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__icon {
        position: relative;
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -7px -134px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-left: 4px;
        vertical-align: -2px; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__icon.blackUser {
          opacity: 0.2;
          filter: alpha(opacity=20); }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__icon.premiumUser {
          background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 427px 240px;
          background-position: -48px -43px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: middle;
          vertical-align: -2px; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__icon.premiumUser.blackUser {
            opacity: 0.2;
            filter: alpha(opacity=20); }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__icon .c-chart__list__item__icon__tooltip {
          display: none; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__icon .c-chart__list__item__icon__tooltip .c-chart__list__item__icon__tooltip__text {
            position: absolute;
            top: -26px;
            left: -12px;
            z-index: 3;
            width: 110px;
            padding: 4px 0;
            text-align: center;
            color: #fff;
            font-size: 10px;
            font-size: 1rem;
            border-radius: 2px;
            background: #444;
            box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3); }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__icon .c-chart__list__item__icon__tooltip .c-chart__list__item__icon__tooltip__text.premiumUser {
              width: 80px; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__icon .c-chart__list__item__icon__tooltip .c-chart__list__item__icon__tooltip__triangle {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -170px -224px;
            content: " ";
            display: inline-block;
            width: 7px;
            height: 4px;
            vertical-align: middle;
            position: absolute;
            top: -7px;
            left: 3px;
            z-index: 4; }
      .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon {
        display: table-cell;
        width: 270px;
        vertical-align: middle; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__username {
          display: inline;
          word-wrap: break-word;
          word-break: break-all; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__username.blackUser {
            color: #7f7f7f !important; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__username.blackNewUser {
            color: #7f7f7f !important; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__username.c1 {
            color: #F75D52; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__username.c2 {
            color: #F6A434; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__username.c3 {
            color: #FFEC00; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__username.c4 {
            color: #94FF0D; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__username.c5 {
            color: #34AEF6; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__username.c6 {
            color: #E03B92; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__username.c7 {
            color: #FB7642; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__username.c8 {
            color: #B6FF59; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__username.c9 {
            color: #4DF77A; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__username.c10 {
            color: #2468DF; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__hide {
          display: inline;
          word-wrap: break-word;
          word-break: break-all; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__hide.blackUser {
            position: relative;
            text-decoration: underline;
            cursor: pointer; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__hide.blackUser .c-chart__list__item__hide__tooltip {
              display: none;
              position: absolute;
              top: 24px;
              left: -68px;
              z-index: 2;
              width: 226px;
              padding: 8px 10px;
              line-height: 1.4;
              color: #a0a0a0;
              background: #333;
              border: 1px solid #3c3c3c;
              border-radius: 2px;
              cursor: default; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__withIcon .c-chart__list__item__hide.blackUser .c-chart__list__item__hide__triangle {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -187px -85px;
              content: " ";
              display: inline-block;
              width: 13px;
              height: 5px;
              vertical-align: middle;
              position: absolute;
              top: 20px;
              left: 6px;
              z-index: 4;
              cursor: default; }
      .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box {
        display: block;
        width: 312px;
        position: relative;
        padding-bottom: 20px; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box:last-child {
          border-bottom: 1px solid #333; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.reply {
          margin-left: 40px;
          width: 272px; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.reply:last-child {
            border-bottom: none; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.reply .c-chart__list__item__box__right .c-chart__list__item__box__right__replybox {
            margin-left: -40px; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted {
          color: rgba(127, 127, 127, 0.2); }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__username, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__username {
            opacity: 0.2; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__username.c1, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__username.c1 {
              color: #F75D52; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__username.c2, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__username.c2 {
              color: #F6A434; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__username.c3, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__username.c3 {
              color: #FFEC00; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__username.c4, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__username.c4 {
              color: #94FF0D; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__username.c5, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__username.c5 {
              color: #34AEF6; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__username.c6, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__username.c6 {
              color: #E03B92; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__username.c7, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__username.c7 {
              color: #FB7642; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__username.c8, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__username.c8 {
              color: #B6FF59; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__username.c9, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__username.c9 {
              color: #4DF77A; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__username.c10, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__username.c10 {
              color: #2468DF; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__hide, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__hide {
            color: rgba(127, 127, 127, 0.2) !important; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__box__right__name, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__box__right__name {
            opacity: 0.2; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__box__right__msg, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__box__right__msg {
            color: rgba(127, 127, 127, 0.2) !important;
            cursor: pointer; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__box__date, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__box__date {
            color: rgba(127, 127, 127, 0.2) !important; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__box__left, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__box__left {
            opacity: 0.2; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklist .c-chart__list__item__box__left img, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box.blacklisted .c-chart__list__item__box__left img {
              width: 30px;
              height: 30px;
              border-radius: 50%;
              -webkit-transition: 0.3s;
              transition: 0.3s; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__left {
          display: table-cell;
          width: 30px;
          padding-right: 10px;
          line-height: 0;
          vertical-align: top;
          /*
          &amp;.blacklisted{
            opacity: 0.2;
            img{
              width: 30px;
              height: 30px;
              @include border-radius(50%);
              @include transition($default);

            }
          }
          */ }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__left img {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right {
          display: table-cell;
          width: 280px;
          position: relative; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name {
            position: relative;
            padding-bottom: 5px; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name .c-chart__list__item__box__right__name__text {
              display: inline-block;
              word-break: break-all;
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden;
              color: #fff;
              max-width: 141px;
              vertical-align: top;
              cursor: pointer;
              line-height: 1.3; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name .c-chart__list__item__box__right__name__text:hover {
                text-decoration: underline; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name .c-chart__list__item__box__right__name__text.c1 {
                color: #F75D52; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name .c-chart__list__item__box__right__name__text.c2 {
                color: #F6A434; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name .c-chart__list__item__box__right__name__text.c3 {
                color: #FFEC00; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name .c-chart__list__item__box__right__name__text.c4 {
                color: #94FF0D; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name .c-chart__list__item__box__right__name__text.c5 {
                color: #34AEF6; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name .c-chart__list__item__box__right__name__text.c6 {
                color: #E03B92; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name .c-chart__list__item__box__right__name__text.c7 {
                color: #FB7642; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name .c-chart__list__item__box__right__name__text.c8 {
                color: #B6FF59; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name .c-chart__list__item__box__right__name__text.c9 {
                color: #4DF77A; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name .c-chart__list__item__box__right__name__text.c10 {
                color: #2468DF; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name .c-chart__list__item__box__right__name__moderator {
              position: relative;
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -262px -192px;
              content: " ";
              display: inline-block;
              width: 15px;
              height: 15px;
              vertical-align: middle;
              vertical-align: -2px;
              cursor: pointer; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name .c-chart__list__item__box__right__name__moderator .c-chart__list__item__box__right__name__moderator__tooltip {
                display: none; }
                .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name .c-chart__list__item__box__right__name__moderator .c-chart__list__item__box__right__name__moderator__tooltip .c-chart__list__item__box__right__name__moderator__tooltip__text {
                  position: absolute;
                  top: -26px;
                  left: -13px;
                  z-index: 3;
                  width: 76px;
                  padding: 4px 0;
                  text-align: center;
                  font-size: 10px;
                  font-size: 1rem;
                  border-radius: 2px;
                  background: #444;
                  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3); }
                .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name .c-chart__list__item__box__right__name__moderator .c-chart__list__item__box__right__name__moderator__tooltip .c-chart__list__item__box__right__name__moderator__tooltip__triangle {
                  background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
                  background-repeat: no-repeat;
                  background-size: 383px 240px;
                  background-position: -170px -224px;
                  content: " ";
                  display: inline-block;
                  width: 7px;
                  height: 4px;
                  vertical-align: middle;
                  position: absolute;
                  top: -7px;
                  left: 5px;
                  z-index: 4; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name__icon {
            position: relative;
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -7px -134px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 15px;
            vertical-align: middle;
            vertical-align: -3px;
            margin-left: 4px; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name__icon.premiumUser {
              background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 427px 240px;
              background-position: -48px -43px;
              content: " ";
              display: inline-block;
              width: 15px;
              height: 15px;
              vertical-align: middle;
              vertical-align: -3px; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name__icon .c-chart__list__item__box__right__name__icon__tooltip {
              display: none; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name__icon .c-chart__list__item__box__right__name__icon__tooltip .c-chart__list__item__box__right__name__icon__tooltip__text {
                position: absolute;
                top: -26px;
                left: -58px;
                z-index: 3;
                width: 110px;
                padding: 4px 0;
                text-align: center;
                color: #fff;
                font-size: 10px;
                font-size: 1rem;
                border-radius: 2px;
                background: #444;
                box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3); }
                .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name__icon .c-chart__list__item__box__right__name__icon__tooltip .c-chart__list__item__box__right__name__icon__tooltip__text.premiumUser {
                  width: 80px; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__name__icon .c-chart__list__item__box__right__name__icon__tooltip .c-chart__list__item__box__right__name__icon__tooltip__triangle {
                background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
                background-repeat: no-repeat;
                background-size: 383px 240px;
                background-position: -170px -224px;
                content: " ";
                display: inline-block;
                width: 7px;
                height: 4px;
                vertical-align: middle;
                position: absolute;
                top: -7px;
                left: 3px;
                z-index: 4; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__stamp {
            height: 64px;
            margin-bottom: 12px; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__stamp img {
              width: 64px;
              height: 64px;
              cursor: pointer; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__msg {
            position: relative;
            color: #a0a0a0;
            line-height: 1.5;
            word-wrap: break-word;
            word-break: break-all;
            white-space: pre-wrap;
            padding-bottom: 12px; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__msg.blacklist {
              display: inline-block;
              cursor: pointer;
              text-decoration: underline; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__msg .c-chart__list__item__box__right__msg__tooltip {
              display: none;
              position: absolute;
              z-index: 2;
              top: 24px;
              left: 0;
              width: 226px;
              padding: 8px 10px;
              line-height: 1.4;
              color: #a0a0a0;
              background: #333;
              border: 1px solid #3c3c3c;
              border-radius: 2px;
              cursor: default; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__yell {
            margin-bottom: 10px; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__yell .message {
              display: block;
              margin-top: 4px;
              color: #a0a0a0;
              width: 280px; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__yell .content {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              align-items: center;
              margin-top: 10px;
              width: 172px; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__yell .content .yell__icon img {
                width: 64px;
                height: 64px; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__yell .content .yells {
                margin-left: 4px;
                padding: 8px 8px;
                display: inline-block;
                font-size: 12px;
                color: #fff;
                text-align: center;
                background: #444;
                border-radius: 6px; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply {
            position: relative;
            color: rgba(127, 127, 127, 0.6); }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__text {
              cursor: pointer; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__text:nth-child(n):hover {
                color: #ffc511 !important; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stampicon {
              background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 427px 240px;
              background-position: -29px -43px;
              content: " ";
              display: inline-block;
              width: 15px;
              height: 15px;
              vertical-align: middle;
              cursor: pointer;
              margin-left: 4px;
              vertical-align: -3px; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stampicon:hover {
                background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
                background-repeat: no-repeat;
                background-size: 427px 240px;
                background-position: -29px -62px;
                content: " ";
                display: inline-block;
                width: 15px;
                height: 15px;
                vertical-align: middle;
                vertical-align: -3px; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stampicon.selected {
                background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
                background-repeat: no-repeat;
                background-size: 427px 240px;
                background-position: -29px -62px;
                content: " ";
                display: inline-block;
                width: 15px;
                height: 15px;
                vertical-align: middle;
                vertical-align: -3px; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist {
              display: none; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__bottombg {
                position: absolute;
                z-index: 4;
                top: -25px;
                left: -203px;
                width: 271px;
                height: 15px;
                background-color: rgba(51, 51, 51, 0.7); }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__triangle {
                position: absolute;
                top: -12px;
                left: 0;
                z-index: 4;
                background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
                background-repeat: no-repeat;
                background-size: 427px 240px;
                background-position: -3px -27px;
                content: " ";
                display: inline-block;
                width: 15px;
                height: 11px;
                vertical-align: middle; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area {
                position: absolute;
                top: -306px;
                left: -203px;
                z-index: 3;
                width: 277px;
                height: 296px;
                cursor: default;
                box-shadow: 1px 1px 3px #111; }
                .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__list {
                  width: 277px;
                  height: 48px;
                  background: #444; }
                  .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__list:before, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__list:after {
                    content: "";
                    display: table; }
                  .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__list:after {
                    clear: both; }
                  .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__list .c-chart__list__item__box__right__reply__stamplist__area__list__used {
                    width: 48px;
                    height: 47px;
                    border-bottom: 1px solid red;
                    float: left;
                    cursor: pointer; }
                    .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__list .c-chart__list__item__box__right__reply__stamplist__area__list__used .c-chart__list__item__box__right__reply__stamplist__area__list__used__item {
                      width: 48px;
                      height: 30px;
                      margin-top: 9px;
                      margin-bottom: 9px;
                      border-right: 1px solid #555;
                      text-align: center; }
                      .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__list .c-chart__list__item__box__right__reply__stamplist__area__list__used .c-chart__list__item__box__right__reply__stamplist__area__list__used__item img {
                        width: 24px;
                        height: 24px;
                        margin-top: 3px; }
                  .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__list .c-chart__list__item__box__right__reply__stamplist__area__list__items {
                    width: 192px;
                    height: 48px;
                    margin-left: 20px;
                    float: left;
                    cursor: pointer; }
                .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__item {
                  width: 277px;
                  height: 248px;
                  background: #333;
                  overflow-y: scroll;
                  overflow-x: hidden; }
                  .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__item::-webkit-scrollbar {
                    width: 10px; }
                  .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__item::-webkit-scrollbar-track {
                    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7);
                    border-radius: 10px; }
                  .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__item::-webkit-scrollbar-thumb {
                    border-radius: 10px;
                    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.9); }
                  .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__item .c-chart__list__item__box__right__reply__stamplist__area__item__list {
                    width: 253px;
                    padding: 20px 12px; }
                    .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__item .c-chart__list__item__box__right__reply__stamplist__area__item__list:before, .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__item .c-chart__list__item__box__right__reply__stamplist__area__item__list:after {
                      content: "";
                      display: table; }
                    .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__item .c-chart__list__item__box__right__reply__stamplist__area__item__list:after {
                      clear: both; }
                    .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__item .c-chart__list__item__box__right__reply__stamplist__area__item__list li {
                      width: 54px;
                      float: left;
                      margin-right: 10px;
                      margin-bottom: 14px;
                      cursor: pointer; }
                      .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__item .c-chart__list__item__box__right__reply__stamplist__area__item__list li img {
                        width: 54px;
                        height: 54px; }
                      .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__stamplist .c-chart__list__item__box__right__reply__stamplist__area .c-chart__list__item__box__right__reply__stamplist__area__item .c-chart__list__item__box__right__reply__stamplist__area__item__list li:nth-child(4n) {
                        margin-right: 0; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__icon {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -192px -152px;
              content: " ";
              display: inline-block;
              width: 23px;
              height: 30px;
              vertical-align: middle;
              position: absolute;
              top: -8px;
              right: 0;
              z-index: 2;
              cursor: pointer; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__icon .c-chart__list__item__box__right__reply__icon__relative {
                display: none;
                position: relative; }
                .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__icon .c-chart__list__item__box__right__reply__icon__relative .c-chart__list__item__box__right__reply__icon__relative__list {
                  width: 72px;
                  position: absolute;
                  bottom: -6px;
                  right: 0;
                  z-index: 3;
                  box-shadow: 1px 1px 3px #111; }
                  .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__icon .c-chart__list__item__box__right__reply__icon__relative .c-chart__list__item__box__right__reply__icon__relative__list.down {
                    top: 26px; }
                  .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__icon .c-chart__list__item__box__right__reply__icon__relative .c-chart__list__item__box__right__reply__icon__relative__list li {
                    display: block;
                    padding: 10px 0;
                    color: #a0a0a0;
                    background: #333;
                    text-align: center;
                    cursor: pointer; }
                    .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__icon .c-chart__list__item__box__right__reply__icon__relative .c-chart__list__item__box__right__reply__icon__relative__list li:hover:not(.isDisabled) {
                      color: #ffc511;
                      background: #444; }
                      .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__icon .c-chart__list__item__box__right__reply__icon__relative .c-chart__list__item__box__right__reply__icon__relative__list li:hover:not(.isDisabled) .c-chart__list__item__box__right__reply__icon__relative__list__tooltip {
                        display: block;
                        animation: displayNoneToBlock 0.5s ease 0.1s;
                        -webkit-animation: displayNoneToBlock 0.5s ease 0.1s;
                        animation-fill-mode: both;
                        -webkit-animation-fill-mode: both; }
                        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__icon .c-chart__list__item__box__right__reply__icon__relative .c-chart__list__item__box__right__reply__icon__relative__list li:hover:not(.isDisabled) .c-chart__list__item__box__right__reply__icon__relative__list__tooltip.isFinished {
                          display: none; }
                    .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__icon .c-chart__list__item__box__right__reply__icon__relative .c-chart__list__item__box__right__reply__icon__relative__list li.isDisabled {
                      cursor: default;
                      color: rgba(160, 160, 160, 0.2); }
                      .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__icon .c-chart__list__item__box__right__reply__icon__relative .c-chart__list__item__box__right__reply__icon__relative__list li.isDisabled:hover .c-chart__list__item__box__right__reply__icon__relative__list__tooltip {
                        display: none; }
                        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__icon .c-chart__list__item__box__right__reply__icon__relative .c-chart__list__item__box__right__reply__icon__relative__list li.isDisabled:hover .c-chart__list__item__box__right__reply__icon__relative__list__tooltip.isFinished {
                          display: block;
                          left: 50%;
                          animation: displayNoneToBlock 0.5s ease 0.1s;
                          -webkit-animation: displayNoneToBlock 0.5s ease 0.1s;
                          animation-fill-mode: both;
                          -webkit-animation-fill-mode: both; }
                  .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__icon .c-chart__list__item__box__right__reply__icon__relative .c-chart__list__item__box__right__reply__icon__relative__list .c-chart__list__item__box__right__reply__icon__relative__list__tooltip {
                    display: none;
                    position: absolute;
                    top: -26px;
                    left: 20%;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    font-size: 10px;
                    font-size: 1rem;
                    line-height: 1;
                    color: #a0a0a0;
                    background-color: #444;
                    padding: 5px 9px;
                    border-radius: 2px;
                    white-space: nowrap;
                    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
                    .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__reply .c-chart__list__item__box__right__reply__icon .c-chart__list__item__box__right__reply__icon__relative .c-chart__list__item__box__right__reply__icon__relative__list .c-chart__list__item__box__right__reply__icon__relative__list__tooltip:before {
                      position: absolute;
                      bottom: -7px;
                      left: 50%;
                      margin-left: -6px;
                      background-image: url(../../images/v4/sprite_v4.png);
                      background-repeat: no-repeat;
                      background-size: 320px 240px;
                      background-position: -168px -209px;
                      content: " ";
                      display: inline-block;
                      width: 12px;
                      height: 7px;
                      vertical-align: middle; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__replybox {
            display: none;
            padding-top: 10px; }
            .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__replybox .c-chart__list__item__box__right__replybox__item {
              display: table;
              width: 240px;
              padding: 15px;
              background: #333; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__replybox .c-chart__list__item__box__right__replybox__item .c-chart__list__item__box__right__replybox__item__left {
                display: table-cell;
                width: 30px;
                vertical-align: top;
                padding-right: 8px; }
                .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__replybox .c-chart__list__item__box__right__replybox__item .c-chart__list__item__box__right__replybox__item__left img {
                  width: 30px;
                  height: 30px;
                  border-radius: 50%;
                  -webkit-transition: 0.3s;
                  transition: 0.3s; }
              .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__replybox .c-chart__list__item__box__right__replybox__item .c-chart__list__item__box__right__replybox__item__right {
                display: table-cell;
                padding-top: 4px;
                vertical-align: top; }
                .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__replybox .c-chart__list__item__box__right__replybox__item .c-chart__list__item__box__right__replybox__item__right .c-chart__list__item__box__right__replybox__item__right__input {
                  padding-bottom: 4px;
                  border-bottom: 1px solid #444; }
                  .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__replybox .c-chart__list__item__box__right__replybox__item .c-chart__list__item__box__right__replybox__item__right .c-chart__list__item__box__right__replybox__item__right__input textarea {
                    width: 100%;
                    max-height: 396px;
                    overflow-y: hidden !important;
                    color: #fff;
                    background: #333;
                    border: 0 !important;
                    -webkit-appearance: none;
                    outline: 0;
                    box-sizing: border-box;
                    resize: none; }
                .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__replybox .c-chart__list__item__box__right__replybox__item .c-chart__list__item__box__right__replybox__item__right .c-chart__list__item__box__right__replybox__item__right__box {
                  display: table;
                  width: 204px;
                  padding-top: 15px; }
                  .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__replybox .c-chart__list__item__box__right__replybox__item .c-chart__list__item__box__right__replybox__item__right .c-chart__list__item__box__right__replybox__item__right__box .c-chart__list__item__box__right__replybox__item__right__box__maxlength {
                    display: table-cell;
                    width: 50px;
                    font-size: 11px;
                    font-size: 1.1rem;
                    color: #7f7f7f; }
                  .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__replybox .c-chart__list__item__box__right__replybox__item .c-chart__list__item__box__right__replybox__item__right .c-chart__list__item__box__right__replybox__item__right__box .c-chart__list__item__box__right__replybox__item__right__box__cancel {
                    display: table-cell;
                    width: 98px;
                    font-size: 12px;
                    font-size: 1.2rem;
                    text-align: right;
                    color: #7f7f7f; }
                    .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__replybox .c-chart__list__item__box__right__replybox__item .c-chart__list__item__box__right__replybox__item__right .c-chart__list__item__box__right__replybox__item__right__box .c-chart__list__item__box__right__replybox__item__right__box__cancel span {
                      cursor: pointer; }
                  .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__replybox .c-chart__list__item__box__right__replybox__item .c-chart__list__item__box__right__replybox__item__right .c-chart__list__item__box__right__replybox__item__right__box .c-chart__list__item__box__right__replybox__item__right__box__reply {
                    display: table-cell;
                    font-size: 12px;
                    font-size: 1.2rem;
                    color: #ffc511;
                    text-align: right; }
                    .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__replybox .c-chart__list__item__box__right__replybox__item .c-chart__list__item__box__right__replybox__item__right .c-chart__list__item__box__right__replybox__item__right__box .c-chart__list__item__box__right__replybox__item__right__box__reply span {
                      cursor: pointer; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__more {
            position: relative;
            margin-top: 12px;
            padding-bottom: 6px;
            text-align: center;
            color: #ffc511;
            cursor: pointer; }
          .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__right .c-chart__list__item__box__right__more__loading {
            position: absolute;
            z-index: 1;
            top: -41px;
            right: 35px; }
        .c-chart .c-chart__list .c-chart__list__item .c-chart__list__item__box .c-chart__list__item__box__date {
          position: absolute;
          top: 0;
          right: 0;
          color: #7f7f7f;
          width: 88px;
          text-align: right; }
  .c-chart .c-chart__end {
    position: relative;
    display: table;
    width: 325px;
    height: 60px;
    padding-left: 20px;
    padding-right: 15px;
    background: #333;
    border-top: 1px solid #ffc511; }
    .c-chart .c-chart__end .c-chart__end__left {
      display: table-cell;
      width: 208px;
      padding-right: 25px;
      vertical-align: middle; }
      .c-chart .c-chart__end .c-chart__end__left.moderator {
        width: 244px; }
    .c-chart .c-chart__end .c-chart__end__right {
      display: table-cell;
      margin-right: 15px;
      text-align: left;
      vertical-align: middle;
      cursor: pointer;
      font-size: 14px;
      font-size: 1.4rem;
      color: #a0a0a0;
      cursor: default; }
      .c-chart .c-chart__end .c-chart__end__right.moderator {
        width: 32px; }
    .c-chart .c-chart__end .c-chart__end__setup {
      display: table-cell;
      width: 24px;
      text-align: right;
      vertical-align: middle; }
      .c-chart .c-chart__end .c-chart__end__setup .c-chart__end__setup__button {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -192px -151px;
        content: " ";
        display: inline-block;
        width: 23px;
        height: 33px;
        vertical-align: middle;
        margin-top: 1px;
        cursor: pointer; }
        .c-chart .c-chart__end .c-chart__end__setup .c-chart__end__setup__button.selected {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -76px -126px;
          content: " ";
          display: inline-block;
          width: 23px;
          height: 33px;
          vertical-align: middle;
          margin-left: 76px; }
    .c-chart .c-chart__end .c-chart__end__setuplist {
      display: none;
      position: absolute;
      z-index: 2;
      top: -219px;
      left: 0;
      width: 360px;
      height: 217px;
      background: #333;
      border-top: 1px solid #ffc511; }
      .c-chart .c-chart__end .c-chart__end__setuplist.movie {
        top: -181px;
        height: 179px; }
      .c-chart .c-chart__end .c-chart__end__setuplist.popout {
        top: -218px;
        height: 216px; }
        .c-chart .c-chart__end .c-chart__end__setuplist.popout .c-chart__comment__setuplist__popmenu {
          display: none; }
      .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__end__setuplist__menu {
        padding: 8px 0; }
        .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__end__setuplist__menu li {
          display: block;
          padding: 12px 15px;
          color: #ffc511;
          cursor: pointer; }
          .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__end__setuplist__menu li:hover {
            background: #444; }
      .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__end__setuplist__mute dt {
        border-top: 1px solid #444;
        margin: 0 15px;
        padding: 20px 0;
        color: #a0a0a0; }
      .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__end__setuplist__mute dd {
        padding: 0 15px 24px; }
        .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__end__setuplist__mute dd .c-chart__end__setuplist__mute__checkbox {
          margin-left: 6px;
          vertical-align: -0.1em; }
        .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__end__setuplist__mute dd label {
          margin-left: 4px;
          cursor: pointer; }
        .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__end__setuplist__mute dd:last-child {
          padding-bottom: 18px; }
      .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__comment__setuplist__display .c-chart__comment__setuplist__display__line {
        border-top: 1px solid #444;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 7px; }
      .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__comment__setuplist__display .c-chart__comment__setuplist__display__link {
        display: block;
        padding-top: 12px;
        padding-left: 15px;
        padding-bottom: 12px;
        margin-bottom: 8px;
        color: #ffc511;
        cursor: pointer; }
        .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__comment__setuplist__display .c-chart__comment__setuplist__display__link:hover {
          background: #444; }
      .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__comment__setuplist__popmenu {
        background-color: #333; }
        .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__comment__setuplist__popmenu .c-chart__comment__setuplist__popmenu__line {
          border-top: 1px solid #444;
          margin-left: 15px;
          margin-right: 15px;
          margin-bottom: 8px; }
        .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__comment__setuplist__popmenu .c-chart__comment__setuplist__popmenu__link {
          display: block;
          padding-top: 12px;
          padding-left: 15px;
          padding-bottom: 12px;
          color: #ffc511;
          cursor: pointer; }
          .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__comment__setuplist__popmenu .c-chart__comment__setuplist__popmenu__link:hover {
            background: #444; }
      .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__icon {
        position: relative;
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -7px -134px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-left: 4px;
        vertical-align: -3px; }
        .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__icon.premiumUser {
          background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 427px 240px;
          background-position: -48px -43px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: middle;
          vertical-align: -2px; }
        .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__icon.newUser {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -31px -157px;
          content: " ";
          display: inline-block;
          width: 16px;
          height: 15px;
          vertical-align: middle;
          vertical-align: -3px; }
        .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__icon.waringUser {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -56px -158px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: middle; }
        .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__icon.bannedWordMute {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -255px -149px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: middle; }
        .c-chart .c-chart__end .c-chart__end__setuplist .c-chart__icon.adjustChatDelay {
          display: inline-block;
          width: 8px;
          height: 8px;
          margin: 4px 4px 4px 8px;
          background-image: url();
          background-color: #555;
          border-radius: 4px; }
    .c-chart .c-chart__end .c-chart__display__setuplist {
      display: none;
      position: absolute;
      z-index: 2;
      top: -312px;
      left: 0;
      width: 360px;
      height: 310px;
      background: #333;
      border-top: 1px solid #ffc511;
      display: none; }
      .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dt {
        border-top: 1px solid #444;
        margin: 0 15px;
        padding: 20px 0;
        color: #a0a0a0; }
      .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd {
        padding: 0 15px 24px; }
        .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__display__setuplist__is__premium__hidden__checkbox {
          margin-left: 6px;
          vertical-align: -0.1em; }
        .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd label {
          margin-left: 1px;
          cursor: pointer; }
        .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd:last-child {
          padding-bottom: 18px; }
        .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__icon {
          position: relative;
          margin-left: 4px;
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -7px -134px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: middle;
          vertical-align: -3px; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__icon.premiumUser {
            background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 427px 240px;
            background-position: -48px -43px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 15px;
            vertical-align: middle;
            vertical-align: -2px; }
        .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__preview__area {
          width: 300px;
          border-radius: 4px;
          background-color: #222222;
          padding: 16px; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__preview__area .user__name {
            height: 15px;
            font-size: 12px;
            text-align: left;
            color: #ffffff;
            display: inline-block; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__preview__area .separator {
            display: inline-block; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__preview__area .message {
            height: 15px;
            font-size: 12px;
            text-align: left;
            color: #ffffff;
            display: inline-block; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__preview__area .c-chart__icon {
            display: inline-block; }
        .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .commit__button {
          width: 70px;
          height: 34px;
          border-radius: 4px;
          background-color: #444444;
          cursor: pointer;
          font-size: 14px;
          color: #ffc511;
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
        .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__tooltip {
          display: none;
          position: absolute;
          width: 244px; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__tooltip .message {
            position: relative;
            z-index: 3;
            padding: 6px 4px;
            text-align: center;
            color: #fff;
            font-size: 10px;
            font-size: 1rem;
            border-radius: 2px;
            background: #444;
            box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3); }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__tooltip .triangle {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -170px -224px;
            content: " ";
            display: inline-block;
            width: 7px;
            height: 4px;
            vertical-align: middle;
            position: relative;
            top: -8px;
            left: 120px;
            z-index: 4; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__tooltip.preview {
            top: -5px;
            left: 50px; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__tooltip.premium_mark {
            top: 160px;
            left: 8px; }
        .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area .simplecolorpicker span {
          margin: 0; }
        .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area .simplecolorpicker.inline {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between;
          padding: 0; }
        .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area .simplecolorpicker .color {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -moz-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 20px;
          height: 20px;
          border: 1px solid #333333; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area .simplecolorpicker .color:focus {
            outline: none; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area .simplecolorpicker .color:hover {
            border: 1px solid #333333; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area .simplecolorpicker .color:after {
            content: none; }
        .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area .simplecolorpicker .color[data-selected] {
          border: 1px solid #000000;
          outline: 4px solid #ffffff; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area .simplecolorpicker .color[data-selected]:hover {
            border: 1px solid #000000; }
        .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder {
          margin-top: 25px; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-pills {
            display: none; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-hslsaturation {
            display: none;
            height: 0;
            width: 0; }
            .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-hslsaturation .cp-marker {
              display: none; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-hsllightness {
            display: none;
            height: 0;
            width: 0; }
            .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-hsllightness .cp-marker {
              display: none; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-hslhue {
            height: 4px;
            width: 330px;
            left: -1px; }
            .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-hslhue span {
              background-image: -webkit-linear-gradient(left, red 0%, yellow 16.6667%, lime 33.3333%, cyan 50%, blue 66.6667%, magenta 83.3333%, red 100%) !important;
              background-image: linear-gradient(to right, red 0%, yellow 16.6667%, lime 33.3333%, cyan 50%, blue 66.6667%, magenta 83.3333%, red 100%) !important; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-slider {
            border: none; }
          .c-chart .c-chart__end .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-marker {
            width: 16px;
            height: 16px;
            background: none;
            background-color: #ffffff;
            box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.8);
            border-radius: 16px;
            -webkit-border-radius: 16px;
            -moz-border-radius: 16px;
            top: -6px; }
  .c-chart .c-chart__list__reply {
    padding: 0; }
    .c-chart .c-chart__list__reply .c-chart__list__item {
      position: relative;
      display: table;
      padding: 0;
      word-break: break-all;
      background: #ffffff; }
      .c-chart .c-chart__list__reply .c-chart__list__item:before, .c-chart .c-chart__list__reply .c-chart__list__item:after {
        content: "";
        display: table; }
      .c-chart .c-chart__list__reply .c-chart__list__item:after {
        clear: both; }
      .c-chart .c-chart__list__reply .c-chart__list__item.userThis {
        min-width: 352px;
        width: 100%;
        box-sizing: border-box !important;
        padding-right: 30px; }
        .c-chart .c-chart__list__reply .c-chart__list__item.userThis.blacklist:hover .c-chart__list__userThisRemove__bt {
          display: none; }
  .c-chart .c-chart__comment {
    position: relative;
    width: 344px;
    padding: 12px 8px;
    background: #333;
    border-top: 1px solid #ffc511; }
    .c-chart .c-chart__comment.popout {
      width: 100%; }
    .c-chart .c-chart__comment .c-chart__comment__row .c-chart__comment__row__area {
      width: 328px;
      padding: 11px 8px 7px;
      background: #444;
      border-radius: 4px; }
      .c-chart .c-chart__comment .c-chart__comment__row .c-chart__comment__row__area.popout {
        width: auto;
        margin-right: 16px; }
      .c-chart .c-chart__comment .c-chart__comment__row .c-chart__comment__row__area.moderator:before {
        position: relative;
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -262px -192px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-top: 2px;
        vertical-align: top;
        cursor: pointer; }
      .c-chart .c-chart__comment .c-chart__comment__row .c-chart__comment__row__area .c-chart__comment__row__area__textarea {
        width: 327px;
        max-height: 396px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
        color: #fff;
        background: #444;
        border: 0 !important;
        -webkit-appearance: none;
        resize: none;
        outline: 0;
        overflow-y: hidden !important; }
        .c-chart .c-chart__comment .c-chart__comment__row .c-chart__comment__row__area .c-chart__comment__row__area__textarea::-webkit-input-placeholder {
          color: #ffc511; }
        .c-chart .c-chart__comment .c-chart__comment__row .c-chart__comment__row__area .c-chart__comment__row__area__textarea:-moz-placeholder {
          color: #ffc511;
          opacity: 1; }
        .c-chart .c-chart__comment .c-chart__comment__row .c-chart__comment__row__area .c-chart__comment__row__area__textarea::-moz-placeholder {
          color: #ffc511;
          opacity: 1; }
        .c-chart .c-chart__comment .c-chart__comment__row .c-chart__comment__row__area .c-chart__comment__row__area__textarea:-ms-input-placeholder {
          color: #ffc511; }
        .c-chart .c-chart__comment .c-chart__comment__row .c-chart__comment__row__area .c-chart__comment__row__area__textarea.moderator {
          width: 308px; }
        .c-chart .c-chart__comment .c-chart__comment__row .c-chart__comment__row__area .c-chart__comment__row__area__textarea.popout {
          width: 100%; }
    .c-chart .c-chart__comment .c-chart__comment__row .c-chart__comment__input {
      width: 344px; }
      .c-chart .c-chart__comment .c-chart__comment__row .c-chart__comment__input .c-chart__comment__input__textarea {
        width: 328px;
        padding: 9px 8px;
        font-size: 14px;
        font-size: 1.4rem;
        border-radius: 4px;
        line-height: 1.6;
        color: #fff;
        background: #444;
        border: 0 !important;
        -webkit-appearance: none;
        resize: none;
        outline: 0; }
        .c-chart .c-chart__comment .c-chart__comment__row .c-chart__comment__input .c-chart__comment__input__textarea::-webkit-input-placeholder {
          color: #ffc511; }
        .c-chart .c-chart__comment .c-chart__comment__row .c-chart__comment__input .c-chart__comment__input__textarea:-moz-placeholder {
          color: #ffc511;
          opacity: 1; }
        .c-chart .c-chart__comment .c-chart__comment__row .c-chart__comment__input .c-chart__comment__input__textarea::-moz-placeholder {
          color: #ffc511;
          opacity: 1; }
        .c-chart .c-chart__comment .c-chart__comment__row .c-chart__comment__input .c-chart__comment__input__textarea:-ms-input-placeholder {
          color: #ffc511; }
    .c-chart .c-chart__comment .c-chart__comment__area {
      width: 344px;
      margin-top: 8px; }
      .c-chart .c-chart__comment .c-chart__comment__area:before, .c-chart .c-chart__comment .c-chart__comment__area:after {
        content: "";
        display: table; }
      .c-chart .c-chart__comment .c-chart__comment__area:after {
        clear: both; }
      .c-chart .c-chart__comment .c-chart__comment__area.popout {
        width: 100%; }
      .c-chart .c-chart__comment .c-chart__comment__area .c-chart__comment__area__setup {
        padding-left: 8px;
        float: left; }
        .c-chart .c-chart__comment .c-chart__comment__area .c-chart__comment__area__setup .c-chart__comment__area__setup__icon {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -192px -151px;
          content: " ";
          display: inline-block;
          width: 23px;
          height: 33px;
          vertical-align: middle;
          cursor: pointer; }
          .c-chart .c-chart__comment .c-chart__comment__area .c-chart__comment__area__setup .c-chart__comment__area__setup__icon.selected {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -76px -126px;
            content: " ";
            display: inline-block;
            width: 23px;
            height: 33px;
            vertical-align: middle; }
        .c-chart .c-chart__comment .c-chart__comment__area .c-chart__comment__area__setup:after {
          clear: both; }
      .c-chart .c-chart__comment .c-chart__comment__area .c-chart__comment__area__box__right {
        float: right; }
        .c-chart .c-chart__comment .c-chart__comment__area .c-chart__comment__area__box__right.popout {
          margin-right: 15px; }
      .c-chart .c-chart__comment .c-chart__comment__area .c-chart__comment__area__count {
        display: inline-block;
        margin-top: 10px;
        padding-right: 8px;
        vertical-align: 0.2em;
        color: #7f7f7f;
        font-size: 11px;
        font-size: 1.1rem; }
      .c-chart .c-chart__comment .c-chart__comment__area .c-chart__comment__area__yell {
        display: inline-block;
        vertical-align: 0.3em;
        margin-right: 8px; }
        .c-chart .c-chart__comment .c-chart__comment__area .c-chart__comment__area__yell .c-chart__comment__area__yell__icon {
          background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 427px 240px;
          background-position: -196px -93px;
          content: " ";
          display: inline-block;
          width: 19px;
          height: 19px;
          vertical-align: middle;
          cursor: pointer; }
      .c-chart .c-chart__comment .c-chart__comment__area .c-chart__comment__area__send {
        display: inline-block; }
        .c-chart .c-chart__comment .c-chart__comment__area .c-chart__comment__area__send .c-chart__comment__area__send__button {
          width: 70px;
          height: 34px;
          border-radius: 4px;
          background: #7f7f7f;
          color: #333;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2.6;
          cursor: pointer;
          text-align: center; }
    .c-chart .c-chart__comment .c-chart__comment__moderator {
      display: table-cell;
      width: 8px;
      padding-top: 12px;
      padding-right: 8px;
      vertical-align: top; }
      .c-chart .c-chart__comment .c-chart__comment__moderator .c-chart__comment__moderator__icon {
        position: relative;
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -262px -192px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        vertical-align: top;
        cursor: pointer; }
        .c-chart .c-chart__comment .c-chart__comment__moderator .c-chart__comment__moderator__icon .c-chart__comment__moderator__icon__item .c-chart__comment__moderator__icon__item__tooltip .c-chart__comment__moderator__icon__item__tooltip__text {
          position: absolute;
          top: -26px;
          left: -13px;
          z-index: 3;
          width: 76px;
          padding: 4px 0;
          text-align: center;
          font-size: 10px;
          font-size: 1rem;
          border-radius: 2px;
          background: #444;
          box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3); }
        .c-chart .c-chart__comment .c-chart__comment__moderator .c-chart__comment__moderator__icon .c-chart__comment__moderator__icon__item .c-chart__comment__moderator__icon__item__tooltip .c-chart__comment__moderator__icon__item__tooltip__triangle {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -170px -224px;
          content: " ";
          display: inline-block;
          width: 7px;
          height: 4px;
          vertical-align: middle;
          position: absolute;
          top: -7px;
          left: 5px;
          z-index: 4; }
    .c-chart .c-chart__comment .c-chart__comment__stamp {
      display: table-cell;
      width: 14px;
      padding-top: 12px;
      padding-right: 12px;
      vertical-align: top; }
      .c-chart .c-chart__comment .c-chart__comment__stamp .c-chart__comment__stamp__icon {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -7px -134px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        cursor: pointer; }
    .c-chart .c-chart__comment .c-chart__comment__send {
      display: table-cell;
      width: 28px;
      vertical-align: top; }
      .c-chart .c-chart__comment .c-chart__comment__send .c-chart__comment__send__button {
        cursor: pointer;
        font-size: 14px;
        font-size: 1.4rem;
        color: #a0a0a0; }
    .c-chart .c-chart__comment .c-chart__comment__setup {
      display: table-cell;
      width: 5px; }
      .c-chart .c-chart__comment .c-chart__comment__setup .c-chart__comment__setup__button {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -192px -151px;
        content: " ";
        display: inline-block;
        width: 23px;
        height: 33px;
        vertical-align: middle;
        cursor: pointer; }
        .c-chart .c-chart__comment .c-chart__comment__setup .c-chart__comment__setup__button.selected {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -76px -126px;
          content: " ";
          display: inline-block;
          width: 23px;
          height: 33px;
          vertical-align: middle; }
    .c-chart .c-chart__comment .c-chart__comment__left {
      display: table-cell;
      width: 208px;
      padding-right: 25px;
      vertical-align: middle; }
      .c-chart .c-chart__comment .c-chart__comment__left.moderator {
        width: 244px; }
      .c-chart .c-chart__comment .c-chart__comment__left .c-chart__comment__left__moderator {
        position: relative;
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -262px -192px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        vertical-align: top;
        margin-top: 21px;
        cursor: pointer; }
        .c-chart .c-chart__comment .c-chart__comment__left .c-chart__comment__left__moderator .c-chart__comment__left__moderator__tooltip {
          display: none; }
          .c-chart .c-chart__comment .c-chart__comment__left .c-chart__comment__left__moderator .c-chart__comment__left__moderator__tooltip .c-chart__comment__left__moderator__tooltip__text {
            position: absolute;
            top: -26px;
            left: -13px;
            z-index: 3;
            width: 76px;
            padding: 4px 0;
            text-align: center;
            font-size: 10px;
            font-size: 1rem;
            border-radius: 2px;
            background: #444;
            box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3); }
          .c-chart .c-chart__comment .c-chart__comment__left .c-chart__comment__left__moderator .c-chart__comment__left__moderator__tooltip .c-chart__comment__left__moderator__tooltip__triangle {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -170px -224px;
            content: " ";
            display: inline-block;
            width: 7px;
            height: 4px;
            vertical-align: middle;
            position: absolute;
            top: -7px;
            left: 5px;
            z-index: 4; }
      .c-chart .c-chart__comment .c-chart__comment__left .c-chart__comment__left__input {
        width: 222px;
        padding: 8px;
        font-size: 14px;
        font-size: 1.4rem;
        border-radius: 4px;
        line-height: 1.6;
        color: #fff;
        background: #444;
        border: 0 !important;
        -webkit-appearance: none;
        resize: none;
        outline: 0; }
        .c-chart .c-chart__comment .c-chart__comment__left .c-chart__comment__left__input::-webkit-input-placeholder {
          color: #ffc511; }
        .c-chart .c-chart__comment .c-chart__comment__left .c-chart__comment__left__input:-moz-placeholder {
          color: #ffc511;
          opacity: 1; }
        .c-chart .c-chart__comment .c-chart__comment__left .c-chart__comment__left__input::-moz-placeholder {
          color: #ffc511;
          opacity: 1; }
        .c-chart .c-chart__comment .c-chart__comment__left .c-chart__comment__left__input:-ms-input-placeholder {
          color: #ffc511; }
        .c-chart .c-chart__comment .c-chart__comment__left .c-chart__comment__left__input.moderator {
          width: 191px; }
      .c-chart .c-chart__comment .c-chart__comment__left .c-chart__comment__left__stamp {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -7px -134px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle; }
    .c-chart .c-chart__comment .c-chart__comment__right {
      display: table-cell;
      margin-right: 15px;
      text-align: left;
      vertical-align: middle;
      cursor: pointer;
      font-size: 14px;
      font-size: 1.4rem;
      color: #a0a0a0; }
      .c-chart .c-chart__comment .c-chart__comment__right.moderator {
        width: 32px; }
      .c-chart .c-chart__comment .c-chart__comment__right .c-chart__comment__right__button {
        width: 32px; }
    .c-chart .c-chart__comment .c-chart__comment__setup {
      display: table-cell;
      width: 24px;
      text-align: right;
      vertical-align: middle; }
      .c-chart .c-chart__comment .c-chart__comment__setup .c-chart__comment__setup__button {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -192px -151px;
        content: " ";
        display: inline-block;
        width: 23px;
        height: 33px;
        vertical-align: middle;
        margin-top: 1px;
        cursor: pointer; }
        .c-chart .c-chart__comment .c-chart__comment__setup .c-chart__comment__setup__button.selected {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -76px -126px;
          content: " ";
          display: inline-block;
          width: 23px;
          height: 33px;
          vertical-align: middle; }
    .c-chart .c-chart__comment .c-chart__comment__setuplist {
      display: none;
      position: absolute;
      z-index: 2;
      top: -322px;
      left: 0;
      width: 360px;
      height: 320px;
      background: #333;
      border-top: 1px solid #ffc511; }
      .c-chart .c-chart__comment .c-chart__comment__setuplist.movie {
        top: -181px;
        height: 179px; }
      .c-chart .c-chart__comment .c-chart__comment__setuplist.liveAdmin {
        top: -319;
        height: 317; }
      .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__comment__setuplist__menu {
        padding: 8px 0; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__comment__setuplist__menu li {
          display: block;
          padding: 12px 15px;
          color: #ffc511;
          cursor: pointer; }
          .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__comment__setuplist__menu li:hover {
            background: #444; }
          .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__comment__setuplist__menu li.c-chart__comment__setuplist__audience {
            display: none; }
      .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__comment__setuplist__display .c-chart__comment__setuplist__display__line {
        border-top: 1px solid #444;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 7px; }
      .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__comment__setuplist__display .c-chart__comment__setuplist__display__link {
        display: block;
        padding-top: 12px;
        padding-left: 15px;
        padding-bottom: 12px;
        margin-bottom: 8px;
        color: #ffc511;
        cursor: pointer; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__comment__setuplist__display .c-chart__comment__setuplist__display__link:hover {
          background: #444; }
      .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__comment__setuplist__mute dt {
        border-top: 1px solid #444;
        margin: 0 15px;
        padding: 20px 0;
        color: #a0a0a0; }
      .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__comment__setuplist__mute dd {
        padding: 0 15px 24px; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__comment__setuplist__mute dd .c-chart__comment__setuplist__mute__checkbox {
          margin-left: 6px;
          vertical-align: -0.1em; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__comment__setuplist__mute dd label {
          margin-left: 4px;
          cursor: pointer; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__comment__setuplist__mute dd:last-child {
          padding-bottom: 18px; }
      .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__comment__setuplist__popmenu {
        background-color: #333; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__comment__setuplist__popmenu .c-chart__comment__setuplist__popmenu__line {
          border-top: 1px solid #444;
          margin-left: 15px;
          margin-right: 15px;
          margin-bottom: 8px; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__comment__setuplist__popmenu .c-chart__comment__setuplist__popmenu__link {
          display: block;
          padding-top: 12px;
          padding-left: 15px;
          padding-bottom: 12px;
          color: #ffc511;
          cursor: pointer; }
          .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__comment__setuplist__popmenu .c-chart__comment__setuplist__popmenu__link:hover {
            background: #444; }
      .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__icon {
        position: relative;
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -7px -134px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-left: 4px;
        vertical-align: -3px; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__icon.premiumUser {
          background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 427px 240px;
          background-position: -48px -43px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: middle;
          vertical-align: -2px; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__icon.newUser {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -31px -157px;
          content: " ";
          display: inline-block;
          width: 16px;
          height: 15px;
          vertical-align: middle;
          vertical-align: -3px; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__icon.waringUser {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -56px -158px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: middle; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__icon.bannedWordMute {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -255px -149px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: middle; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist .c-chart__icon.adjustChatDelay {
          display: inline-block;
          width: 8px;
          height: 8px;
          margin: 4px 4px 4px 8px;
          background-image: url();
          background-color: #555;
          border-radius: 4px; }
      .c-chart .c-chart__comment .c-chart__comment__setuplist.popout {
        top: -218px;
        height: 216px; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist.popout .c-chart__comment__setuplist__popmenu {
          display: none; }
      .c-chart .c-chart__comment .c-chart__comment__setuplist.owner {
        display: none;
        position: absolute;
        z-index: 2;
        top: -268px;
        left: 0;
        width: 360px;
        height: 266px;
        background: #333;
        border-top: 1px solid #ffc511; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist.owner.movie {
          top: -181px;
          height: 179px; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist.owner.popout {
          top: -218px;
          height: 216px; }
          .c-chart .c-chart__comment .c-chart__comment__setuplist.owner.popout .c-chart__comment__setuplist__popmenu {
            display: none; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist.owner .c-chart__comment__setuplist__menu .c-chart__comment__setuplist__audience {
          display: block; }
        .c-chart .c-chart__comment .c-chart__comment__setuplist.owner .c-chart__comment__setuplist__popmenu {
          display: block; }
          .c-chart .c-chart__comment .c-chart__comment__setuplist.owner .c-chart__comment__setuplist__popmenu .c-chart__comment__setuplist__popmenu__line {
            border-top: 1px solid #444;
            margin-left: 15px;
            margin-right: 15px;
            margin-bottom: 8px; }
          .c-chart .c-chart__comment .c-chart__comment__setuplist.owner .c-chart__comment__setuplist__popmenu .c-chart__comment__setuplist__popmenu__link {
            display: block;
            padding-top: 12px;
            padding-left: 15px;
            padding-bottom: 12px;
            color: #ffc511;
            cursor: pointer; }
            .c-chart .c-chart__comment .c-chart__comment__setuplist.owner .c-chart__comment__setuplist__popmenu .c-chart__comment__setuplist__popmenu__link:hover {
              background: #444; }
    .c-chart .c-chart__comment .c-chart__comment__chat__manage {
      bottom: 109px; }
    .c-chart .c-chart__comment .c-chart__display__setuplist {
      display: none;
      position: absolute;
      z-index: 2;
      top: -312px;
      left: 0;
      width: 360px;
      height: 310px;
      background: #333;
      border-top: 1px solid #ffc511;
      display: none; }
      .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dt {
        border-top: 1px solid #444;
        margin: 0 15px;
        padding: 20px 0;
        color: #a0a0a0; }
      .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd {
        padding: 0 15px 24px; }
        .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__display__setuplist__is__premium__hidden__checkbox {
          margin-left: 6px;
          vertical-align: -0.1em; }
        .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd label {
          margin-left: 1px;
          cursor: pointer; }
        .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd:last-child {
          padding-bottom: 18px; }
        .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__icon {
          position: relative;
          margin-left: 4px;
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -7px -134px;
          content: " ";
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: middle;
          vertical-align: -3px; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__icon.premiumUser {
            background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 427px 240px;
            background-position: -48px -43px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 15px;
            vertical-align: middle;
            vertical-align: -2px; }
        .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__preview__area {
          width: 300px;
          border-radius: 4px;
          background-color: #222222;
          padding: 16px; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__preview__area .user__name {
            height: 15px;
            font-size: 12px;
            text-align: left;
            color: #ffffff;
            display: inline-block; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__preview__area .separator {
            display: inline-block; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__preview__area .message {
            height: 15px;
            font-size: 12px;
            text-align: left;
            color: #ffffff;
            display: inline-block; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__preview__area .c-chart__icon {
            display: inline-block; }
        .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .commit__button {
          width: 70px;
          height: 34px;
          border-radius: 4px;
          background-color: #444444;
          cursor: pointer;
          font-size: 14px;
          color: #ffc511;
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
        .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__tooltip {
          display: none;
          position: absolute;
          width: 244px; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__tooltip .message {
            position: relative;
            z-index: 3;
            padding: 6px 4px;
            text-align: center;
            color: #fff;
            font-size: 10px;
            font-size: 1rem;
            border-radius: 2px;
            background: #444;
            box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3); }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__tooltip .triangle {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -170px -224px;
            content: " ";
            display: inline-block;
            width: 7px;
            height: 4px;
            vertical-align: middle;
            position: relative;
            top: -8px;
            left: 120px;
            z-index: 4; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__tooltip.preview {
            top: -5px;
            left: 50px; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__tooltip.premium_mark {
            top: 160px;
            left: 8px; }
        .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area .simplecolorpicker span {
          margin: 0; }
        .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area .simplecolorpicker.inline {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between;
          padding: 0; }
        .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area .simplecolorpicker .color {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -moz-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 20px;
          height: 20px;
          border: 1px solid #333333; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area .simplecolorpicker .color:focus {
            outline: none; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area .simplecolorpicker .color:hover {
            border: 1px solid #333333; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area .simplecolorpicker .color:after {
            content: none; }
        .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area .simplecolorpicker .color[data-selected] {
          border: 1px solid #000000;
          outline: 4px solid #ffffff; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area .simplecolorpicker .color[data-selected]:hover {
            border: 1px solid #000000; }
        .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder {
          margin-top: 25px; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-pills {
            display: none; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-hslsaturation {
            display: none;
            height: 0;
            width: 0; }
            .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-hslsaturation .cp-marker {
              display: none; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-hsllightness {
            display: none;
            height: 0;
            width: 0; }
            .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-hsllightness .cp-marker {
              display: none; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-hslhue {
            height: 4px;
            width: 330px;
            left: -1px; }
            .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-hslhue span {
              background-image: -webkit-linear-gradient(left, red 0%, yellow 16.6667%, lime 33.3333%, cyan 50%, blue 66.6667%, magenta 83.3333%, red 100%) !important;
              background-image: linear-gradient(to right, red 0%, yellow 16.6667%, lime 33.3333%, cyan 50%, blue 66.6667%, magenta 83.3333%, red 100%) !important; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-slider {
            border: none; }
          .c-chart .c-chart__comment .c-chart__display__setuplist .c-chart__display__setuplist__menu dd .c-chart__color__setting__area #colorSloder .cp-marker {
            width: 16px;
            height: 16px;
            background: none;
            background-color: #ffffff;
            box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.8);
            border-radius: 16px;
            -webkit-border-radius: 16px;
            -moz-border-radius: 16px;
            top: -6px; }
      .c-chart .c-chart__comment .c-chart__display__setuplist.comment {
        top: -222px;
        height: 220px; }
        .c-chart .c-chart__comment .c-chart__display__setuplist.comment .c-chart__display__setuplist__menu dd .c-chart__tooltip.premium_mark {
          top: 80px;
          left: 8px; }
    .c-chart .c-chart__comment .comment__button_enabled {
      background: #ffc511 !important; }
    .c-chart .c-chart__comment .c-chart__comment__end {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 360px;
      height: 60px;
      text-align: center;
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      background-color: rgba(0, 0, 0, 0.7);
      line-height: 4.3; }
    .c-chart .c-chart__comment .c-chart__comment__newMsg {
      display: none;
      position: absolute;
      top: -50px;
      left: 0;
      z-index: 4;
      width: 100%;
      margin: 0 auto;
      text-align: center;
      background: rgba(255, 70, 0, 0.6);
      padding: 15px 0; }
      .c-chart .c-chart__comment .c-chart__comment__newMsg .c-chart__comment__newMsg__text {
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4; }
    .c-chart .c-chart__comment .c-chart__comment__endMsg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 4;
      width: 100%;
      height: 40px;
      margin: 0 auto;
      text-align: center;
      background: #333;
      padding-top: 20px; }
      .c-chart .c-chart__comment .c-chart__comment__endMsg .c-chart__comment__endMsg__relative {
        position: relative; }
        .c-chart .c-chart__comment .c-chart__comment__endMsg .c-chart__comment__endMsg__relative .c-chart__comment__endMsg__relative__text {
          color: #fff;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.4; }
        .c-chart .c-chart__comment .c-chart__comment__endMsg .c-chart__comment__endMsg__relative .c-chart__comment__endMsg__relative__setup {
          position: absolute;
          top: 8px;
          right: 16px;
          z-index: 5;
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -194px -165px;
          content: " ";
          display: inline-block;
          width: 20px;
          height: 5px;
          vertical-align: middle;
          cursor: pointer; }
          .c-chart .c-chart__comment .c-chart__comment__endMsg .c-chart__comment__endMsg__relative .c-chart__comment__endMsg__relative__setup.selected {
            top: 3px;
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -81px -159px;
            content: " ";
            display: inline-block;
            width: 14px;
            height: 14px;
            vertical-align: middle; }
  .c-chart .c-chart__comment__setuplist__chatrule {
    background-color: #333; }
    .c-chart .c-chart__comment__setuplist__chatrule .c-chart__comment__setuplist__chatrule__line {
      border-top: 1px solid #444;
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 8px; }
    .c-chart .c-chart__comment__setuplist__chatrule .c-chart__comment__setuplist__chatrule__link {
      display: block;
      padding-top: 12px;
      padding-left: 15px;
      padding-bottom: 12px;
      color: #ffc511;
      cursor: pointer; }
      .c-chart .c-chart__comment__setuplist__chatrule .c-chart__comment__setuplist__chatrule__link:hover {
        background: #444; }
  .c-chart .c-chart__comment__chat__rule {
    width: 330px;
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    padding: 0 15px;
    background: #333;
    border-top: 1px solid #ffc511;
    background-color: #333;
    word-wrap: break-word;
    word-break: break-all; }
    .c-chart .c-chart__comment__chat__rule dt {
      margin: 15px 0;
      padding: 0px 0 5px 0;
      color: #a0a0a0; }
    .c-chart .c-chart__comment__chat__rule dd {
      position: relative;
      padding: 0;
      margin: 10px 0; }
  .c-chart .c-chart__comment__chat__manage {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 62px;
    left: 0;
    width: 360px;
    height: 532px;
    background: #333;
    border-top: 1px solid #ffc511;
    background-color: #333; }
    .c-chart .c-chart__comment__chat__manage dt {
      border-top: 1px solid #444;
      margin: 0 15px;
      padding: 20px 0 5px 0;
      color: #a0a0a0; }
    .c-chart .c-chart__comment__chat__manage dd {
      position: relative;
      padding: 0;
      margin: 10px 0 10px 18px; }
      .c-chart .c-chart__comment__chat__manage dd .c-chart__comment__chat__manage__checkbox {
        margin: 6px 10px 0 0; }
      .c-chart .c-chart__comment__chat__manage dd label {
        margin-left: 4px;
        cursor: pointer; }
      .c-chart .c-chart__comment__chat__manage dd:last-child {
        padding-bottom: 18px; }
      .c-chart .c-chart__comment__chat__manage dd .c-chart__comment__chat__manage__tooltip .c-chart__comment__chat__manage__tooltip__text {
        position: absolute;
        top: -38px;
        left: 28px;
        z-index: 3;
        width: 210px;
        padding: 4px 10px;
        text-align: left;
        font-size: 10px;
        font-size: 1rem;
        border-radius: 2px;
        background: #444;
        box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3);
        color: #fff; }
      .c-chart .c-chart__comment__chat__manage dd .c-chart__comment__chat__manage__tooltip .c-chart__comment__chat__manage__tooltip__text_blacklist {
        position: absolute;
        top: -58px;
        left: 28px;
        z-index: 3;
        width: 210px;
        padding: 4px 10px;
        text-align: left;
        font-size: 10px;
        font-size: 1rem;
        border-radius: 2px;
        background: #444;
        box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3);
        color: #fff; }
      .c-chart .c-chart__comment__chat__manage dd .c-chart__comment__chat__manage__tooltip .c-chart__comment__chat__manage__tooltip__triangle {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -170px -224px;
        content: " ";
        display: inline-block;
        width: 7px;
        height: 4px;
        vertical-align: middle;
        position: absolute;
        top: -7px;
        left: 130px;
        z-index: 4; }
      .c-chart .c-chart__comment__chat__manage dd .c-chart__comment__chat__manage__list {
        margin: 10px 20px 0;
        height: 20px;
        background-color: #333333;
        color: #edb832;
        border: 0px; }
  .c-chart .c-chart__ngword {
    display: none;
    position: absolute;
    top: 4px;
    left: 0;
    width: 360px;
    height: 100%;
    z-index: 4;
    background: #222; }
    .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__title {
      position: relative;
      text-align: center;
      padding: 15px 0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      color: #fff;
      background: #333; }
      .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__title .c-chart__ngword__setup__title__close {
        position: absolute;
        top: 17px;
        left: 14px;
        z-index: 5;
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -79px -134px;
        content: " ";
        display: inline-block;
        width: 17px;
        height: 16px;
        vertical-align: middle;
        cursor: pointer; }
    .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box {
      margin-bottom: 18px;
      padding: 0; }
      .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box .ngword__button_enabled {
        background: #ffc511 !important; }
      .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box .c-chart__ngword__setup__box__word__row {
        padding: 16px 20px 10px 20px;
        background: #333; }
        .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box .c-chart__ngword__setup__box__word__row .c-chart__ngword__setup__box__word__row__area {
          display: inline-block;
          width: 223px;
          padding: 11px 8px 7px;
          background: #444;
          border-radius: 4px; }
        .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box .c-chart__ngword__setup__box__word__row .c-chart__ngword__setup__box__word__row__area__textarea {
          width: 217px;
          max-height: 396px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.6;
          color: #fff;
          background: #444;
          border: 0 !important;
          -webkit-appearance: none;
          resize: none;
          outline: 0;
          overflow-y: hidden !important; }
          .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box .c-chart__ngword__setup__box__word__row .c-chart__ngword__setup__box__word__row__area__textarea::-webkit-input-placeholder {
            color: #ffc511; }
          .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box .c-chart__ngword__setup__box__word__row .c-chart__ngword__setup__box__word__row__area__textarea::-moz-placeholder {
            color: #ffc511;
            opacity: 1; }
          .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box .c-chart__ngword__setup__box__word__row .c-chart__ngword__setup__box__word__row__area__textarea:-ms-input-placeholder {
            color: #ffc511; }
        .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box .c-chart__ngword__setup__box__word__row .c-chart__ngword__setup__box__word__area__send {
          display: block;
          padding: 0px;
          float: right; }
          .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box .c-chart__ngword__setup__box__word__row .c-chart__ngword__setup__box__word__area__send .c-chart__ngword__setup__box__word__area__send__button {
            width: 70px;
            height: 42px;
            border-radius: 4px;
            background: #7f7f7f;
            color: #333;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 42px;
            cursor: pointer;
            text-align: center; }
      .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box .c-chart__ngword__setup__box__word__area__info {
        display: block;
        padding: 0px 0px 16px 20px;
        vertical-align: 0.2em;
        background: #333;
        font-size: 11px;
        font-size: 1.1rem;
        border-bottom: 1px solid #ffc511; }
        .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box .c-chart__ngword__setup__box__word__area__info .c-chart__ngword__setup__box__word__area__info__count {
          color: #7f7f7f; }
        .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box .c-chart__ngword__setup__box__word__area__info .c-chart__ngword__setup__box__word__area__info__message {
          color: #fff; }
    .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list {
      overflow-y: auto;
      border-top: 1px solid #ffc511; }
      .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list::-webkit-scrollbar {
        width: 8px;
        height: 8px; }
      .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list::-webkit-scrollbar-button {
        width: 0px;
        height: 0px; }
      .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list::-webkit-scrollbar-thumb {
        background: #333333;
        border: 1px inset #000000;
        border-radius: 50px; }
      .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list::-webkit-scrollbar-thumb:hover {
        background: #333333; }
      .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list::-webkit-scrollbar-thumb:active {
        background: #333333; }
      .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list::-webkit-scrollbar-track {
        background: #000000;
        border: 0px none #ffffff;
        border-radius: 50px; }
      .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list::-webkit-scrollbar-track:hover {
        background: #000000; }
      .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list::-webkit-scrollbar-track:active {
        background: #000000; }
      .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list::-webkit-scrollbar-corner {
        background: transparent; }
      .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #222 inset; }
      .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list dt {
        margin: 0 15px;
        padding: 20px 0;
        color: #a0a0a0; }
        .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list dt .isNull {
          border-top: 0; }
      .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list dd {
        position: relative;
        display: block; }
        .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list dd .c-chart__ngword__setup__box__list__item {
          position: relative;
          color: #fff;
          background: #222;
          cursor: pointer;
          padding: 12px 35px 12px 15px;
          word-wrap: break-word; }
          .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list dd .c-chart__ngword__setup__box__list__item:hover {
            background: #444;
            color: #ffc511; }
          .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list dd .c-chart__ngword__setup__box__list__item .c-chart__ngword__setup__box__list__item__remove {
            position: absolute;
            top: 10px;
            right: 12px;
            z-index: 5;
            background-image: url(../../images/v5/sprite_v5.png?t=2017082901);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -65px -134px;
            content: " ";
            display: inline-block;
            width: 17px;
            height: 16px;
            vertical-align: middle;
            cursor: pointer;
            display: none; }
        .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list dd .c-chart__ngword__setup__box__list__tooltip {
          display: none; }
          .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list dd .c-chart__ngword__setup__box__list__tooltip .c-chart__ngword__setup__box__list__tooltip__text {
            position: absolute;
            top: -34px;
            left: 14px;
            z-index: 1;
            width: 266px;
            padding: 10px;
            background: #333;
            border-radius: 2px;
            line-height: 1.6;
            box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5); }
          .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list dd .c-chart__ngword__setup__box__list__tooltip .c-chart__ngword__setup__box__list__tooltip__triangle {
            background-image: url(../../images/v5/sprite_v5.png?t=2017082901);
            background-repeat: no-repeat;
            background-size: 320px 240px;
            background-position: -169px -208px;
            content: " ";
            display: inline-block;
            width: 10px;
            height: 8px;
            vertical-align: middle;
            position: absolute;
            top: 4px;
            left: 30px;
            z-index: 1; }
    .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__box__list__null {
      border-top: 1px solid #ffc511;
      color: #7f7f7f;
      padding: 70px 0 0 0;
      text-align: center; }
    .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__loading {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 47%;
      margin-top: -80px; }
    .c-chart .c-chart__ngword .c-chart__ngword__setup .c-chart__ngword__setup__scrollLoading {
      position: absolute;
      z-index: 1;
      bottom: -30px;
      left: 47%; }
  .c-chart .c-chart__audience {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
    height: 100%;
    z-index: 4;
    background: #222; }
    .c-chart .c-chart__audience .c-chart__audience__setup {
      position: relative;
      height: 100%; }
      .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__title {
        position: relative;
        text-align: center;
        padding: 15px 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
        color: #fff;
        background: #333; }
        .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__title .c-chart__audience__setup__title__close {
          position: absolute;
          top: 17px;
          left: 14px;
          z-index: 5;
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -79px -134px;
          content: " ";
          display: inline-block;
          width: 17px;
          height: 16px;
          vertical-align: middle;
          cursor: pointer; }
      .c-chart .c-chart__audience .c-chart__audience__setup .audienceSetupContent {
        overflow-y: auto;
        overflow-y: auto; }
        .c-chart .c-chart__audience .c-chart__audience__setup .audienceSetupContent::-webkit-scrollbar {
          width: 8px;
          height: 8px; }
        .c-chart .c-chart__audience .c-chart__audience__setup .audienceSetupContent::-webkit-scrollbar-button {
          width: 0px;
          height: 0px; }
        .c-chart .c-chart__audience .c-chart__audience__setup .audienceSetupContent::-webkit-scrollbar-thumb {
          background: #333333;
          border: 1px inset #000000;
          border-radius: 50px; }
        .c-chart .c-chart__audience .c-chart__audience__setup .audienceSetupContent::-webkit-scrollbar-thumb:hover {
          background: #333333; }
        .c-chart .c-chart__audience .c-chart__audience__setup .audienceSetupContent::-webkit-scrollbar-thumb:active {
          background: #333333; }
        .c-chart .c-chart__audience .c-chart__audience__setup .audienceSetupContent::-webkit-scrollbar-track {
          background: #000000;
          border: 0px none #ffffff;
          border-radius: 50px; }
        .c-chart .c-chart__audience .c-chart__audience__setup .audienceSetupContent::-webkit-scrollbar-track:hover {
          background: #000000; }
        .c-chart .c-chart__audience .c-chart__audience__setup .audienceSetupContent::-webkit-scrollbar-track:active {
          background: #000000; }
        .c-chart .c-chart__audience .c-chart__audience__setup .audienceSetupContent::-webkit-scrollbar-corner {
          background: transparent; }
        .c-chart .c-chart__audience .c-chart__audience__setup .audienceSetupContent input:-webkit-autofill {
          -webkit-box-shadow: 0 0 0px 1000px #222 inset; }
      .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dt {
        margin: 11px 15px 0;
        padding: 20px 0;
        color: #a0a0a0;
        border-top: 1px solid #333; }
      .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd {
        position: relative;
        display: block; }
        .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__item {
          color: #fff;
          cursor: pointer;
          padding: 12px 15px; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__item:hover {
            background: #444;
            color: #ffc511; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__item.selected {
            background: #444;
            color: #ffc511; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__item.blacklist {
            color: #7f7f7f;
            text-decoration: line-through;
            background: none;
            cursor: default; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__item .c-chart__moderator__setup__list__item__remove {
            position: absolute;
            top: 10px;
            right: 12px;
            z-index: 5;
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -79px -134px;
            content: " ";
            display: inline-block;
            width: 17px;
            height: 16px;
            vertical-align: middle;
            cursor: pointer;
            display: none; }
        .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box {
          display: none;
          position: relative;
          position: absolute;
          top: 26px;
          left: 142px;
          z-index: 5;
          width: 178px;
          height: 228px;
          background: #333;
          text-align: center; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__img {
            width: 178px;
            height: 91px;
            line-height: 0; }
            .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__img img {
              width: 178px;
              height: 91px; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__desc {
            position: relative; }
            .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__desc .c-chart__moderator__setup__list__box__desc__name {
              text-align: center; }
              .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__desc .c-chart__moderator__setup__list__box__desc__name .c-chart__moderator__setup__list__box__desc__name__text {
                display: -webkit-box !important;
                display: -moz-box !important;
                word-wrap: break-word;
                word-break: break-all;
                max-width: 100%;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 1.5;
                width: 46%;
                margin: 36px auto 0; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__desc__favorite {
            text-align: center; }
            .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__desc__favorite .c-chart__moderator__setup__list__box__desc__favorite__icon {
              width: 29px;
              height: 18px;
              margin: 0 auto;
              background-image: url(../../images/v4/favorite_icon.png);
              background-size: 29px 18px;
              background-position: center center;
              background-repeat: no-repeat;
              padding: 8px 14px; }
              .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__desc__favorite .c-chart__moderator__setup__list__box__desc__favorite__icon:hover {
                background-image: url(../../images/v4/favorite_icon.png);
                background-size: 29px 18px;
                background-color: #222;
                background-position: 0 0;
                background-position: center center;
                border-radius: 4px;
                box-shadow: 1px 1px 3px #111; }
              .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__desc__favorite .c-chart__moderator__setup__list__box__desc__favorite__icon.selected {
                background-image: url(../../images/v4/favorite_icon_on.png);
                background-size: 33px 18px;
                background-color: #333;
                background-position: 0 0;
                background-position: center center;
                background-repeat: no-repeat;
                padding: 8px 14px;
                border-radius: 4px; }
                .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__desc__favorite .c-chart__moderator__setup__list__box__desc__favorite__icon.selected:hover {
                  background-color: #222;
                  box-shadow: 1px 1px 3px #111; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__desc__blacklist {
            text-align: center; }
            .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__desc__blacklist .c-chart__moderator__setup__list__box__desc__blacklist__text {
              display: inline-block;
              color: #ffc511;
              padding: 8px; }
              .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__desc__blacklist .c-chart__moderator__setup__list__box__desc__blacklist__text:hover {
                border-radius: 4px;
                background: #222;
                box-shadow: 1px 1px 3px #111; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__profile {
            position: absolute;
            z-index: 6;
            top: 58px;
            left: 59px; }
            .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__profile .c-chart__moderator__setup__list__box__profile__relative {
              position: relative; }
              .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__profile .c-chart__moderator__setup__list__box__profile__relative .c-chart__moderator__setup__list__box__profile__relative__img {
                width: 60px;
                height: 60px;
                border-radius: 50%;
                box-shadow: 1px 1px 3px #111; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__moderator__setup__list dd .c-chart__moderator__setup__list__box .c-chart__moderator__setup__list__box__closeBt {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 7;
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -81px -159px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 14px;
            vertical-align: middle;
            cursor: pointer; }
      .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dt {
        margin: 0 15px;
        padding: 20px 0;
        color: #a0a0a0; }
      .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd {
        position: relative;
        display: block; }
        .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__item {
          color: #fff;
          cursor: pointer;
          padding: 12px 15px; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__item:hover {
            background: #444;
            color: #ffc511; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__item.selected {
            background: #444;
            color: #ffc511; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__item.blacklist {
            color: #7f7f7f;
            text-decoration: line-through;
            background: none;
            cursor: default; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__item .c-chart__delivery__setup__list__item__remove {
            position: absolute;
            top: 10px;
            right: 12px;
            z-index: 5;
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -79px -134px;
            content: " ";
            display: inline-block;
            width: 17px;
            height: 16px;
            vertical-align: middle;
            cursor: pointer;
            display: none; }
        .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box {
          display: none;
          position: relative;
          position: absolute;
          top: 26px;
          left: 142px;
          z-index: 5;
          width: 178px;
          height: 228px;
          background: #333;
          text-align: center; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__img {
            width: 178px;
            height: 91px;
            line-height: 0; }
            .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__img img {
              width: 178px;
              height: 91px; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__desc {
            position: relative; }
            .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__desc .c-chart__delivery__setup__list__box__desc__name {
              text-align: center; }
              .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__desc .c-chart__delivery__setup__list__box__desc__name .c-chart__delivery__setup__list__box__desc__name__text {
                display: -webkit-box !important;
                display: -moz-box !important;
                word-wrap: break-word;
                word-break: break-all;
                max-width: 100%;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 1.5;
                width: 46%;
                margin: 36px auto 0; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__desc__favorite {
            text-align: center; }
            .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__desc__favorite .c-chart__delivery__setup__list__box__desc__favorite__icon {
              width: 29px;
              height: 18px;
              margin: 0 auto;
              background-image: url(../../images/v4/favorite_icon.png);
              background-size: 29px 18px;
              background-position: center center;
              background-repeat: no-repeat;
              padding: 8px 14px; }
              .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__desc__favorite .c-chart__delivery__setup__list__box__desc__favorite__icon:hover {
                background-image: url(../../images/v4/favorite_icon.png);
                background-size: 29px 18px;
                background-color: #222;
                background-position: 0 0;
                background-position: center center;
                border-radius: 4px;
                box-shadow: 1px 1px 3px #111; }
              .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__desc__favorite .c-chart__delivery__setup__list__box__desc__favorite__icon.selected {
                background-image: url(../../images/v4/favorite_icon_on.png);
                background-size: 33px 18px;
                background-color: #333;
                background-position: 0 0;
                background-position: center center;
                background-repeat: no-repeat;
                padding: 8px 14px;
                border-radius: 4px; }
                .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__desc__favorite .c-chart__delivery__setup__list__box__desc__favorite__icon.selected:hover {
                  background-color: #222;
                  box-shadow: 1px 1px 3px #111; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__desc__blacklist {
            text-align: center; }
            .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__desc__blacklist .c-chart__delivery__setup__list__box__desc__blacklist__text {
              display: inline-block;
              color: #ffc511;
              padding: 8px; }
              .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__desc__blacklist .c-chart__delivery__setup__list__box__desc__blacklist__text:hover {
                border-radius: 4px;
                background: #222;
                box-shadow: 1px 1px 3px #111; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__profile {
            position: absolute;
            z-index: 6;
            top: 58px;
            left: 59px; }
            .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__profile .c-chart__delivery__setup__list__box__profile__relative {
              position: relative; }
              .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__profile .c-chart__delivery__setup__list__box__profile__relative .c-chart__delivery__setup__list__box__profile__relative__img {
                width: 60px;
                height: 60px;
                border-radius: 50%;
                box-shadow: 1px 1px 3px #111; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__delivery__setup__list dd .c-chart__delivery__setup__list__box .c-chart__delivery__setup__list__box__closeBt {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 7;
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -81px -159px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 14px;
            vertical-align: middle;
            cursor: pointer; }
      .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dt {
        margin: 11px 15px 0;
        padding: 20px 0;
        color: #a0a0a0;
        border-top: 1px solid #333; }
      .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd {
        position: relative;
        display: block; }
        .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__item {
          color: #fff;
          cursor: pointer;
          padding: 12px 15px; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__item:hover {
            background: #444;
            color: #ffc511; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__item.selected {
            background: #444;
            color: #ffc511; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__item.blacklist {
            color: #7f7f7f;
            text-decoration: line-through;
            background: none;
            cursor: default; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__item .c-chart__audience__setup__list__item__remove {
            position: absolute;
            top: 10px;
            right: 12px;
            z-index: 5;
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -79px -134px;
            content: " ";
            display: inline-block;
            width: 17px;
            height: 16px;
            vertical-align: middle;
            cursor: pointer;
            display: none; }
        .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box {
          display: none;
          position: relative;
          position: absolute;
          top: 26px;
          left: 142px;
          z-index: 5;
          width: 178px;
          height: 228px;
          background: #333;
          text-align: center; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__img {
            width: 178px;
            height: 91px;
            line-height: 0; }
            .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__img img {
              width: 178px;
              height: 91px; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__desc {
            position: relative; }
            .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__desc .c-chart__audience__setup__list__box__desc__name {
              text-align: center; }
              .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__desc .c-chart__audience__setup__list__box__desc__name .c-chart__audience__setup__list__box__desc__name__text {
                display: -webkit-box !important;
                display: -moz-box !important;
                word-wrap: break-word;
                word-break: break-all;
                max-width: 100%;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 1.5;
                width: 46%;
                margin: 36px auto 0; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__desc__favorite {
            text-align: center; }
            .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__desc__favorite .c-chart__audience__setup__list__box__desc__favorite__icon {
              width: 29px;
              height: 18px;
              margin: 0 auto;
              background-image: url(../../images/v4/favorite_icon.png);
              background-size: 29px 18px;
              background-position: center center;
              background-repeat: no-repeat;
              padding: 8px 14px; }
              .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__desc__favorite .c-chart__audience__setup__list__box__desc__favorite__icon:hover {
                background-image: url(../../images/v4/favorite_icon.png);
                background-size: 29px 18px;
                background-color: #222;
                background-position: 0 0;
                background-position: center center;
                border-radius: 4px;
                box-shadow: 1px 1px 3px #111; }
              .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__desc__favorite .c-chart__audience__setup__list__box__desc__favorite__icon.selected {
                background-image: url(../../images/v4/favorite_icon_on.png);
                background-size: 33px 18px;
                background-color: #333;
                background-position: 0 0;
                background-position: center center;
                background-repeat: no-repeat;
                padding: 8px 14px;
                border-radius: 4px; }
                .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__desc__favorite .c-chart__audience__setup__list__box__desc__favorite__icon.selected:hover {
                  background-color: #222;
                  box-shadow: 1px 1px 3px #111; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__desc__blacklist {
            text-align: center; }
            .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__desc__blacklist .c-chart__audience__setup__list__box__desc__blacklist__text {
              display: inline-block;
              color: #ffc511;
              padding: 8px; }
              .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__desc__blacklist .c-chart__audience__setup__list__box__desc__blacklist__text:hover {
                border-radius: 4px;
                background: #222;
                box-shadow: 1px 1px 3px #111; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__profile {
            position: absolute;
            z-index: 6;
            top: 58px;
            left: 59px; }
            .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__profile .c-chart__audience__setup__list__box__profile__relative {
              position: relative; }
              .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__profile .c-chart__audience__setup__list__box__profile__relative .c-chart__audience__setup__list__box__profile__relative__img {
                width: 60px;
                height: 60px;
                border-radius: 50%;
                box-shadow: 1px 1px 3px #111; }
          .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__list dd .c-chart__audience__setup__list__box .c-chart__audience__setup__list__box__closeBt {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 7;
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -81px -159px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 14px;
            vertical-align: middle;
            cursor: pointer; }
      .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__loading {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 47%;
        margin-top: -80px; }
      .c-chart .c-chart__audience .c-chart__audience__setup .c-chart__audience__setup__scrollLoading {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 47%; }
  .c-chart .c-chart__blacklist {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
    height: 100%;
    z-index: 4;
    background: #222; }
    .c-chart .c-chart__blacklist .c-chart__blacklist__setup {
      position: relative;
      height: 100%; }
      .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__title {
        position: relative;
        text-align: center;
        padding: 15px 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
        color: #fff;
        background: #333; }
        .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__title .c-chart__blacklist__setup__title__close {
          position: absolute;
          top: 17px;
          left: 14px;
          z-index: 5;
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -79px -134px;
          content: " ";
          display: inline-block;
          width: 17px;
          height: 16px;
          vertical-align: middle;
          cursor: pointer; }
      .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list {
        overflow-y: auto; }
        .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list::-webkit-scrollbar {
          width: 8px;
          height: 8px; }
        .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list::-webkit-scrollbar-button {
          width: 0px;
          height: 0px; }
        .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list::-webkit-scrollbar-thumb {
          background: #333333;
          border: 1px inset #000000;
          border-radius: 50px; }
        .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list::-webkit-scrollbar-thumb:hover {
          background: #333333; }
        .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list::-webkit-scrollbar-thumb:active {
          background: #333333; }
        .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list::-webkit-scrollbar-track {
          background: #000000;
          border: 0px none #ffffff;
          border-radius: 50px; }
        .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list::-webkit-scrollbar-track:hover {
          background: #000000; }
        .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list::-webkit-scrollbar-track:active {
          background: #000000; }
        .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list::-webkit-scrollbar-corner {
          background: transparent; }
        .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list input:-webkit-autofill {
          -webkit-box-shadow: 0 0 0px 1000px #222 inset; }
        .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list dt {
          margin: 0 15px;
          padding: 20px 0;
          color: #a0a0a0; }
          .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list dt.isNull {
            border-top: 0; }
        .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list dd {
          position: relative;
          display: block; }
          .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list dd .c-chart__blacklist__setup__list__item {
            position: relative;
            color: #fff;
            cursor: pointer;
            padding: 12px 15px; }
            .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list dd .c-chart__blacklist__setup__list__item:hover {
              background: #444;
              color: #ffc511; }
            .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list dd .c-chart__blacklist__setup__list__item.selected {
              background: #444;
              color: #ffc511; }
            .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list dd .c-chart__blacklist__setup__list__item .c-chart__blacklist__setup__list__item__remove {
              position: absolute;
              top: 10px;
              right: 12px;
              z-index: 5;
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -79px -134px;
              content: " ";
              display: inline-block;
              width: 17px;
              height: 16px;
              vertical-align: middle;
              cursor: pointer;
              display: none; }
          .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list dd .c-chart__blacklist__setup__list__tooltip {
            display: none; }
            .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list dd .c-chart__blacklist__setup__list__tooltip .c-chart__blacklist__setup__list__tooltip__text {
              position: absolute;
              top: -34px;
              left: 14px;
              z-index: 1;
              width: 266px;
              padding: 10px;
              background: #333;
              border-radius: 2px;
              line-height: 1.6;
              box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5); }
            .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__list dd .c-chart__blacklist__setup__list__tooltip .c-chart__blacklist__setup__list__tooltip__triangle {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -169px -208px;
              content: " ";
              display: inline-block;
              width: 10px;
              height: 8px;
              vertical-align: middle;
              position: absolute;
              top: 4px;
              left: 30px;
              z-index: 1; }
      .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__loading {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 47%;
        margin-top: -80px; }
      .c-chart .c-chart__blacklist .c-chart__blacklist__setup .c-chart__blacklist__setup__scrollLoading {
        position: absolute;
        z-index: 1;
        bottom: -30px;
        left: 47%; }
  .c-chart .c-chart__comment__chat__manage_chat_rule {
    width: 307px;
    max-height: 396px;
    height: 80px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #fff;
    background-color: #222222;
    border: 0 !important;
    -webkit-appearance: none;
    resize: none;
    outline: 0;
    overflow-y: hidden !important;
    border-radius: 4px;
    padding: 10px; }
    .c-chart .c-chart__comment__chat__manage_chat_rule::-webkit-input-placeholder {
      color: #ffc511; }
    .c-chart .c-chart__comment__chat__manage_chat_rule:-moz-placeholder {
      color: #ffc511;
      opacity: 1; }
    .c-chart .c-chart__comment__chat__manage_chat_rule::-moz-placeholder {
      color: #ffc511;
      opacity: 1; }
    .c-chart .c-chart__comment__chat__manage_chat_rule:-ms-input-placeholder {
      color: #ffc511; }
    .c-chart .c-chart__comment__chat__manage_chat_rule.moderator {
      width: 308px; }
    .c-chart .c-chart__comment__chat__manage_chat_rule.popout {
      width: 100%; }
  .c-chart .c-chart__comment__chat__manage_button {
    display: table-cell;
    position: relative;
    top: 10px;
    padding: 10px 20px;
    background-color: #494949;
    color: #ffc511;
    line-height: 1;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .c-chart .c-chart__comment__chat__rule_button {
    display: table-cell;
    position: relative;
    top: 10px;
    bottom: 20px;
    padding: 10px 20px;
    background-color: #494949;
    color: #ffc511;
    line-height: 1;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: 20px; }
  .c-chart .c-chart__comment__chat__rule_hr {
    line-height: 20px;
    border-top: 1px solid #444;
    margin: 0 15px;
    padding: 20px 0 5px 0;
    color: #a0a0a0; }

/* popout */
#chatPopout {
  overflow-x: hidden;
  overflow-y: hidden; }

.c-chartpopout {
  color: #7f7f7f;
  background-color: #333;
  padding: 16px 20px; }
  .c-chartpopout .c-chartpopout__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .c-chartpopout .c-chartpopout__content:not(:last-child) {
      margin-bottom: 16px; }
    .c-chartpopout .c-chartpopout__content .user__name {
      color: #fff;
      margin-right: auto; }
      .c-chartpopout .c-chartpopout__content .user__name.checkmark:after {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -7px -134px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-left: 3px; }
    .c-chartpopout .c-chartpopout__content .c-chartpopout__content__icon__comingup {
      position: relative;
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -9px -204px;
      content: " ";
      display: inline-block;
      width: 78px;
      height: 14px;
      vertical-align: middle;
      margin-right: 10px;
      margin-top: 2px; }
    .c-chartpopout .c-chartpopout__content .c-chartpopout__content__comingup {
      color: #fff; }
      .c-chartpopout .c-chartpopout__content .c-chartpopout__content__comingup .wait__days {
        margin: 0; }
      .c-chartpopout .c-chartpopout__content .c-chartpopout__content__comingup .wait__hours {
        margin: 0; }
    .c-chartpopout .c-chartpopout__content .c-chartpopout__content__icon__live {
      position: relative;
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -8px -184px;
      content: " ";
      display: inline-block;
      width: 42px;
      height: 12px;
      vertical-align: middle;
      margin-right: 10px;
      margin-top: 2px; }
    .c-chartpopout .c-chartpopout__content .c-chartpopout__content__live__count {
      position: relative;
      color: #ff4c11; }
      .c-chartpopout .c-chartpopout__content .c-chartpopout__content__live__count:before {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -298px -10px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        vertical-align: -0.2em;
        margin-right: 5px; }
      .c-chartpopout .c-chartpopout__content .c-chartpopout__content__live__count:hover .c-chartpopout__content__live__count__tooltip {
        display: block;
        animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -webkit-animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both; }
      .c-chartpopout .c-chartpopout__content .c-chartpopout__content__live__count .c-chartpopout__content__live__count__tooltip {
        display: none;
        position: absolute;
        bottom: -26px;
        left: 6px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 10px;
        font-size: 1rem;
        line-height: 1;
        color: #fff;
        background-color: #444;
        padding: 5px 9px;
        border-radius: 2px;
        white-space: nowrap;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
        .c-chartpopout .c-chartpopout__content .c-chartpopout__content__live__count .c-chartpopout__content__live__count__tooltip:before {
          position: absolute;
          top: -5px;
          left: 50%;
          margin-left: -6px;
          background-image: url(../../images/v4/sprite_v4.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -183px -207px;
          content: " ";
          display: inline-block;
          width: 12px;
          height: 7px;
          vertical-align: middle; }
    .c-chartpopout .c-chartpopout__content .c-chartpopout__content__total__views {
      position: relative;
      float: right; }
      .c-chartpopout .c-chartpopout__content .c-chartpopout__content__total__views:before {
        margin-right: 10px;
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -185px -68px;
        content: " ";
        display: inline-block;
        width: 18px;
        height: 11px;
        vertical-align: middle;
        vertical-align: -0.01em; }
      .c-chartpopout .c-chartpopout__content .c-chartpopout__content__total__views:hover .c-chartpopout__content__total__views__tooltip {
        display: block;
        animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -webkit-animation: fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both; }
      .c-chartpopout .c-chartpopout__content .c-chartpopout__content__total__views .c-chartpopout__content__total__views__tooltip {
        display: none;
        position: absolute;
        bottom: -26px;
        left: 8px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 10px;
        font-size: 1rem;
        line-height: 1;
        color: #fff;
        background-color: #444;
        padding: 5px 9px;
        border-radius: 2px;
        white-space: nowrap;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
        .c-chartpopout .c-chartpopout__content .c-chartpopout__content__total__views .c-chartpopout__content__total__views__tooltip:before {
          position: absolute;
          top: -5px;
          left: 50%;
          margin-left: -6px;
          background-image: url(../../images/v4/sprite_v4.png);
          background-repeat: no-repeat;
          background-size: 320px 240px;
          background-position: -183px -207px;
          content: " ";
          display: inline-block;
          width: 12px;
          height: 7px;
          vertical-align: middle; }
    .c-chartpopout .c-chartpopout__content .game__title {
      color: #ffc511;
      margin-right: auto; }

.c-chart__reply__comment {
  margin-left: 20px;
  margin-top: 10px; }

/* profilebox */
.c-profilebox {
  display: none;
  position: absolute;
  top: -234px;
  left: 142px;
  z-index: 5;
  width: 160px;
  background: #333;
  text-align: center;
  box-shadow: 5px 5px 8px rgba(17, 17, 17, 0.4); }
  .c-profilebox.chat {
    left: 20px; }
  .c-profilebox.down {
    top: 40px; }
  .c-profilebox .c-profilebox__img {
    width: 160px;
    height: 86px;
    line-height: 0; }
    .c-profilebox .c-profilebox__img img {
      width: 160px;
      height: 86px; }
  .c-profilebox .c-profilebox__row {
    display: table;
    width: 160px;
    padding-top: 6px;
    padding-bottom: 10px; }
    .c-profilebox .c-profilebox__row .c-profilebox__row__favorite {
      display: table-cell;
      width: 76px;
      vertical-align: top; }
      .c-profilebox .c-profilebox__row .c-profilebox__row__favorite.threeColumn {
        width: 48px; }
      .c-profilebox .c-profilebox__row .c-profilebox__row__favorite .c-profilebox__row__favorite__icon {
        position: relative;
        width: 28px;
        height: 15px;
        margin-left: 26px;
        background-image: url(../../images/v5/favoriteicon.png);
        background-size: 28px 15px;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 8px 10px;
        cursor: pointer; }
        .c-profilebox .c-profilebox__row .c-profilebox__row__favorite .c-profilebox__row__favorite__icon.threeColumn {
          margin-left: 10px; }
        .c-profilebox .c-profilebox__row .c-profilebox__row__favorite .c-profilebox__row__favorite__icon:hover {
          background-image: url(../../images/v5/favoriteicon.png);
          background-size: 28px 15px;
          background-color: #222;
          background-position: center center;
          border-radius: 4px;
          box-shadow: 1px 1px 3px #111; }
        .c-profilebox .c-profilebox__row .c-profilebox__row__favorite .c-profilebox__row__favorite__icon.selected {
          background-image: url(../../images/v5/favoriteiconSelected.png);
          background-size: 28px 15px;
          background-color: #333;
          background-position: 0 0;
          background-position: center center;
          background-repeat: no-repeat;
          padding: 8px 10px;
          border-radius: 4px; }
          .c-profilebox .c-profilebox__row .c-profilebox__row__favorite .c-profilebox__row__favorite__icon.selected:hover {
            background-color: #222;
            box-shadow: 1px 1px 3px #111; }
        .c-profilebox .c-profilebox__row .c-profilebox__row__favorite .c-profilebox__row__favorite__icon .c-profilebox__row__favorite__icon__tooltip {
          display: none; }
          .c-profilebox .c-profilebox__row .c-profilebox__row__favorite .c-profilebox__row__favorite__icon .c-profilebox__row__favorite__icon__tooltip .c-profilebox__row__favorite__icon__tooltip__text {
            position: absolute;
            top: -26px;
            left: 0;
            z-index: 3;
            width: 76px;
            padding: 4px 0;
            text-align: center;
            font-size: 10px;
            font-size: 1rem;
            color: #fff;
            border-radius: 2px;
            background: #444;
            box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3); }
          .c-profilebox .c-profilebox__row .c-profilebox__row__favorite .c-profilebox__row__favorite__icon .c-profilebox__row__favorite__icon__tooltip .c-profilebox__row__favorite__icon__tooltip__triangle {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -170px -224px;
            content: " ";
            display: inline-block;
            width: 7px;
            height: 4px;
            vertical-align: middle;
            position: absolute;
            top: -7px;
            left: 17px;
            z-index: 4; }
    .c-profilebox .c-profilebox__row .c-profilebox__row__blacklist {
      display: inline-block;
      width: 76px;
      text-align: left;
      vertical-align: top; }
      .c-profilebox .c-profilebox__row .c-profilebox__row__blacklist.threeColumn {
        width: 46px;
        margin-left: -12px; }
      .c-profilebox .c-profilebox__row .c-profilebox__row__blacklist .c-profilebox__row__blacklist__text {
        position: relative;
        width: 26px;
        height: 14px;
        background-image: url(../../images/v5/blackicon.png);
        background-size: 26px 14px;
        background-position: center center;
        background-repeat: no-repeat;
        margin-top: 1px;
        padding: 8px 10px;
        cursor: pointer; }
        .c-profilebox .c-profilebox__row .c-profilebox__row__blacklist .c-profilebox__row__blacklist__text:hover {
          background-image: url(../../images/v5/blackicon.png);
          background-size: 26px 14px;
          background-color: #222;
          background-position: 0 0;
          background-position: center center;
          border-radius: 4px;
          box-shadow: 1px 1px 3px #111; }
        .c-profilebox .c-profilebox__row .c-profilebox__row__blacklist .c-profilebox__row__blacklist__text.selected {
          background-image: url(../../images/v5/blackiconSelected.png);
          background-size: 26px 14px;
          background-color: #333;
          background-position: 0 0;
          background-position: center center;
          background-repeat: no-repeat;
          padding: 8px 10px;
          border-radius: 4px; }
          .c-profilebox .c-profilebox__row .c-profilebox__row__blacklist .c-profilebox__row__blacklist__text.selected:hover {
            background-color: #222;
            box-shadow: 1px 1px 3px #111; }
    .c-profilebox .c-profilebox__row .c-profilebox__row__moderator {
      display: inline-block;
      width: 89px;
      text-align: left;
      vertical-align: top; }
      .c-profilebox .c-profilebox__row .c-profilebox__row__moderator.threeColumn {
        width: 46px;
        text-align: center; }
      .c-profilebox .c-profilebox__row .c-profilebox__row__moderator .c-profilebox__row__moderator__icon {
        position: relative;
        width: 26px;
        height: 14px;
        background-image: url(../../images/v5/moderatoricon.png);
        background-size: 26px 14px;
        background-position: center center;
        background-repeat: no-repeat;
        margin-top: 1px;
        padding: 8px 10px;
        cursor: pointer; }
        .c-profilebox .c-profilebox__row .c-profilebox__row__moderator .c-profilebox__row__moderator__icon:hover {
          background-image: url(../../images/v5/moderatoricon_hover.png);
          background-size: 26px 14px;
          background-color: #222;
          background-position: 0 0;
          background-position: center center;
          border-radius: 4px;
          box-shadow: 1px 1px 3px #111; }
        .c-profilebox .c-profilebox__row .c-profilebox__row__moderator .c-profilebox__row__moderator__icon.selected {
          background-image: url(../../images/v5/moderatoriconSelected.png);
          background-size: 26px 14px;
          background-color: #333;
          background-position: 0 0;
          background-position: center center;
          background-repeat: no-repeat;
          padding: 8px 10px;
          border-radius: 4px; }
          .c-profilebox .c-profilebox__row .c-profilebox__row__moderator .c-profilebox__row__moderator__icon.selected:hover {
            background-color: #222;
            box-shadow: 1px 1px 3px #111; }
        .c-profilebox .c-profilebox__row .c-profilebox__row__moderator .c-profilebox__row__moderator__icon .c-profilebox__row__moderator__icon__tooltip {
          display: none; }
          .c-profilebox .c-profilebox__row .c-profilebox__row__moderator .c-profilebox__row__moderator__icon .c-profilebox__row__moderator__icon__tooltip .c-profilebox__row__moderator__icon__tooltip__text {
            position: absolute;
            top: -26px;
            left: -56px;
            z-index: 3;
            width: 102px;
            padding: 4px 0;
            text-align: center;
            font-size: 10px;
            font-size: 1rem;
            border-radius: 2px;
            background: #444;
            box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3); }
          .c-profilebox .c-profilebox__row .c-profilebox__row__moderator .c-profilebox__row__moderator__icon .c-profilebox__row__moderator__icon__tooltip .c-profilebox__row__moderator__icon__tooltip__triangle {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -170px -224px;
            content: " ";
            display: inline-block;
            width: 7px;
            height: 4px;
            vertical-align: middle;
            position: absolute;
            top: -7px;
            left: 17px;
            z-index: 4; }
  .c-profilebox .c-profilebox__desc {
    position: relative; }
    .c-profilebox .c-profilebox__desc .c-profilebox__desc__name {
      text-align: center; }
      .c-profilebox .c-profilebox__desc .c-profilebox__desc__name .c-profilebox__desc__name__text {
        display: inline-block;
        max-width: 74px;
        color: #fff;
        word-break: break-all;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #fff;
        line-height: 1.6;
        margin: 28px auto 4px; }
      .c-profilebox .c-profilebox__desc .c-profilebox__desc__name .u-officalmark {
        vertical-align: 0.6em; }
        .c-profilebox .c-profilebox__desc .c-profilebox__desc__name .u-officalmark.safari {
          vertical-align: middle !important; }
  .c-profilebox .c-profilebox__unique {
    position: relative; }
    .c-profilebox .c-profilebox__unique .c-profilebox__unique__name {
      text-align: center; }
      .c-profilebox .c-profilebox__unique .c-profilebox__unique__name .c-profilebox__unique__name__text {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        width: 76%;
        margin: 0 auto;
        color: #7f7f7f;
        word-break: break-all; }
  .c-profilebox .c-profilebox__item {
    position: absolute;
    z-index: 6;
    top: 30px;
    left: 45px; }
    .c-profilebox .c-profilebox__item .c-profilebox__item__relative {
      position: relative; }
      .c-profilebox .c-profilebox__item .c-profilebox__item__relative .c-profilebox__item__relative__img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        box-shadow: 1px 1px 3px #111; }
      .c-profilebox .c-profilebox__item .c-profilebox__item__relative .c-profilebox__item__relative__dott {
        position: absolute;
        top: 3px;
        left: 10px;
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -9px -159px;
        content: " ";
        display: inline-block;
        width: 12px;
        height: 11px;
        vertical-align: middle;
        z-index: 3; }
  .c-profilebox .c-profilebox__closeBt {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 7;
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -81px -159px;
    content: " ";
    display: inline-block;
    width: 15px;
    height: 14px;
    vertical-align: middle;
    cursor: pointer; }

/* yell */
.ticker {
  display: none;
  width: 360px;
  height: 50px;
  background: #333;
  cursor: pointer; }
  .ticker.popout {
    width: 100%; }
  .ticker .top__supporter {
    height: 50px;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .ticker .top__supporter.blacklist .message {
      display: none; }
    .ticker .top__supporter .icon__area {
      width: 30px;
      height: 30px; }
      .ticker .top__supporter .icon__area .icon {
        background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 427px 240px;
        background-position: -281px -69px;
        content: " ";
        display: inline-block;
        width: 29px;
        height: 30px;
        vertical-align: middle; }
    .ticker .top__supporter .text {
      padding: 0; }
      .ticker .top__supporter .text .name {
        white-space: nowrap;
        width: 265px; }
        .ticker .top__supporter .text .name .username {
          display: inline-block;
          vertical-align: middle;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          line-height: 1.3; }
        .ticker .top__supporter .text .name .usericons {
          display: inline-block;
          vertical-align: middle; }
        .ticker .top__supporter .text .name .label {
          margin-left: 3px;
          display: inline-block;
          vertical-align: middle;
          padding: 8px 8px;
          display: inline-block;
          font-size: 12px;
          color: #fff;
          text-align: center;
          background: #444;
          border-radius: 6px;
          padding: 4px 8px;
          font-size: 1rem;
          border-radius: 4px; }
      .ticker .top__supporter .text .message {
        margin-top: 5px;
        width: 300px;
        height: 15px;
        font-size: 1.2rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis; }
    .ticker .top__supporter .yell__list__icon {
      background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 383px 240px;
      background-position: -298px -108px;
      content: " ";
      display: inline-block;
      width: 7px;
      height: 12px;
      vertical-align: middle;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-left: auto; }
      .ticker .top__supporter .yell__list__icon.selected {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -298px -108px;
        content: " ";
        display: inline-block;
        width: 7px;
        height: 12px;
        vertical-align: middle;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .ticker .new {
    display: none;
    width: 360px;
    height: 50px; }
    .ticker .new #progress {
      width: 360px;
      height: 2px;
      position: absolute;
      top: 48px;
      z-index: 999; }
      .ticker .new #progress .ui-progressbar-value {
        height: 2px;
        background-color: #ff4c11; }
    .ticker .new .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      height: 50px;
      padding: 0 20px; }
      .ticker .new .item .yell__icon {
        width: 30px;
        height: 30px; }
        .ticker .new .item .yell__icon img {
          width: 30px;
          height: 30px; }
      .ticker .new .item .text {
        width: 275px;
        max-height: 30px;
        margin-left: 5px; }
        .ticker .new .item .text .name {
          white-space: nowrap;
          width: 265px;
          margin-top: -4px; }
          .ticker .new .item .text .name .username {
            display: inline-block;
            vertical-align: middle;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            line-height: 1.3; }
          .ticker .new .item .text .name .usericons {
            display: inline-block;
            vertical-align: middle; }
          .ticker .new .item .text .name .yells {
            display: inline-block;
            vertical-align: middle;
            padding: 8px 8px;
            display: inline-block;
            font-size: 12px;
            color: #fff;
            text-align: center;
            background: #444;
            border-radius: 6px;
            padding: 4px 8px;
            font-size: 1rem;
            border-radius: 4px; }
        .ticker .new .item .text .message {
          width: 260px;
          height: 15px;
          font-size: 1.2rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-text-overflow: ellipsis;
          -o-text-overflow: ellipsis; }
      .ticker .new .item .yell__list__icon {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -298px -108px;
        content: " ";
        display: inline-block;
        width: 7px;
        height: 12px;
        vertical-align: middle;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: auto; }
        .ticker .new .item .yell__list__icon.selected {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -298px -108px;
          content: " ";
          display: inline-block;
          width: 7px;
          height: 12px;
          vertical-align: middle;
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.ticker__yell__list {
  width: 360px;
  position: absolute;
  top: 50px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999;
  background: #222222;
  padding-top: 20px; }
  .ticker__yell__list.popout {
    width: 100%; }
  .ticker__yell__list::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .ticker__yell__list::-webkit-scrollbar-button {
    width: 0px;
    height: 0px; }
  .ticker__yell__list::-webkit-scrollbar-thumb {
    background: #333333;
    border: 1px inset #000000;
    border-radius: 50px; }
  .ticker__yell__list::-webkit-scrollbar-thumb:hover {
    background: #333333; }
  .ticker__yell__list::-webkit-scrollbar-thumb:active {
    background: #333333; }
  .ticker__yell__list::-webkit-scrollbar-track {
    background: #000000;
    border: 0px none #ffffff;
    border-radius: 50px; }
  .ticker__yell__list::-webkit-scrollbar-track:hover {
    background: #000000; }
  .ticker__yell__list::-webkit-scrollbar-track:active {
    background: #000000; }
  .ticker__yell__list::-webkit-scrollbar-corner {
    background: transparent; }
  .ticker__yell__list input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #222 inset; }
  .ticker__yell__list.popout {
    top: 128px; }
  .ticker__yell__list .sort__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0 15px 20px 15px; }
    .ticker__yell__list .sort__menu .sort__menu__item {
      color: #ffc511;
      cursor: pointer; }
      .ticker__yell__list .sort__menu .sort__menu__item:not(:first-child) {
        margin-left: 20px; }
      .ticker__yell__list .sort__menu .sort__menu__item:hover {
        color: #ff2d55; }
      .ticker__yell__list .sort__menu .sort__menu__item.selected {
        color: #ff4c11;
        cursor: default; }
  .ticker__yell__list .list__item {
    position: relative; }
    .ticker__yell__list .list__item.ranking {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      margin-bottom: 20px;
      padding-right: 10px; }
      .ticker__yell__list .list__item.ranking:first-child .rank {
        color: #FF4C11; }
      .ticker__yell__list .list__item.ranking:first-child .content .yells {
        padding: 8px 8px;
        display: inline-block;
        font-size: 12px;
        color: #fff;
        text-align: center;
        background: #444;
        border-radius: 6px; }
      .ticker__yell__list .list__item.ranking:first-child .content .message {
        display: block; }
      .ticker__yell__list .list__item.ranking:last-child {
        padding-bottom: 20px; }
      .ticker__yell__list .list__item.ranking:nth-child(2) .rank {
        color: #FF8E00; }
      .ticker__yell__list .list__item.ranking:nth-child(2) .content .yells {
        padding: 8px 8px;
        display: inline-block;
        font-size: 12px;
        color: #fff;
        text-align: center;
        background: #444;
        border-radius: 6px; }
      .ticker__yell__list .list__item.ranking:nth-child(2) .content .message {
        display: block; }
      .ticker__yell__list .list__item.ranking:nth-child(3) .rank {
        color: #FFC511; }
      .ticker__yell__list .list__item.ranking:nth-child(3) .content .yells {
        padding: 8px 8px;
        display: inline-block;
        font-size: 12px;
        color: #fff;
        text-align: center;
        background: #444;
        border-radius: 6px; }
      .ticker__yell__list .list__item.ranking:nth-child(3) .content .message {
        display: block; }
      .ticker__yell__list .list__item.ranking.blacklist .rank, .ticker__yell__list .list__item.ranking.blacklist .username, .ticker__yell__list .list__item.ranking.blacklist .profile img, .ticker__yell__list .list__item.ranking.blacklist .yells {
        opacity: 0.2; }
      .ticker__yell__list .list__item.ranking.blacklist .content .message {
        display: none; }
      .ticker__yell__list .list__item.ranking.blacklist .content .hide__message {
        display: block; }
      .ticker__yell__list .list__item.ranking.deleted .rank, .ticker__yell__list .list__item.ranking.deleted .username, .ticker__yell__list .list__item.ranking.deleted .yells, .ticker__yell__list .list__item.ranking.deleted .profile img, .ticker__yell__list .list__item.ranking.deleted .message {
        opacity: 0.2; }
      .ticker__yell__list .list__item.ranking .rank {
        color: #A0A0A0;
        font-size: 1.6rem;
        margin-top: 11px;
        width: 40px;
        text-align: center; }
      .ticker__yell__list .list__item.ranking .profile {
        width: 30px;
        height: 30px;
        margin-top: 5px; }
        .ticker__yell__list .list__item.ranking .profile img {
          width: 30px;
          height: 30px;
          border-radius: 50%; }
      .ticker__yell__list .list__item.ranking .content {
        margin-left: 8px; }
        .ticker__yell__list .list__item.ranking .content .yells {
          padding: 8px 8px;
          display: inline-block;
          font-size: 12px;
          color: #fff;
          text-align: center;
          background: #444;
          border-radius: 6px;
          margin-top: 4px; }
        .ticker__yell__list .list__item.ranking .content .message {
          display: none;
          margin-top: 4px;
          color: #a0a0a0;
          width: 260px;
          word-wrap: break-word; }
        .ticker__yell__list .list__item.ranking .content .hide__message {
          margin-top: 4px;
          display: none;
          color: #585858;
          cursor: pointer;
          text-decoration: none; }
          .ticker__yell__list .list__item.ranking .content .hide__message .hide__message__tooltip {
            display: none;
            position: absolute;
            z-index: 2;
            top: -18px;
            left: 40px;
            width: 226px;
            padding: 8px 10px;
            line-height: 1.4;
            color: #a0a0a0;
            background: #333;
            border: 1px solid #3c3c3c;
            border-radius: 2px;
            cursor: default; }
          .ticker__yell__list .list__item.ranking .content .hide__message .hide__message__tooltip__triangle {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -187px -85px;
            content: " ";
            display: inline-block;
            width: 13px;
            height: 5px;
            vertical-align: middle;
            position: absolute;
            top: 28px;
            left: 156px;
            z-index: 4;
            cursor: default;
            display: none; }
          .ticker__yell__list .list__item.ranking .content .hide__message .hide__message__reason {
            display: none; }
    .ticker__yell__list .list__item.new__arrivals {
      padding: 10px 20px; }
      .ticker__yell__list .list__item.new__arrivals.mine {
        cursor: pointer; }
        .ticker__yell__list .list__item.new__arrivals.mine:hover {
          background: #292929; }
      .ticker__yell__list .list__item.new__arrivals.deleted.mine {
        cursor: auto; }
        .ticker__yell__list .list__item.new__arrivals.deleted.mine:hover {
          background: none; }
      .ticker__yell__list .list__item.new__arrivals.deleted .item {
        cursor: auto; }
        .ticker__yell__list .list__item.new__arrivals.deleted .item .username, .ticker__yell__list .list__item.new__arrivals.deleted .item .yell__date, .ticker__yell__list .list__item.new__arrivals.deleted .item .content {
          opacity: 0.2; }
        .ticker__yell__list .list__item.new__arrivals.deleted .item .message {
          color: #a0a0a0;
          opacity: 0.2; }
      .ticker__yell__list .list__item.new__arrivals.blacklist .item {
        padding-bottom: 0; }
        .ticker__yell__list .list__item.new__arrivals.blacklist .item .username, .ticker__yell__list .list__item.new__arrivals.blacklist .item .yell__date, .ticker__yell__list .list__item.new__arrivals.blacklist .item .yell__icon, .ticker__yell__list .list__item.new__arrivals.blacklist .item .content {
          opacity: 0.2; }
        .ticker__yell__list .list__item.new__arrivals.blacklist .item .bottom .content, .ticker__yell__list .list__item.new__arrivals.blacklist .item .bottom .message {
          display: none; }
        .ticker__yell__list .list__item.new__arrivals.blacklist .item .bottom .hide__message {
          display: block; }
      .ticker__yell__list .list__item.new__arrivals .item {
        border-bottom: solid 1px #333;
        padding-bottom: 20px; }
        .ticker__yell__list .list__item.new__arrivals .item .top {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex; }
          .ticker__yell__list .list__item.new__arrivals .item .top .yell__date {
            margin-left: auto;
            color: #7f7f7f; }
        .ticker__yell__list .list__item.new__arrivals .item .bottom {
          margin-top: 4px; }
          .ticker__yell__list .list__item.new__arrivals .item .bottom .message {
            color: #a0a0a0;
            width: 310px;
            word-wrap: break-word; }
          .ticker__yell__list .list__item.new__arrivals .item .bottom .content {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            margin-top: 4px; }
            .ticker__yell__list .list__item.new__arrivals .item .bottom .content .yell__icon {
              width: 64px;
              height: 64px; }
              .ticker__yell__list .list__item.new__arrivals .item .bottom .content .yell__icon img {
                width: 64px;
                height: 64px; }
            .ticker__yell__list .list__item.new__arrivals .item .bottom .content .yells {
              margin-left: 4px;
              padding: 8px 8px;
              display: inline-block;
              font-size: 12px;
              color: #fff;
              text-align: center;
              background: #444;
              border-radius: 6px; }
          .ticker__yell__list .list__item.new__arrivals .item .bottom .hide__message {
            display: none;
            color: #585858;
            cursor: pointer;
            margin-top: 10px;
            margin-bottom: 30px; }
            .ticker__yell__list .list__item.new__arrivals .item .bottom .hide__message .hide__message__tooltip {
              display: none;
              position: absolute;
              z-index: 2;
              top: -28px;
              left: 40px;
              width: 226px;
              padding: 8px 10px;
              line-height: 1.4;
              color: #a0a0a0;
              background: #333;
              border: 1px solid #3c3c3c;
              border-radius: 2px;
              cursor: default; }
            .ticker__yell__list .list__item.new__arrivals .item .bottom .hide__message .hide__message__tooltip__triangle {
              background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 383px 240px;
              background-position: -187px -85px;
              content: " ";
              display: inline-block;
              width: 13px;
              height: 5px;
              vertical-align: middle;
              position: absolute;
              top: 19px;
              left: 156px;
              z-index: 4;
              cursor: default;
              display: none; }
            .ticker__yell__list .list__item.new__arrivals .item .bottom .hide__message .hide__message__reason {
              display: none; }
        .ticker__yell__list .list__item.new__arrivals .item .remove {
          display: table-cell;
          vertical-align: middle; }
          .ticker__yell__list .list__item.new__arrivals .item .remove .remove__button {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -81px -159px;
            content: " ";
            display: inline-block;
            width: 15px;
            height: 14px;
            vertical-align: middle;
            cursor: pointer;
            display: none; }
            .ticker__yell__list .list__item.new__arrivals .item .remove .remove__button.userThis {
              position: absolute;
              top: 0;
              bottom: 0;
              right: 6px;
              z-index: 1;
              margin: auto; }
    .ticker__yell__list .list__item .c-icon, .ticker__yell__list .list__item .username {
      cursor: pointer; }
  .ticker__yell__list .yell__list__loading {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 47%;
    margin-top: -80px; }

.c-chart__yell__relative {
  position: absolute;
  top: -256px;
  left: 0;
  width: 360px;
  background: #333;
  border-top: 1px solid #ffc511;
  z-index: 999; }
  .c-chart__yell__relative .preview {
    display: none;
    height: 20px;
    margin-bottom: 10px; }
    .c-chart__yell__relative .preview img {
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px; }
    .c-chart__yell__relative .preview .text {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px; }
  .c-chart__yell__relative .creative .error__message {
    position: absolute;
    top: 55px;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
    color: #FF4C11;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .c-chart__yell__relative .creative .yell__product__list {
    height: 190px;
    background: #222;
    padding-bottom: 10px;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .c-chart__yell__relative .creative .yell__product__list::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
    .c-chart__yell__relative .creative .yell__product__list::-webkit-scrollbar-button {
      width: 0px;
      height: 0px; }
    .c-chart__yell__relative .creative .yell__product__list::-webkit-scrollbar-thumb {
      background: #333333;
      border: 1px inset #000000;
      border-radius: 50px; }
    .c-chart__yell__relative .creative .yell__product__list::-webkit-scrollbar-thumb:hover {
      background: #333333; }
    .c-chart__yell__relative .creative .yell__product__list::-webkit-scrollbar-thumb:active {
      background: #333333; }
    .c-chart__yell__relative .creative .yell__product__list::-webkit-scrollbar-track {
      background: #000000;
      border: 0px none #ffffff;
      border-radius: 50px; }
    .c-chart__yell__relative .creative .yell__product__list::-webkit-scrollbar-track:hover {
      background: #000000; }
    .c-chart__yell__relative .creative .yell__product__list::-webkit-scrollbar-track:active {
      background: #000000; }
    .c-chart__yell__relative .creative .yell__product__list::-webkit-scrollbar-corner {
      background: transparent; }
    .c-chart__yell__relative .creative .yell__product__list input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px #222 inset; }
    .c-chart__yell__relative .creative .yell__product__list.selected .yell__product:not(.selected) {
      opacity: 0.2; }
    .c-chart__yell__relative .creative .yell__product__list .yell__product {
      cursor: pointer;
      margin-left: 18px;
      margin-top: 10px; }
      .c-chart__yell__relative .creative .yell__product__list .yell__product .icon {
        width: 64px;
        height: 64px; }
        .c-chart__yell__relative .creative .yell__product__list .yell__product .icon img {
          width: 64px;
          height: 64px; }
      .c-chart__yell__relative .creative .yell__product__list .yell__product.selected {
        opacity: 1; }
      .c-chart__yell__relative .creative .yell__product__list .yell__product .yells {
        font-size: 0.8rem;
        text-align: center; }
      .c-chart__yell__relative .creative .yell__product__list .yell__product .point__area {
        text-align: center; }
        .c-chart__yell__relative .creative .yell__product__list .yell__product .point__area .icon {
          background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 427px 240px;
          background-position: -243.5px -116.5px;
          content: " ";
          display: inline-block;
          width: 9px;
          height: 9px;
          vertical-align: middle; }
        .c-chart__yell__relative .creative .yell__product__list .yell__product .point__area .point {
          display: inline-block;
          vertical-align: middle;
          font-size: 0.8rem;
          color: #7f7f7f; }
  .c-chart__yell__relative .creative .my__point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 10px; }
    .c-chart__yell__relative .creative .my__point .point__icon {
      width: 14px;
      height: 14px; }
      .c-chart__yell__relative .creative .my__point .point__icon .icon {
        background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 427px 240px;
        background-position: -228px -117px;
        content: " ";
        display: inline-block;
        width: 12px;
        height: 12px;
        vertical-align: middle; }
    .c-chart__yell__relative .creative .my__point .points {
      margin-left: 5px;
      height: 10px;
      cursor: pointer; }
    .c-chart__yell__relative .creative .my__point .button {
      margin-left: auto;
      width: 70px;
      height: 34px;
      border-radius: 4px;
      background: #3daff3;
      color: #ffffff;
      line-height: 2.9;
      cursor: pointer;
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem; }
  .c-chart__yell__relative .creative .c-chart__yell__relative__loading {
    position: absolute;
    top: 110px;
    left: 150px; }
  .c-chart__yell__relative .c-chart__yell__comment {
    position: relative;
    width: 344px;
    padding: 12px 8px;
    background: #333;
    border-top: 1px solid #ffc511; }
    .c-chart__yell__relative .c-chart__yell__comment.popout {
      width: 100%; }
    .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__row__area {
      width: 328px;
      padding: 11px 8px 7px;
      background: #444;
      overflow-x: hidden;
      word-wrap: break-word;
      border-radius: 4px; }
      .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__row__area.popout {
        width: auto;
        margin-right: 16px; }
      .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__row__area.moderator:before {
        position: relative;
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -262px -192px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-top: 2px;
        vertical-align: top;
        cursor: pointer; }
      .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__row__area .c-chart__comment__row__area__textarea {
        width: 327px;
        max-height: 396px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
        color: #fff;
        background: #444;
        border: 0 !important;
        -webkit-appearance: none;
        resize: none;
        outline: 0;
        overflow-y: hidden !important; }
        .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__row__area .c-chart__comment__row__area__textarea::-webkit-input-placeholder {
          color: #ffc511; }
        .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__row__area .c-chart__comment__row__area__textarea:-moz-placeholder {
          color: #ffc511;
          opacity: 1; }
        .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__row__area .c-chart__comment__row__area__textarea::-moz-placeholder {
          color: #ffc511;
          opacity: 1; }
        .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__row__area .c-chart__comment__row__area__textarea:-ms-input-placeholder {
          color: #ffc511; }
        .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__row__area .c-chart__comment__row__area__textarea.moderator {
          width: 308px; }
        .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__row__area .c-chart__comment__row__area__textarea.popout {
          width: 100%; }
        .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__row__area .c-chart__comment__row__area__textarea.disabled {
          opacity: 0.2; }
    .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__input {
      width: 344px; }
      .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__input .c-chart__comment__input__textarea {
        width: 328px;
        padding: 9px 8px;
        font-size: 14px;
        font-size: 1.4rem;
        border-radius: 4px;
        line-height: 1.6;
        color: #fff;
        background: #444;
        border: 0 !important;
        -webkit-appearance: none;
        resize: none;
        outline: 0; }
        .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__input .c-chart__comment__input__textarea::-webkit-input-placeholder {
          color: #ffc511; }
        .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__input .c-chart__comment__input__textarea:-moz-placeholder {
          color: #ffc511;
          opacity: 1; }
        .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__input .c-chart__comment__input__textarea::-moz-placeholder {
          color: #ffc511;
          opacity: 1; }
        .c-chart__yell__relative .c-chart__yell__comment .c-chart__comment__row .c-chart__comment__input .c-chart__comment__input__textarea:-ms-input-placeholder {
          color: #ffc511; }
    .c-chart__yell__relative .c-chart__yell__comment .c-chart__yell__comment__area {
      margin-top: 8px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .c-chart__yell__relative .c-chart__yell__comment .c-chart__yell__comment__area .close__button {
        margin-left: 8px; }
        .c-chart__yell__relative .c-chart__yell__comment .c-chart__yell__comment__area .close__button .close__button__icon {
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -76px -126px;
          content: " ";
          display: inline-block;
          width: 23px;
          height: 33px;
          vertical-align: middle;
          cursor: pointer; }
      .c-chart__yell__relative .c-chart__yell__comment .c-chart__yell__comment__area .c-chart__yell__comment__count {
        margin-left: auto;
        color: #7f7f7f;
        font-size: 11px;
        font-size: 1.1rem; }
      .c-chart__yell__relative .c-chart__yell__comment .c-chart__yell__comment__area .c-chart__yell__send {
        margin-left: 12px; }
        .c-chart__yell__relative .c-chart__yell__comment .c-chart__yell__comment__area .c-chart__yell__send .c-chart__yell__send__button {
          width: 90px;
          height: 34px;
          border-radius: 4px;
          background: #7f7f7f;
          color: #333;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 2.9;
          cursor: pointer;
          text-align: center; }
          .c-chart__yell__relative .c-chart__yell__comment .c-chart__yell__comment__area .c-chart__yell__send .c-chart__yell__send__button.enabled {
            background: #ffc511 !important; }
    .c-chart__yell__relative .c-chart__yell__comment .confirm {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.8);
      width: 360px;
      height: 140px; }
      .c-chart__yell__relative .c-chart__yell__comment .confirm .message__area {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        font-size: 1.2rem;
        height: 87px; }
        .c-chart__yell__relative .c-chart__yell__comment .confirm .message__area .message {
          width: 230px;
          text-align: center; }
      .c-chart__yell__relative .c-chart__yell__comment .confirm .button__area {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding: 5px 8px; }
        .c-chart__yell__relative .c-chart__yell__comment .confirm .button__area .close__button {
          background: #333;
          border-radius: 6px;
          padding: 0 5px;
          margin-left: 3px; }
          .c-chart__yell__relative .c-chart__yell__comment .confirm .button__area .close__button .icon {
            background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 383px 240px;
            background-position: -76px -126px;
            content: " ";
            display: inline-block;
            width: 23px;
            height: 33px;
            vertical-align: middle;
            cursor: pointer; }
        .c-chart__yell__relative .c-chart__yell__comment .confirm .button__area .confirm__checkbox {
          margin-left: auto; }
          .c-chart__yell__relative .c-chart__yell__comment .confirm .button__area .confirm__checkbox input[type=checkbox] {
            display: none; }
          .c-chart__yell__relative .c-chart__yell__comment .confirm .button__area .confirm__checkbox .checkbox {
            box-sizing: border-box;
            -webkit-transition: background-color 0.1s linear;
            transition: background-color 0.1s linear;
            position: relative;
            display: inline-block;
            padding-left: 20px;
            background-color: transparent;
            vertical-align: middle;
            cursor: pointer; }
            .c-chart__yell__relative .c-chart__yell__comment .confirm .button__area .confirm__checkbox .checkbox:after {
              -webkit-transition: border-color 0.1s linear;
              transition: border-color 0.1s linear;
              position: absolute;
              top: 10px;
              left: 0;
              display: block;
              margin-top: -10px;
              width: 12px;
              height: 12px;
              border: 1px solid #ffc511;
              content: ''; }
          .c-chart__yell__relative .c-chart__yell__comment .confirm .button__area .confirm__checkbox .checkbox:before {
            -webkit-transition: opacity 0.1s linear;
            transition: opacity 0.1s linear;
            position: absolute;
            top: 6px;
            left: 4px;
            display: block;
            margin-top: -7px;
            width: 5px;
            height: 9px;
            border-right: 2px solid #ffc511;
            border-bottom: 2px solid #ffc511;
            content: '';
            opacity: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          .c-chart__yell__relative .c-chart__yell__comment .confirm .button__area .confirm__checkbox input[type=checkbox]:checked + .checkbox:before {
            opacity: 1; }
        .c-chart__yell__relative .c-chart__yell__comment .confirm .button__area .yell__send {
          margin-left: 10px; }
          .c-chart__yell__relative .c-chart__yell__comment .confirm .button__area .yell__send .yell__send__button {
            width: 90px;
            height: 34px;
            border-radius: 4px;
            background: #ffc511 !important;
            color: #333;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 2.9;
            cursor: pointer;
            text-align: center; }

/* stamp */
.c-chart__comment__area__stamp {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  vertical-align: 0.25em; }
  .c-chart__comment__area__stamp .c-chart__comment__area__stamp__icon {
    background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 427px 240px;
    background-position: -2px -44px;
    content: " ";
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    cursor: pointer; }

.c-chart__comment__area__stamp__relative {
  display: none; }
  .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__loading {
    position: absolute;
    top: -470px;
    left: -230px;
    z-index: 3;
    width: 328px;
    height: 416px;
    background: #333; }
    .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__loading.comment {
      top: 74px;
      left: -45px; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__loading.comment.up {
        top: -512px; }
    .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__loading.commentReply {
      top: 74px;
      left: -80px; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__loading.commentReply.upChild {
        top: -392px; }
    .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__loading .c-chart__comment__area__stamp__relative__loading__relative {
      position: relative;
      width: 328px;
      height: 416px; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__loading .c-chart__comment__area__stamp__relative__loading__relative .c-chart__comment__area__stamp__relative__loading__relative__item {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 4;
        width: 25px;
        height: 25px;
        margin-top: -12px;
        margin-left: -12px;
        background-color: #fff;
        border-radius: 100%;
        -webkit-animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
        animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }
  .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__bottombg {
    position: absolute;
    z-index: 4;
    top: -25px;
    left: -203px;
    width: 271px;
    height: 15px;
    background-color: rgba(51, 51, 51, 0.7); }
  .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__triangle {
    position: absolute;
    top: -7px;
    left: 3px;
    z-index: 4;
    background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 427px 240px;
    background-position: -28px -27px;
    content: " ";
    display: inline-block;
    width: 15px;
    height: 11px;
    vertical-align: middle; }
    .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__triangle.isPremiumUser {
      background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
      background-repeat: no-repeat;
      background-size: 427px 240px;
      background-position: -3px -27px;
      content: " ";
      display: inline-block;
      width: 15px;
      height: 11px;
      vertical-align: middle; }
    .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__triangle.comment {
      top: -11px;
      left: 53px; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__triangle.comment.english {
        left: 36px; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__triangle.comment.chinese {
        left: 28px; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__triangle.comment.up {
        top: 14px;
        left: 50px;
        background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 427px 240px;
        background-position: -46px -22px;
        content: " ";
        display: inline-block;
        width: 20px;
        height: 14px;
        vertical-align: middle; }
        .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__triangle.comment.up.english {
          left: 33px; }
        .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__triangle.comment.up.chinese {
          left: 26px; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__triangle.comment.upChild {
        top: 14px;
        left: 50px;
        background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 427px 240px;
        background-position: -46px -22px;
        content: " ";
        display: inline-block;
        width: 20px;
        height: 14px;
        vertical-align: middle; }
        .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__triangle.comment.upChild.english {
          left: 34px; }
        .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__triangle.comment.upChild.chinese {
          left: 26px; }
  .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area {
    position: absolute;
    top: -470px;
    left: -230px;
    z-index: 3;
    width: 328px;
    height: 434px;
    cursor: default;
    box-shadow: 1px 1px 3px #111; }
    .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area.comment {
      top: -515px;
      left: -45px; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area.comment.up {
        top: 26px; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area.comment.child {
        left: -80px; }
        .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area.comment.child.up {
          top: 26px; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area.comment.upChild {
        top: 26px; }
    .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list {
      position: relative;
      height: 48px;
      width: 328px;
      background: #444; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list:before, .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list:after {
        content: "";
        display: table; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list:after {
        clear: both; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list .c-chart__comment__area__stamp__relative__area__list__used {
        width: 48px;
        height: 47px;
        border-bottom: 1px solid #444;
        float: left;
        cursor: pointer; }
        .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list .c-chart__comment__area__stamp__relative__area__list__used.selected {
          border-bottom: 1px solid #ff4c11; }
          .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list .c-chart__comment__area__stamp__relative__area__list__used.selected .c-chart__comment__area__stamp__relative__area__list__used__item {
            width: 47px;
            height: 48px;
            border-right: 1px solid #333;
            text-align: center; }
            .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list .c-chart__comment__area__stamp__relative__area__list__used.selected .c-chart__comment__area__stamp__relative__area__list__used__item .c-chart__comment__area__stamp__relative__area__list__used__item__oftenImg {
              background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
              background-repeat: no-repeat;
              background-size: 427px 240px;
              background-position: -83px -30px;
              content: " ";
              display: inline-block;
              width: 24px;
              height: 24px;
              vertical-align: middle; }
        .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list .c-chart__comment__area__stamp__relative__area__list__used .c-chart__comment__area__stamp__relative__area__list__used__item {
          width: 47px;
          height: 48px;
          border-right: 1px solid #333;
          text-align: center; }
          .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list .c-chart__comment__area__stamp__relative__area__list__used .c-chart__comment__area__stamp__relative__area__list__used__item .c-chart__comment__area__stamp__relative__area__list__used__item__oftenImg {
            background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
            background-repeat: no-repeat;
            background-size: 427px 240px;
            background-position: -83px -2px;
            content: " ";
            display: inline-block;
            width: 24px;
            height: 24px;
            vertical-align: middle;
            margin-top: 12px; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list .c-chart__comment__area__stamp__relative__area__list__items {
        position: relative;
        width: 280px;
        height: 48px;
        float: left; }
        .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list .c-chart__comment__area__stamp__relative__area__list__items .c-chart__comment__area__stamp__relative__area__list__items__group {
          width: 240px;
          height: 48px;
          margin-left: 20px;
          overflow: hidden; }
          .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list .c-chart__comment__area__stamp__relative__area__list__items .c-chart__comment__area__stamp__relative__area__list__items__group .c-chart__comment__area__stamp__relative__area__list__items__group__item {
            overflow: hidden; }
            .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list .c-chart__comment__area__stamp__relative__area__list__items .c-chart__comment__area__stamp__relative__area__list__items__group .c-chart__comment__area__stamp__relative__area__list__items__group__item li {
              width: 24px;
              height: 24px;
              padding: 12px;
              float: left;
              cursor: pointer; }
              .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list .c-chart__comment__area__stamp__relative__area__list__items .c-chart__comment__area__stamp__relative__area__list__items__group .c-chart__comment__area__stamp__relative__area__list__items__group__item li.selected {
                border-bottom: 1px solid #ff4c11;
                padding-bottom: 11px; }
              .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list .c-chart__comment__area__stamp__relative__area__list__items .c-chart__comment__area__stamp__relative__area__list__items__group .c-chart__comment__area__stamp__relative__area__list__items__group__item li img {
                width: 24px;
                height: 24px; }
              .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list .c-chart__comment__area__stamp__relative__area__list__items .c-chart__comment__area__stamp__relative__area__list__items__group .c-chart__comment__area__stamp__relative__area__list__items__group__item li .new {
                display: inline-block;
                position: relative;
                top: -40px;
                left: 25px;
                vertical-align: middle;
                background: #ff4c11;
                width: 8px;
                height: 8px;
                border-radius: 8px; }
        .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list .c-chart__comment__area__stamp__relative__area__list__items .c-chart__comment__area__stamp__relative__area__list__items__arrowPrev {
          position: absolute;
          background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 427px 240px;
          background-position: -2px -2px;
          content: " ";
          display: inline-block;
          width: 11px;
          height: 21px;
          vertical-align: middle;
          top: 14px;
          left: 10px;
          cursor: pointer; }
        .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__list .c-chart__comment__area__stamp__relative__area__list__items .c-chart__comment__area__stamp__relative__area__list__items__arrowNext {
          position: absolute;
          top: 14px;
          right: 10px;
          background-image: url(../../images/v6/sprite_v6.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 427px 240px;
          background-position: -18px -2px;
          content: " ";
          display: inline-block;
          width: 11px;
          height: 21px;
          vertical-align: middle;
          cursor: pointer; }
    .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item {
      width: 328px;
      height: 416px;
      position: relative;
      background: #333;
      overflow-y: auto;
      overflow-x: hidden; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item::-webkit-scrollbar-button {
        width: 0px;
        height: 0px; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item::-webkit-scrollbar-thumb {
        background: #333333;
        border: 1px inset #000000;
        border-radius: 50px; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item::-webkit-scrollbar-thumb:hover {
        background: #333333; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item::-webkit-scrollbar-thumb:active {
        background: #333333; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item::-webkit-scrollbar-track {
        background: #000000;
        border: 0px none #ffffff;
        border-radius: 50px; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item::-webkit-scrollbar-track:hover {
        background: #000000; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item::-webkit-scrollbar-track:active {
        background: #000000; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item::-webkit-scrollbar-corner {
        background: transparent; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #222 inset; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item .c-chart__comment__area__stamp__relative__area__onlypremium {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.6); }
        .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item .c-chart__comment__area__stamp__relative__area__onlypremium .c-chart__comment__area__stamp__relative__area__onlypremium__title {
          text-align: center;
          line-height: 1.8;
          padding-top: 80px;
          color: #fff; }
        .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item .c-chart__comment__area__stamp__relative__area__onlypremium .c-chart__comment__area__stamp__relative__area__onlypremium__button {
          text-align: center;
          padding-top: 30px; }
          .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item .c-chart__comment__area__stamp__relative__area__onlypremium .c-chart__comment__area__stamp__relative__area__onlypremium__button .c-chart__comment__area__stamp__relative__area__onlypremium__button__text {
            display: inline-block;
            padding: 12px 20px;
            border-radius: 4px;
            background: #34aef6;
            color: #fff;
            text-align: center;
            cursor: pointer; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item .c-chart__comment__area__stamp__relative__area__item__list {
        width: 304px;
        height: 100%;
        padding: 23px 12px; }
        .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item .c-chart__comment__area__stamp__relative__area__item__list:before, .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item .c-chart__comment__area__stamp__relative__area__item__list:after {
          content: "";
          display: table; }
        .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item .c-chart__comment__area__stamp__relative__area__item__list:after {
          clear: both; }
        .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item .c-chart__comment__area__stamp__relative__area__item__list li {
          width: 64px;
          float: left;
          margin-right: 14px;
          margin-bottom: 14px;
          cursor: pointer; }
          .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item .c-chart__comment__area__stamp__relative__area__item__list li img {
            width: 64px;
            height: 64px; }
          .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item .c-chart__comment__area__stamp__relative__area__item__list li:nth-child(4n) {
            margin-right: 0; }
          .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__item .c-chart__comment__area__stamp__relative__area__item__list li.empty {
            width: 304px;
            margin-top: 110px;
            text-align: center;
            color: #7f7f7f; }
    .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__footor {
      background-color: #333333;
      padding: 5px 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__footor .c-chart__comment__area__stamp__close__icon {
        background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -76px -126px;
        content: " ";
        display: inline-block;
        width: 23px;
        height: 33px;
        vertical-align: middle;
        cursor: pointer; }
      .c-chart__comment__area__stamp__relative .c-chart__comment__area__stamp__relative__area .c-chart__comment__area__stamp__relative__area__footor .c-chart__comment__area__stamp__list_button {
        color: #ffc511;
        cursor: pointer; }

.c-banner {
  position: fixed;
  top: 80px;
  right: 24px;
  padding: 16px;
  min-width: 168px;
  max-width: 468px;
  border-radius: 8px;
  z-index: 10; }

.c-banner__message {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600; }

@-webkit-keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

textarea:focus, input:focus {
  outline: none; }

.u-fs {
  font-size: 10px; }

.u-fs-x1 {
  font-size: 11px; }

.u-fs-x2 {
  font-size: 12px; }

.u-fs-x3 {
  font-size: 13px; }

.u-fs-x4 {
  font-size: 14px; }

.u-fs-x5 {
  font-size: 15px; }

.u-fs-x6 {
  font-size: 16px; }

.u-fs-x7 {
  font-size: 17px; }

.u-fs-x8 {
  font-size: 18px; }

.u-fs-x9 {
  font-size: 19px; }

.u-fs-x10 {
  font-size: 20px; }

.u-mg-x0 {
  margin: 0px !important; }

.u-mgr-x0 {
  margin-right: 0px !important; }

.u-mgb-x0 {
  margin-bottom: 0px !important; }

.u-mgl-x0 {
  margin-left: 0px !important; }

.u-pd-x0 {
  padding: 0px !important; }

.u-pdr-x0px {
  padding-right: 0px !important; }

.u-pdb-x0 {
  padding-bottom: 0px !important; }

.u-pdl-x0px {
  padding-left: 0px !important; }

.u-mg-x1 {
  margin: 4px !important; }

.u-mgr-x1 {
  margin-right: 4px !important; }

.u-mgb-x1 {
  margin-bottom: 4px !important; }

.u-mgl-x1 {
  margin-left: 4px !important; }

.u-pd-x1 {
  padding: 4px !important; }

.u-pdr-x4px {
  padding-right: 4px !important; }

.u-pdb-x1 {
  padding-bottom: 4px !important; }

.u-pdl-x4px {
  padding-left: 4px !important; }

.u-mg-x2 {
  margin: 8px !important; }

.u-mgr-x2 {
  margin-right: 8px !important; }

.u-mgb-x2 {
  margin-bottom: 8px !important; }

.u-mgl-x2 {
  margin-left: 8px !important; }

.u-pd-x2 {
  padding: 8px !important; }

.u-pdr-x8px {
  padding-right: 8px !important; }

.u-pdb-x2 {
  padding-bottom: 8px !important; }

.u-pdl-x8px {
  padding-left: 8px !important; }

.u-mg-x3 {
  margin: 12px !important; }

.u-mgr-x3 {
  margin-right: 12px !important; }

.u-mgb-x3 {
  margin-bottom: 12px !important; }

.u-mgl-x3 {
  margin-left: 12px !important; }

.u-pd-x3 {
  padding: 12px !important; }

.u-pdr-x12px {
  padding-right: 12px !important; }

.u-pdb-x3 {
  padding-bottom: 12px !important; }

.u-pdl-x12px {
  padding-left: 12px !important; }

.u-mg-x4 {
  margin: 16px !important; }

.u-mgr-x4 {
  margin-right: 16px !important; }

.u-mgb-x4 {
  margin-bottom: 16px !important; }

.u-mgl-x4 {
  margin-left: 16px !important; }

.u-pd-x4 {
  padding: 16px !important; }

.u-pdr-x16px {
  padding-right: 16px !important; }

.u-pdb-x4 {
  padding-bottom: 16px !important; }

.u-pdl-x16px {
  padding-left: 16px !important; }

.u-mg-x5 {
  margin: 20px !important; }

.u-mgr-x5 {
  margin-right: 20px !important; }

.u-mgb-x5 {
  margin-bottom: 20px !important; }

.u-mgl-x5 {
  margin-left: 20px !important; }

.u-pd-x5 {
  padding: 20px !important; }

.u-pdr-x20px {
  padding-right: 20px !important; }

.u-pdb-x5 {
  padding-bottom: 20px !important; }

.u-pdl-x20px {
  padding-left: 20px !important; }

.u-mg-x6 {
  margin: 24px !important; }

.u-mgr-x6 {
  margin-right: 24px !important; }

.u-mgb-x6 {
  margin-bottom: 24px !important; }

.u-mgl-x6 {
  margin-left: 24px !important; }

.u-pd-x6 {
  padding: 24px !important; }

.u-pdr-x24px {
  padding-right: 24px !important; }

.u-pdb-x6 {
  padding-bottom: 24px !important; }

.u-pdl-x24px {
  padding-left: 24px !important; }

.u-mg-x7 {
  margin: 28px !important; }

.u-mgr-x7 {
  margin-right: 28px !important; }

.u-mgb-x7 {
  margin-bottom: 28px !important; }

.u-mgl-x7 {
  margin-left: 28px !important; }

.u-pd-x7 {
  padding: 28px !important; }

.u-pdr-x28px {
  padding-right: 28px !important; }

.u-pdb-x7 {
  padding-bottom: 28px !important; }

.u-pdl-x28px {
  padding-left: 28px !important; }

.u-mg-x8 {
  margin: 32px !important; }

.u-mgr-x8 {
  margin-right: 32px !important; }

.u-mgb-x8 {
  margin-bottom: 32px !important; }

.u-mgl-x8 {
  margin-left: 32px !important; }

.u-pd-x8 {
  padding: 32px !important; }

.u-pdr-x32px {
  padding-right: 32px !important; }

.u-pdb-x8 {
  padding-bottom: 32px !important; }

.u-pdl-x32px {
  padding-left: 32px !important; }

.u-mg-x9 {
  margin: 36px !important; }

.u-mgr-x9 {
  margin-right: 36px !important; }

.u-mgb-x9 {
  margin-bottom: 36px !important; }

.u-mgl-x9 {
  margin-left: 36px !important; }

.u-pd-x9 {
  padding: 36px !important; }

.u-pdr-x36px {
  padding-right: 36px !important; }

.u-pdb-x9 {
  padding-bottom: 36px !important; }

.u-pdl-x36px {
  padding-left: 36px !important; }

.u-mg-x10 {
  margin: 40px !important; }

.u-mgr-x10 {
  margin-right: 40px !important; }

.u-mgb-x10 {
  margin-bottom: 40px !important; }

.u-mgl-x10 {
  margin-left: 40px !important; }

.u-pd-x10 {
  padding: 40px !important; }

.u-pdr-x40px {
  padding-right: 40px !important; }

.u-pdb-x10 {
  padding-bottom: 40px !important; }

.u-pdl-x40px {
  padding-left: 40px !important; }

.u-color__cyan {
  color: #3DAFF3 !important; }

.u-color__white {
  color: #fff !important; }

.u-color--red {
  color: #ff2d55; }

* {
  outline: none; }

html {
  background-color: inherit; }

a, img {
  outline: none; }

body.top,
.c-headerWrapper,
.c-global,
.c-breadcrumblist,
.c-content__title,
.c-contents {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, 'BlinkMacSystemFont', "SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif; }

.c-siteWrapper {
  padding-top: 56px;
  height: 100%;
  height: 100%;
  position: relative; }
  .c-siteWrapper .c-siteWrapperImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .c-siteWrapper .c-siteInner {
    position: relative; }
  .c-siteWrapper .c-siteWrapperImage {
    display: none; }
  .c-siteWrapper.c-siteWrapper--page .c-siteWrapperImage {
    display: block;
    background: url(../../images/201804__renewal/spotlight/2.jpg) no-repeat center top; }
  .c-siteWrapper.c-siteWrapper--top .c-siteWrapperImage {
    display: block;
    background: url(../../images/201804__renewal/spotlight/1.jpg) no-repeat center top; }

.c-mainWrapper {
  text-align: center;
  height: inherit; }
  .c-mainWrapper .p-spotlightWrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: none;
    box-shadow: none; }
    .c-mainWrapper .p-spotlightWrapper .p-spotlight-mainInner {
      margin-left: 72px;
      margin-right: 72px;
      text-align: left; }
    .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__playerWrapper {
      width: 766px;
      height: 400px;
      margin: 0 auto;
      text-align: left;
      margin-bottom: 16px;
      line-height: 400px;
      text-align: center;
      font-size: 14px; }
    .c-mainWrapper .p-spotlightWrapper .c-thumbnailList__wrapper--spotlight {
      width: 766px; }
    .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper {
      width: inherit;
      margin-left: auto;
      margin-right: auto; }
      .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList {
        top: 16px; }
        .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList:before, .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList:after {
          content: "";
          display: table; }
        .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList:after {
          clear: both; }
        .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem {
          float: left;
          margin-right: 8px;
          position: relative;
          background: white;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
          cursor: pointer; }
          .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem:hover {
            opacity: 0.88; }
          .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem img {
            width: 160px;
            height: 90px;
            box-sizing: border-box; }
          .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem.active img, .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem:hover img {
            border: 3px solid white; }
          .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem.active:after, .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem:hover:after {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: white;
            border-width: 16px;
            margin-left: -16px; }
          .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem:hover {
            background-color: #ffc511; }
            .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem:hover img {
              border-color: #ffc511; }
            .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem:hover:after {
              border-bottom-color: #ffc511; }
  .c-mainWrapper .c-main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: none; }
    .c-mainWrapper .c-main .c-mainInner {
      margin-left: 72px;
      margin-right: 72px;
      text-align: left;
      padding-top: 32px; }
      .c-mainWrapper .c-main .c-mainInner .c-sectionTitle {
        margin-bottom: 24px;
        position: relative;
        width: 100%;
        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; }
        .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__text {
          font-size: 18px;
          display: inline-block;
          margin-right: 16px;
          font-weight: normal; }
          .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__text a {
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            cursor: pointer; }
            .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__text a:hover {
              opacity: 1; }
          .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__text.c-sectionTitle__text--yell {
            font-size: 14px;
            font-weight: bold;
            display: table-cell;
            height: 64px;
            vertical-align: middle;
            line-height: 1.5;
            width: 130px; }
          .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__text.c-sectionTitle__text--live:after {
            display: none; }
        .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__whiteSpace-nowrap {
          white-space: nowrap; }
        .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__PopularTags {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__PopularTags a {
            font-size: 12px;
            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: 24px;
            font-weight: bold;
            padding: 0 8px;
            margin: 4px 4px;
            border-radius: 24px;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            cursor: pointer; }
            .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__PopularTags a:hover {
              opacity: 0.88; }
        .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__rightButton {
          width: 176px;
          line-height: 40px;
          text-align: center;
          background: #ffc511;
          position: absolute;
          right: 0;
          top: 16px;
          padding: 0 16px;
          border-radius: 20px; }

.p-top__yellRankingList,
.p-top__movieList,
.p-top__gameList,
.p-top__channelList,
.p-top__archiveLiveList,
.p-captureList {
  padding: 0;
  margin: 0;
  border: none; }
  .p-top__yellRankingList:before, .p-top__yellRankingList:after,
  .p-top__movieList:before,
  .p-top__movieList:after,
  .p-top__gameList:before,
  .p-top__gameList:after,
  .p-top__channelList:before,
  .p-top__channelList:after,
  .p-top__archiveLiveList:before,
  .p-top__archiveLiveList:after,
  .p-captureList:before,
  .p-captureList:after {
    content: "";
    display: table; }
  .p-top__yellRankingList:after,
  .p-top__movieList:after,
  .p-top__gameList:after,
  .p-top__channelList:after,
  .p-top__archiveLiveList:after,
  .p-captureList:after {
    clear: both; }
  .p-top__yellRankingList .p-captureListItem,
  .p-top__movieList .p-captureListItem,
  .p-top__gameList .p-captureListItem,
  .p-top__channelList .p-captureListItem,
  .p-top__archiveLiveList .p-captureListItem,
  .p-captureList .p-captureListItem {
    min-height: 238px;
    max-width: 210px; }
    .p-top__yellRankingList .p-captureListItem__popularList,
    .p-top__movieList .p-captureListItem__popularList,
    .p-top__gameList .p-captureListItem__popularList,
    .p-top__channelList .p-captureListItem__popularList,
    .p-top__archiveLiveList .p-captureListItem__popularList,
    .p-captureList .p-captureListItem__popularList {
      min-height: 202px; }
  .p-top__yellRankingList .p-top__yellRankingListItem,
  .p-top__yellRankingList .p-top__movieListItem,
  .p-top__yellRankingList .p-top__gameListItem,
  .p-top__yellRankingList .p-top__channelListItem,
  .p-top__yellRankingList .p-captureListItem,
  .p-top__movieList .p-top__yellRankingListItem,
  .p-top__movieList .p-top__movieListItem,
  .p-top__movieList .p-top__gameListItem,
  .p-top__movieList .p-top__channelListItem,
  .p-top__movieList .p-captureListItem,
  .p-top__gameList .p-top__yellRankingListItem,
  .p-top__gameList .p-top__movieListItem,
  .p-top__gameList .p-top__gameListItem,
  .p-top__gameList .p-top__channelListItem,
  .p-top__gameList .p-captureListItem,
  .p-top__channelList .p-top__yellRankingListItem,
  .p-top__channelList .p-top__movieListItem,
  .p-top__channelList .p-top__gameListItem,
  .p-top__channelList .p-top__channelListItem,
  .p-top__channelList .p-captureListItem,
  .p-top__archiveLiveList .p-top__yellRankingListItem,
  .p-top__archiveLiveList .p-top__movieListItem,
  .p-top__archiveLiveList .p-top__gameListItem,
  .p-top__archiveLiveList .p-top__channelListItem,
  .p-top__archiveLiveList .p-captureListItem,
  .p-captureList .p-top__yellRankingListItem,
  .p-captureList .p-top__movieListItem,
  .p-captureList .p-top__gameListItem,
  .p-captureList .p-top__channelListItem,
  .p-captureList .p-captureListItem {
    float: left;
    margin-right: 8px;
    margin-bottom: 500px;
    overflow: hidden;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none; }
    .p-top__yellRankingList .p-top__yellRankingListItem::-webkit-scrollbar,
    .p-top__yellRankingList .p-top__movieListItem::-webkit-scrollbar,
    .p-top__yellRankingList .p-top__gameListItem::-webkit-scrollbar,
    .p-top__yellRankingList .p-top__channelListItem::-webkit-scrollbar,
    .p-top__yellRankingList .p-captureListItem::-webkit-scrollbar,
    .p-top__movieList .p-top__yellRankingListItem::-webkit-scrollbar,
    .p-top__movieList .p-top__movieListItem::-webkit-scrollbar,
    .p-top__movieList .p-top__gameListItem::-webkit-scrollbar,
    .p-top__movieList .p-top__channelListItem::-webkit-scrollbar,
    .p-top__movieList .p-captureListItem::-webkit-scrollbar,
    .p-top__gameList .p-top__yellRankingListItem::-webkit-scrollbar,
    .p-top__gameList .p-top__movieListItem::-webkit-scrollbar,
    .p-top__gameList .p-top__gameListItem::-webkit-scrollbar,
    .p-top__gameList .p-top__channelListItem::-webkit-scrollbar,
    .p-top__gameList .p-captureListItem::-webkit-scrollbar,
    .p-top__channelList .p-top__yellRankingListItem::-webkit-scrollbar,
    .p-top__channelList .p-top__movieListItem::-webkit-scrollbar,
    .p-top__channelList .p-top__gameListItem::-webkit-scrollbar,
    .p-top__channelList .p-top__channelListItem::-webkit-scrollbar,
    .p-top__channelList .p-captureListItem::-webkit-scrollbar,
    .p-top__archiveLiveList .p-top__yellRankingListItem::-webkit-scrollbar,
    .p-top__archiveLiveList .p-top__movieListItem::-webkit-scrollbar,
    .p-top__archiveLiveList .p-top__gameListItem::-webkit-scrollbar,
    .p-top__archiveLiveList .p-top__channelListItem::-webkit-scrollbar,
    .p-top__archiveLiveList .p-captureListItem::-webkit-scrollbar,
    .p-captureList .p-top__yellRankingListItem::-webkit-scrollbar,
    .p-captureList .p-top__movieListItem::-webkit-scrollbar,
    .p-captureList .p-top__gameListItem::-webkit-scrollbar,
    .p-captureList .p-top__channelListItem::-webkit-scrollbar,
    .p-captureList .p-captureListItem::-webkit-scrollbar {
      display: none; }
    .p-top__yellRankingList .p-top__yellRankingListItem.is-rightItem,
    .p-top__yellRankingList .p-top__movieListItem.is-rightItem,
    .p-top__yellRankingList .p-top__gameListItem.is-rightItem,
    .p-top__yellRankingList .p-top__channelListItem.is-rightItem,
    .p-top__yellRankingList .p-captureListItem.is-rightItem,
    .p-top__movieList .p-top__yellRankingListItem.is-rightItem,
    .p-top__movieList .p-top__movieListItem.is-rightItem,
    .p-top__movieList .p-top__gameListItem.is-rightItem,
    .p-top__movieList .p-top__channelListItem.is-rightItem,
    .p-top__movieList .p-captureListItem.is-rightItem,
    .p-top__gameList .p-top__yellRankingListItem.is-rightItem,
    .p-top__gameList .p-top__movieListItem.is-rightItem,
    .p-top__gameList .p-top__gameListItem.is-rightItem,
    .p-top__gameList .p-top__channelListItem.is-rightItem,
    .p-top__gameList .p-captureListItem.is-rightItem,
    .p-top__channelList .p-top__yellRankingListItem.is-rightItem,
    .p-top__channelList .p-top__movieListItem.is-rightItem,
    .p-top__channelList .p-top__gameListItem.is-rightItem,
    .p-top__channelList .p-top__channelListItem.is-rightItem,
    .p-top__channelList .p-captureListItem.is-rightItem,
    .p-top__archiveLiveList .p-top__yellRankingListItem.is-rightItem,
    .p-top__archiveLiveList .p-top__movieListItem.is-rightItem,
    .p-top__archiveLiveList .p-top__gameListItem.is-rightItem,
    .p-top__archiveLiveList .p-top__channelListItem.is-rightItem,
    .p-top__archiveLiveList .p-captureListItem.is-rightItem,
    .p-captureList .p-top__yellRankingListItem.is-rightItem,
    .p-captureList .p-top__movieListItem.is-rightItem,
    .p-captureList .p-top__gameListItem.is-rightItem,
    .p-captureList .p-top__channelListItem.is-rightItem,
    .p-captureList .p-captureListItem.is-rightItem {
      padding-right: 0;
      margin-right: 0; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper,
    .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper,
    .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper,
    .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper,
    .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper,
    .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper,
    .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper {
      position: relative; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator,
      .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: calc(100% - 16px);
        margin: 0 8px 4px;
        bottom: 0;
        z-index: 1; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text,
        .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator span.ellipsis-text {
          padding-left: 4px; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
        .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data {
          width: calc(100% - 24px);
          text-shadow: #000 1px 1px 2px; }
          .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text,
          .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data .ellipsis-text {
            max-width: 100%; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon,
        .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon {
          width: 24px;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img,
          .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__icon img {
            width: 24px;
            height: 24px;
            margin-top: 2px;
            border-radius: 32px; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name,
        .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name {
          display: block;
          font-size: 10px;
          font-weight: bold;
          width: 100%; }
          .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text,
          .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name .ellipsis-text {
            max-width: 165px; }
          .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after,
          .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__name.checkmark:after {
            background-image: url(../../images/v5/sprite_v5.png?t=2017121202);
            background-repeat: no-repeat;
            background-size: 287px 180px;
            background-position: -6px -101px;
            content: " ";
            display: inline-block;
            width: 10px;
            height: 10px;
            margin-left: 2px;
            margin-top: -1px; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
        .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game {
          margin-top: 0;
          height: 14px;
          line-height: 1.2;
          font-size: 10px;
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail,
      .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail {
        position: relative;
        margin-bottom: 6px;
        width: 210px;
        height: 118px;
        display: block; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
        .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img {
          width: 100%;
          height: 100%;
          position: absolute;
          background: rgba(0, 0, 0, 0.2);
          top: 0;
          left: 0;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
          cursor: pointer; }
          .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover,
          .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img:hover {
            opacity: 0.88; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke,
        .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__smoke {
          position: absolute;
          width: 100%;
          height: 100%;
          background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
          background-repeat: no-repeat;
          background-size: cover; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
        .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label {
          z-index: 3;
          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: absolute;
          top: 0;
          bottom: 10px;
          left: 0;
          right: 10px;
          background-size: 54px;
          width: 54px;
          height: 20px;
          font-size: 12px;
          font-weight: bold; }
    .p-top__yellRankingList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__yellRankingList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__yellRankingList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__yellRankingList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__yellRankingList .p-captureListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__movieList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__movieList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__movieList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__movieList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__movieList .p-captureListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__gameList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__gameList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__gameList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__gameList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__gameList .p-captureListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__channelList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__channelList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__channelList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__channelList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__channelList .p-captureListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__archiveLiveList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__archiveLiveList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__archiveLiveList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__archiveLiveList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper,
    .p-top__archiveLiveList .p-captureListItem .c-thumbnailVideo__box__status__wrapper,
    .p-captureList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper,
    .p-captureList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper,
    .p-captureList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper,
    .p-captureList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper,
    .p-captureList .p-captureListItem .c-thumbnailVideo__box__status__wrapper {
      position: absolute;
      top: 0.4rem;
      left: 0.4rem;
      z-index: 3; }
      .p-top__yellRankingList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__yellRankingList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__yellRankingList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__yellRankingList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__yellRankingList .p-captureListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__movieList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__movieList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__movieList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__movieList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__movieList .p-captureListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__gameList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__gameList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__gameList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__gameList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__gameList .p-captureListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__channelList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__channelList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__channelList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__channelList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__channelList .p-captureListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__archiveLiveList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__archiveLiveList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__archiveLiveList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__archiveLiveList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-top__archiveLiveList .p-captureListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-captureList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-captureList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-captureList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-captureList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child),
      .p-captureList .p-captureListItem .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child) {
        margin-right: 0.4rem; }
      .p-top__yellRankingList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__yellRankingList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__yellRankingList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__yellRankingList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__yellRankingList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__movieList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__movieList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__movieList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__movieList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__movieList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__gameList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__gameList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__gameList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__gameList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__gameList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__channelList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__channelList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__channelList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__channelList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__channelList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__archiveLiveList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__archiveLiveList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__archiveLiveList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__archiveLiveList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-top__archiveLiveList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-captureList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-captureList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-captureList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-captureList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live,
      .p-captureList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-weight: 600;
        font-size: 1.4rem;
        height: 2rem;
        padding: 0 0.6rem; }
        .p-top__yellRankingList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__yellRankingList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__yellRankingList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__yellRankingList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__yellRankingList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__movieList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__movieList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__movieList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__movieList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__movieList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__gameList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__gameList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__gameList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__gameList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__gameList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__channelList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__channelList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__channelList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__channelList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__channelList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__archiveLiveList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__archiveLiveList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__archiveLiveList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__archiveLiveList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-top__archiveLiveList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-captureList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-captureList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-captureList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-captureList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg,
        .p-captureList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg {
          background-color: transparent;
          background-image: url(../../images/live.svg);
          background-size: 2.6rem 1rem;
          display: block;
          background-position: center;
          background-repeat: no-repeat;
          height: 1rem;
          width: 2.6rem; }
      .p-top__yellRankingList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__yellRankingList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__yellRankingList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__yellRankingList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__yellRankingList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__yellRankingList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__yellRankingList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__yellRankingList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__yellRankingList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__yellRankingList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__yellRankingList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__yellRankingList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__yellRankingList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__yellRankingList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__yellRankingList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__movieList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__movieList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__movieList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__movieList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__movieList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__movieList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__movieList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__movieList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__movieList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__movieList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__movieList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__movieList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__movieList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__movieList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__movieList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__gameList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__gameList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__gameList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__gameList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__gameList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__gameList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__gameList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__gameList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__gameList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__gameList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__gameList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__gameList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__gameList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__gameList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__gameList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__channelList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__channelList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__channelList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__channelList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__channelList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__channelList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__channelList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__channelList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__channelList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__channelList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__channelList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__channelList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__channelList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__channelList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__channelList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__archiveLiveList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__archiveLiveList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__archiveLiveList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__archiveLiveList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__archiveLiveList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__archiveLiveList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__archiveLiveList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__archiveLiveList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__archiveLiveList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__archiveLiveList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__archiveLiveList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__archiveLiveList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-top__archiveLiveList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-top__archiveLiveList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-top__archiveLiveList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-captureList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-captureList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-captureList .p-top__yellRankingListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-captureList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-captureList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-captureList .p-top__movieListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-captureList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-captureList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-captureList .p-top__gameListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-captureList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-captureList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-captureList .p-top__channelListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp,
      .p-captureList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .p-captureList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .p-captureList .p-captureListItem .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-weight: 600;
        font-size: 1.4rem;
        height: 2rem;
        padding: 0 0.6rem;
        margin-bottom: 0.4rem; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail,
    .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail,
    .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail,
    .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail,
    .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail,
    .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail,
    .p-top__movieList .p-top__movieListItem .p-captureListItem__detail,
    .p-top__movieList .p-top__gameListItem .p-captureListItem__detail,
    .p-top__movieList .p-top__channelListItem .p-captureListItem__detail,
    .p-top__movieList .p-captureListItem .p-captureListItem__detail,
    .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail,
    .p-top__gameList .p-top__movieListItem .p-captureListItem__detail,
    .p-top__gameList .p-top__gameListItem .p-captureListItem__detail,
    .p-top__gameList .p-top__channelListItem .p-captureListItem__detail,
    .p-top__gameList .p-captureListItem .p-captureListItem__detail,
    .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail,
    .p-top__channelList .p-top__movieListItem .p-captureListItem__detail,
    .p-top__channelList .p-top__gameListItem .p-captureListItem__detail,
    .p-top__channelList .p-top__channelListItem .p-captureListItem__detail,
    .p-top__channelList .p-captureListItem .p-captureListItem__detail,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail,
    .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail,
    .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail,
    .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail,
    .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail,
    .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail,
    .p-captureList .p-top__movieListItem .p-captureListItem__detail,
    .p-captureList .p-top__gameListItem .p-captureListItem__detail,
    .p-captureList .p-top__channelListItem .p-captureListItem__detail,
    .p-captureList .p-captureListItem .p-captureListItem__detail {
      padding: 12px;
      height: 96px; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail__popularList,
      .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail__popularList,
      .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail__popularList,
      .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail__popularList,
      .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail__popularList,
      .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail__popularList,
      .p-top__movieList .p-top__movieListItem .p-captureListItem__detail__popularList,
      .p-top__movieList .p-top__gameListItem .p-captureListItem__detail__popularList,
      .p-top__movieList .p-top__channelListItem .p-captureListItem__detail__popularList,
      .p-top__movieList .p-captureListItem .p-captureListItem__detail__popularList,
      .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail__popularList,
      .p-top__gameList .p-top__movieListItem .p-captureListItem__detail__popularList,
      .p-top__gameList .p-top__gameListItem .p-captureListItem__detail__popularList,
      .p-top__gameList .p-top__channelListItem .p-captureListItem__detail__popularList,
      .p-top__gameList .p-captureListItem .p-captureListItem__detail__popularList,
      .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail__popularList,
      .p-top__channelList .p-top__movieListItem .p-captureListItem__detail__popularList,
      .p-top__channelList .p-top__gameListItem .p-captureListItem__detail__popularList,
      .p-top__channelList .p-top__channelListItem .p-captureListItem__detail__popularList,
      .p-top__channelList .p-captureListItem .p-captureListItem__detail__popularList,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail__popularList,
      .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail__popularList,
      .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail__popularList,
      .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail__popularList,
      .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail__popularList,
      .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail__popularList,
      .p-captureList .p-top__movieListItem .p-captureListItem__detail__popularList,
      .p-captureList .p-top__gameListItem .p-captureListItem__detail__popularList,
      .p-captureList .p-top__channelListItem .p-captureListItem__detail__popularList,
      .p-captureList .p-captureListItem .p-captureListItem__detail__popularList {
        height: 60px; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title,
      .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title {
        width: 186px;
        height: 33px;
        overflow: hidden;
        margin-bottom: 8px;
        display: -webkit-box !important;
        display: -moz-box !important;
        word-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        cursor: pointer;
        font-size: 14px;
        display: block;
        font-weight: bold; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover,
        .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title:hover {
          opacity: 0.88; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
      .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer {
        font-size: 12px;
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 8px;
        line-height: 1; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author,
        .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author {
          margin-bottom: 2px; }
          .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a,
          .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a {
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            cursor: pointer; }
            .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover,
            .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author a:hover {
              opacity: 0.88; }
          .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text,
          .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__author.ellipsis-text {
            max-width: 186px; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time,
        .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__count,
        .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer .p-captureListItem__detail__footer__time {
          display: table-cell; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
      .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction {
        font-size: 10px;
        display: block;
        bottom: 2;
        padding-bottom: 8px; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count,
        .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count {
          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;
          padding-right: 4px;
          float: left; }
          .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img,
          .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction .p-captureListItem__detail__reaction_count img {
            width: 16px;
            height: 16px;
            margin-right: 2px; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
        .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span {
          padding: 0 2px;
          border-radius: 5px;
          display: table-cell;
          float: left;
          font-size: 10px;
          height: 14px;
          margin-top: 1px; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__creator,
    .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__creator,
    .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__creator,
    .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__creator,
    .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__creator,
    .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__creator,
    .p-top__movieList .p-top__movieListItem .p-top__movieListItem__creator,
    .p-top__movieList .p-top__gameListItem .p-top__movieListItem__creator,
    .p-top__movieList .p-top__channelListItem .p-top__movieListItem__creator,
    .p-top__movieList .p-captureListItem .p-top__movieListItem__creator,
    .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__creator,
    .p-top__gameList .p-top__movieListItem .p-top__movieListItem__creator,
    .p-top__gameList .p-top__gameListItem .p-top__movieListItem__creator,
    .p-top__gameList .p-top__channelListItem .p-top__movieListItem__creator,
    .p-top__gameList .p-captureListItem .p-top__movieListItem__creator,
    .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__creator,
    .p-top__channelList .p-top__movieListItem .p-top__movieListItem__creator,
    .p-top__channelList .p-top__gameListItem .p-top__movieListItem__creator,
    .p-top__channelList .p-top__channelListItem .p-top__movieListItem__creator,
    .p-top__channelList .p-captureListItem .p-top__movieListItem__creator,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__creator,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__creator,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__creator,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__creator,
    .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__creator,
    .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__creator,
    .p-captureList .p-top__movieListItem .p-top__movieListItem__creator,
    .p-captureList .p-top__gameListItem .p-top__movieListItem__creator,
    .p-captureList .p-top__channelListItem .p-top__movieListItem__creator,
    .p-captureList .p-captureListItem .p-top__movieListItem__creator {
      margin-bottom: 8px;
      display: table;
      height: 32px; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__creator:before, .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__creator:after,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__creator:before,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__creator:after,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__creator:before,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__creator:after,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__creator:before,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__creator:after,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__creator:before,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__creator:after,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__creator:before,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__creator:after,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__creator:before,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__creator:after,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__creator:before,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__creator:after,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__creator:before,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__creator:after,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__creator:before,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__creator:after,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__creator:before,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__creator:after,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__creator:before,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__creator:after,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__creator:before,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__creator:after,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__creator:before,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__creator:after,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__creator:before,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__creator:after,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__creator:before,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__creator:after,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__creator:before,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__creator:after,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__creator:before,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__creator:after,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__creator:before,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__creator:after,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__creator:before,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__creator:after,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__creator:before,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__creator:after,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__creator:before,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__creator:after,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__creator:before,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__creator:after,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__creator:before,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__creator:after,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__creator:before,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__creator:after,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__creator:before,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__creator:after,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__creator:before,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__creator:after,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__creator:before,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__creator:after,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__creator:before,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__creator:after,
      .p-captureList .p-captureListItem .p-top__movieListItem__creator:before,
      .p-captureList .p-captureListItem .p-top__movieListItem__creator:after {
        content: "";
        display: table; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__creator:after,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__creator:after,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__creator:after,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__creator:after,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__creator:after,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__creator:after,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__creator:after,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__creator:after,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__creator:after,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__creator:after,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__creator:after,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__creator:after,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__creator:after,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__creator:after,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__creator:after,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__creator:after,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__creator:after,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__creator:after,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__creator:after,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__creator:after,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__creator:after,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__creator:after,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__creator:after,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__creator:after,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__creator:after,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__creator:after,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__creator:after,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__creator:after,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__creator:after,
      .p-captureList .p-captureListItem .p-top__movieListItem__creator:after {
        clear: both; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon,
      .p-captureList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon {
        width: 32px;
        height: 32px;
        display: block;
        display: table-cell; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__movieList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__movieList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__movieList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__movieList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__gameList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__gameList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__gameList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__gameList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__channelList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__channelList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__channelList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__channelList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-captureList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-captureList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-captureList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img,
        .p-captureList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img {
          width: 100%;
          height: 100%;
          border-radius: 32px;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
          cursor: pointer; }
          .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__movieList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__movieList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__movieList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__movieList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__gameList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__gameList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__gameList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__gameList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__channelList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__channelList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__channelList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__channelList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-captureList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-captureList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-captureList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover,
          .p-captureList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__icon img:hover {
            opacity: 0.88; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name,
      .p-captureList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name {
        display: table-cell;
        vertical-align: middle;
        padding-left: 8px;
        padding-right: 0;
        font-size: 12px;
        font-weight: bold;
        width: 170px; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__movieList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__movieList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__movieList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__movieList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__gameList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__gameList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__gameList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__gameList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__channelList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__channelList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__channelList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__channelList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-captureList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-captureList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-captureList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text,
        .p-captureList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text {
          max-width: 140px;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
          cursor: pointer; }
          .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__movieList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__movieList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__movieList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__movieList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__gameList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__gameList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__gameList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__gameList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__channelList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__channelList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__channelList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__channelList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-captureList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-captureList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-captureList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover,
          .p-captureList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name .ellipsis-text:hover {
            opacity: 0.88; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__movieList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__movieList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__movieList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__movieList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__gameList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__gameList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__gameList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__gameList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__channelList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__channelList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__channelList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__channelList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-captureList .p-top__movieListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-captureList .p-top__gameListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-captureList .p-top__channelListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after,
        .p-captureList .p-captureListItem .p-top__movieListItem__creator .p-top__movieListItem__creator__name.checkmark:after {
          background-image: url(../../images/v5/sprite_v5.png?t=2017121202);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -7px -134px;
          content: " ";
          display: inline-block;
          width: 14px;
          height: 14px;
          margin-left: 2px;
          margin-top: -1px; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator,
    .p-top__yellRankingList .p-top__movieListItem .p-top__yellRankingListItem__creator,
    .p-top__yellRankingList .p-top__gameListItem .p-top__yellRankingListItem__creator,
    .p-top__yellRankingList .p-top__channelListItem .p-top__yellRankingListItem__creator,
    .p-top__yellRankingList .p-captureListItem .p-top__yellRankingListItem__creator,
    .p-top__movieList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator,
    .p-top__movieList .p-top__movieListItem .p-top__yellRankingListItem__creator,
    .p-top__movieList .p-top__gameListItem .p-top__yellRankingListItem__creator,
    .p-top__movieList .p-top__channelListItem .p-top__yellRankingListItem__creator,
    .p-top__movieList .p-captureListItem .p-top__yellRankingListItem__creator,
    .p-top__gameList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator,
    .p-top__gameList .p-top__movieListItem .p-top__yellRankingListItem__creator,
    .p-top__gameList .p-top__gameListItem .p-top__yellRankingListItem__creator,
    .p-top__gameList .p-top__channelListItem .p-top__yellRankingListItem__creator,
    .p-top__gameList .p-captureListItem .p-top__yellRankingListItem__creator,
    .p-top__channelList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator,
    .p-top__channelList .p-top__movieListItem .p-top__yellRankingListItem__creator,
    .p-top__channelList .p-top__gameListItem .p-top__yellRankingListItem__creator,
    .p-top__channelList .p-top__channelListItem .p-top__yellRankingListItem__creator,
    .p-top__channelList .p-captureListItem .p-top__yellRankingListItem__creator,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__yellRankingListItem__creator,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__yellRankingListItem__creator,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__yellRankingListItem__creator,
    .p-top__archiveLiveList .p-captureListItem .p-top__yellRankingListItem__creator,
    .p-captureList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator,
    .p-captureList .p-top__movieListItem .p-top__yellRankingListItem__creator,
    .p-captureList .p-top__gameListItem .p-top__yellRankingListItem__creator,
    .p-captureList .p-top__channelListItem .p-top__yellRankingListItem__creator,
    .p-captureList .p-captureListItem .p-top__yellRankingListItem__creator {
      display: block;
      width: 160px;
      height: 64px;
      position: relative;
      display: table;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__yellRankingList .p-top__movieListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__yellRankingList .p-top__gameListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__yellRankingList .p-top__channelListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__yellRankingList .p-captureListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__movieList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__movieList .p-top__movieListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__movieList .p-top__gameListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__movieList .p-top__channelListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__movieList .p-captureListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__gameList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__gameList .p-top__movieListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__gameList .p-top__gameListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__gameList .p-top__channelListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__gameList .p-captureListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__channelList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__channelList .p-top__movieListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__channelList .p-top__gameListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__channelList .p-top__channelListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__channelList .p-captureListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__yellRankingListItem__creator:hover,
      .p-top__archiveLiveList .p-captureListItem .p-top__yellRankingListItem__creator:hover,
      .p-captureList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator:hover,
      .p-captureList .p-top__movieListItem .p-top__yellRankingListItem__creator:hover,
      .p-captureList .p-top__gameListItem .p-top__yellRankingListItem__creator:hover,
      .p-captureList .p-top__channelListItem .p-top__yellRankingListItem__creator:hover,
      .p-captureList .p-captureListItem .p-top__yellRankingListItem__creator:hover {
        opacity: 0.88; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__yellRankingList .p-top__movieListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__yellRankingList .p-top__gameListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__yellRankingList .p-top__channelListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__yellRankingList .p-captureListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__movieList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__movieList .p-top__movieListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__movieList .p-top__gameListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__movieList .p-top__channelListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__movieList .p-captureListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__gameList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__gameList .p-top__movieListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__gameList .p-top__gameListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__gameList .p-top__channelListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__gameList .p-captureListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__channelList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__channelList .p-top__movieListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__channelList .p-top__gameListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__channelList .p-top__channelListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__channelList .p-captureListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-top__archiveLiveList .p-captureListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-captureList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-captureList .p-top__movieListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-captureList .p-top__gameListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-captureList .p-top__channelListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after,
      .p-captureList .p-captureListItem .p-top__yellRankingListItem__creator.p-top__yellRankingListItem__creator--official .p-top__yellRankingListItem__name:after {
        background-image: url(../../images/v5/sprite_v5.png?t=2017121202);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -7px -134px;
        content: " ";
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-left: 4px; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__yellRankingList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__yellRankingList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__yellRankingList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__yellRankingList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__movieList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__movieList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__movieList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__movieList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__movieList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__gameList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__gameList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__gameList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__gameList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__gameList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__channelList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__channelList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__channelList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__channelList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__channelList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-top__archiveLiveList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-captureList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-captureList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-captureList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-captureList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon,
      .p-captureList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon {
        width: 64px;
        height: 64px;
        display: table-cell;
        vertical-align: middle;
        padding-right: 16px; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__yellRankingList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__yellRankingList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__yellRankingList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__yellRankingList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__movieList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__movieList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__movieList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__movieList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__movieList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__gameList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__gameList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__gameList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__gameList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__gameList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__channelList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__channelList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__channelList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__channelList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__channelList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-top__archiveLiveList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-captureList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-captureList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-captureList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-captureList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img,
        .p-captureList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__icon img {
          width: 64px;
          height: 64px;
          border-radius: 50%; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__yellRankingList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__yellRankingList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__yellRankingList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__yellRankingList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__movieList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__movieList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__movieList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__movieList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__movieList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__gameList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__gameList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__gameList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__gameList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__gameList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__channelList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__channelList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__channelList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__channelList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__channelList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-top__archiveLiveList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-captureList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-captureList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-captureList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-captureList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info,
      .p-captureList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info {
        display: table-cell;
        height: 64px;
        vertical-align: middle; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__yellRankingList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__yellRankingList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__yellRankingList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__yellRankingList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__movieList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__movieList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__movieList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__movieList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__movieList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__gameList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__gameList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__gameList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__gameList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__gameList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__channelList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__channelList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__channelList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__channelList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__channelList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-top__archiveLiveList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-captureList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-captureList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-captureList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-captureList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name,
        .p-captureList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name {
          font-size: 12px;
          font-weight: bold;
          margin-bottom: 4px;
          width: 120px; }
          .p-top__yellRankingList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__yellRankingList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__yellRankingList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__yellRankingList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__yellRankingList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__movieList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__movieList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__movieList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__movieList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__movieList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__gameList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__gameList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__gameList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__gameList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__gameList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__channelList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__channelList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__channelList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__channelList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__channelList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__archiveLiveList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__archiveLiveList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__archiveLiveList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-top__archiveLiveList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-captureList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-captureList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-captureList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-captureList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text,
          .p-captureList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__name .ellipsis-text {
            max-width: 96px; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__yellRankingList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__yellRankingList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__yellRankingList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__yellRankingList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__movieList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__movieList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__movieList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__movieList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__movieList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__gameList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__gameList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__gameList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__gameList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__gameList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__channelList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__channelList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__channelList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__channelList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__channelList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-top__archiveLiveList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-captureList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-captureList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-captureList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-captureList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
        .p-captureList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count {
          font-size: 11px;
          font-weight: bold; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator,
    .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator,
    .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator,
    .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator,
    .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator,
    .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator,
    .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator,
    .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator,
    .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator,
    .p-top__movieList .p-captureListItem .p-top__channelListItem__creator,
    .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator,
    .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator,
    .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator,
    .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator,
    .p-top__gameList .p-captureListItem .p-top__channelListItem__creator,
    .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator,
    .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator,
    .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator,
    .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator,
    .p-top__channelList .p-captureListItem .p-top__channelListItem__creator,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator,
    .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator,
    .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator,
    .p-captureList .p-top__movieListItem .p-top__channelListItem__creator,
    .p-captureList .p-top__gameListItem .p-top__channelListItem__creator,
    .p-captureList .p-top__channelListItem .p-top__channelListItem__creator,
    .p-captureList .p-captureListItem .p-top__channelListItem__creator {
      display: block;
      position: relative;
      height: 247px;
      width: 210px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator:hover,
      .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator:hover,
      .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator:hover,
      .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator:hover,
      .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator:hover,
      .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator:hover,
      .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator:hover,
      .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator:hover,
      .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator:hover,
      .p-top__movieList .p-captureListItem .p-top__channelListItem__creator:hover,
      .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator:hover,
      .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator:hover,
      .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator:hover,
      .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator:hover,
      .p-top__gameList .p-captureListItem .p-top__channelListItem__creator:hover,
      .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator:hover,
      .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator:hover,
      .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator:hover,
      .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator:hover,
      .p-top__channelList .p-captureListItem .p-top__channelListItem__creator:hover,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator:hover,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator:hover,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator:hover,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator:hover,
      .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator:hover,
      .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator:hover,
      .p-captureList .p-top__movieListItem .p-top__channelListItem__creator:hover,
      .p-captureList .p-top__gameListItem .p-top__channelListItem__creator:hover,
      .p-captureList .p-top__channelListItem .p-top__channelListItem__creator:hover,
      .p-captureList .p-captureListItem .p-top__channelListItem__creator:hover {
        opacity: 0.88; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage,
      .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage {
        position: relative;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 118px; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div,
        .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__backgroundImage &gt; div {
          background-repeat: no-repeat;
          background-position: center center;
          width: 100%;
          height: 100%; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
      .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info {
        padding: 40px 16px 16px; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
        .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name {
          text-align: center;
          margin-bottom: 4px;
          font-weight: bold;
          font-size: 13px;
          max-height: 17px;
          overflow: hidden;
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          width: calc(100% + 16px);
          max-width: calc(100% + 16px);
          margin-left: -8px; }
          .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark,
          .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name .u-officalmark {
            position: relative;
            vertical-align: middle;
            top: 0; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
        .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey {
          margin-bottom: 8px;
          text-align: center;
          font-size: 11px;
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
          .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before,
          .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey:before {
            content: '@'; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey,
        .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__notUserKey {
          height: 22px;
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
        .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce {
          height: 29px;
          margin-bottom: 1px;
          font-size: 12px;
          overflow: hidden;
          word-break: break-all;
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
          .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle,
          .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle {
            line-height: 1;
            margin-bottom: 3px;
            text-align: center; }
            .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine,
            .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameTitle .oneLine {
              display: inline-block;
              word-break: break-all;
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden;
              max-width: 146px; }
          .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
          .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount {
            font-weight: bold;
            text-align: center; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail,
      .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail {
        position: absolute;
        top: 64px;
        left: 67px; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img,
        .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__thumbnail img {
          width: 80px;
          height: 80px;
          border-radius: 50%; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott,
      .p-captureList .p-captureListItem .p-top__channelListItem__creator .c-content__list__popularchannel__link__profile__relative__dott {
        position: absolute;
        top: 3px;
        left: 12px;
        background-image: url(../../images/v5/sprite_v5.png?t=2017121202);
        background-repeat: no-repeat;
        background-size: 383px 240px;
        background-position: -9px -159px;
        content: " ";
        display: inline-block;
        width: 10px;
        height: 11px;
        vertical-align: middle; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg,
      .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg {
        position: absolute;
        top: 17px;
        left: 50px;
        width: 120px;
        height: 120px; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img,
        .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__rankingBg img {
          width: 100%;
          height: 100%;
          line-height: 0; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail,
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail,
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail,
    .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail,
    .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail,
    .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail,
    .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail,
    .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail,
    .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail,
    .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail,
    .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail,
    .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail,
    .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail,
    .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail,
    .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail,
    .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail,
    .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail,
    .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail,
    .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail,
    .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail,
    .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail,
    .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail,
    .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail,
    .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail,
    .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail,
    .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail,
    .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail,
    .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail,
    .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail,
    .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail,
    .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail,
    .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail,
    .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail,
    .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail,
    .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail,
    .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail,
    .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail,
    .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail,
    .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail,
    .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail,
    .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail,
    .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail,
    .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail,
    .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail,
    .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail,
    .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail,
    .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail,
    .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail,
    .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail,
    .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail,
    .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail,
    .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail,
    .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail,
    .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail,
    .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail,
    .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail,
    .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail,
    .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail,
    .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail {
      position: relative;
      margin-bottom: 8px;
      width: 210px;
      height: 118px;
      display: block; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
      .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
      .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
      .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
      .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
      .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
      .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail img,
      .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail img,
      .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
      .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
      .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
      .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
      .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
      .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
      .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
      .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
      .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail img,
      .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail img,
      .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
      .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
      .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
      .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
      .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
      .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
      .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
      .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
      .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail img,
      .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail img,
      .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
      .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
      .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
      .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
      .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
      .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
      .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
      .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
      .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail img,
      .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail img,
      .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail img,
      .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail img,
      .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
      .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
      .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
      .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
      .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
      .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
      .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
      .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
      .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
      .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail img,
      .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail img,
      .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img {
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.2);
        top: 0;
        left: 0;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        cursor: pointer; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail img:hover,
        .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail img:hover,
        .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img:hover,
        .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img:hover,
        .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail img:hover,
        .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail img:hover,
        .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail img:hover,
        .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail img:hover,
        .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail img:hover,
        .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail img:hover,
        .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img:hover,
        .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail img:hover,
        .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail img:hover,
        .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img:hover {
          opacity: 0.88; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
      .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
      .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
      .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP {
        display: block;
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 202px;
        font-size: 11px;
        height: 16px;
        padding-top: 4px;
        padding-left: 8px;
        font-weight: bold; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__live,
      .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__pastlive,
      .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__live,
      .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__pastlive,
      .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__live,
      .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__pastlive,
      .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../../images/201804__renewal/mark__live.png) no-repeat top left;
        background-size: 38px;
        width: 38px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 12px; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
      .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
      .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
      .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time {
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        right: 4px;
        bottom: 4px;
        padding: 0 4px;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        border-radius: 2px;
        font-weight: bold;
        z-index: 1; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time.u-label__time--fromSP,
        .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time.u-label__time--fromSP {
          right: 0;
          bottom: 0;
          height: 20px;
          line-height: 22px;
          padding-right: 4px;
          background: none;
          font-weight: bold; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup,
      .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__comingup,
      .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__comingup,
      .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__comingup {
        background: url(../../images/201804__renewal/mark__comingup.png) no-repeat top left;
        background-size: 81px;
        width: 81px;
        height: 20px; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail,
    .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail,
    .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail,
    .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail,
    .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail,
    .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail,
    .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail,
    .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail,
    .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail,
    .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail,
    .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail,
    .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail,
    .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail,
    .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail,
    .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail,
    .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail,
    .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail,
    .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail,
    .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail,
    .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail,
    .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail,
    .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail,
    .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail,
    .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail,
    .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail,
    .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail {
      width: 210px;
      height: 260px; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__title,
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__title,
    .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__title,
    .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__title,
    .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__title,
    .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__title,
    .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__title,
    .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__title,
    .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__title,
    .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__title,
    .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__title,
    .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__title,
    .p-top__movieList .p-top__movieListItem .p-top__movieListItem__title,
    .p-top__movieList .p-top__movieListItem .p-top__gameListItem__title,
    .p-top__movieList .p-top__gameListItem .p-top__movieListItem__title,
    .p-top__movieList .p-top__gameListItem .p-top__gameListItem__title,
    .p-top__movieList .p-top__channelListItem .p-top__movieListItem__title,
    .p-top__movieList .p-top__channelListItem .p-top__gameListItem__title,
    .p-top__movieList .p-captureListItem .p-top__movieListItem__title,
    .p-top__movieList .p-captureListItem .p-top__gameListItem__title,
    .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__title,
    .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__title,
    .p-top__gameList .p-top__movieListItem .p-top__movieListItem__title,
    .p-top__gameList .p-top__movieListItem .p-top__gameListItem__title,
    .p-top__gameList .p-top__gameListItem .p-top__movieListItem__title,
    .p-top__gameList .p-top__gameListItem .p-top__gameListItem__title,
    .p-top__gameList .p-top__channelListItem .p-top__movieListItem__title,
    .p-top__gameList .p-top__channelListItem .p-top__gameListItem__title,
    .p-top__gameList .p-captureListItem .p-top__movieListItem__title,
    .p-top__gameList .p-captureListItem .p-top__gameListItem__title,
    .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__title,
    .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__title,
    .p-top__channelList .p-top__movieListItem .p-top__movieListItem__title,
    .p-top__channelList .p-top__movieListItem .p-top__gameListItem__title,
    .p-top__channelList .p-top__gameListItem .p-top__movieListItem__title,
    .p-top__channelList .p-top__gameListItem .p-top__gameListItem__title,
    .p-top__channelList .p-top__channelListItem .p-top__movieListItem__title,
    .p-top__channelList .p-top__channelListItem .p-top__gameListItem__title,
    .p-top__channelList .p-captureListItem .p-top__movieListItem__title,
    .p-top__channelList .p-captureListItem .p-top__gameListItem__title,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__title,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__title,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__title,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__title,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__title,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__title,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__title,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__title,
    .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__title,
    .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__title,
    .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__title,
    .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__title,
    .p-captureList .p-top__movieListItem .p-top__movieListItem__title,
    .p-captureList .p-top__movieListItem .p-top__gameListItem__title,
    .p-captureList .p-top__gameListItem .p-top__movieListItem__title,
    .p-captureList .p-top__gameListItem .p-top__gameListItem__title,
    .p-captureList .p-top__channelListItem .p-top__movieListItem__title,
    .p-captureList .p-top__channelListItem .p-top__gameListItem__title,
    .p-captureList .p-captureListItem .p-top__movieListItem__title,
    .p-captureList .p-captureListItem .p-top__gameListItem__title {
      width: 190px;
      height: 32px;
      overflow: hidden;
      margin-bottom: 8px;
      padding-right: 16px;
      font-weight: bold;
      display: -webkit-box !important;
      display: -moz-box !important;
      word-wrap: break-word;
      word-break: break-all;
      max-width: 100%;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer;
      font-size: 14px; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__title:hover,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__title:hover,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__title:hover,
      .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__title:hover,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__title:hover,
      .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__title:hover,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__title:hover,
      .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__title:hover,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__title:hover,
      .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__title:hover,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__title:hover,
      .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__title:hover,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__title:hover,
      .p-top__movieList .p-top__movieListItem .p-top__gameListItem__title:hover,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__title:hover,
      .p-top__movieList .p-top__gameListItem .p-top__gameListItem__title:hover,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__title:hover,
      .p-top__movieList .p-top__channelListItem .p-top__gameListItem__title:hover,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__title:hover,
      .p-top__movieList .p-captureListItem .p-top__gameListItem__title:hover,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__title:hover,
      .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__title:hover,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__title:hover,
      .p-top__gameList .p-top__movieListItem .p-top__gameListItem__title:hover,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__title:hover,
      .p-top__gameList .p-top__gameListItem .p-top__gameListItem__title:hover,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__title:hover,
      .p-top__gameList .p-top__channelListItem .p-top__gameListItem__title:hover,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__title:hover,
      .p-top__gameList .p-captureListItem .p-top__gameListItem__title:hover,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__title:hover,
      .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__title:hover,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__title:hover,
      .p-top__channelList .p-top__movieListItem .p-top__gameListItem__title:hover,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__title:hover,
      .p-top__channelList .p-top__gameListItem .p-top__gameListItem__title:hover,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__title:hover,
      .p-top__channelList .p-top__channelListItem .p-top__gameListItem__title:hover,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__title:hover,
      .p-top__channelList .p-captureListItem .p-top__gameListItem__title:hover,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__title:hover,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__title:hover,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__title:hover,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__title:hover,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__title:hover,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__title:hover,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__title:hover,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__title:hover,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__title:hover,
      .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__title:hover,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__title:hover,
      .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__title:hover,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__title:hover,
      .p-captureList .p-top__movieListItem .p-top__gameListItem__title:hover,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__title:hover,
      .p-captureList .p-top__gameListItem .p-top__gameListItem__title:hover,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__title:hover,
      .p-captureList .p-top__channelListItem .p-top__gameListItem__title:hover,
      .p-captureList .p-captureListItem .p-top__movieListItem__title:hover,
      .p-captureList .p-captureListItem .p-top__gameListItem__title:hover {
        opacity: 0.88; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__movieList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__movieList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__movieList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__movieList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__gameList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__gameList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__gameList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__gameList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__channelList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__channelList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__channelList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__channelList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
      .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
      .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
      .p-captureList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
      .p-captureList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
      .p-captureList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
      .p-captureList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
      .p-captureList .p-captureListItem .p-top__gameListItem__title .u-specialmark {
        display: inline-block;
        height: 10px;
        margin-right: 4px;
        padding: 2px 4px;
        border-radius: 2px;
        vertical-align: 1px;
        line-height: 1;
        font-size: 10px;
        font-size: 1rem; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__game,
    .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__game,
    .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__game,
    .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__game,
    .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__game,
    .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__game,
    .p-top__movieList .p-top__movieListItem .p-top__movieListItem__game,
    .p-top__movieList .p-top__gameListItem .p-top__movieListItem__game,
    .p-top__movieList .p-top__channelListItem .p-top__movieListItem__game,
    .p-top__movieList .p-captureListItem .p-top__movieListItem__game,
    .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__game,
    .p-top__gameList .p-top__movieListItem .p-top__movieListItem__game,
    .p-top__gameList .p-top__gameListItem .p-top__movieListItem__game,
    .p-top__gameList .p-top__channelListItem .p-top__movieListItem__game,
    .p-top__gameList .p-captureListItem .p-top__movieListItem__game,
    .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__game,
    .p-top__channelList .p-top__movieListItem .p-top__movieListItem__game,
    .p-top__channelList .p-top__gameListItem .p-top__movieListItem__game,
    .p-top__channelList .p-top__channelListItem .p-top__movieListItem__game,
    .p-top__channelList .p-captureListItem .p-top__movieListItem__game,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__game,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__game,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__game,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__game,
    .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__game,
    .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__game,
    .p-captureList .p-top__movieListItem .p-top__movieListItem__game,
    .p-captureList .p-top__gameListItem .p-top__movieListItem__game,
    .p-captureList .p-top__channelListItem .p-top__movieListItem__game,
    .p-captureList .p-captureListItem .p-top__movieListItem__game {
      height: 14px;
      font-size: 12px;
      margin-bottom: 4px;
      margin-right: 16px;
      font-weight: bold;
      display: -webkit-box !important;
      display: -moz-box !important;
      word-wrap: break-word;
      word-break: break-all;
      max-width: 100%;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__game a,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__game a,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__game a,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__game a,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__game a,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__game a,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__game a,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__game a,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__game a,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__game a,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__game a,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__game a,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__game a,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__game a,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__game a,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__game a,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__game a,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__game a,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__game a,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__game a,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__game a,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__game a,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__game a,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__game a,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__game a,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__game a,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__game a,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__game a,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__game a,
      .p-captureList .p-captureListItem .p-top__movieListItem__game a {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        cursor: pointer; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
        .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__game a:hover,
        .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__game a:hover,
        .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__game a:hover,
        .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__game a:hover,
        .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
        .p-top__movieList .p-top__movieListItem .p-top__movieListItem__game a:hover,
        .p-top__movieList .p-top__gameListItem .p-top__movieListItem__game a:hover,
        .p-top__movieList .p-top__channelListItem .p-top__movieListItem__game a:hover,
        .p-top__movieList .p-captureListItem .p-top__movieListItem__game a:hover,
        .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
        .p-top__gameList .p-top__movieListItem .p-top__movieListItem__game a:hover,
        .p-top__gameList .p-top__gameListItem .p-top__movieListItem__game a:hover,
        .p-top__gameList .p-top__channelListItem .p-top__movieListItem__game a:hover,
        .p-top__gameList .p-captureListItem .p-top__movieListItem__game a:hover,
        .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
        .p-top__channelList .p-top__movieListItem .p-top__movieListItem__game a:hover,
        .p-top__channelList .p-top__gameListItem .p-top__movieListItem__game a:hover,
        .p-top__channelList .p-top__channelListItem .p-top__movieListItem__game a:hover,
        .p-top__channelList .p-captureListItem .p-top__movieListItem__game a:hover,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__game a:hover,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__game a:hover,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__game a:hover,
        .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__game a:hover,
        .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
        .p-captureList .p-top__movieListItem .p-top__movieListItem__game a:hover,
        .p-captureList .p-top__gameListItem .p-top__movieListItem__game a:hover,
        .p-captureList .p-top__channelListItem .p-top__movieListItem__game a:hover,
        .p-captureList .p-captureListItem .p-top__movieListItem__game a:hover {
          opacity: 1; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__summary,
    .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__summary,
    .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__summary,
    .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__summary,
    .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__summary,
    .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__summary,
    .p-top__movieList .p-top__movieListItem .p-top__movieListItem__summary,
    .p-top__movieList .p-top__gameListItem .p-top__movieListItem__summary,
    .p-top__movieList .p-top__channelListItem .p-top__movieListItem__summary,
    .p-top__movieList .p-captureListItem .p-top__movieListItem__summary,
    .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__summary,
    .p-top__gameList .p-top__movieListItem .p-top__movieListItem__summary,
    .p-top__gameList .p-top__gameListItem .p-top__movieListItem__summary,
    .p-top__gameList .p-top__channelListItem .p-top__movieListItem__summary,
    .p-top__gameList .p-captureListItem .p-top__movieListItem__summary,
    .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__summary,
    .p-top__channelList .p-top__movieListItem .p-top__movieListItem__summary,
    .p-top__channelList .p-top__gameListItem .p-top__movieListItem__summary,
    .p-top__channelList .p-top__channelListItem .p-top__movieListItem__summary,
    .p-top__channelList .p-captureListItem .p-top__movieListItem__summary,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__summary,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__summary,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__summary,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__summary,
    .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__summary,
    .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__summary,
    .p-captureList .p-top__movieListItem .p-top__movieListItem__summary,
    .p-captureList .p-top__gameListItem .p-top__movieListItem__summary,
    .p-captureList .p-top__channelListItem .p-top__movieListItem__summary,
    .p-captureList .p-captureListItem .p-top__movieListItem__summary {
      font-size: 12px;
      opacity: .8; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__count,
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__count,
    .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__count,
    .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__count,
    .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__count,
    .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__count,
    .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__count,
    .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__count,
    .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__count,
    .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__count,
    .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__count,
    .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__count,
    .p-top__movieList .p-top__movieListItem .p-top__movieListItem__count,
    .p-top__movieList .p-top__movieListItem .p-top__gameListItem__count,
    .p-top__movieList .p-top__gameListItem .p-top__movieListItem__count,
    .p-top__movieList .p-top__gameListItem .p-top__gameListItem__count,
    .p-top__movieList .p-top__channelListItem .p-top__movieListItem__count,
    .p-top__movieList .p-top__channelListItem .p-top__gameListItem__count,
    .p-top__movieList .p-captureListItem .p-top__movieListItem__count,
    .p-top__movieList .p-captureListItem .p-top__gameListItem__count,
    .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__count,
    .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__count,
    .p-top__gameList .p-top__movieListItem .p-top__movieListItem__count,
    .p-top__gameList .p-top__movieListItem .p-top__gameListItem__count,
    .p-top__gameList .p-top__gameListItem .p-top__movieListItem__count,
    .p-top__gameList .p-top__gameListItem .p-top__gameListItem__count,
    .p-top__gameList .p-top__channelListItem .p-top__movieListItem__count,
    .p-top__gameList .p-top__channelListItem .p-top__gameListItem__count,
    .p-top__gameList .p-captureListItem .p-top__movieListItem__count,
    .p-top__gameList .p-captureListItem .p-top__gameListItem__count,
    .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__count,
    .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__count,
    .p-top__channelList .p-top__movieListItem .p-top__movieListItem__count,
    .p-top__channelList .p-top__movieListItem .p-top__gameListItem__count,
    .p-top__channelList .p-top__gameListItem .p-top__movieListItem__count,
    .p-top__channelList .p-top__gameListItem .p-top__gameListItem__count,
    .p-top__channelList .p-top__channelListItem .p-top__movieListItem__count,
    .p-top__channelList .p-top__channelListItem .p-top__gameListItem__count,
    .p-top__channelList .p-captureListItem .p-top__movieListItem__count,
    .p-top__channelList .p-captureListItem .p-top__gameListItem__count,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__count,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__count,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__count,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__count,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__count,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__count,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__count,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__count,
    .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__count,
    .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__count,
    .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__count,
    .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__count,
    .p-captureList .p-top__movieListItem .p-top__movieListItem__count,
    .p-captureList .p-top__movieListItem .p-top__gameListItem__count,
    .p-captureList .p-top__gameListItem .p-top__movieListItem__count,
    .p-captureList .p-top__gameListItem .p-top__gameListItem__count,
    .p-captureList .p-top__channelListItem .p-top__movieListItem__count,
    .p-captureList .p-top__channelListItem .p-top__gameListItem__count,
    .p-captureList .p-captureListItem .p-top__movieListItem__count,
    .p-captureList .p-captureListItem .p-top__gameListItem__count {
      font-size: 12px;
      display: block;
      float: left;
      font-weight: bold; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__time,
    .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__time,
    .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__time,
    .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__time,
    .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__time,
    .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__time,
    .p-top__movieList .p-top__movieListItem .p-top__movieListItem__time,
    .p-top__movieList .p-top__gameListItem .p-top__movieListItem__time,
    .p-top__movieList .p-top__channelListItem .p-top__movieListItem__time,
    .p-top__movieList .p-captureListItem .p-top__movieListItem__time,
    .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__time,
    .p-top__gameList .p-top__movieListItem .p-top__movieListItem__time,
    .p-top__gameList .p-top__gameListItem .p-top__movieListItem__time,
    .p-top__gameList .p-top__channelListItem .p-top__movieListItem__time,
    .p-top__gameList .p-captureListItem .p-top__movieListItem__time,
    .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__time,
    .p-top__channelList .p-top__movieListItem .p-top__movieListItem__time,
    .p-top__channelList .p-top__gameListItem .p-top__movieListItem__time,
    .p-top__channelList .p-top__channelListItem .p-top__movieListItem__time,
    .p-top__channelList .p-captureListItem .p-top__movieListItem__time,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__time,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__time,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__time,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__time,
    .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__time,
    .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__time,
    .p-captureList .p-top__movieListItem .p-top__movieListItem__time,
    .p-captureList .p-top__gameListItem .p-top__movieListItem__time,
    .p-captureList .p-top__channelListItem .p-top__movieListItem__time,
    .p-captureList .p-captureListItem .p-top__movieListItem__time {
      font-size: 12px;
      overflow: hidden;
      display: block;
      font-weight: bold; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
      .p-captureList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup {
        padding: 0 8px;
        line-height: 24px;
        font-size: 13px !important;
        border: 1px solid #ffc511; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup,
    .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__time__comingup,
    .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__time__comingup,
    .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__time__comingup,
    .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__time__comingup,
    .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup,
    .p-top__movieList .p-top__movieListItem .p-top__movieListItem__time__comingup,
    .p-top__movieList .p-top__gameListItem .p-top__movieListItem__time__comingup,
    .p-top__movieList .p-top__channelListItem .p-top__movieListItem__time__comingup,
    .p-top__movieList .p-captureListItem .p-top__movieListItem__time__comingup,
    .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup,
    .p-top__gameList .p-top__movieListItem .p-top__movieListItem__time__comingup,
    .p-top__gameList .p-top__gameListItem .p-top__movieListItem__time__comingup,
    .p-top__gameList .p-top__channelListItem .p-top__movieListItem__time__comingup,
    .p-top__gameList .p-captureListItem .p-top__movieListItem__time__comingup,
    .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup,
    .p-top__channelList .p-top__movieListItem .p-top__movieListItem__time__comingup,
    .p-top__channelList .p-top__gameListItem .p-top__movieListItem__time__comingup,
    .p-top__channelList .p-top__channelListItem .p-top__movieListItem__time__comingup,
    .p-top__channelList .p-captureListItem .p-top__movieListItem__time__comingup,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__time__comingup,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__time__comingup,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__time__comingup,
    .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__time__comingup,
    .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup,
    .p-captureList .p-top__movieListItem .p-top__movieListItem__time__comingup,
    .p-captureList .p-top__gameListItem .p-top__movieListItem__time__comingup,
    .p-captureList .p-top__channelListItem .p-top__movieListItem__time__comingup,
    .p-captureList .p-captureListItem .p-top__movieListItem__time__comingup {
      text-align: center;
      height: 29px;
      margin-top: 4px; }
      .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
      .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
      .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
      .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
      .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__time__comingup a,
      .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
      .p-top__movieList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
      .p-top__movieList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
      .p-top__movieList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
      .p-top__movieList .p-captureListItem .p-top__movieListItem__time__comingup a,
      .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
      .p-top__gameList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
      .p-top__gameList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
      .p-top__gameList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
      .p-top__gameList .p-captureListItem .p-top__movieListItem__time__comingup a,
      .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
      .p-top__channelList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
      .p-top__channelList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
      .p-top__channelList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
      .p-top__channelList .p-captureListItem .p-top__movieListItem__time__comingup a,
      .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
      .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
      .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
      .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
      .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__time__comingup a,
      .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
      .p-captureList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
      .p-captureList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
      .p-captureList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
      .p-captureList .p-captureListItem .p-top__movieListItem__time__comingup a {
        padding: 4px 8px;
        font-size: 13px !important;
        border: 1px solid #ffc511;
        font-weight: bold;
        line-height: 26px;
        position: relative;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        cursor: pointer; }
        .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__movieList .p-top__movieListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__movieList .p-top__gameListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__movieList .p-top__channelListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__movieList .p-captureListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__gameList .p-top__movieListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__gameList .p-top__gameListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__gameList .p-top__channelListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__gameList .p-captureListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__channelList .p-top__movieListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__channelList .p-top__gameListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__channelList .p-top__channelListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__channelList .p-captureListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__time__comingup a:hover,
        .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__time__comingup a:hover,
        .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a:hover,
        .p-captureList .p-top__movieListItem .p-top__movieListItem__time__comingup a:hover,
        .p-captureList .p-top__gameListItem .p-top__movieListItem__time__comingup a:hover,
        .p-captureList .p-top__channelListItem .p-top__movieListItem__time__comingup a:hover,
        .p-captureList .p-captureListItem .p-top__movieListItem__time__comingup a:hover {
          opacity: 0.88; }
  .p-top__yellRankingList .p-top__channelListItem,
  .p-top__movieList .p-top__channelListItem,
  .p-top__gameList .p-top__channelListItem,
  .p-top__channelList .p-top__channelListItem,
  .p-top__archiveLiveList .p-top__channelListItem,
  .p-captureList .p-top__channelListItem {
    background: none;
    overflow: hidden; }
    .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__info,
    .p-top__movieList .p-top__channelListItem .p-top__channelListItem__info,
    .p-top__gameList .p-top__channelListItem .p-top__channelListItem__info,
    .p-top__channelList .p-top__channelListItem .p-top__channelListItem__info,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__info,
    .p-captureList .p-top__channelListItem .p-top__channelListItem__info {
      background: rgba(255, 255, 255, 0.1); }
  .p-top__yellRankingList .p-top__movieListItem,
  .p-top__yellRankingList .p-top__gameListItem,
  .p-top__yellRankingList .p-top__channelListItem,
  .p-top__yellRankingList .p-top__recommendedCreator__movieListItem,
  .p-top__movieList .p-top__movieListItem,
  .p-top__movieList .p-top__gameListItem,
  .p-top__movieList .p-top__channelListItem,
  .p-top__movieList .p-top__recommendedCreator__movieListItem,
  .p-top__gameList .p-top__movieListItem,
  .p-top__gameList .p-top__gameListItem,
  .p-top__gameList .p-top__channelListItem,
  .p-top__gameList .p-top__recommendedCreator__movieListItem,
  .p-top__channelList .p-top__movieListItem,
  .p-top__channelList .p-top__gameListItem,
  .p-top__channelList .p-top__channelListItem,
  .p-top__channelList .p-top__recommendedCreator__movieListItem,
  .p-top__archiveLiveList .p-top__movieListItem,
  .p-top__archiveLiveList .p-top__gameListItem,
  .p-top__archiveLiveList .p-top__channelListItem,
  .p-top__archiveLiveList .p-top__recommendedCreator__movieListItem,
  .p-captureList .p-top__movieListItem,
  .p-captureList .p-top__gameListItem,
  .p-captureList .p-top__channelListItem,
  .p-captureList .p-top__recommendedCreator__movieListItem {
    width: 210px; }
  .p-top__yellRankingList .p-top__recommendedCreator__movieListItem,
  .p-top__movieList .p-top__recommendedCreator__movieListItem,
  .p-top__gameList .p-top__recommendedCreator__movieListItem,
  .p-top__channelList .p-top__recommendedCreator__movieListItem,
  .p-top__archiveLiveList .p-top__recommendedCreator__movieListItem,
  .p-captureList .p-top__recommendedCreator__movieListItem {
    border: none; }
  .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__game,
  .p-top__movieList .p-top__gameListItem .p-top__gameListItem__game,
  .p-top__gameList .p-top__gameListItem .p-top__gameListItem__game,
  .p-top__channelList .p-top__gameListItem .p-top__gameListItem__game,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__game,
  .p-captureList .p-top__gameListItem .p-top__gameListItem__game {
    display: block; }

.c-capture .c-thumbnailList__wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0; }
  .c-capture .c-thumbnailList__wrapper .c-thumbnailList__rightButton {
    right: 0px; }
  .c-capture .c-thumbnailList__wrapper .c-thumbnailList__leftButton,
  .c-capture .c-thumbnailList__wrapper .c-thumbnailList__rightButton {
    z-index: 3;
    top: calc((220px - 36px) / 2); }
  .c-capture .c-thumbnailList__wrapper .c-thumbnailList__footer {
    padding-top: 0;
    padding-bottom: 20px; }
  .c-capture .c-thumbnailList__wrapper .c-thumbnailList__box .c-thumbnailList {
    width: auto; }

.p-gameCaptureList .p-captureListItem {
  margin-bottom: 30px; }

.p-top__movieList__wrapper {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .p-top__movieList__wrapper .p-top__movieList {
    max-height: 1058px;
    overflow: hidden; }
    .p-top__movieList__wrapper .p-top__movieList.js-responsiveList {
      width: calc(100% + 8px); }
  .p-top__movieList__wrapper .p-top__movieListItem {
    margin-bottom: 24px;
    height: 247px; }

.p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail {
  margin-bottom: 8px; }
  .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail img {
    width: 100%;
    height: 100%; }

.p-top__gameList .p-top__gameListItem .p-top__gameListItem__title {
  width: auto; }

.p-top__gameList .p-top__gameListItem .c-content__list__populargame__watch__time:before {
  background-image: url(../../images/v5/sprite_v5.png?t=2017121202);
  background-repeat: no-repeat;
  background-size: 383px 240px;
  background-position: -298px -10px;
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 8px;
  display: none; }

.c-thumbnailList__wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .c-thumbnailList__wrapper .c-thumbnailList__box {
    overflow: hidden;
    position: relative;
    height: 257px; }
    .c-thumbnailList__wrapper .c-thumbnailList__box.p-spotlightContent__thumbnailWrapper {
      height: 106px; }
    .c-thumbnailList__wrapper .c-thumbnailList__box.p-top__recommendedCreator__movieList__wrapper {
      height: 220px; }
    .c-thumbnailList__wrapper .c-thumbnailList__box .c-thumbnailList {
      max-width: 9000px;
      width: 5000px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all ease .4s;
      transition: all ease .4s; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--tagMenuList {
    padding-bottom: 0; }
    .c-thumbnailList__wrapper.c-thumbnailList__wrapper--tagMenuList .c-thumbnailList__box {
      height: 64px; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--comingupList .c-thumbnailList__box {
    height: 259px; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--movieList .c-thumbnailList__box {
    height: 257px; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--recentMovie .c-thumbnailList__box {
    height: 230px; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--yellRankingList .c-thumbnailList__box {
    height: 64px; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--gameList .c-thumbnailList__box {
    height: 322px; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channelList {
    border-bottom: none;
    margin-bottom: 0; }
    .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channelList .c-thumbnailList__box {
      height: 247px; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--continuousList .c-thumbnailList__box {
    height: 247px; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--pastPopularLiveList .c-thumbnailList__box {
    height: 228px; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--popularCaptures .c-thumbnailList__box {
    height: 221px; }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--userHistoryList .c-thumbnailList__box {
    height: 95px; }
  .c-thumbnailList__wrapper .c-thumbnailList__leftButton,
  .c-thumbnailList__wrapper .c-thumbnailList__rightButton {
    display: block;
    width: 36px;
    height: 36px;
    background-size: 8px;
    position: absolute;
    top: 80px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 1; }
    .c-thumbnailList__wrapper .c-thumbnailList__leftButton img,
    .c-thumbnailList__wrapper .c-thumbnailList__rightButton img {
      width: 16px;
      height: 16px;
      margin-top: 10px;
      margin-left: 10px;
      display: none; }
  .c-thumbnailList__wrapper .c-thumbnailList__leftButton {
    left: -18px; }
  .c-thumbnailList__wrapper .c-thumbnailList__rightButton {
    right: -18px; }

.c-thumbnailList__footer {
  text-align: right;
  padding-top: 24px; }
  .c-thumbnailList__footer .c-thumbnailList__more {
    font-size: 12px;
    display: inline;
    height: 24px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .c-thumbnailList__footer .c-thumbnailList__more:hover {
      opacity: 0.88; }

.c-capturelList__footer {
  text-align: right;
  padding-bottom: 24px; }
  .c-capturelList__footer .c-capturelList__more {
    font-size: 12px;
    display: inline;
    height: 24px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .c-capturelList__footer .c-capturelList__more:hover {
      opacity: 0.88; }

.c-thumbnailList__wrapper--spotlight .c-thumbnailList__leftButton,
.c-thumbnailList__wrapper--spotlight .c-thumbnailList__rightButton {
  top: 40px; }

.c-thumbnailList__wrapper--yellRankingList .c-thumbnailList__leftButton,
.c-thumbnailList__wrapper--yellRankingList .c-thumbnailList__rightButton {
  top: 14px; }

.c-thumbnailList__wrapper--tagMenuList .c-thumbnailList__leftButton,
.c-thumbnailList__wrapper--tagMenuList .c-thumbnailList__rightButton {
  top: 16px; }

.c-thumbnailList__wrapper--recommendCreatorMovieList .c-thumbnailList__leftButton,
.c-thumbnailList__wrapper--recommendCreatorMovieList .c-thumbnailList__rightButton {
  top: 40px; }

.c-thumbnailList__wrapper--gameList .c-thumbnailList__leftButton,
.c-thumbnailList__wrapper--gameList .c-thumbnailList__rightButton {
  top: 112px; }

.c-thumbnailList__wrapper--channelList .c-thumbnailList__leftButton,
.c-thumbnailList__wrapper--channelList .c-thumbnailList__rightButton,
.c-thumbnailList__wrapper--continuousList .c-thumbnailList__leftButton,
.c-thumbnailList__wrapper--continuousList .c-thumbnailList__rightButton {
  top: 100px; }

.c-thumbnailList__wrapper--popularCaptures .c-thumbnailList__leftButton,
.c-thumbnailList__wrapper--popularCaptures .c-thumbnailList__rightButton {
  z-index: 3;
  top: calc((202px - 36px) / 2); }

.c-thumbnailList__wrapper--userHistoryList .c-thumbnailList__leftButton,
.c-thumbnailList__wrapper--userHistoryList .c-thumbnailList__rightButton {
  top: calc((95px - 36px) / 2); }

.p-yell__wrapper {
  margin-top: -8px; }
  .p-yell__wrapper:before, .p-yell__wrapper:after {
    content: "";
    display: table; }
  .p-yell__wrapper:after {
    clear: both; }
  .p-yell__wrapper .p-yell__title {
    float: left;
    margin-right: 16px;
    font-weight: bold;
    width: auto;
    display: table;
    height: 64px; }
  .p-yell__wrapper .c-thumbnailList__leftButton {
    left: 132px; }

.c-mainContents.wide,
.l-container__main__row__right.wide {
  margin-left: 0;
  padding-left: 0; }

.c-siteWrapper--profile .l-container {
  padding-top: 0; }
  .c-siteWrapper--profile .l-container .c-profile__backGround {
    width: 100%;
    height: 900px; }
    .c-siteWrapper--profile .l-container .c-profile__backGround:before, .c-siteWrapper--profile .l-container .c-profile__backGround:after {
      content: "";
      display: table; }
    .c-siteWrapper--profile .l-container .c-profile__backGround:after {
      clear: both; }
    .c-siteWrapper--profile .l-container .c-profile__backGround .c-profile__backGround__dummy {
      float: left;
      width: 240px;
      height: 100%; }
    .c-siteWrapper--profile .l-container .c-profile__backGround .c-profile__backGround__imageBox {
      height: 100%;
      overflow: hidden;
      width: auto; }
      .c-siteWrapper--profile .l-container .c-profile__backGround .c-profile__backGround__imageBox .c-profile__backGround__image {
        width: 100%;
        height: 100%;
        background-size: 100%;
        background-position: top left;
        background-repeat: no-repeat; }
  .c-siteWrapper--profile .l-container .l-container__main .l-container__main__row .l-container__main__row__left {
    position: fixed;
    top: 56px;
    left: 0; }

.dashboardBg .c-siteWrapperImage {
  position: static;
  background: none;
  display: none; }

.dashboardBg .c-siteWrapperMask {
  position: static;
  background: none;
  display: none; }

.win * {
  font-weight: normal !important; }

.u-label__offline {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 38px;
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 4px;
  z-index: 1;
  font-weight: bold; }

.c-headerWrapper {
  height: 56px;
  text-align: center;
  margin-bottom: 12px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-size: 12px; }
  .c-headerWrapper .menu-trigger {
    position: relative;
    width: 12px;
    height: 12px;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 10000;
    cursor: pointer; }
    .c-headerWrapper .menu-trigger span {
      display: inline-block;
      -webkit-transition: all .4s;
      transition: all .4s;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      border-radius: 1.5px; }
      .c-headerWrapper .menu-trigger span:nth-of-type(1) {
        top: 0; }
      .c-headerWrapper .menu-trigger span:nth-of-type(2) {
        top: 5px; }
      .c-headerWrapper .menu-trigger span:nth-of-type(3) {
        bottom: 0; }
    .c-headerWrapper .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(5px) rotate(-45deg);
      transform: translateY(5px) rotate(-45deg); }
    .c-headerWrapper .menu-trigger.active span:nth-of-type(2) {
      opacity: 0; }
    .c-headerWrapper .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-5px) rotate(45deg);
      transform: translateY(-5px) rotate(45deg); }
  .c-headerWrapper .c-headerContent {
    height: inherit;
    text-align: left;
    margin: 0 auto;
    margin-left: 24px;
    margin-right: 24px; }
    .c-headerWrapper .c-headerContent:before, .c-headerWrapper .c-headerContent:after {
      content: "";
      display: table; }
    .c-headerWrapper .c-headerContent:after {
      clear: both; }
    .c-headerWrapper .c-headerContent .c-headerContent__leftItem {
      float: left;
      margin-right: 16px;
      height: inherit; }
      .c-headerWrapper .c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--logo {
        margin-right: 8px; }
      .c-headerWrapper .c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--anniversary {
        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; }
        .c-headerWrapper .c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--anniversary 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; }
          .c-headerWrapper .c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--anniversary a img {
            width: 6.6rem; }
      .c-headerWrapper .c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--menu {
        margin-right: 16px; }
      .c-headerWrapper .c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--searchBox {
        margin-right: 0; }
      .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent {
        position: relative; }
      .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox {
        border-radius: 16px;
        position: absolute;
        top: 12px;
        left: 0;
        z-index: 100;
        width: 480px;
        font-size: 14px;
        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; }
        .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input {
          border: 0;
          background: none;
          padding-left: 12px;
          height: 32px;
          width: calc(100% - 24px);
          display: inline-block;
          font-family: HiraKakuPro-W3; }
        .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox i {
          position: absolute;
          top: 0;
          right: 0;
          background: rgba(255, 255, 255, 0.1);
          background-image: url(../../images/201804__renewal/7_mushimegane.png);
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: 40% center;
          width: 40px;
          height: 32px;
          display: inline-block;
          border-radius: 0 16px 16px 0;
          cursor: pointer;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
          cursor: pointer; }
          .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox i:hover {
            opacity: 0.88; }
        .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox button {
          width: 40px;
          height: 32px;
          cursor: pointer;
          border: none;
          background: transparent;
          border-radius: 50%; }
        .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox .c-headerContent__itemContent__searchBox__deleteButton {
          width: 2.4rem;
          height: 2.4rem; }
    .c-headerWrapper .c-headerContent .c-headerContent__itemContent {
      display: table-cell;
      vertical-align: middle;
      height: 56px; }
      .c-headerWrapper .c-headerContent .c-headerContent__itemContent img {
        vertical-align: middle; }
      .c-headerWrapper .c-headerContent .c-headerContent__itemContent .c-headerContent__itemContent__crown {
        width: 24px;
        margin-top: -6px;
        margin-right: 4px; }
      .c-headerWrapper .c-headerContent .c-headerContent__itemContent .c-headerContent__itemContent__bell {
        width: 32px; }
  .c-headerWrapper .c-globalNavi__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    display: none;
    opacity: 0; }
    .c-headerWrapper .c-globalNavi__wrapper.active {
      display: block;
      opacity: 1;
      z-index: 9999;
      -webkit-animation: show .2s linear 0s;
      animation: show .2s linear 0s; }
    .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner {
      margin: 16px;
      position: relative;
      text-align: left; }
      .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuList {
        margin-top: 56px; }
        .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuList:before, .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuList:after {
          content: "";
          display: table; }
        .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuList:after {
          clear: both; }
        .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuList .c-globalNavi__menuItem .c-globalNavi__menuItem__category {
          font-size: 18px;
          width: 200px;
          margin-bottom: 24px; }
        .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuList .c-globalNavi__menuItem .c-globalNavi__childMenuList {
          margin-left: 16px;
          margin-bottom: 24px; }
          .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuList .c-globalNavi__menuItem .c-globalNavi__childMenuList .c-globalNavi__childMenuItem {
            padding-bottom: 8px; }
      .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuWrapper {
        position: absolute;
        top: -16px;
        right: 24px; }
        .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuWrapper .c-globalNavi__menuIcon {
          position: relative;
          width: 50px;
          height: 44px;
          display: inline-block;
          -webkit-transition: all .4s;
          transition: all .4s;
          box-sizing: border-box; }
          .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuWrapper .c-globalNavi__menuIcon span {
            display: inline-block;
            -webkit-transition: all .4s;
            transition: all .4s;
            box-sizing: border-box;
            position: absolute;
            left: 0;
            width: 100%;
            height: 4px;
            border-radius: 4px; }
            .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuWrapper .c-globalNavi__menuIcon span:nth-of-type(1) {
              top: 0; }
            .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuWrapper .c-globalNavi__menuIcon span:nth-of-type(2) {
              top: 20px; }
            .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuWrapper .c-globalNavi__menuIcon span:nth-of-type(3) {
              bottom: 0; }
          .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuWrapper .c-globalNavi__menuIcon.active span:nth-of-type(1) {
            -webkit-transform: translateY(20px) rotate(-45deg);
            transform: translateY(20px) rotate(-45deg); }
          .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuWrapper .c-globalNavi__menuIcon.active span:nth-of-type(2) {
            opacity: 0; }
          .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuWrapper .c-globalNavi__menuIcon.active span:nth-of-type(3) {
            -webkit-transform: translateY(-20px) rotate(45deg);
            transform: translateY(-20px) rotate(45deg); }
  .c-headerWrapper.v7 {
    background: -webkit-linear-gradient(black 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(black 0%, rgba(0, 0, 0, 0.9) 100%);
    position: fixed;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.88); }
    .c-headerWrapper.v7 .l-headerMain__content__loginPc,
    .c-headerWrapper.v7 .l-headerMain__content__signupPc {
      color: rgba(255, 255, 255, 0.88); }
    .c-headerWrapper.v7 .c-headerContent__leftItem--searchBox,
    .c-headerWrapper.v7 .l-headerMain__search,
    .c-headerWrapper.v7 .l-headerMain__content__upgrade {
      display: none; }
    .c-headerWrapper.v7 .l-headerMain__content__pf {
      top: 12px;
      right: 16px; }

.l-headerMain__content__delivery {
  height: 100%;
  width: auto;
  padding: 0;
  margin: 0;
  right: 114px; }
  .l-headerMain__content__delivery:after {
    display: none; }
  .l-headerMain__content__delivery .l-headerMain__content__delivery__box {
    margin: 0; }
    .l-headerMain__content__delivery .l-headerMain__content__delivery__box .l-headerMain__content__delivery__box__text {
      font-weight: bold;
      font-size: 12px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .l-headerMain__content__delivery .l-headerMain__content__delivery__box .l-headerMain__content__delivery__box__text:hover {
        opacity: 1; }
    .l-headerMain__content__delivery .l-headerMain__content__delivery__box .l-headerMain__content__delivery__box__icon {
      background-image: url(../../images/201804__renewal/arrow__white.png);
      background-size: 8px;
      background-position: 0 0;
      margin-left: 12px;
      margin-top: 25px;
      display: none; }
      .l-headerMain__content__delivery .l-headerMain__content__delivery__box .l-headerMain__content__delivery__box__icon.selected {
        background-image: url(../../images/201804__renewal/arrow__white.png);
        background-size: 8px;
        background-position: 0 0;
        -webkit-transform: scale(1, -1);
        transform: scale(1, -1);
        margin-top: 23px;
        display: none; }

.l-headerMain__content__deliverymenu {
  border-radius: 8px;
  top: 64px;
  box-shadow: none;
  right: 114px;
  padding: 12px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }
  .l-headerMain__content__deliverymenu:hover {
    opacity: 1; }
  .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__dashboard a,
  .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__live a,
  .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__upload a {
    padding: 0;
    line-height: 40px;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__dashboard a:hover,
    .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__live a:hover,
    .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__upload a:hover {
      opacity: 1; }
    .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__dashboard a:hover,
    .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__live a:hover,
    .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__upload a:hover {
      opacity: 1; }
    .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__dashboard a:before,
    .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__live a:before,
    .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__upload a:before {
      background: none;
      margin: 0;
      vertical-align: baseline; }
  .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__separator {
    margin: 0.8rem 0;
    border: none;
    border-top: 0.1rem solid; }

.l-headerMain__content__pf {
  width: 48px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }
  .l-headerMain__content__pf:hover {
    opacity: 1; }
  .l-headerMain__content__pf .l-headerMain__content__pf__box {
    position: relative; }
    .l-headerMain__content__pf .l-headerMain__content__pf__box .l-headerMain__content__pf__box__img {
      margin-right: 0; }
    .l-headerMain__content__pf .l-headerMain__content__pf__box .l-headerMain__content__pf__box__premium {
      position: absolute;
      bottom: 0;
      right: 0; }
    .l-headerMain__content__pf .l-headerMain__content__pf__box .l-headerMain__content__pf__box__Icon {
      background-image: url(../../images/201804__renewal/arrow__white.png);
      background-size: 10px 8px;
      width: 10px;
      height: 8px;
      background-position: 0 0; }
      .l-headerMain__content__pf .l-headerMain__content__pf__box .l-headerMain__content__pf__box__Icon:hover, .l-headerMain__content__pf .l-headerMain__content__pf__box .l-headerMain__content__pf__box__Icon.selected {
        width: 10px;
        height: 8px;
        background-image: url(../../images/201804__renewal/arrow__white__active.png);
        background-size: 10px 8px;
        background-position: 0 0; }
    .l-headerMain__content__pf .l-headerMain__content__pf__box:hover .l-headerMain__content__pf__box__Icon {
      background-image: url(../../images/201804__renewal/arrow__white__active.png);
      background-size: 10px 8px;
      background-position: 0 0; }

.l-headerMain__content__usermenu {
  box-shadow: none;
  border-radius: 8px;
  top: 64px;
  padding: 24px 0 12px 0; }
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile p,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection a,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection p {
    padding: 0 12px 0 24px;
    line-height: 40px;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection p:hover {
      opacity: 1; }
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile p:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection a:hover,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection p:hover {
      opacity: 1; }
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile p:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection a:before,
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection p:before {
      background: none;
      margin: 0;
      vertical-align: baseline;
      display: none; }
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout {
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-top: 12px; }
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon &gt; a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 24px;
    padding-left: 2rem; }
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon &gt; a:hover {
      background: none !important; }
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__image {
    width: 48px;
    height: 48px;
    margin-right: 8px;
    line-height: 0;
    vertical-align: middle; }
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__image img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__image img:hover {
        opacity: 0.88; }
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo {
    max-width: 146px; }
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__myName {
      font-size: 1.2rem;
      line-height: 1.2;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__myName:hover {
        opacity: 0.88; }
      .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__myName.u-official:after {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
        background-image: url(../../images/official.svg);
        background-size: 1.4rem 1.4rem;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        height: 1.4rem;
        width: 1.4rem; }
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__myNameKey {
      font-size: 1.1rem;
      line-height: 1.2;
      margin-top: 0.4rem;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__myNameKey:hover {
        opacity: 0.88; }
      .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__myNameKey:before {
        content: '@'; }
    .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__link {
      margin-top: 0.4rem;
      font-size: 1.2rem;
      line-height: 1.4;
      font-weight: normal;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer;
      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; }
      .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__link:hover {
        opacity: 0.88; }
      .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__link svg {
        margin-top: -1px;
        margin-left: 4px; }

.l-headerMain__content__usermenu__toggle .p-toggleTheme {
  padding: 0 16px 0 24px;
  line-height: 40px;
  font-weight: bold; }
  .l-headerMain__content__usermenu__toggle .p-toggleTheme:hover {
    opacity: 1; }
  .l-headerMain__content__usermenu__toggle .p-toggleTheme:before {
    background: none;
    margin: 0;
    vertical-align: baseline;
    display: none; }

.l-headerMain__content__usermenu__toggle .p-toggleTheme {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.l-headerMain__content__usermenu__nologin {
  width: 200px; }

.l-headerMain__content__notice {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }
  .l-headerMain__content__notice:hover {
    opacity: 1; }
  .l-headerMain__content__notice:after {
    display: none; }
  .l-headerMain__content__notice .l-headerMain__content__notice__box {
    margin: 0;
    line-height: 56px;
    text-align: center; }
    .l-headerMain__content__notice .l-headerMain__content__notice__box .l-headerMain__content__notice__box__icon {
      background: url("../../images/201804__renewal/bell__white.png") no-repeat center center;
      background-size: 18px 19px;
      width: 18px;
      height: 19px; }
  .l-headerMain__content__notice:hover .l-headerMain__content__notice__box__icon, .l-headerMain__content__notice.selected .l-headerMain__content__notice__box__icon {
    background: url("../../images/201804__renewal/bell__white__active.png") no-repeat center center;
    background-size: 18px 19px; }

.l-headerMain__content__noticemenu {
  height: auto;
  max-height: calc(100vh - 112px);
  border-radius: 8px;
  top: 56px;
  box-shadow: none;
  right: 64px; }
  .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item:hover {
      opacity: 1; }
    .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item .l-headerMain__content__noticemenu__item__box {
      padding: 0 24px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item .l-headerMain__content__noticemenu__item__box .l-headerMain__content__noticemenu__item__body__name {
        font-weight: bold; }
      .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item .l-headerMain__content__noticemenu__item__box:hover {
        border-color: rgba(255, 255, 255, 0.1); }
    .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item:hover {
      opacity: 1; }
  .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__more {
    border-radius: 0 0 8px 8px;
    padding: 0 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__none {
    background: none; }
    .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__none .l-headerMain__content__noticemenu__none__text {
      line-height: 64px;
      position: relative;
      transform: none;
      -webkit-transform: none;
      font-size: 14px; }

.l-headerMain__content__upgrade {
  height: inherit;
  max-width: none;
  width: auto; }
  .l-headerMain__content__upgrade .l-headerMain__content__upgrade__text {
    font-size: 12px;
    font-weight: bold; }

.l-headerMain__content__loginPc,
.l-headerMain__content__signupPc {
  padding: 0 16px;
  line-height: 56px;
  height: inherit;
  min-width: none;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }
  .l-headerMain__content__loginPc:hover,
  .l-headerMain__content__signupPc:hover {
    opacity: 1; }
  .l-headerMain__content__loginPc:after,
  .l-headerMain__content__signupPc:after {
    width: 0; }
  .l-headerMain__content__loginPc:hover,
  .l-headerMain__content__signupPc:hover {
    background: none; }

.l-headerMain__content__signupPc {
  right: 96px; }

.l-headerMain__content__box .l-headerMain__content__box__input {
  background: rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#80ffffff', GradientType=0);
  border: 0;
  width: 480px;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 16pt;
  font-family: HiraKakuPro-W3; }
  .l-headerMain__content__box .l-headerMain__content__box__input:placeholder-shown {
    color: white; }
  .l-headerMain__content__box .l-headerMain__content__box__input::-webkit-input-placeholder {
    color: white; }
  .l-headerMain__content__box .l-headerMain__content__box__input:-moz-placeholder {
    color: white;
    opacity: 1; }
  .l-headerMain__content__box .l-headerMain__content__box__input::-moz-placeholder {
    color: white;
    opacity: 1; }
  .l-headerMain__content__box .l-headerMain__content__box__input:-ms-input-placeholder {
    color: white; }
  .l-headerMain__content__box .l-headerMain__content__box__input:focus {
    background: rgba(255, 255, 255, 0.2); }

.l-headerMain__content__box.selected {
  background: rgba(255, 255, 255, 0.2); }

.l-headerMain__search {
  top: 0; }
  .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent {
    padding: 24px 0; }
    .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent p {
      width: calc(100% - 24px); }
    .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword {
      padding: 0;
      margin: 0; }
      .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dt {
        margin-bottom: 8px;
        padding: 0 0 0 24px; }
      .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dd {
        height: 40px;
        line-height: 40px;
        padding: 0 0 0 24px; }
        .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dd:hover {
          background: rgba(255, 255, 255, 0.1); }

.c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__account .c-header__modal__content__login__account__button {
  line-height: 44px; }

.c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__accountTitle,
.c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__subtitle {
  font-weight: bold; }

.c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box .c-header__modal__content__menu__other__box__registration,
.c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box .c-header__modal__content__menu__other__box__login {
  line-height: 40px; }

.c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__sns,
.c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other {
  font-weight: bold; }

.p-header__noticeList {
  overflow-y: scroll;
  height: 600px; }

.dashboardBg .c-headerWrapper .c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--menu {
  display: none !important; }

.p-top__content__left,
.l-container__main__row__left,
.c-global .c-global__menu {
  box-shadow: none; }

.l-container .l-container__main .l-container__main__row .l-container__main__row__left {
  z-index: 3; }

.p-top__content__left,
.l-container__main__row__left {
  overflow-y: scroll;
  z-index: 3;
  overflow-x: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  /*バーの太さ*/
  /*バーの背景色*/ }
  .p-top__content__left::-webkit-scrollbar,
  .l-container__main__row__left::-webkit-scrollbar {
    width: 0; }
  .p-top__content__left::-webkit-scrollbar-track,
  .l-container__main__row__left::-webkit-scrollbar-track {
    background: none; }
  .p-top__content__left::-webkit-scrollbar-thumb,
  .l-container__main__row__left::-webkit-scrollbar-thumb {
    background: #222; }
  .p-top__content__left.init,
  .l-container__main__row__left.init {
    position: absolute;
    top: 0;
    left: -72px; }
  .p-top__content__left.hide,
  .l-container__main__row__left.hide {
    display: none; }

.l-container__main__row__left.init {
  left: 0; }

.c-global .c-global__user,
.c-global .c-global__game {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
  box-shadow: none;
  margin-bottom: 12px; }
  .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__desc span,
  .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__desc span {
    display: -webkit-box !important;
    display: -moz-box !important;
    word-wrap: break-word;
    word-break: break-all;
    max-width: 100%;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 14rem; }
  .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message,
  .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message {
    font-weight: bold; }
  .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__text,
  .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__text {
    cursor: pointer;
    display: block;
    width: 144px;
    float: left;
    padding: 13px 19px;
    margin-left: 6px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold; }
    .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__text.selected,
    .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__text.selected {
      width: 100px; }
  .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text,
  .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text {
    cursor: pointer;
    display: block;
    width: 144px;
    float: left;
    padding: 13px 19px;
    margin-left: 6px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold; }
    .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text.selected,
    .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text.selected {
      width: 100px; }
    .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text__badge,
    .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text__badge {
      width: 1.4rem;
      height: 1.4rem;
      margin-right: 0.4rem;
      vertical-align: top; }
  .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__icon,
  .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__icon {
    cursor: pointer;
    display: none;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    border-radius: 20px;
    float: right;
    background-position: center;
    background-repeat: no-repeat; }
    .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__icon.selected,
    .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__icon.selected {
      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;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup .c-global__user__profile__list__setup__text,
  .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup .c-global__user__profile__list__setup__text {
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup .c-global__user__profile__list__setup__text:hover,
    .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup .c-global__user__profile__list__setup__text:hover {
      opacity: 0.88; }
  .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__img img.rank,
  .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__img img.rank {
    display: none; }
  .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link,
  .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link {
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link:hover,
    .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link:hover {
      opacity: 0.88; }

.c-global .c-global__user .c-global__user__count {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: bold; }

.c-global .c-global__game .c-global__game__count {
  font-weight: bold; }

.c-global .c-global__game__profile .c-global__game__profile__favorite .c-global__game__profile__favorite__text {
  font-weight: bold; }

.c-global .c-global__game .c-global__game__profile .c-global__game__profile__more .c-global__game__profile__more__link {
  font-weight: bold; }

.c-global .c-global__topAd,
.c-global .c-global__bottomAd {
  display: none; }

.c-global .c-global__menuGroup {
  margin-top: 8px; }
  .c-global .c-global__menuGroup &gt; li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .c-global .c-global__menuGroup &gt; li.c-global__menuGroup__others {
      border-bottom: none; }
    .c-global .c-global__menuGroup &gt; li .c-global__menuList li 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;
      width: inherit;
      padding: 1.2rem 2.4rem;
      font-weight: bold;
      font-size: 1.4rem; }
      .c-global .c-global__menuGroup &gt; li .c-global__menuList li a svg {
        margin-right: 2.4rem; }
      .c-global .c-global__menuGroup &gt; li .c-global__menuList li a .c-global__menuList__tag {
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 5px;
        background: #ff4c11;
        border-radius: 10px;
        padding: 1px 5px;
        font-size: 11px;
        line-height: 1.5em;
        margin-top: 5px; }
    .c-global .c-global__menuGroup &gt; li .c-global__menu__upgrade {
      margin: 0; }
      .c-global .c-global__menuGroup &gt; li .c-global__menu__upgrade .c-global__menu__upgrade__words {
        margin: 0;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        line-height: 1.2;
        padding: 16px; }
      .c-global .c-global__menuGroup &gt; li .c-global__menu__upgrade .c-global__menu__upgrade__link__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0.8rem; }
      .c-global .c-global__menuGroup &gt; li .c-global__menu__upgrade .c-global__menu__upgrade__link {
        margin: 0 auto;
        margin-bottom: 16px;
        padding: 0 1.6rem;
        height: 4rem;
        font-size: 1.4rem;
        font-weight: bold;
        border-radius: 10rem;
        white-space: nowrap;
        cursor: pointer;
        line-height: 4rem; }
    .c-global .c-global__menuGroup &gt; li .c-global__menu__other {
      padding: 24px 24px 24px 24px; }
      .c-global .c-global__menuGroup &gt; li .c-global__menu__other .c-global__menu__other__language {
        margin-bottom: 16px; }
        .c-global .c-global__menuGroup &gt; li .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__text {
          font-size: 13px; }
      .c-global .c-global__menuGroup &gt; li .c-global__menu__other .c-global__menu__other__menu li {
        margin-right: 6px;
        margin-bottom: 6px;
        font-size: 11px; }
        .c-global .c-global__menuGroup &gt; li .c-global__menu__other .c-global__menu__other__menu li a {
          line-height: 1.0; }
      .c-global .c-global__menuGroup &gt; li .c-global__menu__other .c-global__menu__other__copyright {
        padding-top: 4px; }
    .c-global .c-global__menuGroup &gt; li .c-global__bottomAd {
      margin-top: 0; }
    .c-global .c-global__menuGroup &gt; li.c-global__menuGroup__afterLogin {
      padding-bottom: 0.8rem;
      margin-bottom: 0.8rem; }
    .c-global .c-global__menuGroup &gt; li.c-global__menuGroup__OPENREC {
      padding-bottom: 0.8rem;
      margin-bottom: 0.8rem; }
    .c-global .c-global__menuGroup &gt; li.c-global__menuGroup__link {
      padding-bottom: 0.8rem;
      margin: 0.8rem 0; }

.c-global .c-global__menu {
  font-weight: bold; }
  .c-global .c-global__menu li {
    position: relative; }
    .c-global .c-global__menu li:hover {
      background: none; }
    .c-global .c-global__menu li a:before {
      background: none;
      padding: 0;
      content: none;
      margin: 0;
      display: none; }
    .c-global .c-global__menu li a.selected {
      background: none; }
    .c-global .c-global__menu li .c-global__menu__popular,
    .c-global .c-global__menu li .c-global__menu__event,
    .c-global .c-global__menu li .c-global__menu__ranking,
    .c-global .c-global__menu li .c-global__menu__movie,
    .c-global .c-global__menu li .c-global__menu__game,
    .c-global .c-global__menu li .c-global__menu__channel,
    .c-global .c-global__menu li .c-global__menu__topics,
    .c-global .c-global__menu li .c-global__menu__following,
    .c-global .c-global__menu li .c-global__menu__favorites,
    .c-global .c-global__menu li .c-global__menu__views-history,
    .c-global .c-global__menu li .c-global__menu__playlist,
    .c-global .c-global__menu li .c-global__menu__profile,
    .c-global .c-global__menu li .c-global__menu__user,
    .c-global .c-global__menu li .c-global__menu__point,
    .c-global .c-global__menu li .c-global__menu__setting,
    .c-global .c-global__menu li .c-global__menu__password,
    .c-global .c-global__menu li .c-global__menu__hints__and__tips {
      display: block;
      width: inherit;
      padding-left: 24px;
      padding-top: 0;
      padding-bottom: 0;
      line-height: 48px;
      font-size: 14px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .c-global .c-global__menu li .c-global__menu__popular:hover,
      .c-global .c-global__menu li .c-global__menu__event:hover,
      .c-global .c-global__menu li .c-global__menu__ranking:hover,
      .c-global .c-global__menu li .c-global__menu__movie:hover,
      .c-global .c-global__menu li .c-global__menu__game:hover,
      .c-global .c-global__menu li .c-global__menu__channel:hover,
      .c-global .c-global__menu li .c-global__menu__topics:hover,
      .c-global .c-global__menu li .c-global__menu__following:hover,
      .c-global .c-global__menu li .c-global__menu__favorites:hover,
      .c-global .c-global__menu li .c-global__menu__views-history:hover,
      .c-global .c-global__menu li .c-global__menu__playlist:hover,
      .c-global .c-global__menu li .c-global__menu__profile:hover,
      .c-global .c-global__menu li .c-global__menu__user:hover,
      .c-global .c-global__menu li .c-global__menu__point:hover,
      .c-global .c-global__menu li .c-global__menu__setting:hover,
      .c-global .c-global__menu li .c-global__menu__password:hover,
      .c-global .c-global__menu li .c-global__menu__hints__and__tips:hover {
        opacity: 0.8; }
      .c-global .c-global__menu li .c-global__menu__popular:before,
      .c-global .c-global__menu li .c-global__menu__event:before,
      .c-global .c-global__menu li .c-global__menu__ranking:before,
      .c-global .c-global__menu li .c-global__menu__movie:before,
      .c-global .c-global__menu li .c-global__menu__game:before,
      .c-global .c-global__menu li .c-global__menu__channel:before,
      .c-global .c-global__menu li .c-global__menu__topics:before,
      .c-global .c-global__menu li .c-global__menu__following:before,
      .c-global .c-global__menu li .c-global__menu__favorites:before,
      .c-global .c-global__menu li .c-global__menu__views-history:before,
      .c-global .c-global__menu li .c-global__menu__playlist:before,
      .c-global .c-global__menu li .c-global__menu__profile:before,
      .c-global .c-global__menu li .c-global__menu__user:before,
      .c-global .c-global__menu li .c-global__menu__point:before,
      .c-global .c-global__menu li .c-global__menu__setting:before,
      .c-global .c-global__menu li .c-global__menu__password:before,
      .c-global .c-global__menu li .c-global__menu__hints__and__tips:before {
        display: none; }
      .c-global .c-global__menu li .c-global__menu__popular:hover,
      .c-global .c-global__menu li .c-global__menu__event:hover,
      .c-global .c-global__menu li .c-global__menu__ranking:hover,
      .c-global .c-global__menu li .c-global__menu__movie:hover,
      .c-global .c-global__menu li .c-global__menu__game:hover,
      .c-global .c-global__menu li .c-global__menu__channel:hover,
      .c-global .c-global__menu li .c-global__menu__topics:hover,
      .c-global .c-global__menu li .c-global__menu__following:hover,
      .c-global .c-global__menu li .c-global__menu__favorites:hover,
      .c-global .c-global__menu li .c-global__menu__views-history:hover,
      .c-global .c-global__menu li .c-global__menu__playlist:hover,
      .c-global .c-global__menu li .c-global__menu__profile:hover,
      .c-global .c-global__menu li .c-global__menu__user:hover,
      .c-global .c-global__menu li .c-global__menu__point:hover,
      .c-global .c-global__menu li .c-global__menu__setting:hover,
      .c-global .c-global__menu li .c-global__menu__password:hover,
      .c-global .c-global__menu li .c-global__menu__hints__and__tips:hover {
        border-right: none; }
      .c-global .c-global__menu li .c-global__menu__popular.selected,
      .c-global .c-global__menu li .c-global__menu__event.selected,
      .c-global .c-global__menu li .c-global__menu__ranking.selected,
      .c-global .c-global__menu li .c-global__menu__movie.selected,
      .c-global .c-global__menu li .c-global__menu__game.selected,
      .c-global .c-global__menu li .c-global__menu__channel.selected,
      .c-global .c-global__menu li .c-global__menu__topics.selected,
      .c-global .c-global__menu li .c-global__menu__following.selected,
      .c-global .c-global__menu li .c-global__menu__favorites.selected,
      .c-global .c-global__menu li .c-global__menu__views-history.selected,
      .c-global .c-global__menu li .c-global__menu__playlist.selected,
      .c-global .c-global__menu li .c-global__menu__profile.selected,
      .c-global .c-global__menu li .c-global__menu__user.selected,
      .c-global .c-global__menu li .c-global__menu__point.selected,
      .c-global .c-global__menu li .c-global__menu__setting.selected,
      .c-global .c-global__menu li .c-global__menu__password.selected,
      .c-global .c-global__menu li .c-global__menu__hints__and__tips.selected {
        border-right: none; }
        .c-global .c-global__menu li .c-global__menu__popular.selected:before,
        .c-global .c-global__menu li .c-global__menu__event.selected:before,
        .c-global .c-global__menu li .c-global__menu__ranking.selected:before,
        .c-global .c-global__menu li .c-global__menu__movie.selected:before,
        .c-global .c-global__menu li .c-global__menu__game.selected:before,
        .c-global .c-global__menu li .c-global__menu__channel.selected:before,
        .c-global .c-global__menu li .c-global__menu__topics.selected:before,
        .c-global .c-global__menu li .c-global__menu__following.selected:before,
        .c-global .c-global__menu li .c-global__menu__favorites.selected:before,
        .c-global .c-global__menu li .c-global__menu__views-history.selected:before,
        .c-global .c-global__menu li .c-global__menu__playlist.selected:before,
        .c-global .c-global__menu li .c-global__menu__profile.selected:before,
        .c-global .c-global__menu li .c-global__menu__user.selected:before,
        .c-global .c-global__menu li .c-global__menu__point.selected:before,
        .c-global .c-global__menu li .c-global__menu__setting.selected:before,
        .c-global .c-global__menu li .c-global__menu__password.selected:before,
        .c-global .c-global__menu li .c-global__menu__hints__and__tips.selected:before {
          display: none; }

.c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__list {
  background: rgba(0, 0, 0, 0.8); }

.p-sidebar__team_leave {
  display: table;
  width: 195px;
  padding-bottom: 20px; }

.p-sidebar__memberBox,
.p-sidebar__teamBox {
  padding-top: 16px;
  padding-bottom: 16px; }
  .p-sidebar__memberBox h3,
  .p-sidebar__teamBox h3 {
    margin-bottom: 16px;
    padding-left: 16px;
    font-weight: bold; }
  .p-sidebar__memberBox .p-sidebar__memberList li,
  .p-sidebar__memberBox .p-sidebar__teamList li,
  .p-sidebar__teamBox .p-sidebar__memberList li,
  .p-sidebar__teamBox .p-sidebar__teamList li {
    width: 100%;
    overflow: hidden; }
    .p-sidebar__memberBox .p-sidebar__memberList li &gt; a,
    .p-sidebar__memberBox .p-sidebar__teamList li &gt; a,
    .p-sidebar__teamBox .p-sidebar__memberList li &gt; a,
    .p-sidebar__teamBox .p-sidebar__teamList li &gt; a {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 32px;
      width: calc(100% - 32px);
      padding-top: 8px;
      padding-bottom: 8px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer;
      padding-left: 16px;
      padding-right: 16px; }
      .p-sidebar__memberBox .p-sidebar__memberList li &gt; a:hover,
      .p-sidebar__memberBox .p-sidebar__teamList li &gt; a:hover,
      .p-sidebar__teamBox .p-sidebar__memberList li &gt; a:hover,
      .p-sidebar__teamBox .p-sidebar__teamList li &gt; a:hover {
        opacity: 0.88; }
      .p-sidebar__memberBox .p-sidebar__memberList li &gt; a:hover,
      .p-sidebar__memberBox .p-sidebar__teamList li &gt; a:hover,
      .p-sidebar__teamBox .p-sidebar__memberList li &gt; a:hover,
      .p-sidebar__teamBox .p-sidebar__teamList li &gt; a:hover {
        background: rgba(255, 255, 255, 0.1); }
      .p-sidebar__memberBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userIcon,
      .p-sidebar__memberBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userIcon,
      .p-sidebar__teamBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userIcon,
      .p-sidebar__teamBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userIcon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        position: relative;
        vertical-align: middle; }
        .p-sidebar__memberBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userIcon img,
        .p-sidebar__memberBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userIcon img,
        .p-sidebar__teamBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userIcon img,
        .p-sidebar__teamBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userIcon img {
          width: 32px;
          height: 32px;
          border-radius: 50%; }
        .p-sidebar__memberBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userIcon .p-castSetting__userIcon__relative__dott,
        .p-sidebar__memberBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userIcon .p-castSetting__userIcon__relative__dott,
        .p-sidebar__teamBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userIcon .p-castSetting__userIcon__relative__dott,
        .p-sidebar__teamBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userIcon .p-castSetting__userIcon__relative__dott {
          position: absolute;
          top: 1px;
          left: 1px;
          background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
          background-repeat: no-repeat;
          background-size: 383px 240px;
          background-position: -9px -159px;
          content: " ";
          display: inline-block;
          width: 10px;
          height: 11px;
          vertical-align: middle; }
        .p-sidebar__memberBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userIcon.u-premium:after, .p-sidebar__memberBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userIcon.u-official:after,
        .p-sidebar__memberBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userIcon.u-premium:after,
        .p-sidebar__memberBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userIcon.u-official:after,
        .p-sidebar__teamBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userIcon.u-premium:after,
        .p-sidebar__teamBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userIcon.u-official:after,
        .p-sidebar__teamBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userIcon.u-premium:after,
        .p-sidebar__teamBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userIcon.u-official:after {
          content: " ";
          display: inline-block;
          vertical-align: middle;
          margin-top: 0;
          background-image: url(../../images/premium.svg);
          background-size: 1.4rem 1.4rem;
          background-color: transparent;
          background-position: center;
          background-repeat: no-repeat;
          height: 1.4rem;
          width: 1.4rem; }
        .p-sidebar__memberBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userIcon.u-official:after,
        .p-sidebar__memberBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userIcon.u-official:after,
        .p-sidebar__teamBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userIcon.u-official:after,
        .p-sidebar__teamBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userIcon.u-official:after {
          background-image: url(../../images/official.svg); }
      .p-sidebar__memberBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userName,
      .p-sidebar__memberBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userName,
      .p-sidebar__teamBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userName,
      .p-sidebar__teamBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userName {
        padding-left: 16px;
        width: 100%; }
        .p-sidebar__memberBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userName span,
        .p-sidebar__memberBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userName span,
        .p-sidebar__teamBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userName span,
        .p-sidebar__teamBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userName span {
          display: -webkit-box !important;
          display: -moz-box !important;
          word-wrap: break-word;
          word-break: break-all;
          max-width: 100%;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1.4; }
          .p-sidebar__memberBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userName span.u-official:after,
          .p-sidebar__memberBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userName span.u-official:after,
          .p-sidebar__teamBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userName span.u-official:after,
          .p-sidebar__teamBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userName span.u-official:after {
            margin-left: 4px;
            content: " ";
            display: inline-block;
            vertical-align: middle;
            margin-top: 0;
            background-image: url(../../images/official.svg);
            background-size: 1.4rem 1.4rem;
            background-color: transparent;
            background-position: center;
            background-repeat: no-repeat;
            height: 1.4rem;
            width: 1.4rem; }

.c-global__user__member__list__more {
  padding: 0 16px 16px;
  text-align: right;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }
  .c-global__user__member__list__more:hover {
    opacity: 0.88; }
  .c-global__user__member__list__more a:hover {
    background-color: transparent !important; }

.p-sidebar__border {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 16px; }

.c-global__user__profile__list__ppv {
  margin: 0 auto 1.6rem;
  width: 19.3rem; }
  .c-global__user__profile__list__ppv .c-global__user__profile__list__ppv__content {
    padding: 1.2rem;
    border-radius: 0.8rem;
    font-size: 1.2rem;
    line-height: 1,4; }
    .c-global__user__profile__list__ppv .c-global__user__profile__list__ppv__content .c-global__user__profile__list__ppv__content__img__wrapper {
      position: relative;
      margin-bottom: 1.2rem;
      text-align: center; }
      .c-global__user__profile__list__ppv .c-global__user__profile__list__ppv__content .c-global__user__profile__list__ppv__content__img__wrapper .c-global__user__profile__list__ppv__content__img__banner {
        width: 16.9rem;
        height: 9.5rem;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
      .c-global__user__profile__list__ppv .c-global__user__profile__list__ppv__content .c-global__user__profile__list__ppv__content__img__wrapper .c-global__user__profile__list__ppv__content__label {
        border-radius: 0.2rem;
        padding: 0.2rem;
        position: absolute;
        top: 0;
        left: 0; }
      .c-global__user__profile__list__ppv .c-global__user__profile__list__ppv__content .c-global__user__profile__list__ppv__content__img__wrapper .c-global__user__profile__list__ppv__content__img__icon {
        width: 6.4rem;
        height: 6.4rem;
        border-radius: 50%; }
    .c-global__user__profile__list__ppv .c-global__user__profile__list__ppv__content .c-global__user__profile__list__ppv__content__title {
      font-weight: bold;
      margin-bottom: 0.4rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      word-wrap: break-word;
      word-break: break-all;
      overflow: hidden; }
      .c-global__user__profile__list__ppv .c-global__user__profile__list__ppv__content .c-global__user__profile__list__ppv__content__title.c-fanletter {
        -webkit-line-clamp: 3; }
    .c-global__user__profile__list__ppv .c-global__user__profile__list__ppv__content .c-global__user__profile__list__ppv__content__descrption {
      margin-bottom: 0.4rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      word-wrap: break-word;
      word-break: break-all;
      overflow: hidden; }
    .c-global__user__profile__list__ppv .c-global__user__profile__list__ppv__content .c-global__user__profile__list__ppv__content__more {
      font-weight: bold;
      text-align: right;
      color: #5436ff; }
    .c-global__user__profile__list__ppv .c-global__user__profile__list__ppv__content .c-global__user__profile__list__ppv__content__detail {
      font-weight: bold;
      text-align: right;
      color: #ff2d55; }

.c-mainInner {
  position: relative; }
  .c-mainInner:before, .c-mainInner:after {
    content: "";
    display: table; }
  .c-mainInner:after {
    clear: both; }

.c-mainContents {
  float: right;
  width: 100%;
  margin-left: -225px;
  padding-left: 225px;
  box-sizing: border-box; }
  .c-mainContents.open {
    margin-left: 0;
    padding-left: 0; }

.p-top__content__left,
.l-container__main__row__left {
  float: left;
  width: 225px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 80px;
  left: -73px;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 1; }
  .p-top__content__left.inactive,
  .l-container__main__row__left.inactive {
    display: none !important; }

.l-container__main__row__left {
  left: 0;
  z-index: 2;
  position: fixed;
  top: 56px; }

.c-content .c-content__list:before, .c-content .c-content__list:after {
  content: "";
  display: table; }

.c-content .c-content__list:after {
  clear: both; }

.p-top__content__left,
.l-container__main__row__left,
.c-global .c-global__menu {
  box-shadow: none; }

.l-container {
  margin: 0 auto !important;
  width: 100% !important;
  padding-top: 16px; }
  .l-container .l-container__main {
    width: auto !important;
    margin: 0;
    margin-top: 0 !important;
    margin-left: 72px;
    margin-right: 72px; }
    .l-container .l-container__main .l-container__main__row {
      display: block !important;
      margin: 0 !important;
      width: 100% !important;
      min-height: 600px; }
      .l-container .l-container__main .l-container__main__row:before, .l-container .l-container__main .l-container__main__row:after {
        content: "";
        display: table; }
      .l-container .l-container__main .l-container__main__row:after {
        clear: both; }
      .l-container .l-container__main .l-container__main__row .l-container__main__row__left {
        margin: 0 !important;
        float: left !important; }
        .l-container .l-container__main .l-container__main__row .l-container__main__row__left.hide {
          display: none !important; }
        .l-container .l-container__main .l-container__main__row .l-container__main__row__left a:not(.c-global__menu__upgrade__link) {
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
          cursor: pointer; }
          .l-container .l-container__main .l-container__main__row .l-container__main__row__left a:not(.c-global__menu__upgrade__link):hover {
            opacity: 1; }
      .l-container .l-container__main .l-container__main__row .l-container__main__row__right {
        display: block !important;
        margin: 0 !important;
        margin-top: 32px !important;
        float: right !important;
        width: 100% !important;
        margin-left: -225px;
        padding-left: 225px;
        box-sizing: border-box !important; }
        .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents,
        .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content {
          width: calc(100% + 8px);
          position: relative;
          border-color: rgba(255, 255, 255, 0.1); }
          @media (max-width: 490px) {
            .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents,
            .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content {
              width: 100%; } }
          .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__title__filterNotMatch,
          .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__title__filterNotMatch {
            display: block;
            padding-left: 1em;
            font-size: 12px;
            opacity: 0.6; }
          .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__title__filterBtn,
          .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__title__filterBtn {
            font-size: 12px;
            font-weight: bold;
            opacity: 1;
            padding: 0;
            border-radius: 24px;
            cursor: pointer;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            cursor: pointer;
            margin-left: auto; }
            .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__title__filterBtn:hover,
            .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__title__filterBtn:hover {
              opacity: 0.88; }
            .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__title__filterBtn span,
            .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__title__filterBtn span {
              padding: 4px 8px; }
          .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__filter,
          .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__filter {
            position: absolute;
            top: 40px;
            right: 0;
            z-index: 222;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 8px; }
            .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__filter .c-content__filter__list .c-content__filter__list__item li,
            .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item li {
              font-weight: bold; }
          .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__reaction__list,
          .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__reaction__list {
            margin-bottom: 2rem; }
            .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__reaction__list .c-content__reaction__item,
            .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__reaction__list .c-content__reaction__item {
              display: -webkit-inline-box;
              display: -webkit-inline-flex;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              cursor: pointer;
              margin: 0px 0.4rem 0.4rem 0px;
              padding: 0.4rem 1.4rem;
              border-radius: 0.4rem; }
              .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__reaction__list .c-content__reaction__item img,
              .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__reaction__list .c-content__reaction__item img {
                width: 1.6rem;
                height: 1.6rem; }
        .l-container .l-container__main .l-container__main__row .l-container__main__row__right.wide {
          margin-left: 0 !important;
          padding-left: 0 !important; }

.c-breadcrumblist li:after,
.c-breadcrumblist li a,
.c-breadcrumblist li p {
  font-weight: bold;
  font-size: 12px; }

.l-content {
  margin-top: 0; }
  .l-content.movie {
    margin-top: 0; }

.p-dashboard {
  display: block;
  width: 100% !important;
  margin-top: 0; }
  .p-dashboard:before, .p-dashboard:after {
    content: "";
    display: table; }
  .p-dashboard:after {
    clear: both; }
  .p-dashboard .p-dashboard__sidemenu {
    width: 240px;
    position: fixed;
    left: 0;
    top: 56px; }
    .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item a,
    .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item p {
      font-weight: bold; }
  .p-dashboard .p-dashboard__content {
    float: right;
    width: 100%;
    margin-top: 0;
    margin-left: -240px;
    padding-left: 240px;
    box-sizing: border-box; }
    .p-dashboard .p-dashboard__content .c-frame:not(.fixedContent),
    .p-dashboard .p-dashboard__content .c-frameTwo,
    .p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox,
    .p-dashboard .p-dashboard__content .p-dashboard__content__frame:not(.fixedContent),
    .p-dashboard .p-dashboard__content .p-dashboard__content__box,
    .p-dashboard .p-dashboard__content .p-dashboard__content__box.basicInfomation {
      width: auto;
      display: block;
      margin-left: 72px;
      margin-right: 72px;
      margin-bottom: 0;
      background: white; }
      .p-dashboard .p-dashboard__content .c-frame:not(.fixedContent):before, .p-dashboard .p-dashboard__content .c-frame:not(.fixedContent):after,
      .p-dashboard .p-dashboard__content .c-frameTwo:before,
      .p-dashboard .p-dashboard__content .c-frameTwo:after,
      .p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox:before,
      .p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox:after,
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame:not(.fixedContent):before,
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame:not(.fixedContent):after,
      .p-dashboard .p-dashboard__content .p-dashboard__content__box:before,
      .p-dashboard .p-dashboard__content .p-dashboard__content__box:after,
      .p-dashboard .p-dashboard__content .p-dashboard__content__box.basicInfomation:before,
      .p-dashboard .p-dashboard__content .p-dashboard__content__box.basicInfomation:after {
        content: "";
        display: table; }
      .p-dashboard .p-dashboard__content .c-frame:not(.fixedContent):after,
      .p-dashboard .p-dashboard__content .c-frameTwo:after,
      .p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox:after,
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame:not(.fixedContent):after,
      .p-dashboard .p-dashboard__content .p-dashboard__content__box:after,
      .p-dashboard .p-dashboard__content .p-dashboard__content__box.basicInfomation:after {
        clear: both; }
      .p-dashboard .p-dashboard__content .c-frame:not(.fixedContent) .p-dashboard__content__box__left,
      .p-dashboard .p-dashboard__content .c-frameTwo .p-dashboard__content__box__left,
      .p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox .p-dashboard__content__box__left,
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame:not(.fixedContent) .p-dashboard__content__box__left,
      .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left,
      .p-dashboard .p-dashboard__content .p-dashboard__content__box.basicInfomation .p-dashboard__content__box__left {
        width: 50%; }
        .p-dashboard .p-dashboard__content .c-frame:not(.fixedContent) .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio,
        .p-dashboard .p-dashboard__content .c-frameTwo .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio,
        .p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio,
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame:not(.fixedContent) .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio,
        .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio,
        .p-dashboard .p-dashboard__content .p-dashboard__content__box.basicInfomation .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio {
          margin-top: 12px; }
          .p-dashboard .p-dashboard__content .c-frame:not(.fixedContent) .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio label,
          .p-dashboard .p-dashboard__content .c-frameTwo .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio label,
          .p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio label,
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame:not(.fixedContent) .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio label,
          .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio label,
          .p-dashboard .p-dashboard__content .p-dashboard__content__box.basicInfomation .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio label {
            margin-right: 20px; }
          .p-dashboard .p-dashboard__content .c-frame:not(.fixedContent) .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio input,
          .p-dashboard .p-dashboard__content .c-frameTwo .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio input,
          .p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio input,
          .p-dashboard .p-dashboard__content .p-dashboard__content__frame:not(.fixedContent) .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio input,
          .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio input,
          .p-dashboard .p-dashboard__content .p-dashboard__content__box.basicInfomation .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__radio input {
            margin-right: 4px; }
        .p-dashboard .p-dashboard__content .c-frame:not(.fixedContent) .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__input .p-dashboard__content__box__left__content__item__input__box,
        .p-dashboard .p-dashboard__content .c-frameTwo .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__input .p-dashboard__content__box__left__content__item__input__box,
        .p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__input .p-dashboard__content__box__left__content__item__input__box,
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame:not(.fixedContent) .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__input .p-dashboard__content__box__left__content__item__input__box,
        .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__input .p-dashboard__content__box__left__content__item__input__box,
        .p-dashboard .p-dashboard__content .p-dashboard__content__box.basicInfomation .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__input .p-dashboard__content__box__left__content__item__input__box {
          width: calc(100% - 16px); }
        .p-dashboard .p-dashboard__content .c-frame:not(.fixedContent) .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__select .p-dashboard__content__box__left__content__item__select__input select,
        .p-dashboard .p-dashboard__content .c-frameTwo .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__select .p-dashboard__content__box__left__content__item__select__input select,
        .p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__select .p-dashboard__content__box__left__content__item__select__input select,
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame:not(.fixedContent) .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__select .p-dashboard__content__box__left__content__item__select__input select,
        .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__select .p-dashboard__content__box__left__content__item__select__input select,
        .p-dashboard .p-dashboard__content .p-dashboard__content__box.basicInfomation .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__select .p-dashboard__content__box__left__content__item__select__input select {
          width: 100%; }
        .p-dashboard .p-dashboard__content .c-frame:not(.fixedContent) .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__textarea .p-dashboard__content__box__left__content__textarea__input .p-dashboard__content__box__left__content__textarea__input__textarea,
        .p-dashboard .p-dashboard__content .c-frameTwo .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__textarea .p-dashboard__content__box__left__content__textarea__input .p-dashboard__content__box__left__content__textarea__input__textarea,
        .p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__textarea .p-dashboard__content__box__left__content__textarea__input .p-dashboard__content__box__left__content__textarea__input__textarea,
        .p-dashboard .p-dashboard__content .p-dashboard__content__frame:not(.fixedContent) .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__textarea .p-dashboard__content__box__left__content__textarea__input .p-dashboard__content__box__left__content__textarea__input__textarea,
        .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__textarea .p-dashboard__content__box__left__content__textarea__input .p-dashboard__content__box__left__content__textarea__input__textarea,
        .p-dashboard .p-dashboard__content .p-dashboard__content__box.basicInfomation .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__textarea .p-dashboard__content__box__left__content__textarea__input .p-dashboard__content__box__left__content__textarea__input__textarea {
          width: calc(100% - 16px); }
      .p-dashboard .p-dashboard__content .c-frame:not(.fixedContent) .p-dashboard__content__frame__item__descitem,
      .p-dashboard .p-dashboard__content .c-frameTwo .p-dashboard__content__frame__item__descitem,
      .p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox .p-dashboard__content__frame__item__descitem,
      .p-dashboard .p-dashboard__content .p-dashboard__content__frame:not(.fixedContent) .p-dashboard__content__frame__item__descitem,
      .p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__frame__item__descitem,
      .p-dashboard .p-dashboard__content .p-dashboard__content__box.basicInfomation .p-dashboard__content__frame__item__descitem {
        display: block;
        width: auto; }
    .p-dashboard .p-dashboard__content .p-dashboard__content__frame__item {
      width: 92%; }
    .p-dashboard .p-dashboard__content .c-dashboard__content__area:not(.fixedContent) {
      width: auto;
      display: block;
      margin-left: 72px;
      margin-right: 72px; }

.p-dashboard .p-dashboard__content .p-dashboard__content__frame {
  width: auto; }
  .p-dashboard .p-dashboard__content .p-dashboard__content__frame.fixedContent {
    z-index: 10000;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 144px); }
  .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__state {
    width: 10%; }
  .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__msg {
    width: 40%;
    text-align: left; }
  .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__result {
    width: 12%;
    min-width: 280px;
    text-align: right;
    padding-right: 24px; }
    .p-dashboard .p-dashboard__content .p-dashboard__content__frame .p-dashboard__content__frame__result .p-dashboard__content__frame__result__button {
      width: 200px;
      height: 48px; }

#containerBox .contentsMain .c-frame.fixedContent {
  z-index: 1;
  margin-top: -64px;
  margin-bottom: -25px;
  width: auto; }
  #containerBox .contentsMain .c-frame.fixedContent .c-frame__row {
    display: block;
    width: 100%; }
    #containerBox .contentsMain .c-frame.fixedContent .c-frame__row:before, #containerBox .contentsMain .c-frame.fixedContent .c-frame__row:after {
      content: "";
      display: table; }
    #containerBox .contentsMain .c-frame.fixedContent .c-frame__row:after {
      clear: both; }
    #containerBox .contentsMain .c-frame.fixedContent .c-frame__row .c-frame__row__state {
      width: 12%;
      min-width: 160px; }
    #containerBox .contentsMain .c-frame.fixedContent .c-frame__row .c-frame__row__alert {
      width: 75%;
      text-align: left; }
    #containerBox .contentsMain .c-frame.fixedContent .c-frame__row .c-frame__row__spinner {
      width: 10%; }
    #containerBox .contentsMain .c-frame.fixedContent .c-frame__row .c-frame__row__button {
      width: 15%; }
    #containerBox .contentsMain .c-frame.fixedContent .c-frame__row .c-frame__row__button .c-frame__row__button__issue {
      width: 200px;
      height: 48px; }
      #containerBox .contentsMain .c-frame.fixedContent .c-frame__row .c-frame__row__button .c-frame__row__button__issue.c-frame__row__button__issue__on {
        background: #3ab54a;
        border-color: #30953c;
        box-shadow: inset 0 -2px #30953c;
        line-height: 48px; }

#containerBox .contentsMain .c-movie {
  margin-bottom: 0; }
  #containerBox .contentsMain .c-movie.backup {
    width: 100%; }
  #containerBox .contentsMain .c-movie .openrec-player__main {
    width: 49%;
    float: left; }
    #containerBox .contentsMain .c-movie .openrec-player__main.disable_label {
      margin-top: 0.4rem; }
  #containerBox .contentsMain .c-movie .openrec-player__backup {
    width: 49%;
    float: right; }
  #containerBox .contentsMain .c-movie .openrec-player__label {
    font-weight: bold;
    font-size: 1.2rem !important;
    margin-bottom: 0.8rem;
    margin-top: 0.4rem;
    display: inline-block; }
  #containerBox .contentsMain .c-movie .openrec-player__no_label {
    margin-top: 1.2rem; }
  #containerBox .contentsMain .c-movie .c-movie__movie__upload__img {
    position: relative;
    vertical-align: top; }
    #containerBox .contentsMain .c-movie .c-movie__movie__upload__img .c-movie__movie__upload__img__premiere {
      min-height: 300px;
      width: 100%;
      height: 100%; }
      #containerBox .contentsMain .c-movie .c-movie__movie__upload__img .c-movie__movie__upload__img__premiere.waiting {
        cursor: pointer; }
    #containerBox .contentsMain .c-movie .c-movie__movie__upload__img .c-movie__movie__upload__img__text {
      position: absolute;
      top: 70%;
      left: 21px;
      width: calc(100% - 38px);
      line-height: 1.5;
      text-align: center;
      word-break: break-word;
      font-size: 12px;
      font-size: 1.2rem;
      color: #585858; }
      #containerBox .contentsMain .c-movie .c-movie__movie__upload__img .c-movie__movie__upload__img__text.waiting {
        position: revert; }
    #containerBox .contentsMain .c-movie .c-movie__movie__upload__img img {
      width: 100%;
      height: 100%; }

#containerBox .contentsMain .c-frame.isTitle .c-frame__title {
  width: calc(100% - 42px); }

#containerBox .contentsMain .c-frame.isTitle.premiere {
  width: calc(50% - 16px);
  min-height: 312px;
  float: right;
  margin: 0px 0px 0px 16px; }

#containerBox .contentsMain .c-frame.isTitle.movie_preview {
  padding-bottom: 8px;
  margin: 0;
  font-size: 1.2rem; }

#containerBox .contentsMain .c-frame.isTitle .c-frame__content .c-frame__content__item .c-frame__content__item__box {
  width: calc(100% - 24px); }
  #containerBox .contentsMain .c-frame.isTitle .c-frame__content .c-frame__content__item .c-frame__content__item__box input {
    width: inherit; }
  #containerBox .contentsMain .c-frame.isTitle .c-frame__content .c-frame__content__item .c-frame__content__item__box .c-frame__content__item__box__right__option {
    display: table-cell;
    background: #fff;
    width: 92px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    border: 1px solid #ccc;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    #containerBox .contentsMain .c-frame.isTitle .c-frame__content .c-frame__content__item .c-frame__content__item__box .c-frame__content__item__box__right__option.keyHidden {
      width: 120px; }
    #containerBox .contentsMain .c-frame.isTitle .c-frame__content .c-frame__content__item .c-frame__content__item__box .c-frame__content__item__box__right__option:hover {
      opacity: 0.85; }
    #containerBox .contentsMain .c-frame.isTitle .c-frame__content .c-frame__content__item .c-frame__content__item__box .c-frame__content__item__box__right__option:active {
      top: 1px;
      outline: none;
      box-shadow: none; }

#containerBox .contentsMain .c-frame__text__alert__wrapper {
  width: calc(50% - 16px);
  margin-left: 16px;
  background: #d9edf7;
  float: left; }
  #containerBox .contentsMain .c-frame__text__alert__wrapper .c-frame__text--alert {
    float: none;
    margin: 16px;
    width: auto;
    padding: 0;
    background: none;
    border: none; }

#containerBox .contentsMain .c-frame__text__premiere__wrapper {
  background: #ffffff;
  width: calc(100% - 48px);
  min-height: 300px;
  padding: 12px 22px 12px 20px;
  border: 1px solid #e2e2e2;
  margin-left: 0;
  float: left;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px; }

#containerBox .contentsMain .c-frameTwo.comingup_setting .button,
#containerBox .contentsMain .c-frameTwo.comingup_setting a {
  width: 200px;
  height: 48px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }
  #containerBox .contentsMain .c-frameTwo.comingup_setting .button:hover,
  #containerBox .contentsMain .c-frameTwo.comingup_setting a:hover {
    opacity: 0.88; }

#containerBox .contentsMain .c-frameTwo,
#containerBox .contentsMain .c-frameTwo.scheduleBox {
  width: auto;
  display: block;
  margin-left: 72px;
  margin-right: 72px;
  margin-bottom: 0;
  background: white; }
  #containerBox .contentsMain .c-frameTwo:before, #containerBox .contentsMain .c-frameTwo:after,
  #containerBox .contentsMain .c-frameTwo.scheduleBox:before,
  #containerBox .contentsMain .c-frameTwo.scheduleBox:after {
    content: "";
    display: table; }
  #containerBox .contentsMain .c-frameTwo:after,
  #containerBox .contentsMain .c-frameTwo.scheduleBox:after {
    clear: both; }
  #containerBox .contentsMain .c-frameTwo .c-frameTwo__left,
  #containerBox .contentsMain .c-frameTwo .c-frame.isTitle,
  #containerBox .contentsMain .c-frameTwo.scheduleBox .c-frameTwo__left,
  #containerBox .contentsMain .c-frameTwo.scheduleBox .c-frame.isTitle {
    width: 50%; }
  #containerBox .contentsMain .c-frameTwo .c-frameTwo__right,
  #containerBox .contentsMain .c-frameTwo.scheduleBox .c-frameTwo__right {
    width: 48%; }

#containerBox .contentsMain .c-frameTwo.scheduleBox {
  background: inherit; }
  #containerBox .contentsMain .c-frameTwo.scheduleBox .c-frame.isTitle {
    min-height: 360px;
    width: 60%;
    padding-bottom: 0; }
  #containerBox .contentsMain .c-frameTwo.scheduleBox .c-frame.isTitle.schedule {
    min-height: 360px;
    margin-left: 16px;
    width: calc(40% - 16px); }
  #containerBox .contentsMain .c-frameTwo.scheduleBox .c-frame__content {
    padding-bottom: 0; }

#containerBox .contentsMain .c-frameTwo .c-frameTwo__left .c-frameTwo__left__content .c-frameTwo__left__content__item .c-frameTwo__left__content__item__input .c-frameTwo__left__content__item__input__textarea,
#containerBox .contentsMain .c-frameTwo .c-frameTwo__left .c-frameTwo__left__content .c-frameTwo__left__content__item .c-frameTwo__left__content__item__input .c-frameTwo__left__content__item__input__box {
  width: calc(100% - 16px); }

#containerBox .contentsMain .c-frameTwo .c-frameTwo__left .c-frameTwo__left__content .c-frameTwo__left__content__item .c-frameTwo__left__content__item__select .c-frameTwo__left__content__item__select__input select {
  width: 100%; }

#containerBox .contentsMain .c-frameTwo .c-frameTwo__left .c-frameTwo__left__content .c-frameTwo__left__content__item .c-frameTwo__left__content__item__select__input__game_platform_selector {
  margin-top: 12px; }

#containerBox .contentsMain .c-frameTwo .c-frameTwo__left .c-frameTwo__left__content .c-frameTwo__left__content__item .c-frameTwo__left__content__item__select__input__game_platform_selector label {
  margin-right: 20px; }

#containerBox .contentsMain .c-frameTwo .c-frameTwo__left .c-frameTwo__left__content .c-frameTwo__left__content__item .c-frameTwo__left__content__item__select__input__game_platform_selector input {
  margin-right: 4px; }

#containerBox .contentsMain .c-frameTwo.comingup_setting {
  margin-top: 24px;
  margin-bottom: 24px; }

.p-dashboard .p-dashboard__content .p-dashboard__content__box .p-dashboard__content__box__left .p-dashboard__content__box__left__content .p-dashboard__content__box__left__content__item .p-dashboard__content__box__left__content__item__input .p-dashboard__content__box__left__content__item__input__box .fix-bar-step1,
.fix-bar-step2,
.fix-bar-step3,
.fix-bar-step4,
.fix-bar-step5 {
  padding-top: 105px; }

.p-spotlightWrapperBg {
  background: none; }

.p-spotlightWrapper .p-spotlightWrapperInner {
  padding-top: 0;
  padding-bottom: 16px; }
  .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightButton--prev {
    left: -41px; }
  .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightButton--next {
    right: -40px; }

.c-thumbnailVideo {
  margin-right: 8px;
  margin-bottom: 0;
  cursor: auto;
  width: 210px;
  height: auto; }
  @media (max-width: 490px) {
    .c-thumbnailVideo {
      width: 100%; } }
  .c-thumbnailVideo:hover {
    opacity: 1; }
  .c-thumbnailVideo.is-rightItem {
    padding-right: 0;
    margin-right: 0 !important; }
  .c-thumbnailVideo:nth-child(4n) {
    margin-right: 8px; }
  .c-thumbnailVideo .c-thumbnailVideo__header {
    width: auto; }
    .c-thumbnailVideo .c-thumbnailVideo__header .c-thumbnailVideo__header__img {
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .c-thumbnailVideo .c-thumbnailVideo__header .c-thumbnailVideo__header__img:hover {
        opacity: 0.88; }
    .c-thumbnailVideo .c-thumbnailVideo__header .c-thumbnailVideo__header__text {
      padding-top: 0;
      width: auto; }
    .c-thumbnailVideo .c-thumbnailVideo__header .c-thumbnailVideo__header__text__ellipsis {
      font-weight: bold;
      width: auto; }
      .c-thumbnailVideo .c-thumbnailVideo__header .c-thumbnailVideo__header__text__ellipsis.checkmark:after {
        width: 14px;
        height: 14px;
        vertical-align: middle;
        margin-left: 2px;
        margin-top: -2px; }
      .c-thumbnailVideo .c-thumbnailVideo__header .c-thumbnailVideo__header__text__ellipsis.checkmark .c-thumbnailVideo__header__text__ellipsis__link {
        max-width: 148px; }
        .c-thumbnailVideo .c-thumbnailVideo__header .c-thumbnailVideo__header__text__ellipsis.checkmark .c-thumbnailVideo__header__text__ellipsis__link:after {
          margin-left: 4px; }
  .c-thumbnailVideo .c-thumbnailVideo__box {
    box-shadow: none;
    width: 210px;
    height: 118px;
    position: relative;
    display: block; }
    @media (max-width: 490px) {
      .c-thumbnailVideo .c-thumbnailVideo__box {
        width: 100%;
        height: calc((100vw - 32px) / 1.78);
        min-height: 161px; } }
    .c-thumbnailVideo .c-thumbnailVideo__box img {
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .c-thumbnailVideo .c-thumbnailVideo__box img:hover {
        opacity: 0.88; }
    .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__smoke {
      width: 100%;
      height: 100%;
      display: none;
      background: rgba(51, 51, 51, 0.2);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 51, 51, 0.2)), color-stop(100%, rgba(34, 34, 34, 0.6)));
      background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0.2) 0%, rgba(34, 34, 34, 0.6) 100%);
      background: linear-gradient(to bottom, rgba(51, 51, 51, 0.2) 0%, rgba(34, 34, 34, 0.6) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color', GradientType=0); }
    .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__status__wrapper {
      position: absolute;
      top: 0.4rem;
      left: 0.4rem;
      z-index: 3; }
      .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__status__wrapper &gt; *:not(:last-child) {
        margin-right: 0.4rem; }
      .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-weight: 600;
        font-size: 1.4rem;
        height: 2rem;
        padding: 0 0.6rem; }
        .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live .c-thumbnailVideo__box__new__live__svg {
          background-color: transparent;
          background-image: url(../../images/live.svg);
          background-size: 2.6rem 1rem;
          display: block;
          background-position: center;
          background-repeat: no-repeat;
          height: 1rem;
          width: 2.6rem; }
      .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup,
      .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
      .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-weight: 600;
        font-size: 1.4rem;
        height: 2rem;
        padding: 0 0.6rem;
        margin-bottom: 0.4rem; }
    .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__live__sp__broadcast,
    .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__live {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../../images/201804__renewal/mark__live.png) no-repeat top left;
      background-size: 38px;
      width: 38px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      font-size: 12px; }
      .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__live__sp__broadcast:before,
      .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__live:before {
        display: none; }
    .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__comingup,
    .c-thumbnailVideo .c-thumbnailVideo__box .u-label__comingup {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../../images/201804__renewal/mark__comingup.png) no-repeat top left;
      background-size: 81px;
      width: 81px;
      height: 20px; }
    .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__finish {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-size: 54px;
      width: 54px;
      height: 20px;
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      line-height: 2.0; }
  .c-thumbnailVideo .c-thumbnailVideo__box__text__sp__live,
  .c-thumbnailVideo .c-thumbnailVideo__box__text__sp__archive,
  .c-thumbnailVideo .u-label__fromSP {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 202px;
    font-size: 11px;
    height: 16px;
    padding-top: 4px;
    padding-left: 8px;
    z-index: 1;
    font-weight: bold; }
  .c-thumbnailVideo .u-label__time {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    right: 4px;
    bottom: 4px;
    padding: 0 4px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    border-radius: 2px;
    z-index: 1; }
    .c-thumbnailVideo .u-label__time.u-label__time--fromSP {
      right: 0;
      bottom: 0;
      height: 20px;
      line-height: 22px;
      padding-right: 4px;
      background: none;
      font-weight: bold; }
  .c-thumbnailVideo .c-thumbnailVideo__box__time__sp__broadcast,
  .c-thumbnailVideo .c-thumbnailVideo__box__time {
    display: inline-block;
    position: absolute;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 4px;
    border-radius: 2px;
    right: 4px;
    bottom: 4px; }
    .c-thumbnailVideo .c-thumbnailVideo__box__time__sp__broadcast:before,
    .c-thumbnailVideo .c-thumbnailVideo__box__time:before {
      display: none; }
  .c-thumbnailVideo .c-thumbnailVideo__footer__totalCount,
  .c-thumbnailVideo .c-thumbnailVideo__footer__liveCount {
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 0;
    width: auto; }
    .c-thumbnailVideo .c-thumbnailVideo__footer__totalCount:before,
    .c-thumbnailVideo .c-thumbnailVideo__footer__liveCount:before {
      display: none; }
    .c-thumbnailVideo .c-thumbnailVideo__footer__totalCount:after,
    .c-thumbnailVideo .c-thumbnailVideo__footer__liveCount:after {
      content: "・"; }
  .c-thumbnailVideo .c-thumbnailVideo__footer__time {
    width: auto; }
  .c-thumbnailVideo .c-thumbnailVideo__box {
    margin-bottom: 8px; }
    .c-thumbnailVideo .c-thumbnailVideo__box.comingup {
      border: none; }
  .c-thumbnailVideo .c-thumbnailVideo__title {
    margin-top: 0;
    margin-bottom: 8px;
    padding-right: 16px;
    font-weight: bold;
    height: 32px;
    font-size: 14px;
    line-height: 1.2;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    display: -webkit-box !important;
    display: -moz-box !important;
    word-wrap: break-word;
    word-break: break-all;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    .c-thumbnailVideo .c-thumbnailVideo__title:hover {
      opacity: 0.88; }
  .c-thumbnailVideo .c-thumbnailVideo__game {
    margin-top: 0;
    font-weight: bold;
    height: 14px;
    margin-bottom: 4px;
    margin-right: 16px;
    line-height: 1.2;
    font-size: 12px;
    display: -webkit-box !important;
    display: -moz-box !important;
    word-wrap: break-word;
    word-break: break-all;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .c-thumbnailVideo .c-thumbnailVideo__game:hover {
      opacity: 1; }
  .c-thumbnailVideo .c-thumbnailVideo__footer {
    margin-top: 0;
    display: block;
    text-align: center;
    font-weight: bold; }
    .c-thumbnailVideo .c-thumbnailVideo__footer .c-thumbnailVideo__footer__reservation {
      padding: 4px 8px;
      line-height: 1.2;
      font-size: 13px !important;
      margin-top: 4px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .c-thumbnailVideo .c-thumbnailVideo__footer .c-thumbnailVideo__footer__reservation:hover {
        opacity: 0.88; }

.l-container {
  position: relative;
  min-height: calc(100vh - 56px); }

.c-content {
  z-index: 2;
  margin-bottom: 24px; }
  .c-content .c-content__list:before, .c-content .c-content__list:after {
    content: "";
    display: table; }
  .c-content .c-content__list:after {
    clear: both; }
  .c-content .c-content__list__comingup__line__1 {
    max-height: 289px;
    overflow-y: hidden; }
  .c-content .c-content__list__capture__line__2 {
    max-height: 546px;
    overflow-y: hidden; }
  .c-content .c-content__list__movie__line__5 {
    max-height: 1370px;
    overflow-y: hidden; }
  .c-content .c-content__list__user__line__5 {
    max-height: 1435px;
    overflow-y: hidden; }
  .c-content .c-content__list__popularlive__watch__time {
    content: "・"; }
  .c-content .c-content__list__populargame {
    margin-bottom: 32px;
    margin-right: 8px;
    width: 210px;
    height: auto;
    min-height: 328px; }
    .c-content .c-content__list__populargame .content__list__populargame__box {
      width: 210px;
      height: 260px; }
      .c-content .c-content__list__populargame .content__list__populargame__box img {
        width: 100%; }
    .c-content .c-content__list__populargame.is-rightItem {
      margin-right: 0 !important; }
    .c-content .c-content__list__populargame:nth-child(5n) {
      margin-right: 8px; }
    .c-content .c-content__list__populargame .c-content__list__populargame__box {
      width: 210px;
      height: 260px;
      box-shadow: none;
      margin-bottom: 8px; }
    .c-content .c-content__list__populargame .c-content__list__populargame__desc {
      margin-top: 0;
      width: auto;
      font-weight: bold;
      padding-right: 16px;
      font-size: 14px; }
      .c-content .c-content__list__populargame .c-content__list__populargame__desc .c-content__list__populargame__desc__item {
        display: -webkit-box !important;
        display: -moz-box !important;
        word-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto;
        min-height: 40px;
        max-height: 40px; }
    .c-content .c-content__list__populargame .c-content__list__populargame__watch {
      min-height: 14px;
      font-weight: bold; }
      .c-content .c-content__list__populargame .c-content__list__populargame__watch .c-content__list__populargame__watch__count:before {
        display: none; }
  .c-content .c-content__title.supporter {
    width: auto; }
  .c-content .c-content__list:before, .c-content .c-content__list:after {
    content: "";
    display: table; }
  .c-content .c-content__list:after {
    clear: both; }
  .c-content .c-content__list .c-thumbnailVideo {
    margin-bottom: 36px; }
  .c-content .c-content__list__topic {
    margin-right: 8px;
    margin-bottom: 32px;
    background: rgba(0, 0, 0, 0.2); }
    .c-content .c-content__list__topic.is-rightItem {
      margin-right: 0 !important; }
    .c-content .c-content__list__topic:nth-child(3n) {
      margin-right: 8px; }
    .c-content .c-content__list__topic .c-content__list__topic__link {
      box-shadow: none; }
      .c-content .c-content__list__topic .c-content__list__topic__link .c-content__list__topic__link__list .c-content__list__topic__link__list__desc {
        font-size: 14px;
        font-weight: bold; }
  .c-content .c-content__changeover {
    margin-top: 0;
    margin-right: 16px;
    text-align: center; }
    .c-content .c-content__changeover:before, .c-content .c-content__changeover:after {
      content: "";
      display: table; }
    .c-content .c-content__changeover:after {
      clear: both; }
    .c-content .c-content__changeover .c-content__changeover__item {
      display: block;
      float: left; }
      .c-content .c-content__changeover .c-content__changeover__item a {
        display: block;
        padding: 4px 8px;
        text-align: center;
        font-weight: bold;
        margin-left: 0;
        font-size: 12px; }
        .c-content .c-content__changeover .c-content__changeover__item a:hover {
          opacity: 1; }
      .c-content .c-content__changeover .c-content__changeover__item:not(:first-child) {
        margin-left: 1px; }
      .c-content .c-content__changeover .c-content__changeover__item:nth-child(1) a {
        border-radius: 8px 0 0 8px; }
      .c-content .c-content__changeover .c-content__changeover__item:last-child a {
        border-radius: 0 8px 8px 0; }
  .c-content .c-content__separator {
    display: block;
    float: left;
    border: none;
    border-left: 1px solid;
    height: 20px;
    margin: 0 10px; }
  .c-content .c-content__more {
    margin-bottom: 24px; }
    .c-content .c-content__more:before, .c-content .c-content__more:after {
      content: "";
      display: table; }
    .c-content .c-content__more:after {
      clear: both; }
    .c-content .c-content__more .c-content__more__text {
      font-size: 12px;
      display: block;
      line-height: 24px;
      font-weight: bold;
      float: right;
      padding: 0 8px;
      border-radius: 24px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .c-content .c-content__more .c-content__more__text:hover {
        opacity: 0.88; }
      .c-content .c-content__more .c-content__more__text:after {
        display: none; }

.c-content__more {
  margin-bottom: 24px; }
  .c-content__more:before, .c-content__more:after {
    content: "";
    display: table; }
  .c-content__more:after {
    clear: both; }
  .c-content__more .c-content__more__text {
    font-size: 12px;
    display: block;
    line-height: 24px;
    font-weight: bold;
    float: right;
    padding: 0 8px;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .c-content__more .c-content__more__text:hover {
      opacity: 0.88; }
    .c-content__more .c-content__more__text:after {
      display: none; }

.p-spotlightWrapper .p-spotlightWrapperBg {
  box-shadow: none; }

.p-spotlightWrapper .p-spotlightWrapperInner {
  width: 766px; }

.c-breadcrumblist--bottomSpace {
  margin-bottom: 48px; }

.p-user {
  margin-top: 0;
  margin-bottom: 24px;
  width: calc(100% + 8px); }
  .p-user .p-user__tab {
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input {
      background: none;
      font-size: 14px;
      font-weight: bold; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content textarea {
      background: none;
      padding: 16px 16px 16px 0; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-content {
    width: 100%;
    max-width: 984px;
    min-width: 640px;
    border-radius: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: none;
    display: table;
    padding: 22px 0;
    margin-top: 32px; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content, .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content-top, .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content-last {
    width: 100%;
    max-width: 984px;
    min-width: 640px;
    border-radius: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: none;
    display: table;
    padding: 22px 0; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content-top {
    margin-top: 32px; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content-last {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 60px; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-title {
    padding: 0 14px;
    min-width: 150px; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-account {
    padding-left: 29px;
    width: 100%;
    max-width: 720px; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-account__linked {
    padding-left: 29px;
    width: 100%;
    max-width: 720px; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-account__reload span {
    padding: 5px 0 5px 40px;
    background: url(../../images/icon_reload.svg) left center;
    background-repeat: no-repeat;
    background-size: 30px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-account__reload span:hover {
      opacity: 0.88; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-button {
    padding-right: 20px;
    min-width: 80px;
    font-weight: bold; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-button .p-user__profile__list__twitter-button__connect {
      padding: 10px 12px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer;
      border-radius: 16px;
      background: rgba(255, 197, 17, 0.9); }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-button .p-user__profile__list__twitter-button__connect:hover {
        opacity: 0.88; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-button .p-user__profile__list__twitter-button__disconnect {
      padding: 10px 12px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.2); }
      .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-button .p-user__profile__list__twitter-button__disconnect:hover {
        opacity: 0.88; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    -webkit-appearance: none !important; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input {
      background: none;
      font-size: 14px; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__button .p-user__profile__list__button__save {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__button .p-user__profile__list__button__save:hover {
      opacity: 0.88; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__profile__button .p-user__profile__list__profile__button__save {
    text-align: center;
    padding: 0; }
  .p-user .p-user__img {
    margin-bottom: 32px; }
    .p-user .p-user__img.setup {
      cursor: pointer;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .p-user .p-user__img.setup:hover {
        opacity: 0.88; }

.p-profile .p-profile__pointLog .p-profile__pointLog__balance__box {
  background: rgba(0, 0, 0, 0.1);
  width: auto; }
  .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box:before, .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box:after {
    content: "";
    display: table; }
  .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box:after {
    clear: both; }
  .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__value {
    width: auto; }

.p-profile .p-profile__profileSetting .p-prifile__button__save {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }
  .p-profile .p-profile__profileSetting .p-prifile__button__save:hover {
    opacity: 0.88; }

.c-content .c-content__selector {
  padding-top: 0;
  height: auto; }
  .c-content .c-content__selector .c-content__selector__text {
    float: left;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 4px 8px;
    margin: 0;
    margin-left: 1px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .c-content .c-content__selector .c-content__selector__text:hover {
      opacity: 0.88; }
    .c-content .c-content__selector .c-content__selector__text:first-child {
      border-radius: 8px 0 0 8px; }
    .c-content .c-content__selector .c-content__selector__text:last-child {
      border-radius: 0 8px 8px 0; }

.c-header__modal {
  top: -56px;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 64px; }
  .c-header__modal .c-header__modal__content {
    background: rgba(0, 0, 0, 0.9);
    border-radius: 16px; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__menu {
      box-shadow: none; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__close {
      top: 24px;
      right: 24px; }

.c-toast {
  position: relative;
  background: none;
  border: 1px solid rgba(255, 197, 17, 0.9);
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  height: auto;
  min-height: 38px;
  min-width: auto; }
  .c-toast:before, .c-toast:after {
    content: "";
    display: table; }
  .c-toast:after {
    clear: both; }
  .c-toast.p-reduceSpotlight {
    margin-top: 5px;
    margin-bottom: 30px; }
    .c-toast.p-reduceSpotlight .c-toast__content {
      text-align: center; }
  .c-toast .c-toast__closeBt__box {
    position: absolute;
    top: 0;
    right: 0 !important;
    cursor: pointer;
    height: 100%;
    width: 38px;
    display: block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    background: url(../../images/201804__renewal/yellow_batsu.png) center center;
    background-repeat: no-repeat;
    background-size: 12px; }
    .c-toast .c-toast__closeBt__box:hover {
      opacity: 0.88; }
    .c-toast .c-toast__closeBt__box .c-toast__closeBt {
      display: none; }
  .c-toast .c-toast__closeBt {
    position: absolute;
    top: 20px;
    right: 10px;
    background-image: url(../../images/v5/sprite_v5.png?t=2019040802);
    background-repeat: no-repeat;
    background-size: 383px 240px;
    background-position: -298px -85px;
    content: " ";
    display: inline-block;
    width: 14px;
    height: 13px;
    vertical-align: middle;
    z-index: 1;
    cursor: pointer; }
  .c-toast .c-toast__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    background: rgba(0, 0, 0, 0.1);
    padding: 11px 0;
    -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;
    margin-left: 10px;
    margin-right: 38px; }
    .c-toast .c-toast__content .c-toast__content__text {
      margin-right: 10px;
      font-size: 14px;
      font-weight: bold;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .c-toast .c-toast__content .c-toast__content__text:hover {
        opacity: 0.88; }
    .c-toast .c-toast__content .c-toast__content__link {
      min-width: 76px;
      font-size: 12px;
      font-weight: bold;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .c-toast .c-toast__content .c-toast__content__link:hover {
        opacity: 0.88; }
      .c-toast .c-toast__content .c-toast__content__link:after {
        background: url(../../images/201804__renewal/kiiro.png) center center;
        background-repeat: no-repeat;
        background-size: 8px 12px;
        content: " ";
        display: inline-block;
        width: 8px;
        height: 12px;
        margin-bottom: 1px;
        vertical-align: -0.2em;
        margin-left: 8px; }

div.ad-container {
  height: 232px; }

.p-premium {
  margin-top: 0; }
  .p-premium .p-premium__landing__main {
    margin-top: 0; }
  .p-premium .p-premium__landingBtn.top {
    top: 346px; }

.p-creators .p-creators__landing__main {
  margin-top: -16px; }

.p-subscription {
  margin-top: -72px; }

.c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__desc a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }
  .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__desc a:hover {
    opacity: 0.88; }

.lightBg .c-siteWrapperImage,
.lightBg .c-headerContent__leftItem--searchBox,
.lightBg .l-headerMain__content__notice,
.lightBg .l-headerMain__content__delivery {
  display: none; }

#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8 {
  position: relative; }

.u-line__separate:after {
  content: "|";
  display: inline-block;
  margin: 0 8px; }

.c-obj__topLoadingBar {
  top: 54px; }

.p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightButton--prev,
.p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightButton--next {
  display: block;
  width: 36px;
  height: 36px;
  background: #343434 url(../../images/201804__renewal/shiro_yajirushi_right.png) no-repeat 16px center;
  background-size: 8px;
  position: absolute;
  bottom: 41px;
  right: -16px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightButton--prev:hover,
  .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightButton--next:hover {
    opacity: 1; }

.p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightButton--prev {
  background: #343434 url(../../images/201804__renewal/shiro_yajirushi_left.png) no-repeat 13px center;
  background-size: 8px;
  left: -16px; }

.c-content .c-content__list__popularchannel {
  margin-right: 8px; }
  .c-content .c-content__list__popularchannel.is-rightItem {
    margin-right: 0 !important; }
  .c-content .c-content__list__popularchannel:nth-child(4n) {
    margin-right: 8px; }
  @media (max-width: 481px) {
    .c-content .c-content__list__popularchannel {
      width: calc((100% - 16px) / 2); } }
  .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link {
    background: none; }
    .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__rankingbg {
      display: none; }
    .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc {
      margin: 40px 0; }
      .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__name .u-officalmark {
        vertical-align: baseline; }
      .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__name .c-content__list__popularchannel__link__desc__name__text {
        font-weight: bold;
        font-size: 13px;
        max-width: 152px; }
      .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__mail {
        font-size: 11px; }
        .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__mail .c-content__list__popularchannel__link__desc__mail__text {
          font-size: 11px; }
    .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc__count .c-content__list__popularchannel__link__desc__count__text {
      font-weight: bold; }
      .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc__count .c-content__list__popularchannel__link__desc__count__text:before {
        display: none; }

.c-thumbnailVideo {
  margin-right: 8px;
  max-width: 210px;
  overflow: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: 238px; }
  @media (max-width: 490px) {
    .c-thumbnailVideo {
      max-width: none; } }
  .c-thumbnailVideo::-webkit-scrollbar {
    display: none; }
  .c-thumbnailVideo.is-rightItem {
    margin-right: 0 !important; }
  .c-thumbnailVideo:nth-child(4n) {
    margin-right: 8px; }
  .c-thumbnailVideo .c-thumbnailVideo__header__text {
    padding-top: 0; }
  .c-thumbnailVideo .c-thumbnailVideo__header__text__ellipsis__link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    .c-thumbnailVideo .c-thumbnailVideo__header__text__ellipsis__link:hover {
      opacity: 0.88; }
    .c-thumbnailVideo .c-thumbnailVideo__header__text__ellipsis__link:after {
      margin-left: 4px; }

.p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__desc .p-playbox__content__movie__list__item__box__desc__text {
  display: -webkit-box !important;
  display: -moz-box !important;
  word-wrap: break-word;
  word-break: break-all;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img {
  position: relative; }
  .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__time {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    right: 4px;
    bottom: 4px;
    padding: 0 4px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    border-radius: 2px;
    z-index: 3;
    font-weight: bold; }
  .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__live {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/201804__renewal/mark__live.png) no-repeat top left;
    background-size: 38px;
    width: 38px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    z-index: 3; }
    .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__live:before {
      display: none; }
  .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__comingup {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/201804__renewal/mark__comingup.png) no-repeat top left;
    background-size: 81px;
    width: 81px;
    height: 20px;
    z-index: 3; }
    .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__comingup:before {
      display: none; }
  .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__text__live__sp__broadcast,
  .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__text__archive__sp__broadcast {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 8px);
    font-size: 11px;
    height: 16px;
    padding-top: 4px;
    padding-left: 8px;
    z-index: 1;
    font-weight: bold;
    z-index: 2; }

.c-siteWrapper--top .c-thumbnailVideo__box__comingup {
  display: none; }

.c-siteWrapper--page {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, 'BlinkMacSystemFont', "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.p-spotlightWrapper {
  overflow: hidden; }
  .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a.p-spotlightMainItem:hover {
    opacity: 1; }
  .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a:hover {
    opacity: 1; }

.p-policy {
  position: relative; }

table.c-table01 tr {
  background: rgba(0, 0, 0, 0.2); }

table.c-table01 tr th {
  background: rgba(0, 0, 0, 0.2);
  width: 22%; }

#chatPopout .c-siteWrapper {
  padding-top: 0; }

.dashboardBg .select2-container--open .select2-dropdown--below {
  margin-top: 0; }

.p-mailConfirm .p-mailConfirm__success .p-mailConfirm__success__footer:before, .p-mailConfirm .p-mailConfirm__success .p-mailConfirm__success__footer:after {
  content: "";
  display: table; }

.p-mailConfirm .p-mailConfirm__success .p-mailConfirm__success__footer:after {
  clear: both; }

.p-mailConfirm .p-mailConfirm__success .p-mailConfirm__success__footer .p-mailConfirm__success__footer__policy {
  position: relative; }

.c-contents a:hover {
  opacity: 1; }

.c-contents a.c-content__list__popularlive__box, .c-contents a.c-content__list__delivery__box, .c-contents a.c-content__list__popularmovie__box, .c-contents a.c-content__list__populargame__box, .c-contents a.c-thumbnailVideo__box {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }
  .c-contents a.c-content__list__popularlive__box:hover, .c-contents a.c-content__list__delivery__box:hover, .c-contents a.c-content__list__popularmovie__box:hover, .c-contents a.c-content__list__populargame__box:hover, .c-contents a.c-thumbnailVideo__box:hover {
    opacity: 0.88; }
  .c-contents a.c-content__list__popularlive__box:hover img, .c-contents a.c-content__list__delivery__box:hover img, .c-contents a.c-content__list__popularmovie__box:hover img, .c-contents a.c-content__list__populargame__box:hover img, .c-contents a.c-thumbnailVideo__box:hover img {
    opacity: 1; }

.c-content .c-content__empty .c-content__empty__text {
  font-weight: bold; }

.p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.boxShadow {
  height: 400px;
  z-index: 2;
  background: url(../../images/v5/spotlight/gradation_shadow_spotlight.png) repeat-x top -80px left 0px; }

.back-gray--error-system {
  background: none; }

#containerBox .contentsMain .c-frame.isTitle .c-frame__content .c-frame__content__list li.c-frame__content__list__box.c-box__liveURL {
  display: table; }
  #containerBox .contentsMain .c-frame.isTitle .c-frame__content .c-frame__content__list li.c-frame__content__list__box.c-box__liveURL .c-frame__content__list__box__left {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.6;
    height: inherit;
    padding: 8px 16px; }
  #containerBox .contentsMain .c-frame.isTitle .c-frame__content .c-frame__content__list li.c-frame__content__list__box.c-box__liveURL .c-frame__content__list__box__right {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    #containerBox .contentsMain .c-frame.isTitle .c-frame__content .c-frame__content__list li.c-frame__content__list__box.c-box__liveURL .c-frame__content__list__box__right:hover {
      opacity: 0.88; }

.p-profile__gameAccount__wrapper {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid #333; }
  .p-profile__gameAccount__wrapper .p-profile__gameAccount {
    display: inline-block;
    height: 86px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 18px;
    overflow: hidden;
    vertical-align: top;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    height: 86px;
    width: calc(50% - 24px); }
    @media (max-width: 490px) {
      .p-profile__gameAccount__wrapper .p-profile__gameAccount {
        width: 100%; } }
    .p-profile__gameAccount__wrapper .p-profile__gameAccount:nth-child(even) {
      margin-right: 24px; }
    .p-profile__gameAccount__wrapper .p-profile__gameAccount .p-profile__gameAccount__arrow {
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .p-profile__gameAccount__wrapper .p-profile__gameAccount.is-accordion__open {
      height: 248px; }
      .p-profile__gameAccount__wrapper .p-profile__gameAccount.is-accordion__open .p-profile__gameAccount__arrow {
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .p-profile__gameAccount__wrapper .p-profile__gameAccount__content {
    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;
    cursor: pointer; }
  .p-profile__gameAccount__wrapper .p-profile__gameAccount__content &gt; div:last-child {
    margin-left: auto; }
  .p-profile__gameAccount__wrapper .p-profile__gameAccount img {
    height: 86px;
    margin-right: 16px; }
  .p-profile__gameAccount__wrapper .p-profile__gameAccount__unregistered,
  .p-profile__gameAccount__wrapper .p-profile__gameAccount__registered {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 10px;
    border-radius: 10px;
    margin-bottom: 4px; }
  .p-profile__gameAccount__wrapper .p-profile__gameAccount__unregistered {
    border: 1px solid #ffc511;
    padding: 3px 7px; }
  .p-profile__gameAccount__wrapper .p-profile__gameAccount__registered {
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.1); }
  .p-profile__gameAccount__wrapper .p-profile__gameAccount__gameTitle {
    font-size: 14px;
    margin-right: 26px; }
  .p-profile__gameAccount__wrapper .p-profile__gameAccount__arrow__wrapper {
    margin-right: 26px; }
  .p-profile__gameAccount__wrapper .p-profile__gameAccount__input__box {
    margin-left: 85px;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 22px; }
  .p-profile__gameAccount__wrapper .p-profile__gameAccount__input__text {
    font-size: 12px;
    opacity: 0.6;
    margin-bottom: 6px; }
  .p-profile__gameAccount__wrapper .p-profile__gameAccount__input {
    border: none;
    border-radius: 8px;
    width: calc(100% - 18px);
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 5px;
    font-size: 12px;
    height: 38px;
    padding-left: 12px; }
    .p-profile__gameAccount__wrapper .p-profile__gameAccount__input.error {
      border: 1px solid #ff4c11; }
  .p-profile__gameAccount__wrapper .p-profile__gameAccount__input__annotation {
    font-size: 10px;
    opacity: 0.7;
    margin-bottom: 16px; }
  .p-profile__gameAccount__wrapper .p-profile__gameAccount__input__button_wrapper {
    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; }
  .p-profile__gameAccount__wrapper .p-profile__gameAccount__input__button {
    margin-right: 12px;
    padding: 0 11px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    cursor: pointer;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    height: 36px;
    line-height: 36px;
    border-radius: 36px; }
    .p-profile__gameAccount__wrapper .p-profile__gameAccount__input__button:hover {
      opacity: 0.9; }

/*
$client--sm: 400px;
$client--md: 768px;
$client--lg: 1000px;
$client--xl: 1200px;
$client--max: 1449px;

$width--sm: $client--sm - ($mg-x2 * 2);
$width--md: $client--md - ($mg-x4 * 2);
$width--lg: $client--lg - ($mg-x4 * 2);
$width--xl: $client--xl - ($mg-x4 * 2);
$width--max: $client--max;

:root {
  --main-bg-color: brown;
  --width--sm: $width--sm;
  --width--md: $width--md;
  --width--lg: $width--lg;
  --width--xl: $width--xl;
  --width--max: $width--max;
}
*/
.c-headerWrapper .c-headerContent {
  margin-left: 16px;
  margin-right: 16px; }
  @media screen and (min-width: 1449px) {
    .c-headerWrapper .c-headerContent {
      margin-left: 16px;
      margin-right: 16px; } }
  @media screen and (min-width: 1000px) {
    .c-headerWrapper .c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--menu {
      display: none; } }
  @media screen and (max-width: 640px) {
    .c-headerWrapper .c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--searchBox,
    .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox {
      display: none; } }
  @media screen and (max-width: 1000px) {
    .c-headerWrapper .c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--searchBox,
    .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox {
      width: 240px; } }
  .c-headerWrapper .c-headerContent .c-headerContent__rightItem .p-toggleTheme {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .c-headerWrapper .c-headerContent .c-headerContent__rightItem .p-toggleTheme.isLogin {
        display: none; } }
    @media screen and (max-width: 480px) {
      .c-headerWrapper .c-headerContent .c-headerContent__rightItem .p-toggleTheme:not(.isLogin) {
        display: none; } }
  @media screen and (max-width: 1200px) {
    .c-headerWrapper .c-headerContent .l-headerMain__content__upgrade {
      display: none; } }

.l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent p {
  display: -webkit-box !important;
  display: -moz-box !important;
  word-wrap: break-word;
  word-break: break-all;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.c-mainWrapper .c-main,
.c-mainWrapper .p-spotlightWrapper {
  width: inherit; }
  @media screen and (min-width: 1449px) {
    .c-mainWrapper .c-main,
    .c-mainWrapper .p-spotlightWrapper {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .c-mainWrapper .c-main .c-thumbnailList__wrapper--spotlight,
  .c-mainWrapper .p-spotlightWrapper .c-thumbnailList__wrapper--spotlight {
    width: inherit;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 400px) {
      .c-mainWrapper .c-main .c-thumbnailList__wrapper--spotlight,
      .c-mainWrapper .p-spotlightWrapper .c-thumbnailList__wrapper--spotlight {
        margin-top: 160px; } }
    @media screen and (min-width: 768px) {
      .c-mainWrapper .c-main .c-thumbnailList__wrapper--spotlight,
      .c-mainWrapper .p-spotlightWrapper .c-thumbnailList__wrapper--spotlight {
        margin-top: 160px; } }
    @media screen and (min-width: 1000px) {
      .c-mainWrapper .c-main .c-thumbnailList__wrapper--spotlight,
      .c-mainWrapper .p-spotlightWrapper .c-thumbnailList__wrapper--spotlight {
        width: 766px;
        margin-top: 0; } }
    @media screen and (min-width: 1200px) {
      .c-mainWrapper .c-main .c-thumbnailList__wrapper--spotlight,
      .c-mainWrapper .p-spotlightWrapper .c-thumbnailList__wrapper--spotlight {
        width: 766px;
        margin-top: 0; } }
    @media screen and (min-width: 1200px) {
      .c-mainWrapper .c-main .c-thumbnailList__wrapper--spotlight,
      .c-mainWrapper .p-spotlightWrapper .c-thumbnailList__wrapper--spotlight {
        width: 766px;
        margin-top: 0; } }
  .c-mainWrapper .c-main .p-spotlight-mainInner,
  .c-mainWrapper .c-main .c-mainInner,
  .c-mainWrapper .p-spotlightWrapper .p-spotlight-mainInner,
  .c-mainWrapper .p-spotlightWrapper .c-mainInner {
    margin-left: 16px;
    margin-right: 16px; }
    @media screen and (min-width: 768px) {
      .c-mainWrapper .c-main .p-spotlight-mainInner,
      .c-mainWrapper .c-main .c-mainInner,
      .c-mainWrapper .p-spotlightWrapper .p-spotlight-mainInner,
      .c-mainWrapper .p-spotlightWrapper .c-mainInner {
        margin-left: 24px;
        margin-right: 24px; } }
    @media screen and (min-width: 1000px) {
      .c-mainWrapper .c-main .p-spotlight-mainInner,
      .c-mainWrapper .c-main .c-mainInner,
      .c-mainWrapper .p-spotlightWrapper .p-spotlight-mainInner,
      .c-mainWrapper .p-spotlightWrapper .c-mainInner {
        margin-left: 32px;
        margin-right: 32px; } }
    @media screen and (min-width: 1200px) {
      .c-mainWrapper .c-main .p-spotlight-mainInner,
      .c-mainWrapper .c-main .c-mainInner,
      .c-mainWrapper .p-spotlightWrapper .p-spotlight-mainInner,
      .c-mainWrapper .p-spotlightWrapper .c-mainInner {
        margin-left: 40px;
        margin-right: 40px; } }
    @media screen and (min-width: 1449px) {
      .c-mainWrapper .c-main .p-spotlight-mainInner,
      .c-mainWrapper .c-main .c-mainInner,
      .c-mainWrapper .p-spotlightWrapper .p-spotlight-mainInner,
      .c-mainWrapper .p-spotlightWrapper .c-mainInner {
        margin-left: 72px;
        margin-right: 72px; } }
  @media screen and (max-width: 1000px) {
    .c-mainWrapper .c-main .l-container__main__row__left,
    .c-mainWrapper .c-main .p-top__content__left,
    .c-mainWrapper .p-spotlightWrapper .l-container__main__row__left,
    .c-mainWrapper .p-spotlightWrapper .p-top__content__left {
      left: -240px; } }
  @media screen and (max-width: 1000px) {
    .c-mainWrapper .c-main .l-container__main__row__right,
    .c-mainWrapper .c-main .c-mainContents,
    .c-mainWrapper .p-spotlightWrapper .l-container__main__row__right,
    .c-mainWrapper .p-spotlightWrapper .c-mainContents {
      margin-left: 0;
      padding-left: 0; } }

.l-container .l-container__main {
  margin-left: 16px;
  margin-right: 16px; }
  @media screen and (min-width: 768px) {
    .l-container .l-container__main {
      margin-left: 24px;
      margin-right: 24px; } }
  @media screen and (min-width: 1000px) {
    .l-container .l-container__main {
      margin-left: 32px;
      margin-right: 32px; } }
  @media screen and (min-width: 1200px) {
    .l-container .l-container__main {
      margin-left: 40px;
      margin-right: 40px; } }
  @media screen and (min-width: 1449px) {
    .l-container .l-container__main {
      margin-left: 72px;
      margin-right: 72px; } }

@media screen and (max-width: 1000px) {
  .p-top__content__left,
  .l-container__main__row__left,
  .c-global .c-global__menu {
    background: #111111 !important; } }

@media screen and (max-width: 1000px) {
  .u-show__overLg {
    display: none; } }

@media screen and (max-width: 768px) {
  .u-show__overMd {
    display: none; } }

.dashboardBg .l-content.dashboard {
  min-width: 960px; }

.p-dashboard .p-dashboard__content .c-frame,
.p-dashboard .p-dashboard__content .c-frameTwo,
.p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox,
.p-dashboard .p-dashboard__content .c-movie-container,
.p-dashboard .p-dashboard__content .p-dashboard__content__frame,
.p-dashboard .p-dashboard__content .p-dashboard__content__box,
.p-dashboard .p-dashboard__content .c-dashboard__content__area {
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px; }
  @media screen and (min-width: 768px) {
    .p-dashboard .p-dashboard__content .c-frame,
    .p-dashboard .p-dashboard__content .c-frameTwo,
    .p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox,
    .p-dashboard .p-dashboard__content .c-movie-container,
    .p-dashboard .p-dashboard__content .p-dashboard__content__frame,
    .p-dashboard .p-dashboard__content .p-dashboard__content__box,
    .p-dashboard .p-dashboard__content .c-dashboard__content__area {
      margin-top: 24px;
      margin-left: 24px;
      margin-right: 24px; } }
  @media screen and (min-width: 1000px) {
    .p-dashboard .p-dashboard__content .c-frame,
    .p-dashboard .p-dashboard__content .c-frameTwo,
    .p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox,
    .p-dashboard .p-dashboard__content .c-movie-container,
    .p-dashboard .p-dashboard__content .p-dashboard__content__frame,
    .p-dashboard .p-dashboard__content .p-dashboard__content__box,
    .p-dashboard .p-dashboard__content .c-dashboard__content__area {
      margin-top: 32px;
      margin-left: 32px;
      margin-right: 32px; } }
  @media screen and (min-width: 1200px) {
    .p-dashboard .p-dashboard__content .c-frame,
    .p-dashboard .p-dashboard__content .c-frameTwo,
    .p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox,
    .p-dashboard .p-dashboard__content .c-movie-container,
    .p-dashboard .p-dashboard__content .p-dashboard__content__frame,
    .p-dashboard .p-dashboard__content .p-dashboard__content__box,
    .p-dashboard .p-dashboard__content .c-dashboard__content__area {
      margin-top: 40px;
      margin-left: 40px;
      margin-right: 40px; } }
  @media screen and (min-width: 1449px) {
    .p-dashboard .p-dashboard__content .c-frame,
    .p-dashboard .p-dashboard__content .c-frameTwo,
    .p-dashboard .p-dashboard__content .c-frameTwo.scheduleBox,
    .p-dashboard .p-dashboard__content .c-movie-container,
    .p-dashboard .p-dashboard__content .p-dashboard__content__frame,
    .p-dashboard .p-dashboard__content .p-dashboard__content__box,
    .p-dashboard .p-dashboard__content .c-dashboard__content__area {
      margin-left: 72px;
      margin-right: 72px; } }

#containerBox .contentsMain .c-frame,
#containerBox .contentsMain .c-frameTwo,
#containerBox .contentsMain .p-dashboard__content__frame,
#containerBox .contentsMain .c-frameTwo.scheduleBox,
#containerBox .contentsMain .c-dashboard__content__area {
  margin-left: 16px;
  margin-right: 16px; }
  @media screen and (min-width: 768px) {
    #containerBox .contentsMain .c-frame,
    #containerBox .contentsMain .c-frameTwo,
    #containerBox .contentsMain .p-dashboard__content__frame,
    #containerBox .contentsMain .c-frameTwo.scheduleBox,
    #containerBox .contentsMain .c-dashboard__content__area {
      margin-left: 24px;
      margin-right: 24px; } }
  @media screen and (min-width: 1000px) {
    #containerBox .contentsMain .c-frame,
    #containerBox .contentsMain .c-frameTwo,
    #containerBox .contentsMain .p-dashboard__content__frame,
    #containerBox .contentsMain .c-frameTwo.scheduleBox,
    #containerBox .contentsMain .c-dashboard__content__area {
      margin-left: 32px;
      margin-right: 32px; } }
  @media screen and (min-width: 1200px) {
    #containerBox .contentsMain .c-frame,
    #containerBox .contentsMain .c-frameTwo,
    #containerBox .contentsMain .p-dashboard__content__frame,
    #containerBox .contentsMain .c-frameTwo.scheduleBox,
    #containerBox .contentsMain .c-dashboard__content__area {
      margin-left: 40px;
      margin-right: 40px; } }
  @media screen and (min-width: 1449px) {
    #containerBox .contentsMain .c-frame,
    #containerBox .contentsMain .c-frameTwo,
    #containerBox .contentsMain .p-dashboard__content__frame,
    #containerBox .contentsMain .c-frameTwo.scheduleBox,
    #containerBox .contentsMain .c-dashboard__content__area {
      margin-left: 72px;
      margin-right: 72px; } }

#containerBox .contentsMain .c-frame.isTitle .c-frame__content .c-frame__content__list li.c-frame__content__list__box.c-box__liveURL .c-frame__content__list__box__left {
  height: inherit; }
  @media screen and (max-width: 1524px) {
    #containerBox .contentsMain .c-frame.isTitle .c-frame__content .c-frame__content__list li.c-frame__content__list__box.c-box__liveURL .c-frame__content__list__box__left {
      height: 40px; } }

@media screen and (max-width: 768px) {
  .p-user {
    width: 100%; } }

@media screen and (max-width: 768px) {
  .p-profile__gameId {
    display: block;
    width: 100%; } }

.c-header__modal .c-header__modal__content {
  width: 33.6rem;
  padding: 4.8rem 7.4rem; }
  .c-header__modal .c-header__modal__content.wide {
    width: 44.6rem;
    padding: 4.8rem 2.4rem; }

.c-header__modal__content__footer {
  margin-right: -7.4rem;
  margin-bottom: -4.8rem;
  margin-left: -7.4rem;
  padding: 2rem 7.4rem; }

.c-login__page .c-login__page__content {
  width: 33.6rem;
  padding: 4.8rem 7.4rem; }

@media screen and (max-width: 768px) {
  .c-header__modal .c-header__modal__content {
    width: 25.4rem;
    padding: 3.2rem 2rem; }
    .c-header__modal .c-header__modal__content.wide {
      width: 25.4rem;
      padding: 3.2rem 2rem; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box .c-header__modal__content__menu__other__box__registration,
    .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box .c-header__modal__content__menu__other__box__login {
      padding: 0px 1.6rem; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account {
      width: inherit;
      margin-left: 0; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account .c-header__modal__content__premiumCancel__account__buttonIphone {
        margin-right: 0;
        margin-bottom: 16px; }
  .c-header__modal__content__footer {
    margin-right: -2rem;
    margin-bottom: -3.2rem;
    margin-left: -2rem;
    padding: 1rem 2rem; }
  .c-login__page .c-login__page__content {
    width: 25.4rem;
    padding: 3.2rem 2rem; } }

/*
 * -----------------------------------------------------------------
 * Color Theme Skin
 * -----------------------------------------------------------------
 */
/**
 * --or_color_[color-category](_[index])
 */
/**
* カラーテーブル内の定義色を取得する文字列を取得する
* @param $socialName ソーシャルの名前
* @param $colorName 色の名前
* @return CSSの色を取得する文字列
*/
/**
* カラーテーブル内の任意のテーマの色を取得する文字列を取得する
* @param $name テーマの色の名前
* @param $theme テーマ文字列
* @return CSSのテーマの色を取得する文字列
*/
/**
* カラーテーブル内のソーシャルの色を取得する文字列を取得する
* @param $socialName ソーシャルの名前
* @param $colorName 色の名前
* @return CSSの色を取得する文字列
*/
/**
* カラーテーブル内のソーシャルの色を取得する文字列を取得する
* @param $theme テーマ文字列
* @return CSSの色を取得する文字列
*/
a,
*[role="button"],
*[class^="js-btn"] {
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: cubic-bezier(0.25, 0.8, 0.25, 1); }
  a:hover,
  *[role="button"]:hover,
  *[class^="js-btn"]:hover {
    opacity: .88; }

input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-transition: 9999999999s;
  transition: 9999999999s; }

button {
  padding: 0;
  cursor: pointer; }

body {
  font-size: 1.2em; }
  body .c-siteWrapperImage {
    background-image: none !important; }

.c-headerWrapper {
  color: inherit;
  height: 55px;
  border-bottom: 0.1rem solid #fff; }
  .c-headerWrapper .c-headerContent__menuIcon {
    border: 0;
    background: none;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    padding-top: 1px; }
  .c-headerWrapper .c-globalNavi__wrapper {
    background-color: inherit;
    color: inherit; }
    .c-headerWrapper .c-globalNavi__wrapper .c-globalNavi__inner .c-globalNavi__menuWrapper .c-globalNavi__menuIcon span {
      background-color: inherit; }

.l-headerMain__content__delivery .l-headerMain__content__delivery__box:hover .l-headerMain__content__delivery__box__text, .l-headerMain__content__delivery .l-headerMain__content__delivery__box.selected .l-headerMain__content__delivery__box__text {
  color: inherit;
  -webkit-transition: none;
  transition: none; }
  .l-headerMain__content__delivery .l-headerMain__content__delivery__box:hover .l-headerMain__content__delivery__box__text.l-headerMain__content__delivery__box__text--broadcast, .l-headerMain__content__delivery .l-headerMain__content__delivery__box.selected .l-headerMain__content__delivery__box__text.l-headerMain__content__delivery__box__text--broadcast {
    text-indent: -9999px;
    display: block;
    width: 24px;
    height: 24px; }

.l-headerMain__content__delivery .l-headerMain__content__delivery__box .c-icon__header__deliveryMenu {
  display: block;
  cursor: default;
  width: 24px;
  height: 24px; }
  .l-headerMain__content__delivery .l-headerMain__content__delivery__box .c-icon__header__deliveryMenu.clickable {
    cursor: pointer; }

.l-headerMain__content__delivery.selected {
  background-color: inherit; }

.l-headerMain__content__notice .l-headerMain__content__notice__box__badge {
  right: -2px; }

.l-headerMain__content__notice .l-headerMain__content__notice__box .c-icon__header__noticeMenu {
  display: block;
  width: 24px;
  height: 24px; }

.l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__dashboard a,
.l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__live a,
.l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__upload a {
  color: inherit; }
  .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__dashboard a:hover,
  .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__live a:hover,
  .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__upload a:hover {
    background-color: inherit; }

.l-headerMain__content__pf {
  width: 32px; }
  .l-headerMain__content__pf .l-headerMain__content__pf__box .l-headerMain__content__pf__box__name {
    color: inherit; }
  .l-headerMain__content__pf .l-headerMain__content__pf__box .l-headerMain__content__pf__box__Icon {
    display: none;
    background-image: none; }
    .l-headerMain__content__pf .l-headerMain__content__pf__box .l-headerMain__content__pf__box__Icon.selected {
      display: none;
      background-image: none; }
  .l-headerMain__content__pf.selected {
    background-color: inherit; }

.l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon a,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon p,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage a,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage p,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup a,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup p,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard a,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard p,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting a,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting p,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium a,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium p,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage a,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage p,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge a,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge p,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__news a,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__news p,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout a,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout p,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile a,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile p,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection a,
.l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection p {
  color: inherit; }
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon a:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon p:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage a:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage p:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup a:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup p:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard a:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard p:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting a:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting p:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium a:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium p:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage a:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage p:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge a:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge p:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news a:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news p:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout a:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout p:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile a:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile p:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection a:hover,
  .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection p:hover {
    color: inherit;
    background-color: inherit; }

.l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__myName {
  -webkit-transition: none;
  transition: none; }

.l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__myNameKey {
  color: inherit; }

.l-headerMain__content__upgrade .l-headerMain__content__upgrade__text {
  color: inherit;
  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;
  font-size: 1.2rem;
  line-clamp: 1.4;
  font-weight: bold; }
  .l-headerMain__content__upgrade .l-headerMain__content__upgrade__text svg {
    display: inline-block; }
  .l-headerMain__content__upgrade .l-headerMain__content__upgrade__text span {
    margin-left: .8rem; }

.l-headerMain__content__loginPc,
.l-headerMain__content__signupPc {
  color: inherit; }

.l-headerMain__content__box .l-headerMain__content__box__input {
  background-color: inherit;
  color: inherit; }
  .l-headerMain__content__box .l-headerMain__content__box__input:focus {
    background-color: inherit; }

.l-headerMain__content__box.selected {
  background-color: inherit; }

.l-container {
  min-height: calc(100vh - 56px - 16px); }
  .l-container .l-container__main .l-container__main__row .l-container__main__row__left a:not(.c-global__menu__upgrade__link) {
    -webkit-transition: none;
    transition: none; }
  .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents,
  .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content {
    border-color: inherit; }
    .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents a,
    .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content a {
      -webkit-transition: none;
      transition: none; }
    .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__title__filterBtn,
    .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__title__filterBtn {
      background-color: inherit; }
    .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__filter,
    .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__filter {
      background-color: inherit;
      border-color: inherit;
      box-shadow: none; }
      .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__filter .c-content__filter__list .c-content__filter__list__item li.isSelect,
      .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item li.isSelect {
        color: inherit; }
      .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__filter .c-content__filter__list .c-content__filter__list__item li.input_date input,
      .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item li.input_date input {
        background-color: inherit;
        color: inherit; }

.c-breadcrumblist li:after,
.c-breadcrumblist li a,
.c-breadcrumblist li p {
  color: inherit; }

.c-breadcrumblist li a:hover {
  color: inherit; }

.c-thumbnailVideo .c-thumbnailVideo__header .c-thumbnailVideo__header__text__ellipsis {
  color: inherit; }
  .c-thumbnailVideo .c-thumbnailVideo__header .c-thumbnailVideo__header__text__ellipsis.checkmark .c-thumbnailVideo__header__text__ellipsis__link {
    color: inherit; }

.c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__finish {
  background-color: inherit;
  color: inherit; }

.c-thumbnailVideo .c-thumbnailVideo__box__text__sp__live,
.c-thumbnailVideo .c-thumbnailVideo__box__text__sp__archive,
.c-thumbnailVideo .u-label__fromSP {
  background-color: inherit;
  color: inherit; }

.c-thumbnailVideo .u-label__time {
  background-color: inherit;
  color: inherit; }

.c-thumbnailVideo .c-thumbnailVideo__footer__totalCount,
.c-thumbnailVideo .c-thumbnailVideo__footer__liveCount {
  color: inherit; }

.c-thumbnailVideo .c-thumbnailVideo__footer__time {
  color: inherit; }

.c-thumbnailVideo .c-thumbnailVideo__footer__liveCount {
  color: inherit; }

.c-thumbnailVideo .c-thumbnailVideo__title {
  color: inherit; }
  .c-thumbnailVideo .c-thumbnailVideo__title .c-thumbnailVideo__title__text {
    color: inherit; }

.c-thumbnailVideo .c-thumbnailVideo__game {
  color: inherit; }
  .c-thumbnailVideo .c-thumbnailVideo__game:hover {
    color: inherit; }

.c-thumbnailVideo .c-thumbnailVideo__footer .c-thumbnailVideo__footer__reservation {
  color: inherit; }

.c-content .c-content__list__populargame .c-content__list__populargame__desc .c-content__list__populargame__desc__item {
  color: inherit; }

.c-content .c-content__title {
  color: inherit; }
  .c-content .c-content__title .c-content__title__filterBtn {
    color: inherit;
    background-color: inherit; }

.c-content .c-content__list__topic {
  background-color: inherit; }
  .c-content .c-content__list__topic .c-content__list__topic__link {
    box-shadow: none; }
    .c-content .c-content__list__topic .c-content__list__topic__link .c-content__list__topic__link__list__date {
      color: inherit; }
    .c-content .c-content__list__topic .c-content__list__topic__link .c-content__list__topic__link__list .c-content__list__topic__link__list__desc {
      color: inherit; }

.c-content .c-content__changeover .c-content__changeover__item a {
  background-color: inherit;
  color: inherit; }
  .c-content .c-content__changeover .c-content__changeover__item a:hover {
    background-color: inherit;
    color: inherit; }

.c-content .c-content__changeover .c-content__changeover__item.selected {
  color: inherit; }
  .c-content .c-content__changeover .c-content__changeover__item.selected a {
    color: inherit; }

.c-content .c-content__more .c-content__more__text {
  background-color: inherit;
  color: inherit; }
  .c-content .c-content__more .c-content__more__text:hover {
    background-color: inherit;
    color: inherit; }

.c-content__more .c-content__more__text {
  background-color: inherit;
  color: inherit; }
  .c-content__more .c-content__more__text:hover {
    background-color: inherit;
    color: inherit; }

.p-user .p-user__tab .p-user__tab__menu .p-user__tab__menu__item {
  color: inherit; }
  .p-user .p-user__tab .p-user__tab__menu .p-user__tab__menu__item:hover, .p-user .p-user__tab .p-user__tab__menu .p-user__tab__menu__item.selected {
    color: inherit;
    border-bottom-color: inherit; }

.p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content {
  border-color: inherit; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input {
    color: inherit; }
    .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input:focus {
      color: inherit; }

.p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-content {
  border-top-color: inherit;
  border-bottom-color: inherit; }

.p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content, .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content-top, .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content-last {
  border-top-color: inherit; }

.p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content-last {
  border-color: inherit; }

.p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-account {
  color: inherit; }

.p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-account__linked {
  color: inherit; }
  .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-account__linked span.empty_display_name {
    color: inherit; }

.p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-button .p-user__profile__list__twitter-button__connect {
  background-color: inherit;
  color: inherit; }

.p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-button .p-user__profile__list__twitter-button__disconnect {
  background-color: inherit;
  color: inherit; }

.p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset {
  border-color: inherit; }

.p-user .p-user__profile .p-user__profile__list .p-user__profile__list__button .p-user__profile__list__button__save {
  background-color: inherit;
  color: inherit; }

.p-user .p-user__profile .p-user__profile__list .p-user__profile__list__profile__button .p-user__profile__list__profile__button__save {
  background-color: inherit;
  color: inherit; }

.p-profile .p-profile__pointLog .p-profile__pointLog__balance__box {
  background-color: inherit; }

.c-content .c-content__selector .c-content__selector__text {
  color: inherit;
  background-color: inherit; }
  .c-content .c-content__selector .c-content__selector__text.selected {
    color: inherit; }

.c-header__modal {
  background-color: inherit; }
  .c-header__modal .c-header__modal__content {
    background-color: inherit; }
    .c-header__modal .c-header__modal__content .c-errorMsg {
      line-height: 1.8; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email,
    .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password,
    .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId,
    .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username,
    .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password {
      border-radius: 10rem; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email:before,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password:before,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId:before,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username:before,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password:before {
        background-image: none; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email.error:before,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password.error:before,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId.error:before,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username.error:before,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password.error:before {
        background-image: none; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email.error:after,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password.error:after,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId.error:after,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username.error:after,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password.error:after {
        background-image: none; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__email__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__channelId__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__username__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__email__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__channelId__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__username__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__email__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__channelId__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input,
      .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input {
        background-color: transparent;
        font-size: 1.4rem;
        font-weight: bold; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password {
      border-radius: 10rem; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password:before {
        background-image: none; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password.error:before {
        background-image: none; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password.error:after {
        background-image: none; }
      .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input {
        background-color: transparent; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.DescriptionTitle {
      background: inherit; }
    .c-header__modal .c-header__modal__content .c-header__modal__content__close {
      background: none;
      border: none; }

.c-toast {
  color: inherit;
  border-color: inherit; }
  .c-toast .c-toast__closeBt__box:hover {
    background-color: inherit; }
  .c-toast .c-toast__content {
    background-color: inherit; }
    .c-toast .c-toast__content .c-toast__content__text {
      color: inherit; }
    .c-toast .c-toast__content .c-toast__content__link {
      color: inherit; }

.p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightButton--prev:hover,
.p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightButton--next:hover {
  background-color: inherit; }

.c-content .c-content__list__popularchannel {
  background-color: inherit; }
  .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__name .c-content__list__popularchannel__link__desc__name__text {
    color: inherit; }
  .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__mail {
    color: inherit; }
  .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__playing {
    color: inherit; }

.c-thumbnailVideo .c-thumbnailVideo__header__text__ellipsis__link {
  color: inherit; }

.p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__desc .p-playbox__content__movie__list__item__box__desc__text {
  color: inherit; }

.p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__time {
  background-color: inherit;
  color: inherit; }

.p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__text__live__sp__broadcast,
.p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__text__archive__sp__broadcast {
  background-color: inherit;
  color: inherit; }

.c-siteWrapper--page {
  color: inherit; }

.c-siteWrapper--profile .l-container .c-profile__backGround .c-profile__backGround__imageBox .c-profile__backGround__image {
  background-color: none; }

.p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a.p-spotlightMainItem:link, .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a.p-spotlightMainItem:visited, .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a.p-spotlightMainItem:active {
  color: inherit; }

.p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a.p-spotlightMainItem:hover {
  color: inherit; }

.p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a:link, .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a:visited, .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a:active {
  color: inherit; }

.p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a:hover {
  color: inherit; }

.c-rankLabel {
  background-color: inherit; }

table.c-table01 tr th,
table.c-table01 tr {
  background-color: inherit; }

.c-content .c-content__empty .c-content__empty__text {
  color: inherit; }

.p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem,
.p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.subName {
  color: inherit; }

.p-profile__gameAccount__wrapper .p-profile__gameAccount {
  background-color: inherit; }

.p-profile__gameAccount__wrapper .p-profile__gameAccount__unregistered {
  border-color: inherit;
  color: inherit; }

.p-profile__gameAccount__wrapper .p-profile__gameAccount__registered {
  background-color: inherit; }

.p-profile__gameAccount__wrapper .p-profile__gameAccount__input__text {
  color: inherit; }

.p-profile__gameAccount__wrapper .p-profile__gameAccount__input {
  border-color: inherit;
  color: inherit; }
  .p-profile__gameAccount__wrapper .p-profile__gameAccount__input.error {
    border-color: inherit; }

.p-profile__gameAccount__wrapper .p-profile__gameAccount__input__annotation {
  color: inherit; }

.p-profile__gameAccount__wrapper .p-profile__gameAccount__input__button {
  background-color: inherit;
  color: inherit; }

.p-profile__gameAccount__wrapper .p-profile__gameAccount__input__clicked_text.error {
  color: inherit; }

.p-top__content__left,
.l-container__main__row__left,
.c-global .c-global__menu {
  background-color: inherit; }

.c-global .c-global__menu {
  background-color: inherit; }

.p-top__content__left::-webkit-scrollbar-thumb,
.l-container__main__row__left::-webkit-scrollbar-thumb {
  background-color: inherit; }

@media screen and (max-width: 1000px) {
  .l-container__main__row__left,
  .p-top__content__left {
    background-color: inherit; } }

.c-global .c-global__user,
.c-global .c-global__game {
  background-color: inherit;
  border-bottom-color: inherit; }
  .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__desc a,
  .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__desc a {
    color: inherit; }
  .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__text,
  .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__text {
    background-color: inherit;
    color: inherit; }
    .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__text.selected,
    .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__text.selected {
      color: inherit;
      background-color: inherit; }
  .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__icon,
  .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__icon {
    color: inherit;
    background-color: inherit; }
  .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text,
  .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text {
    background-color: inherit;
    color: inherit; }
    .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text.selected,
    .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text.selected {
      color: inherit;
      background-color: inherit; }
  .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup .c-global__user__profile__list__setup__text,
  .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup .c-global__user__profile__list__setup__text {
    color: inherit; }
    .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup .c-global__user__profile__list__setup__text:hover,
    .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup .c-global__user__profile__list__setup__text:hover {
      color: inherit; }
  .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message .c-global__user__profile__list__message__text,
  .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message .c-global__user__profile__list__message__text {
    color: inherit; }
  .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link,
  .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link {
    color: inherit; }
    .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link:hover,
    .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link:hover {
      color: inherit; }

.c-global .c-global__user .c-global__user__count {
  border-top-color: inherit; }
  .c-global .c-global__user .c-global__user__count .c-global__user__count__row .c-global__user__count__row__left {
    color: inherit; }
  .c-global .c-global__user .c-global__user__count .c-global__user__count__row .c-global__user__count__row__right {
    color: inherit; }

.c-global .c-global__game .c-global__game__count .c-global__game__count__row .c-global__game__count__row__left {
  color: inherit; }

.c-global .c-global__game .c-global__game__count .c-global__game__count__row .c-global__game__count__row__right {
  color: inherit; }

.c-global .c-global__game .c-global__game__profile .c-global__game__profile__more .c-global__game__profile__more__link {
  color: inherit; }

.c-global .c-global__menuGroup &gt; li {
  border-bottom-color: inherit; }
  .c-global .c-global__menuGroup &gt; li.c-global__menuGroup__others {
    border-bottom-color: none; }
  .c-global .c-global__menuGroup &gt; li .c-global__menuList li {
    position: relative; }
    .c-global .c-global__menuGroup &gt; li .c-global__menuList li a {
      -webkit-transition: none;
      transition: none; }
      .c-global .c-global__menuGroup &gt; li .c-global__menuList li a:hover {
        background-color: inherit;
        opacity: 1; }
      .c-global .c-global__menuGroup &gt; li .c-global__menuList li a.selected {
        background-image: none; }
      .c-global .c-global__menuGroup &gt; li .c-global__menuList li a .c-global__menuList__tag {
        background-color: inherit;
        color: inherit; }
  .c-global .c-global__menuGroup &gt; li .c-global__menu__upgrade .c-global__menu__upgrade__words {
    color: inherit; }
  .c-global .c-global__menuGroup &gt; li .c-global__menu__upgrade .c-global__menu__upgrade__link {
    background-color: inherit;
    color: inherit; }

.c-global .c-global__menuList li {
  position: relative; }
  .c-global .c-global__menuList li .c-global__menu__popular:hover,
  .c-global .c-global__menuList li .c-global__menu__event:hover,
  .c-global .c-global__menuList li .c-global__menu__ranking:hover,
  .c-global .c-global__menuList li .c-global__menu__movie:hover,
  .c-global .c-global__menuList li .c-global__menu__game:hover,
  .c-global .c-global__menuList li .c-global__menu__channel:hover,
  .c-global .c-global__menuList li .c-global__menu__topics:hover,
  .c-global .c-global__menuList li .c-global__menu__following:hover,
  .c-global .c-global__menuList li .c-global__menu__favorites:hover,
  .c-global .c-global__menuList li .c-global__menu__views-history:hover,
  .c-global .c-global__menuList li .c-global__menu__playlist:hover,
  .c-global .c-global__menuList li .c-global__menu__profile:hover,
  .c-global .c-global__menuList li .c-global__menu__user:hover,
  .c-global .c-global__menuList li .c-global__menu__point:hover,
  .c-global .c-global__menuList li .c-global__menu__setting:hover,
  .c-global .c-global__menuList li .c-global__menu__password:hover,
  .c-global .c-global__menuList li .c-global__menu__hints__and__tips:hover {
    background-color: inherit;
    color: inherit; }

.c-global__menu li,
.c-global__menuList li {
  position: relative; }
  .c-global__menu li a.selected + .c-global__menuList__arrow,
  .c-global__menuList li a.selected + .c-global__menuList__arrow {
    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; }
  .c-global__menu li .c-global__menuList__arrow,
  .c-global__menuList li .c-global__menuList__arrow {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.6rem;
    z-index: 10000; }

.c-global .c-global__menu__other .c-global__menu__other__menu li a:hover {
  color: inherit; }

.c-global .c-global__menu__other .c-global__menu__other__language {
  cursor: pointer; }
  .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__list {
    position: absolute;
    top: 2rem;
    left: 72px;
    background-color: inherit; }
  .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__text {
    font-size: 13px;
    color: inherit;
    font-weight: bold; }
    .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__text:after {
      background-image: none; }
    .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__text:before {
      display: none; }

.p-sidebar__team_leave {
  color: inherit; }

.p-sidebar__memberBox .p-sidebar__memberList li &gt; a:hover,
.p-sidebar__memberBox .p-sidebar__teamList li &gt; a:hover,
.p-sidebar__teamBox .p-sidebar__memberList li &gt; a:hover,
.p-sidebar__teamBox .p-sidebar__teamList li &gt; a:hover {
  background-color: inherit; }

.c-global__user__member__list__more {
  color: inherit; }
  .c-global__user__member__list__more:hover {
    color: inherit; }

.p-sidebar__border {
  border-top-color: inherit; }

.c-mainWrapper .p-spotlightWrapper .p-spotlightContent__playerWrapper {
  background-color: inherit; }

.c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem {
  background-color: inherit; }
  .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem.active img, .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem:hover img {
    border-color: inherit; }
  .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem.active:after, .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem:hover:after {
    border-bottom-color: inherit; }
  .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem:hover {
    background-color: inherit; }
    .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem:hover img {
      border-color: inherit; }
    .c-mainWrapper .p-spotlightWrapper .p-spotlightContent__thumbnailWrapper .p-spotlightContent__thumbnailList .p-spotlightContent__thumbnailItem:hover:after {
      border-bottom-color: inherit; }

.c-mainWrapper .c-main {
  color: inherit; }
  .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__text a {
    color: inherit; }
    .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__text a:hover {
      color: inherit; }
  .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__text.c-sectionTitle__text--yell {
    color: inherit; }
  .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__PopularTags a {
    background-color: inherit; }
    .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__PopularTags a:hover {
      background-color: inherit; }
  .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__rightButton {
    background-color: inherit;
    color: inherit; }

.p-recent-movies__item__count,
.p-recent-movies__item__game,
.p-recent-movies__item__title a {
  color: inherit; }

.p-top__yellRankingList,
.p-top__movieList,
.p-top__gameList,
.p-top__channelList,
.p-top__archiveLiveList,
.p-captureList {
  border-color: none; }
  .p-top__yellRankingList .p-top__yellRankingListItem.p-captureListItem__backgroud,
  .p-top__yellRankingList .p-top__movieListItem.p-captureListItem__backgroud,
  .p-top__yellRankingList .p-top__gameListItem.p-captureListItem__backgroud,
  .p-top__yellRankingList .p-top__channelListItem.p-captureListItem__backgroud,
  .p-top__yellRankingList .p-captureListItem.p-captureListItem__backgroud,
  .p-top__movieList .p-top__yellRankingListItem.p-captureListItem__backgroud,
  .p-top__movieList .p-top__movieListItem.p-captureListItem__backgroud,
  .p-top__movieList .p-top__gameListItem.p-captureListItem__backgroud,
  .p-top__movieList .p-top__channelListItem.p-captureListItem__backgroud,
  .p-top__movieList .p-captureListItem.p-captureListItem__backgroud,
  .p-top__gameList .p-top__yellRankingListItem.p-captureListItem__backgroud,
  .p-top__gameList .p-top__movieListItem.p-captureListItem__backgroud,
  .p-top__gameList .p-top__gameListItem.p-captureListItem__backgroud,
  .p-top__gameList .p-top__channelListItem.p-captureListItem__backgroud,
  .p-top__gameList .p-captureListItem.p-captureListItem__backgroud,
  .p-top__channelList .p-top__yellRankingListItem.p-captureListItem__backgroud,
  .p-top__channelList .p-top__movieListItem.p-captureListItem__backgroud,
  .p-top__channelList .p-top__gameListItem.p-captureListItem__backgroud,
  .p-top__channelList .p-top__channelListItem.p-captureListItem__backgroud,
  .p-top__channelList .p-captureListItem.p-captureListItem__backgroud,
  .p-top__archiveLiveList .p-top__yellRankingListItem.p-captureListItem__backgroud,
  .p-top__archiveLiveList .p-top__movieListItem.p-captureListItem__backgroud,
  .p-top__archiveLiveList .p-top__gameListItem.p-captureListItem__backgroud,
  .p-top__archiveLiveList .p-top__channelListItem.p-captureListItem__backgroud,
  .p-top__archiveLiveList .p-captureListItem.p-captureListItem__backgroud,
  .p-captureList .p-top__yellRankingListItem.p-captureListItem__backgroud,
  .p-captureList .p-top__movieListItem.p-captureListItem__backgroud,
  .p-captureList .p-top__gameListItem.p-captureListItem__backgroud,
  .p-captureList .p-top__channelListItem.p-captureListItem__backgroud,
  .p-captureList .p-captureListItem.p-captureListItem__backgroud {
    background-color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
  .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game {
    color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
  .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img {
    background-color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
  .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label {
    background-color: inherit;
    color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
  .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a {
    color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
  .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer {
    color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
  .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction {
    color: inherit; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
    .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span {
      background-color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__yellRankingList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__yellRankingList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__yellRankingList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__yellRankingList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__movieList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__movieList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__movieList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__movieList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__movieList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__gameList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__gameList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__gameList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__gameList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__gameList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__channelList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__channelList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__channelList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__channelList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__channelList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-top__archiveLiveList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-captureList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-captureList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-captureList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-captureList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
  .p-captureList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count {
    color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name {
    color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey {
    color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce {
    color: inherit; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount {
      color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
  .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
  .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
  .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
  .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
  .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
  .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail img,
  .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail img,
  .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
  .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
  .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
  .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
  .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
  .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
  .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
  .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
  .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail img,
  .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail img,
  .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
  .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
  .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
  .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
  .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
  .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
  .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
  .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
  .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail img,
  .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail img,
  .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
  .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
  .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
  .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
  .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
  .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
  .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
  .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
  .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail img,
  .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail img,
  .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail img,
  .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail img,
  .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
  .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
  .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
  .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
  .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
  .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
  .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
  .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
  .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
  .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail img,
  .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail img,
  .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img {
    background-color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
  .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
  .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
  .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP {
    background-color: inherit;
    color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
  .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
  .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
  .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time {
    background-color: inherit;
    color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__movieList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__movieList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__movieList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__movieList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__movieList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__movieList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__movieList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__movieList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__gameList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__gameList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__gameList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__gameList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__gameList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__gameList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__gameList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__gameList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__channelList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__channelList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__channelList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__channelList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__channelList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__channelList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__channelList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__channelList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
  .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
  .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
  .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
  .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
  .p-captureList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
  .p-captureList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
  .p-captureList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
  .p-captureList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
  .p-captureList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
  .p-captureList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
  .p-captureList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
  .p-captureList .p-captureListItem .p-top__gameListItem__title .u-specialmark {
    background-color: inherit;
    color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__title a,
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__title a,
  .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__title a,
  .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__title a,
  .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__title a,
  .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__title a,
  .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__title a,
  .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__title a,
  .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__title a,
  .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__title a,
  .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__title a,
  .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__title a,
  .p-top__movieList .p-top__movieListItem .p-top__movieListItem__title a,
  .p-top__movieList .p-top__movieListItem .p-top__gameListItem__title a,
  .p-top__movieList .p-top__gameListItem .p-top__movieListItem__title a,
  .p-top__movieList .p-top__gameListItem .p-top__gameListItem__title a,
  .p-top__movieList .p-top__channelListItem .p-top__movieListItem__title a,
  .p-top__movieList .p-top__channelListItem .p-top__gameListItem__title a,
  .p-top__movieList .p-captureListItem .p-top__movieListItem__title a,
  .p-top__movieList .p-captureListItem .p-top__gameListItem__title a,
  .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__title a,
  .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__title a,
  .p-top__gameList .p-top__movieListItem .p-top__movieListItem__title a,
  .p-top__gameList .p-top__movieListItem .p-top__gameListItem__title a,
  .p-top__gameList .p-top__gameListItem .p-top__movieListItem__title a,
  .p-top__gameList .p-top__gameListItem .p-top__gameListItem__title a,
  .p-top__gameList .p-top__channelListItem .p-top__movieListItem__title a,
  .p-top__gameList .p-top__channelListItem .p-top__gameListItem__title a,
  .p-top__gameList .p-captureListItem .p-top__movieListItem__title a,
  .p-top__gameList .p-captureListItem .p-top__gameListItem__title a,
  .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__title a,
  .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__title a,
  .p-top__channelList .p-top__movieListItem .p-top__movieListItem__title a,
  .p-top__channelList .p-top__movieListItem .p-top__gameListItem__title a,
  .p-top__channelList .p-top__gameListItem .p-top__movieListItem__title a,
  .p-top__channelList .p-top__gameListItem .p-top__gameListItem__title a,
  .p-top__channelList .p-top__channelListItem .p-top__movieListItem__title a,
  .p-top__channelList .p-top__channelListItem .p-top__gameListItem__title a,
  .p-top__channelList .p-captureListItem .p-top__movieListItem__title a,
  .p-top__channelList .p-captureListItem .p-top__gameListItem__title a,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__title a,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__title a,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__title a,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__title a,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__title a,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__title a,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__title a,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__title a,
  .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__title a,
  .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__title a,
  .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__title a,
  .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__title a,
  .p-captureList .p-top__movieListItem .p-top__movieListItem__title a,
  .p-captureList .p-top__movieListItem .p-top__gameListItem__title a,
  .p-captureList .p-top__gameListItem .p-top__movieListItem__title a,
  .p-captureList .p-top__gameListItem .p-top__gameListItem__title a,
  .p-captureList .p-top__channelListItem .p-top__movieListItem__title a,
  .p-captureList .p-top__channelListItem .p-top__gameListItem__title a,
  .p-captureList .p-captureListItem .p-top__movieListItem__title a,
  .p-captureList .p-captureListItem .p-top__gameListItem__title a {
    color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__game,
  .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__game,
  .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__game,
  .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__game,
  .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__game,
  .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__game,
  .p-top__movieList .p-top__movieListItem .p-top__movieListItem__game,
  .p-top__movieList .p-top__gameListItem .p-top__movieListItem__game,
  .p-top__movieList .p-top__channelListItem .p-top__movieListItem__game,
  .p-top__movieList .p-captureListItem .p-top__movieListItem__game,
  .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__game,
  .p-top__gameList .p-top__movieListItem .p-top__movieListItem__game,
  .p-top__gameList .p-top__gameListItem .p-top__movieListItem__game,
  .p-top__gameList .p-top__channelListItem .p-top__movieListItem__game,
  .p-top__gameList .p-captureListItem .p-top__movieListItem__game,
  .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__game,
  .p-top__channelList .p-top__movieListItem .p-top__movieListItem__game,
  .p-top__channelList .p-top__gameListItem .p-top__movieListItem__game,
  .p-top__channelList .p-top__channelListItem .p-top__movieListItem__game,
  .p-top__channelList .p-captureListItem .p-top__movieListItem__game,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__game,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__game,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__game,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__game,
  .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__game,
  .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__game,
  .p-captureList .p-top__movieListItem .p-top__movieListItem__game,
  .p-captureList .p-top__gameListItem .p-top__movieListItem__game,
  .p-captureList .p-top__channelListItem .p-top__movieListItem__game,
  .p-captureList .p-captureListItem .p-top__movieListItem__game {
    color: inherit; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
    .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__game a:hover,
    .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__game a:hover,
    .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__game a:hover,
    .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__game a:hover,
    .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
    .p-top__movieList .p-top__movieListItem .p-top__movieListItem__game a:hover,
    .p-top__movieList .p-top__gameListItem .p-top__movieListItem__game a:hover,
    .p-top__movieList .p-top__channelListItem .p-top__movieListItem__game a:hover,
    .p-top__movieList .p-captureListItem .p-top__movieListItem__game a:hover,
    .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
    .p-top__gameList .p-top__movieListItem .p-top__movieListItem__game a:hover,
    .p-top__gameList .p-top__gameListItem .p-top__movieListItem__game a:hover,
    .p-top__gameList .p-top__channelListItem .p-top__movieListItem__game a:hover,
    .p-top__gameList .p-captureListItem .p-top__movieListItem__game a:hover,
    .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
    .p-top__channelList .p-top__movieListItem .p-top__movieListItem__game a:hover,
    .p-top__channelList .p-top__gameListItem .p-top__movieListItem__game a:hover,
    .p-top__channelList .p-top__channelListItem .p-top__movieListItem__game a:hover,
    .p-top__channelList .p-captureListItem .p-top__movieListItem__game a:hover,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__game a:hover,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__game a:hover,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__game a:hover,
    .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__game a:hover,
    .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
    .p-captureList .p-top__movieListItem .p-top__movieListItem__game a:hover,
    .p-captureList .p-top__gameListItem .p-top__movieListItem__game a:hover,
    .p-captureList .p-top__channelListItem .p-top__movieListItem__game a:hover,
    .p-captureList .p-captureListItem .p-top__movieListItem__game a:hover {
      color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__count,
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__count,
  .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__count,
  .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__count,
  .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__count,
  .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__count,
  .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__count,
  .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__count,
  .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__count,
  .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__count,
  .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__count,
  .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__count,
  .p-top__movieList .p-top__movieListItem .p-top__movieListItem__count,
  .p-top__movieList .p-top__movieListItem .p-top__gameListItem__count,
  .p-top__movieList .p-top__gameListItem .p-top__movieListItem__count,
  .p-top__movieList .p-top__gameListItem .p-top__gameListItem__count,
  .p-top__movieList .p-top__channelListItem .p-top__movieListItem__count,
  .p-top__movieList .p-top__channelListItem .p-top__gameListItem__count,
  .p-top__movieList .p-captureListItem .p-top__movieListItem__count,
  .p-top__movieList .p-captureListItem .p-top__gameListItem__count,
  .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__count,
  .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__count,
  .p-top__gameList .p-top__movieListItem .p-top__movieListItem__count,
  .p-top__gameList .p-top__movieListItem .p-top__gameListItem__count,
  .p-top__gameList .p-top__gameListItem .p-top__movieListItem__count,
  .p-top__gameList .p-top__gameListItem .p-top__gameListItem__count,
  .p-top__gameList .p-top__channelListItem .p-top__movieListItem__count,
  .p-top__gameList .p-top__channelListItem .p-top__gameListItem__count,
  .p-top__gameList .p-captureListItem .p-top__movieListItem__count,
  .p-top__gameList .p-captureListItem .p-top__gameListItem__count,
  .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__count,
  .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__count,
  .p-top__channelList .p-top__movieListItem .p-top__movieListItem__count,
  .p-top__channelList .p-top__movieListItem .p-top__gameListItem__count,
  .p-top__channelList .p-top__gameListItem .p-top__movieListItem__count,
  .p-top__channelList .p-top__gameListItem .p-top__gameListItem__count,
  .p-top__channelList .p-top__channelListItem .p-top__movieListItem__count,
  .p-top__channelList .p-top__channelListItem .p-top__gameListItem__count,
  .p-top__channelList .p-captureListItem .p-top__movieListItem__count,
  .p-top__channelList .p-captureListItem .p-top__gameListItem__count,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__count,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__count,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__count,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__count,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__count,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__count,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__count,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__count,
  .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__count,
  .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__count,
  .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__count,
  .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__count,
  .p-captureList .p-top__movieListItem .p-top__movieListItem__count,
  .p-captureList .p-top__movieListItem .p-top__gameListItem__count,
  .p-captureList .p-top__gameListItem .p-top__movieListItem__count,
  .p-captureList .p-top__gameListItem .p-top__gameListItem__count,
  .p-captureList .p-top__channelListItem .p-top__movieListItem__count,
  .p-captureList .p-top__channelListItem .p-top__gameListItem__count,
  .p-captureList .p-captureListItem .p-top__movieListItem__count,
  .p-captureList .p-captureListItem .p-top__gameListItem__count {
    color: inherit; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__movieList .p-top__movieListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__movieList .p-top__movieListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__movieList .p-top__gameListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__movieList .p-top__gameListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__movieList .p-top__channelListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__movieList .p-top__channelListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__movieList .p-captureListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__movieList .p-captureListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__gameList .p-top__movieListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__gameList .p-top__movieListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__gameList .p-top__gameListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__gameList .p-top__gameListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__gameList .p-top__channelListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__gameList .p-top__channelListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__gameList .p-captureListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__gameList .p-captureListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__channelList .p-top__movieListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__channelList .p-top__movieListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__channelList .p-top__gameListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__channelList .p-top__gameListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__channelList .p-top__channelListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__channelList .p-top__channelListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__channelList .p-captureListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__channelList .p-captureListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-captureList .p-top__movieListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-captureList .p-top__movieListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-captureList .p-top__gameListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-captureList .p-top__gameListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-captureList .p-top__channelListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-captureList .p-top__channelListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count,
    .p-captureList .p-captureListItem .p-top__movieListItem__count .c-content__list__populargame__watch__count,
    .p-captureList .p-captureListItem .p-top__gameListItem__count .c-content__list__populargame__watch__count {
      color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__time,
  .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__time,
  .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__time,
  .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__time,
  .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__time,
  .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__time,
  .p-top__movieList .p-top__movieListItem .p-top__movieListItem__time,
  .p-top__movieList .p-top__gameListItem .p-top__movieListItem__time,
  .p-top__movieList .p-top__channelListItem .p-top__movieListItem__time,
  .p-top__movieList .p-captureListItem .p-top__movieListItem__time,
  .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__time,
  .p-top__gameList .p-top__movieListItem .p-top__movieListItem__time,
  .p-top__gameList .p-top__gameListItem .p-top__movieListItem__time,
  .p-top__gameList .p-top__channelListItem .p-top__movieListItem__time,
  .p-top__gameList .p-captureListItem .p-top__movieListItem__time,
  .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__time,
  .p-top__channelList .p-top__movieListItem .p-top__movieListItem__time,
  .p-top__channelList .p-top__gameListItem .p-top__movieListItem__time,
  .p-top__channelList .p-top__channelListItem .p-top__movieListItem__time,
  .p-top__channelList .p-captureListItem .p-top__movieListItem__time,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__time,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__time,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__time,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__time,
  .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__time,
  .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__time,
  .p-captureList .p-top__movieListItem .p-top__movieListItem__time,
  .p-captureList .p-top__gameListItem .p-top__movieListItem__time,
  .p-captureList .p-top__channelListItem .p-top__movieListItem__time,
  .p-captureList .p-captureListItem .p-top__movieListItem__time {
    color: inherit; }
    .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__movieList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__movieList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__movieList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__movieList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__gameList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__gameList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__gameList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__gameList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__channelList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__channelList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__channelList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__channelList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-captureList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-captureList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-captureList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
    .p-captureList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup {
      color: inherit;
      border-color: inherit; }
  .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
  .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
  .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
  .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
  .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__time__comingup a,
  .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
  .p-top__movieList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
  .p-top__movieList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
  .p-top__movieList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
  .p-top__movieList .p-captureListItem .p-top__movieListItem__time__comingup a,
  .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
  .p-top__gameList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
  .p-top__gameList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
  .p-top__gameList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
  .p-top__gameList .p-captureListItem .p-top__movieListItem__time__comingup a,
  .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
  .p-top__channelList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
  .p-top__channelList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
  .p-top__channelList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
  .p-top__channelList .p-captureListItem .p-top__movieListItem__time__comingup a,
  .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
  .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
  .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
  .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__time__comingup a,
  .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
  .p-captureList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
  .p-captureList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
  .p-captureList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
  .p-captureList .p-captureListItem .p-top__movieListItem__time__comingup a {
    color: inherit;
    border-color: inherit; }
  .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__info,
  .p-top__movieList .p-top__channelListItem .p-top__channelListItem__info,
  .p-top__gameList .p-top__channelListItem .p-top__channelListItem__info,
  .p-top__channelList .p-top__channelListItem .p-top__channelListItem__info,
  .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__info,
  .p-captureList .p-top__channelListItem .p-top__channelListItem__info {
    background-color: inherit; }
  .p-top__yellRankingList .p-top__recommendedCreator__movieListItem,
  .p-top__movieList .p-top__recommendedCreator__movieListItem,
  .p-top__gameList .p-top__recommendedCreator__movieListItem,
  .p-top__channelList .p-top__recommendedCreator__movieListItem,
  .p-top__archiveLiveList .p-top__recommendedCreator__movieListItem,
  .p-captureList .p-top__recommendedCreator__movieListItem {
    border-color: none; }

.p-top__movieList__wrapper {
  border-bottom-color: inherit; }

.c-thumbnailList__wrapper {
  border-bottom-color: inherit; }
  .c-thumbnailList__wrapper .c-thumbnailList__leftButton,
  .c-thumbnailList__wrapper .c-thumbnailList__rightButton {
    border: 0; }
  .c-thumbnailList__wrapper .c-thumbnailList__leftButton {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc .c-content__list__channel-ranks__link__desc__name .c-content__list__channel-ranks__link__desc__name__text {
    color: inherit; }

.c-thumbnailList__footer .c-thumbnailList__more:hover {
  background-color: inherit; }

.c-capturelList__footer .c-capturelList__more {
  background-color: inherit; }
  .c-capturelList__footer .c-capturelList__more:hover {
    background-color: inherit; }

.u-label__offline {
  background-color: inherit;
  color: inherit; }

.p-dashboard {
  min-height: calc(100vh - 55px); }
  .p-dashboard .p-dashboard__sidemenu a,
  .p-dashboard .p-dashboard__sidemenu p {
    color: #a0a0a0; }
    .p-dashboard .p-dashboard__sidemenu a.selected,
    .p-dashboard .p-dashboard__sidemenu p.selected {
      color: #fff; }

.p-dashboard__sidemenu {
  min-height: calc(100vh - 55px); }

.p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__btn .p-billingBtn1 {
  background-color: none; }

body.lightBg .c-headerWrapper {
  background-color: #fff; }
  body.lightBg .c-headerWrapper .c-headerContent__leftItem.c-headerContent__leftItem--menu {
    display: none !important; }

body.lightBg .l-headerMain__content__usermenu {
  background-color: #fff; }

body.lightBg .c-main,
body.lightBg .c-siteWrapper {
  background-image: none; }

body.lightBg .v7.c-headerWrapper {
  border-color: #333; }

body.lightBg .v7 .c-header__modal__content__footer {
  background-color: #f3f2f8 !important; }
  body.lightBg .v7 .c-header__modal__content__footer .c-modal-button_default {
    color: #2b2745;
    border: 0.1rem solid rgba(68, 63, 95, 0.2); }

body.lightBg .v7 .c-header__modal {
  border-color: #000; }
  body.lightBg .v7 .c-header__modal .c-header__modal__content {
    background-color: #fff;
    color: #2b2745; }
    body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__mail__address__box .c-header__modal__content__mail__address__box__button,
    body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box .c-header__modal__content__menu__other__box__registration,
    body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box .c-header__modal__content__menu__other__box__login,
    body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__account .c-header__modal__content__login__account__button,
    body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget__input .c-header__modal__content__passwordForget__input__button {
      background-color: #ff8300;
      color: #fff;
      border: none; }
    body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box .c-header__modal__content__menu__other__box__login {
      background-color: inherit;
      border-color: #ff8300;
      color: #ff8300; }
    body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__premium .c-header__modal__content__menu__premium__box a {
      background-color: #5436ff;
      color: #fff; }
    body.lightBg .v7 .c-header__modal .c-header__modal__content input::-webkit-input-placeholder {
      color: rgba(22, 20, 34, 0.4); }
    body.lightBg .v7 .c-header__modal .c-header__modal__content input:-ms-input-placeholder {
      color: rgba(22, 20, 34, 0.4); }
    body.lightBg .v7 .c-header__modal .c-header__modal__content input::placeholder {
      color: rgba(22, 20, 34, 0.4); }
    body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__termsofuse__checkbox a,
    body.lightBg .v7 .c-header__modal .c-header__modal__content .c-modal-note a {
      color: #ff8300; }
    body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__channelId,
    body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__username,
    body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__email,
    body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__password {
      background-color: rgba(245, 244, 250, 0.6);
      color: #2b2745; }
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__channelId.error input:placeholder-shown,
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__username.error input:placeholder-shown,
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__email.error input:placeholder-shown,
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__password.error input:placeholder-shown {
        color: #a9a9a9; }
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__channelId.error input::-webkit-input-placeholder,
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__username.error input::-webkit-input-placeholder,
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__email.error input::-webkit-input-placeholder,
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__password.error input::-webkit-input-placeholder {
        color: #a9a9a9; }
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__channelId.error input:-moz-placeholder,
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__username.error input:-moz-placeholder,
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__email.error input:-moz-placeholder,
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__password.error input:-moz-placeholder {
        color: #a9a9a9;
        opacity: 1; }
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__channelId.error input::-moz-placeholder,
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__username.error input::-moz-placeholder,
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__email.error input::-moz-placeholder,
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__password.error input::-moz-placeholder {
        color: #a9a9a9;
        opacity: 1; }
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__channelId.error input:-ms-input-placeholder,
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__username.error input:-ms-input-placeholder,
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__email.error input:-ms-input-placeholder,
      body.lightBg .v7 .c-header__modal .c-header__modal__content .c-header__modal__content__login__password.error input:-ms-input-placeholder {
        color: #a9a9a9; }
    body.lightBg .v7 .c-header__modal .c-header__modal__content .c-errorMsg {
      color: #f00000; }
  body.lightBg .v7 .c-header__modal .c-modal__SNS__box {
    border-bottom-color: #444; }
    body.lightBg .v7 .c-header__modal .c-modal__SNS__box .c-modal_SNS__facebook {
      background-color: #007af7;
      color: #ffffff; }
      body.lightBg .v7 .c-header__modal .c-modal__SNS__box .c-modal_SNS__facebook svg {
        fill: #fff; }
    body.lightBg .v7 .c-header__modal .c-modal__SNS__box .c-modal_SNS__twitter {
      background-color: #0F1419;
      color: #ffffff; }
      body.lightBg .v7 .c-header__modal .c-modal__SNS__box .c-modal_SNS__twitter svg {
        fill: #fff; }
    body.lightBg .v7 .c-header__modal .c-modal__SNS__box .c-modal_SNS__google {
      background-color: #ffffff;
      color: rgba(0, 0, 0, 0.5); }
    body.lightBg .v7 .c-header__modal .c-modal__SNS__box .c-modal_SNS__yahoo {
      background-color: #ff0033;
      color: #ffffff; }
      body.lightBg .v7 .c-header__modal .c-modal__SNS__box .c-modal_SNS__yahoo svg {
        fill: #fff; }

body.lightBg .v7 .c-common__modal__close svg,
body.lightBg .v7 .c-header__modal__content__close svg {
  fill: #e4e3e8; }

body.lightBg .v7 .l-headerMain__content__usermenu {
  background-color: rgba(23, 23, 23, 0.9);
  color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 2rem rgba(22, 20, 34, 0.3); }
  body.lightBg .v7 .l-headerMain__content__usermenu a:hover,
  body.lightBg .v7 .l-headerMain__content__usermenu p:hover {
    background-color: rgba(255, 255, 255, 0.04); }

/**
 * --or_theme_[theme-category](_[index])
 */
/*
 * カラー置換の共通scss
 * カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
 */
html[mode=light] body:not(.lightBg) a,
html[mode=light] body:not(.lightBg) button,
html[mode=light] body:not(.lightBg) input[type="submit"],
html[mode=light] body:not(.lightBg) [role="button"],
html[mode=light] body:not(.lightBg) [class^="js-btn__"],
html[mode=light] body:not(.lightBg) [class*=" js-btn__"] {
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s; }
  html[mode=light] body:not(.lightBg) a:hover,
  html[mode=light] body:not(.lightBg) button:hover,
  html[mode=light] body:not(.lightBg) input[type="submit"]:hover,
  html[mode=light] body:not(.lightBg) [role="button"]:hover,
  html[mode=light] body:not(.lightBg) [class^="js-btn__"]:hover,
  html[mode=light] body:not(.lightBg) [class*=" js-btn__"]:hover {
    opacity: .88; }

html[mode=light] body:not(.lightBg) input[type=text],
html[mode=light] body:not(.lightBg) input[type=password],
html[mode=light] body:not(.lightBg) input[type=search],
html[mode=light] body:not(.lightBg) input[type=tel],
html[mode=light] body:not(.lightBg) input[type=url],
html[mode=light] body:not(.lightBg) input[type=email],
html[mode=light] body:not(.lightBg) input[type=date],
html[mode=light] body:not(.lightBg) input[type=time],
html[mode=light] body:not(.lightBg) input[type=number],
html[mode=light] body:not(.lightBg) input[type=range],
html[mode=light] body:not(.lightBg) input[type=color],
html[mode=light] body:not(.lightBg) input[type=datetime],
html[mode=light] body:not(.lightBg) input[type=datetime-local],
html[mode=light] body:not(.lightBg) input[type=month],
html[mode=light] body:not(.lightBg) input[type=week],
html[mode=light] body:not(.lightBg) textarea {
  background-color: rgba(245, 244, 250, 0.6);
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) input[type=text]:placeholder-shown,
  html[mode=light] body:not(.lightBg) input[type=password]:placeholder-shown,
  html[mode=light] body:not(.lightBg) input[type=search]:placeholder-shown,
  html[mode=light] body:not(.lightBg) input[type=tel]:placeholder-shown,
  html[mode=light] body:not(.lightBg) input[type=url]:placeholder-shown,
  html[mode=light] body:not(.lightBg) input[type=email]:placeholder-shown,
  html[mode=light] body:not(.lightBg) input[type=date]:placeholder-shown,
  html[mode=light] body:not(.lightBg) input[type=time]:placeholder-shown,
  html[mode=light] body:not(.lightBg) input[type=number]:placeholder-shown,
  html[mode=light] body:not(.lightBg) input[type=range]:placeholder-shown,
  html[mode=light] body:not(.lightBg) input[type=color]:placeholder-shown,
  html[mode=light] body:not(.lightBg) input[type=datetime]:placeholder-shown,
  html[mode=light] body:not(.lightBg) input[type=datetime-local]:placeholder-shown,
  html[mode=light] body:not(.lightBg) input[type=month]:placeholder-shown,
  html[mode=light] body:not(.lightBg) input[type=week]:placeholder-shown,
  html[mode=light] body:not(.lightBg) textarea:placeholder-shown {
    color: rgba(22, 20, 34, 0.4); }
  html[mode=light] body:not(.lightBg) input[type=text]::-webkit-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=password]::-webkit-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=search]::-webkit-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=tel]::-webkit-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=url]::-webkit-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=email]::-webkit-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=date]::-webkit-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=time]::-webkit-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=number]::-webkit-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=range]::-webkit-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=color]::-webkit-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=datetime]::-webkit-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=datetime-local]::-webkit-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=month]::-webkit-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=week]::-webkit-input-placeholder,
  html[mode=light] body:not(.lightBg) textarea::-webkit-input-placeholder {
    color: rgba(22, 20, 34, 0.4); }
  html[mode=light] body:not(.lightBg) input[type=text]:-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=password]:-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=search]:-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=tel]:-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=url]:-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=email]:-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=date]:-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=time]:-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=number]:-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=range]:-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=color]:-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=datetime]:-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=datetime-local]:-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=month]:-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=week]:-moz-placeholder,
  html[mode=light] body:not(.lightBg) textarea:-moz-placeholder {
    color: rgba(22, 20, 34, 0.4);
    opacity: 1; }
  html[mode=light] body:not(.lightBg) input[type=text]::-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=password]::-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=search]::-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=tel]::-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=url]::-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=email]::-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=date]::-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=time]::-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=number]::-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=range]::-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=color]::-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=datetime]::-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=datetime-local]::-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=month]::-moz-placeholder,
  html[mode=light] body:not(.lightBg) input[type=week]::-moz-placeholder,
  html[mode=light] body:not(.lightBg) textarea::-moz-placeholder {
    color: rgba(22, 20, 34, 0.4);
    opacity: 1; }
  html[mode=light] body:not(.lightBg) input[type=text]:-ms-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=password]:-ms-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=search]:-ms-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=tel]:-ms-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=url]:-ms-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=email]:-ms-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=date]:-ms-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=time]:-ms-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=number]:-ms-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=range]:-ms-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=color]:-ms-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=datetime]:-ms-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=datetime-local]:-ms-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=month]:-ms-input-placeholder,
  html[mode=light] body:not(.lightBg) input[type=week]:-ms-input-placeholder,
  html[mode=light] body:not(.lightBg) textarea:-ms-input-placeholder {
    color: rgba(22, 20, 34, 0.4); }

html[mode=light] body:not(.lightBg) input:-webkit-autofill,
html[mode=light] body:not(.lightBg) input:internal-autofill-selected {
  box-shadow: 0 0 0px 1000px rgba(245, 244, 250, 0.6) inset;
  background-color: rgba(245, 244, 250, 0.6);
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) input:-webkit-autofill:placeholder-shown,
  html[mode=light] body:not(.lightBg) input:internal-autofill-selected:placeholder-shown {
    color: rgba(22, 20, 34, 0.4); }
  html[mode=light] body:not(.lightBg) input:-webkit-autofill::-webkit-input-placeholder,
  html[mode=light] body:not(.lightBg) input:internal-autofill-selected::-webkit-input-placeholder {
    color: rgba(22, 20, 34, 0.4); }
  html[mode=light] body:not(.lightBg) input:-webkit-autofill:-moz-placeholder,
  html[mode=light] body:not(.lightBg) input:internal-autofill-selected:-moz-placeholder {
    color: rgba(22, 20, 34, 0.4);
    opacity: 1; }
  html[mode=light] body:not(.lightBg) input:-webkit-autofill::-moz-placeholder,
  html[mode=light] body:not(.lightBg) input:internal-autofill-selected::-moz-placeholder {
    color: rgba(22, 20, 34, 0.4);
    opacity: 1; }
  html[mode=light] body:not(.lightBg) input:-webkit-autofill:-ms-input-placeholder,
  html[mode=light] body:not(.lightBg) input:internal-autofill-selected:-ms-input-placeholder {
    color: rgba(22, 20, 34, 0.4); }

html[mode=light] body:not(.lightBg) .c-errorMsg {
  color: #ff2d55; }

html[mode=light] body:not(.lightBg) .c-alertmsg {
  background-color: #ffffff;
  border-color: rgba(68, 63, 95, 0.1);
  color: #ff2d55; }

html[mode=light] body:not(.lightBg) .btn.primary {
  background-color: #ff8300;
  color: #feffff; }

/*
 * カラー置換の共通scss
 * カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
 */
html[mode=light] body:not(.lightBg) {
  background-color: #f3f2f8;
  color: #2b2745; }

/*
 * カラー置換の共通scss
 * カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
 */
html[mode=light] body:not(.lightBg) .c-headerWrapper {
  background-color: #f3f2f8;
  border-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--menu svg {
    fill: #57517a; }
  html[mode=light] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--logo .c-headerContent__itemContent svg {
    fill: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox {
    background-color: #ffffff; }
    html[mode=light] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input {
      color: #2b2745; }
      html[mode=light] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input:placeholder-shown {
        color: rgba(22, 20, 34, 0.4); }
      html[mode=light] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input::-webkit-input-placeholder {
        color: rgba(22, 20, 34, 0.4); }
      html[mode=light] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input:-moz-placeholder {
        color: rgba(22, 20, 34, 0.4);
        opacity: 1; }
      html[mode=light] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input::-moz-placeholder {
        color: rgba(22, 20, 34, 0.4);
        opacity: 1; }
      html[mode=light] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input:-ms-input-placeholder {
        color: rgba(22, 20, 34, 0.4); }
      html[mode=light] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input:focus {
        color: #2b2745; }
      html[mode=light] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input::-webkit-input-placeholder {
        color: #57517a; }
      html[mode=light] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input:-ms-input-placeholder {
        color: #57517a; }
      html[mode=light] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input::placeholder {
        color: #57517a; }
    html[mode=light] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox svg {
      fill: #57517a; }
    html[mode=light] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox.selected {
      background-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .c-headerWrapper .c-globalNavi__wrapper {
    background-color: rgba(68, 63, 95, 0.1);
    color: #2b2745; }

html[mode=light] body:not(.lightBg) .l-headerMain__content__delivery .l-headerMain__content__delivery__box .c-icon__header__deliveryMenu svg {
  fill: #57517a; }

html[mode=light] body:not(.lightBg) .l-headerMain__content__delivery .l-headerMain__content__delivery__box .c-icon__header__deliveryMenu.clickable svg {
  fill: #57517a; }

html[mode=light] body:not(.lightBg) .l-headerMain__content__delivery .l-headerMain__content__delivery__box .l-headerMain__content__delivery__box__text {
  color: #57517a; }

html[mode=light] body:not(.lightBg) .l-headerMain__content__delivery .l-headerMain__content__delivery__box:hover .l-headerMain__content__delivery__box__text, html[mode=light] body:not(.lightBg) .l-headerMain__content__delivery .l-headerMain__content__delivery__box.selected .l-headerMain__content__delivery__box__text {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .l-headerMain__content__delivery.selected {
  background-color: inherit; }

html[mode=light] body:not(.lightBg) .l-headerMain__content__deliverymenu {
  background-color: #ffffff;
  color: #2b2745;
  box-shadow: 0 0 2rem rgba(25, 22, 44, 0.2); }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__dashboard a,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__live a,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__upload a {
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__dashboard a:hover,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__live a:hover,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__upload a:hover {
      background-color: rgba(68, 63, 95, 0.04); }
    html[mode=light] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__dashboard a:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__live a:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__upload a:before {
      background-color: none; }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__separator {
    border-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu {
  background-color: #ffffff;
  color: #2b2745;
  box-shadow: 0 0 2rem rgba(25, 22, 44, 0.2); }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon a,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon p,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .p-toggleTheme,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage a,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage p,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage .p-toggleTheme,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup a,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup p,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup .p-toggleTheme,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard a,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard p,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard .p-toggleTheme,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting a,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting p,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting .p-toggleTheme,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium a,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium p,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium .p-toggleTheme,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage a,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage p,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage .p-toggleTheme,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge a,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge p,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge .p-toggleTheme,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news a,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news p,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news .p-toggleTheme,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__toggle a,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__toggle p,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__toggle .p-toggleTheme,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout a,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout p,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout .p-toggleTheme,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile a,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile p,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile .p-toggleTheme,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection a,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection p,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection .p-toggleTheme {
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon a:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon p:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .p-toggleTheme:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage a:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage p:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage .p-toggleTheme:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup a:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup p:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup .p-toggleTheme:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard a:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard p:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard .p-toggleTheme:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting a:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting p:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting .p-toggleTheme:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium a:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium p:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium .p-toggleTheme:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage a:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage p:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage .p-toggleTheme:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge a:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge p:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge .p-toggleTheme:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news a:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news p:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news .p-toggleTheme:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__toggle a:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__toggle p:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__toggle .p-toggleTheme:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout a:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout p:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout .p-toggleTheme:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile a:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile p:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile .p-toggleTheme:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection a:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection p:before,
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection .p-toggleTheme:before {
      background-color: none; }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon a:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon p:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage a:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage p:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup a:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup p:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard a:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard p:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting a:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting p:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium a:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium p:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage a:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage p:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge a:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge p:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news a:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news p:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__toggle a:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__toggle p:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout a:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout p:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile a:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile p:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection a:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection p:hover {
    color: #2b2745;
    background-color: rgba(68, 63, 95, 0.04); }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout {
    border-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__myNameKey {
    color: #57517a; }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__link {
    color: #ff8300; }
    html[mode=light] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__link svg {
      fill: #ff8300; }

html[mode=light] body:not(.lightBg) .l-headerMain__content__notice .l-headerMain__content__notice__box .c-icon__header__noticeMenu svg {
  fill: #57517a; }

html[mode=light] body:not(.lightBg) .l-headerMain__content__noticemenu {
  background-color: #ffffff;
  color: #2b2745;
  box-shadow: 0 0 2rem rgba(25, 22, 44, 0.2); }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__noticemenu h3 {
    font-weight: normal;
    border-color: rgba(68, 63, 95, 0.04); }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item .l-headerMain__content__noticemenu__item__box {
    border-bottom-color: rgba(68, 63, 95, 0.04); }
    html[mode=light] body:not(.lightBg) .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item .l-headerMain__content__noticemenu__item__box:hover {
      border-color: rgba(68, 63, 95, 0.04); }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item:hover {
    background-color: rgba(68, 63, 95, 0.04); }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__more {
    border-top-color: rgba(68, 63, 95, 0.04); }
    html[mode=light] body:not(.lightBg) .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__more .l-headerMain__content__noticemenu__more__text {
      color: #2b2745; }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__none .l-headerMain__content__noticemenu__none__text {
    color: #2b2745; }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__noticemenu .p-noticeMore__important {
    color: #161422;
    background-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .l-headerMain__content__upgrade .l-headerMain__content__upgrade__text {
  color: #5436ff; }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__upgrade .l-headerMain__content__upgrade__text svg {
    fill: #5436ff; }

html[mode=light] body:not(.lightBg) .c-headerContent__profile {
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-headerContent__profile svg {
    fill: #57517a; }
  html[mode=light] body:not(.lightBg) .c-headerContent__profile ul {
    background-color: #ffffff;
    box-shadow: 0 0 2rem rgba(25, 22, 44, 0.2); }

html[mode=light] body:not(.lightBg) .l-headerMain__content__loginPc,
html[mode=light] body:not(.lightBg) .l-headerMain__content__signupPc {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .l-headerMain__content__box .l-headerMain__content__box__input {
  background-color: rgba(68, 63, 95, 0.04);
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__box .l-headerMain__content__box__input:placeholder-shown {
    color: rgba(22, 20, 34, 0.4); }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__box .l-headerMain__content__box__input::-webkit-input-placeholder {
    color: rgba(22, 20, 34, 0.4); }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__box .l-headerMain__content__box__input:-moz-placeholder {
    color: rgba(22, 20, 34, 0.4);
    opacity: 1; }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__box .l-headerMain__content__box__input::-moz-placeholder {
    color: rgba(22, 20, 34, 0.4);
    opacity: 1; }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__box .l-headerMain__content__box__input:-ms-input-placeholder {
    color: rgba(22, 20, 34, 0.4); }
  html[mode=light] body:not(.lightBg) .l-headerMain__content__box .l-headerMain__content__box__input:focus {
    background-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .l-headerMain__content__box.selected {
  background-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent,
html[mode=light] body:not(.lightBg) .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent {
  background-color: #ffffff;
  color: #2b2745;
  box-shadow: 0 0 2rem rgba(25, 22, 44, 0.2); }
  html[mode=light] body:not(.lightBg) .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent p,
  html[mode=light] body:not(.lightBg) .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent p {
    color: #2b2745; }
  html[mode=light] body:not(.lightBg) .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dd,
  html[mode=light] body:not(.lightBg) .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dd,
  html[mode=light] body:not(.lightBg) .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dd,
  html[mode=light] body:not(.lightBg) .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dd {
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dd:hover,
    html[mode=light] body:not(.lightBg) .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dd:hover,
    html[mode=light] body:not(.lightBg) .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dd:hover,
    html[mode=light] body:not(.lightBg) .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dd:hover {
      background-color: rgba(68, 63, 95, 0.04); }
  html[mode=light] body:not(.lightBg) .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history,
  html[mode=light] body:not(.lightBg) .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history {
    border-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__content__history__close svg,
  html[mode=light] body:not(.lightBg) .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__content__history__close svg {
    fill: #2b2745; }

html[mode=light] body:not(.lightBg) .l-headerMain__new__search .c-thumbnailList__wrapper--userHistoryList .c-thumbnailList__leftButton,
html[mode=light] body:not(.lightBg) .l-headerMain__new__search .c-thumbnailList__wrapper--userHistoryList .c-thumbnailList__rightButton {
  box-shadow: 0 0 2rem rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .l-headerMain__new__search .c-thumbnailList__wrapper--userHistoryList .p-user__history__list__item__live__img {
  border: 0.2rem solid #ff2d55; }

html[mode=light] body:not(.lightBg) .l-headerMain__new__search .c-thumbnailList__wrapper--userHistoryList .p-user__history__list__item__live {
  background: #ff2d55;
  color: #fff; }

html[mode=light] body:not(.lightBg) .l-headerMain__new__search__suggest {
  background-color: #ffffff;
  color: #2b2745;
  box-shadow: 0 0 2rem rgba(25, 22, 44, 0.2); }
  html[mode=light] body:not(.lightBg) .l-headerMain__new__search__suggest .l-headerMain__new__search__suggest__header {
    border-color: rgba(68, 63, 95, 0.1); }
    html[mode=light] body:not(.lightBg) .l-headerMain__new__search__suggest .l-headerMain__new__search__suggest__header svg {
      fill: #2b2745; }
  html[mode=light] body:not(.lightBg) .l-headerMain__new__search__suggest .l-headerMain__new__search__suggest__header:hover,
  html[mode=light] body:not(.lightBg) .l-headerMain__new__search__suggest .l-headerMain__new__search__suggest__item__content:hover {
    background-color: rgba(68, 63, 95, 0.04); }

html[mode=light] body:not(.lightBg) .p-toggleTheme .p-toggleTheme__switch label {
  background-color: #57517a; }
  html[mode=light] body:not(.lightBg) .p-toggleTheme .p-toggleTheme__switch label:after {
    background-color: #fff; }

html[mode=light] body:not(.lightBg) .p-toggleTheme .p-toggleTheme__switch input:checked + label {
  background-color: #ffa200;
  border-color: none; }

/*
 * カラー置換の共通scss
 * カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
 */
html[mode=light] body:not(.lightBg) .p-top__content__left,
html[mode=light] body:not(.lightBg) .l-container__main__row__left,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu {
  background-color: #e7e5f0 !important;
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-top__content__left,
html[mode=light] body:not(.lightBg) .l-container__main__row__left {
  /*バーの背景色*/ }
  html[mode=light] body:not(.lightBg) .p-top__content__left::-webkit-scrollbar-track,
  html[mode=light] body:not(.lightBg) .l-container__main__row__left::-webkit-scrollbar-track {
    background-color: none; }
  html[mode=light] body:not(.lightBg) .p-top__content__left::-webkit-scrollbar-thumb,
  html[mode=light] body:not(.lightBg) .l-container__main__row__left::-webkit-scrollbar-thumb {
    background-color: #222; }

html[mode=light] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__left a:not(.c-global__menu__upgrade__link) {
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__left a:not(.c-global__menu__upgrade__link):hover {
    color: #2b2745;
    background-color: rgba(68, 63, 95, 0.04); }

html[mode=light] body:not(.lightBg) .c-global .c-global__user,
html[mode=light] body:not(.lightBg) .c-global .c-global__game {
  border-bottom-color: rgba(68, 63, 95, 0.04);
  box-shadow: none; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__text,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__text {
    color: #fff; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list.topLine, html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list.line,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list.topLine,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list.line {
    border-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__img.setup .icon_file_container img,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__img.setup .icon_file_container img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5); }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__twitter svg,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__twitter svg {
    fill: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__twitter .c-global__user__profile__list__twitter__not-button,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__twitter .c-global__user__profile__list__twitter__not-button {
    color: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name {
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__action,
    html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__action {
      background-color: transparent; }
      html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__action svg,
      html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__action svg {
        fill: #57517a; }
    html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__menu,
    html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__menu {
      color: #161422;
      background-color: #ffffff;
      box-shadow: 0 0 2rem rgba(25, 22, 44, 0.2); }
      html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__menu .c-global__user__profile__list__name__overlay__menu__item:hover,
      html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__menu .c-global__user__profile__list__name__overlay__menu__item:hover {
        background-color: rgba(68, 63, 95, 0.04); }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__desc a,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__desc a {
    color: #ff8300; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__text,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__text {
    background-color: #ff8300;
    color: #feffff; }
    html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__text.selected,
    html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__text.selected {
      background-color: transparent;
      border: 1px solid rgba(68, 63, 95, 0.1);
      color: #ff8300; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__icon svg,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__icon svg {
    fill: #57517a; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__icon.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__icon.selected {
    border: 1px solid rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text {
    background-color: #5436ff;
    color: #fff; }
    html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text.badge,
    html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text.badge {
      background-color: transparent;
      border: solid 0.1rem #5436ff;
      color: #5436ff; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup svg,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup svg {
    fill: #ff8300; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup span,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup span {
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup span:hover,
    html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup span:hover {
      color: #ff8300; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message svg,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message svg {
    fill: #ff8300; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message .c-global__user__profile__list__message__text,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message .c-global__user__profile__list__message__text {
    color: #ff8300; }
    html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message .c-global__user__profile__list__message__text:hover,
    html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message .c-global__user__profile__list__message__text:hover {
      background-color: inherit; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link {
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link:hover,
    html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link:hover {
      color: #ff8300; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__error,
  html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__error {
    color: #ff2d55; }

html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__count {
  border-top-color: rgba(68, 63, 95, 0.04);
  font-weight: bold; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__count .c-global__user__count__row .c-global__user__count__row__left,
  html[mode=light] body:not(.lightBg) .c-global .c-global__user .c-global__user__count .c-global__user__count__row .c-global__user__count__row__right {
    color: #57517a; }

html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__game__count .c-global__game__count__row .c-global__game__count__row__left {
  color: #57517a; }

html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__game__count .c-global__game__count__row .c-global__game__count__row__right {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__game__profile .c-global__game__profile__title {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-global .c-global__game .c-global__game__profile .c-global__game__profile__more .c-global__game__profile__more__link {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-global .c-global__menuGroup &gt; li {
  border-bottom-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .c-global .c-global__menuGroup &gt; li.c-global__menuGroup__others {
    border-bottom-color: none; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__menuGroup &gt; li .c-global__menuList li a {
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .c-global .c-global__menuGroup &gt; li .c-global__menuList li a:hover {
      color: #2b2745;
      background-color: rgba(68, 63, 95, 0.04); }
    html[mode=light] body:not(.lightBg) .c-global .c-global__menuGroup &gt; li .c-global__menuList li a svg {
      fill: #2b2745; }
    html[mode=light] body:not(.lightBg) .c-global .c-global__menuGroup &gt; li .c-global__menuList li a .c-global__menuList__tag {
      background-color: #ff8300; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__menuGroup &gt; li .c-global__menu__upgrade .c-global__menu__upgrade__words {
    color: #5436ff; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__menuGroup &gt; li .c-global__menu__upgrade .c-global__menu__upgrade__link {
    background-color: #5436ff;
    color: #ffffff; }

html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__popular,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__event,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__ranking,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__movie,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__game,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__channel,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__topics,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__following,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__favorites,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__views-history,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__playlist,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__profile,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__user,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__point,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__setting,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__password,
html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__hints__and__tips {
  color: #57517a; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__popular:hover,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__event:hover,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__ranking:hover,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__movie:hover,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__game:hover,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__channel:hover,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__topics:hover,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__following:hover,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__favorites:hover,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__views-history:hover,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__playlist:hover,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__profile:hover,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__user:hover,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__point:hover,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__setting:hover,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__password:hover,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__hints__and__tips:hover {
    color: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__popular.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__event.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__ranking.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__movie.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__game.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__channel.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__topics.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__following.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__favorites.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__views-history.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__playlist.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__profile.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__user.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__point.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__setting.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__password.selected,
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__hints__and__tips.selected {
    color: #ff8300;
    background-color: rgba(68, 63, 95, 0.04); }

html[mode=light] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__menu li a {
  color: #57517a; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__menu li a:hover {
    color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__menu li a {
  color: #57517a; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__menu li a:hover {
    color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__text {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__arrow {
  vertical-align: middle; }
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__arrow svg {
    fill: #2b2745; }

html[mode=light] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__list {
  background-color: #ffffff;
  box-shadow: 0 0 2rem rgba(25, 22, 44, 0.2); }
  html[mode=light] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__list a {
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__list a:hover {
      color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-global__menu .c-global__menuList__arrow svg,
html[mode=light] body:not(.lightBg) .c-global__menuList .c-global__menuList__arrow svg {
  fill: #ff8300; }

html[mode=light] body:not(.lightBg) .p-sidebar__team_leave {
  color: #7f7f7f; }

html[mode=light] body:not(.lightBg) .c-global__user__member__list__more {
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-global__user__member__list__more:hover {
    color: #ff8300; }

html[mode=light] body:not(.lightBg) .p-sidebar__border {
  border-top-color: rgba(68, 63, 95, 0.04); }

html[mode=light] body:not(.lightBg) .p-dashboard .p-dashboard__sidemenu {
  background-color: #e7e5f0;
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .p-dashboard .p-dashboard__sidemenu p,
  html[mode=light] body:not(.lightBg) .p-dashboard .p-dashboard__sidemenu a {
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .p-dashboard .p-dashboard__sidemenu p.selected,
    html[mode=light] body:not(.lightBg) .p-dashboard .p-dashboard__sidemenu a.selected {
      color: #fff; }
  html[mode=light] body:not(.lightBg) .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item:hover {
    color: #2b2745;
    background-color: rgba(68, 63, 95, 0.04); }

html[mode=light] body:not(.lightBg) .c-global__user__profile__list__ppv__content {
  background-color: #f3f2f8; }
  html[mode=light] body:not(.lightBg) .c-global__user__profile__list__ppv__content .c-global__user__profile__list__ppv__content__img__banner {
    background-color: #ffffff; }
  html[mode=light] body:not(.lightBg) .c-global__user__profile__list__ppv__content .c-global__user__profile__list__ppv__content__label {
    background-color: #5436ff;
    color: #fff; }

/*
 * カラー置換の共通scss
 * カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
 */
html[mode=light] body:not(.lightBg) .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__title,
html[mode=light] body:not(.lightBg) .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__desc {
  color: rgba(245, 244, 250, 0.8); }

html[mode=light] body:not(.lightBg) .c-header__modal {
  background-color: rgba(22, 20, 34, 0.3); }
  html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content {
    background-color: #ffffff; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__title span {
      color: #2b2745; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email,
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password,
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId,
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username,
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password {
      background-color: rgba(245, 244, 250, 0.6);
      color: #2b2745; }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__email__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__channelId__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__username__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__email__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__channelId__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__username__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__email__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__channelId__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:placeholder-shown {
        color: rgba(22, 20, 34, 0.4); }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__email__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__channelId__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__username__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__email__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__channelId__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__username__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__email__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__channelId__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input::-webkit-input-placeholder {
        color: rgba(22, 20, 34, 0.4); }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__email__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__channelId__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__username__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__email__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__channelId__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__username__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__email__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__channelId__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:-moz-placeholder {
        color: rgba(22, 20, 34, 0.4);
        opacity: 1; }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__email__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__channelId__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__username__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__email__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__channelId__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__username__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__email__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__channelId__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input::-moz-placeholder {
        color: rgba(22, 20, 34, 0.4);
        opacity: 1; }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__email__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__channelId__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__username__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__email__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__channelId__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__username__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__email__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__channelId__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:-ms-input-placeholder {
        color: rgba(22, 20, 34, 0.4); }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__termsofuse a {
      color: #ff8300; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__termsofuse.error .c-header__modal__content__login__termsofuse__errorMsg {
      color: #ff2d55; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__login__sns__box .c-header__modal__content__mail__address__box__button,
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__mail__address__box .c-header__modal__content__mail__address__box__button,
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__login__sns__box .c-header__modal__content__mail__address__box__button,
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__mail__address__box .c-header__modal__content__mail__address__box__button {
      color: #feffff;
      background-color: #ff8300;
      border-color: #ff8300; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__account .c-header__modal__content__login__account__button {
      background-color: #ff8300;
      border-color: #ff8300;
      color: #feffff; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__createAccount span,
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__forget span {
      color: #ff8300; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu {
      box-shadow: none; }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__title span {
        color: #2b2745; }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box .c-header__modal__content__menu__other__box__registration {
        border-color: #ff8300;
        background-color: #ff8300;
        color: #feffff; }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box .c-header__modal__content__menu__other__box__login {
        border-color: #ff8300;
        color: #ff8300;
        background-color: inherit; }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service a {
        color: #ff8300; }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__premium a {
        color: #5436ff; }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box {
        border-bottom-color: rgba(68, 63, 95, 0.1); }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service .c-header__modal__content__menu__service__box {
        border-bottom-color: rgba(68, 63, 95, 0.1); }
        html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service .c-header__modal__content__menu__service__box a:hover {
          text-decoration: none; }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__premium .c-header__modal__content__menu__premium__box a {
        background-color: #5436ff;
        color: #ffffff; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget {
      color: #2b2745; }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__title {
        border-color: rgba(68, 63, 95, 0.1); }
        html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__title span {
          color: #2b2745; }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password {
        background-color: rgba(245, 244, 250, 0.6);
        color: #2b2745; }
        html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input:placeholder-shown {
          color: rgba(22, 20, 34, 0.4); }
        html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input::-webkit-input-placeholder {
          color: rgba(22, 20, 34, 0.4); }
        html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input:-moz-placeholder {
          color: rgba(22, 20, 34, 0.4);
          opacity: 1; }
        html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input::-moz-placeholder {
          color: rgba(22, 20, 34, 0.4);
          opacity: 1; }
        html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input:-ms-input-placeholder {
          color: rgba(22, 20, 34, 0.4); }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__input .c-header__modal__content__passwordForget__input__button {
        background-color: #ff8300;
        color: #feffff;
        border-color: #ff8300; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__title {
      border-color: rgba(68, 63, 95, 0.1); }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__title span {
        border-color: rgba(68, 63, 95, 0.1); }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__input .c-header__modal__content__passwordReset__input__button {
      background-color: #ff8300;
      border-color: #ff8300;
      color: #feffff; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.DescriptionTitle {
      background-color: #f3f2f8; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.mailTitle {
      border-color: rgba(68, 63, 95, 0.1); }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email {
      background-color: rgba(245, 244, 250, 0.6);
      color: #2b2745; }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email .c-header__modal__content__premiumCancel__email__input {
        background-color: rgba(245, 244, 250, 0.6);
        color: #2b2745; }
        html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email .c-header__modal__content__premiumCancel__email__input:placeholder-shown {
          color: #ff8300; }
        html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email .c-header__modal__content__premiumCancel__email__input::-webkit-input-placeholder {
          color: #ff8300; }
        html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email .c-header__modal__content__premiumCancel__email__input:-moz-placeholder {
          color: #ff8300;
          opacity: 1; }
        html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email .c-header__modal__content__premiumCancel__email__input::-moz-placeholder {
          color: #ff8300;
          opacity: 1; }
        html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email .c-header__modal__content__premiumCancel__email__input:-ms-input-placeholder {
          color: #ff8300; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account .c-header__modal__content__premiumCancel__account__buttonIphone a,
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account .c-header__modal__content__premiumCancel__account__buttonAndroid a {
      background-color: rgba(68, 63, 95, 0.1);
      color: #2b2745; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account .c-header__modal__content__premiumCancel__account__buttonCancel {
      background-color: rgba(68, 63, 95, 0.1);
      color: #2b2745; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account .c-header__modal__content__premiumCancel__account__button {
      background-color: #ff2d55;
      color: #feffff; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__errorMsg {
      color: #ff2d55; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__mailBox {
      background-color: #e7e5f1; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__title {
      border-color: rgba(68, 63, 95, 0.1); }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__label {
      color: #57517a; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__input {
      color: #2b2745;
      border-color: rgba(68, 63, 95, 0.2); }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__input ::-webkit-input-placeholder {
        color: rgba(22, 20, 34, 0.4); }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__input :-ms-input-placeholder {
        color: rgba(22, 20, 34, 0.4); }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__input ::placeholder {
        color: rgba(22, 20, 34, 0.4); }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__error {
      color: #ff2d55; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__notes .c-header__modal__content__mailReset__notes__mailNotice {
      color: #ff2d55; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__notes a {
      color: #ff8300; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__actions__enter {
      color: #fff;
      background-color: #ff8300; }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__actions__enter.disabled {
        color: rgba(22, 20, 34, 0.4);
        background-color: rgba(68, 63, 95, 0.1); }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__actions__resend {
      color: #ff8300; }
      html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__actions__resend.disabled {
        color: rgba(68, 63, 95, 0.1); }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__button input[type=submit] {
      background-color: #ff8300;
      border-color: #ff8300;
      color: #feffff; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content.twitterDisconnect .c-header__modal__content__twitterDisconnect .c-header__modal__content__twitterDisconnect__item .c-header__modal__content__twitterDisconnect__item__confirm-button {
      background-color: #ff8300;
      border-color: #ff8300;
      color: #feffff; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content.twitterDisconnect .c-header__modal__content__twitterDisconnect .c-header__modal__content__twitterDisconnect__item .c-header__modal__content__twitterDisconnect__item__confirm-button {
      background-color: #ff8300;
      border-color: #ff8300;
      color: #feffff; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content.twitterDisconnect .c-header__modal__content__twitterDisconnect .c-header__modal__content__twitterDisconnect__item .c-header__modal__content__twitterDisconnect__item__button {
      border-color: #ff8300;
      color: #ff8300; }
    html[mode=light] body:not(.lightBg) .c-header__modal .c-header__modal__content.disconnectErrorAccount .c-header__modal__content__disconnectErrorAccount__item .c-c-header__modal__content__disconnectErrorAccount__item__button {
      background-color: #ff8300;
      border-color: #ff8300;
      color: #feffff; }

html[mode=light] body:not(.lightBg) .c-header__modal__content__footer {
  background-color: #f3f2f8; }

html[mode=light] body:not(.lightBg) .c-modal__SNS__box {
  border-bottom-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .c-modal__SNS__box .c-modal_SNS__facebook {
    background-color: #007af7;
    color: #ffffff; }
    html[mode=light] body:not(.lightBg) .c-modal__SNS__box .c-modal_SNS__facebook svg {
      fill: #fff; }
  html[mode=light] body:not(.lightBg) .c-modal__SNS__box .c-modal_SNS__twitter {
    background-color: #0F1419;
    color: #ffffff; }
    html[mode=light] body:not(.lightBg) .c-modal__SNS__box .c-modal_SNS__twitter svg {
      fill: #fff; }
  html[mode=light] body:not(.lightBg) .c-modal__SNS__box .c-modal_SNS__google {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.4rem 0.4rem rgba(25, 22, 44, 0.1); }
  html[mode=light] body:not(.lightBg) .c-modal__SNS__box .c-modal_SNS__yahoo {
    background-color: #ff0033;
    color: #ffffff; }
    html[mode=light] body:not(.lightBg) .c-modal__SNS__box .c-modal_SNS__yahoo svg {
      fill: #fff; }

html[mode=light] body:not(.lightBg) .c-common__modal__close svg,
html[mode=light] body:not(.lightBg) .c-header__modal__close svg,
html[mode=light] body:not(.lightBg) .c-header__modal__content__close svg {
  fill: #2b2745; }

html[mode=light] body:not(.lightBg) .c-common__modal .c-common__modal__content {
  background-color: #ffffff;
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-common__modal .c-common__modal__content .c-common__modal__content__ok__btn {
    background-color: #ff8300;
    border-color: #ff8300;
    color: #feffff; }
  html[mode=light] body:not(.lightBg) .c-common__modal .c-common__modal__content .c-common__modal__content__cancel__btn {
    background-color: #ffffff;
    color: #ff8300;
    border-color: #ff8300; }

html[mode=light] body:not(.lightBg) .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__btn .p-billingBtn1 {
  border-color: #ff8300;
  background-color: none;
  color: #ff8300; }

html[mode=light] body:not(.lightBg) .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__btn .p-billingBtn2 {
  border-color: #ff8300;
  background-color: #ff8300;
  color: #feffff; }

html[mode=light] body:not(.lightBg) .c-modal-sub-heading {
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-modal-sub-heading::before {
    border-top: 0.1rem solid rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .c-modal-sub-heading__inner {
  background-color: #ffffff; }

html[mode=light] body:not(.lightBg) .c-modal-button_default {
  color: #2b2745;
  background-color: transparent;
  border: 0.1rem solid rgba(68, 63, 95, 0.2); }

html[mode=light] body:not(.lightBg) .c-modal-button_twitter {
  color: #ffffff;
  background-color: #0F1419;
  border: 0px; }
  html[mode=light] body:not(.lightBg) .c-modal-button_twitter &gt; .c-modal-icon {
    fill: #fff; }

html[mode=light] body:not(.lightBg) .c-modal-button_facebook {
  color: #ffffff;
  background-color: #007af7;
  border: 0px; }
  html[mode=light] body:not(.lightBg) .c-modal-button_facebook &gt; .c-modal-icon {
    fill: #fff; }

html[mode=light] body:not(.lightBg) .c-modal-button_google {
  color: #777777;
  background-color: #ffffff;
  border: 0.1rem solid rgba(68, 63, 95, 0.2); }

html[mode=light] body:not(.lightBg) .c-modal-button_yahoo {
  color: #ff0033;
  background-color: #ffffff;
  border: 0.1rem solid rgba(68, 63, 95, 0.2); }

html[mode=light] body:not(.lightBg) .c-modal-button_mail {
  color: #ff8300;
  background-color: transparent;
  border: 0.1rem solid #ff8300; }
  html[mode=light] body:not(.lightBg) .c-modal-button_mail &gt; .c-modal-icon {
    fill: #ff8300; }

html[mode=light] body:not(.lightBg) .c-modal-line {
  border-top: 0.1rem solid rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .c-modal-note {
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-modal-note &gt; a {
    color: #ff8300; }

/*
 * カラー置換の共通scss
 * カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
 */
html[mode=light] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents,
html[mode=light] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content {
  border-color: rgba(68, 63, 95, 0.1);
  color: #57517a; }
  html[mode=light] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__filter,
  html[mode=light] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__filter {
    background-color: #ffffff;
    border-color: rgba(68, 63, 95, 0.1);
    box-shadow: 0 0 2rem rgba(25, 22, 44, 0.2); }
    html[mode=light] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__filter .c-content__filter__list .c-content__filter__list__item li.isSelect,
    html[mode=light] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item li.isSelect {
      color: #ff8300; }
    html[mode=light] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__filter .c-content__filter__list .c-content__filter__list__item li.input_date input,
    html[mode=light] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item li.input_date input {
      color: #57517a;
      border-radius: .4rem; }
  html[mode=light] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__title .c-content__title__filterBtn,
  html[mode=light] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__title .c-content__title__filterBtn {
    background-color: #e7e5f1;
    color: #ff8300; }
    html[mode=light] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__title .c-content__title__filterBtn:hover,
    html[mode=light] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__title .c-content__title__filterBtn:hover {
      background-color: #e7e5f1; }
  html[mode=light] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__title .c-content__title__shortcutBtn li,
  html[mode=light] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__title .c-content__title__shortcutBtn li {
    background-color: rgba(68, 63, 95, 0.04); }

html[mode=light] body:not(.lightBg) .c-breadcrumblist li:after,
html[mode=light] body:not(.lightBg) .c-breadcrumblist li a,
html[mode=light] body:not(.lightBg) .c-breadcrumblist li p {
  color: #57517a; }

html[mode=light] body:not(.lightBg) .c-breadcrumblist li a:hover {
  color: #57517a; }

html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__header .c-thumbnailVideo__header__text__ellipsis {
  color: #57517a; }
  html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__header .c-thumbnailVideo__header__text__ellipsis.checkmark .c-thumbnailVideo__header__text__ellipsis__link {
    color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__finish {
  background-color: rgba(22, 20, 34, 0.8);
  color: #ffffff; }

html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box__text__sp__live,
html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box__text__sp__archive,
html[mode=light] body:not(.lightBg) .c-thumbnailVideo .u-label__fromSP {
  background-color: rgba(22, 20, 34, 0.8);
  color: #ffffff; }

html[mode=light] body:not(.lightBg) .c-thumbnailVideo .u-label__time {
  background-color: rgba(22, 20, 34, 0.8);
  color: #ffffff; }

html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box__time__sp__broadcast,
html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box__time {
  background-color: rgba(22, 20, 34, 0.8);
  color: #ffffff; }

html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__footer__liveCount {
  color: #ff2d55; }
  html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__footer__liveCount:after {
    color: #57517a; }

html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__footer__time {
  color: #57517a; }

html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__title {
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__title .c-thumbnailVideo__title__text {
    color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__game {
  color: #57517a; }
  html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__game:hover {
    color: #57517a; }

html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__footer .c-thumbnailVideo__footer__reservation {
  color: #ff8300;
  border-color: #ff8300; }

html[mode=light] body:not(.lightBg) .c-content .c-content__list__populargame .c-content__list__populargame__desc .c-content__list__populargame__desc__item {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-content .c-content__list__populargame .c-content__list__populargame__watch .c-content__list__populargame__watch__count {
  color: #ff2d55; }

html[mode=light] body:not(.lightBg) .c-content .c-content__title {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-content .c-content__list__topic {
  background-color: #ffffff; }
  html[mode=light] body:not(.lightBg) .c-content .c-content__list__topic .c-content__list__topic__link {
    box-shadow: none; }
    html[mode=light] body:not(.lightBg) .c-content .c-content__list__topic .c-content__list__topic__link .c-content__list__topic__link__list__date {
      color: #57517a; }
    html[mode=light] body:not(.lightBg) .c-content .c-content__list__topic .c-content__list__topic__link .c-content__list__topic__link__list .c-content__list__topic__link__list__desc {
      color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-content .c-content__changeover .c-content__changeover__item a {
  background-color: rgba(68, 63, 95, 0.04);
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-content .c-content__changeover .c-content__changeover__item a:hover {
    background-color: rgba(68, 63, 95, 0.1);
    color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-content .c-content__changeover .c-content__changeover__item.selected {
  color: #ff8300; }
  html[mode=light] body:not(.lightBg) .c-content .c-content__changeover .c-content__changeover__item.selected a {
    color: #ff8300; }

html[mode=light] body:not(.lightBg) .c-content .c-content__changeover .c-content__separator {
  border-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .c-content .c-content__more .c-content__more__text {
  background-color: rgba(68, 63, 95, 0.04);
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-content .c-content__more .c-content__more__text:hover {
    background-color: rgba(68, 63, 95, 0.1);
    color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item h3 {
  border-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .c-content .c-content__reaction__list .c-content__reaction__item {
  border: 1px solid rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .c-content .c-content__reaction__list .c-content__reaction__item.selected {
    border-color: #ff8300; }
  html[mode=light] body:not(.lightBg) .c-content .c-content__reaction__list .c-content__reaction__item:hover {
    background-color: rgba(255, 255, 255, 0.3); }

html[mode=light] body:not(.lightBg) .c-content__more .c-content__more__text {
  background-color: rgba(68, 63, 95, 0.04);
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-content__more .c-content__more__text:hover {
    background-color: rgba(68, 63, 95, 0.1);
    color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-user .p-user__img.setup img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5); }

html[mode=light] body:not(.lightBg) .p-user .p-user__img.setup .p-user__img__pfText {
  color: #fff; }

html[mode=light] body:not(.lightBg) .p-user .p-user__tab {
  border-bottom-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .p-user .p-user__tab .p-user__tab__menu .p-user__tab__menu__item {
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .p-user .p-user__tab .p-user__tab__menu .p-user__tab__menu__item:hover, html[mode=light] body:not(.lightBg) .p-user .p-user__tab .p-user__tab__menu .p-user__tab__menu__item.selected {
      color: #ff8300;
      border-bottom-color: #ff8300; }
    html[mode=light] body:not(.lightBg) .p-user .p-user__tab .p-user__tab__menu .p-user__tab__menu__item &gt; svg {
      fill: #57517a; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile h2,
html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__title,
html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__sns-title,
html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-profile__pointLog__h2,
html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user .p-user__profile .p-user__profile__sns-title {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list.topLine, html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list.line {
  border-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__content {
  border-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__content .p-user__profile__list__mail__content__input {
    color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__button .p-user__profile__list__mail__button__save {
  color: #ff8300;
  background-color: transparent;
  border: 1px solid #ff8300;
  font-weight: bold; }
  html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__button .p-user__profile__list__mail__button__save.disabled {
    color: rgba(22, 20, 34, 0.4);
    background-color: rgba(68, 63, 95, 0.1);
    border: none; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__emailApprove {
  color: #ff2d55; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__error {
  color: #ff2d55; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__passwordForget {
  color: #ff8300; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__title {
  color: #2b2745;
  border-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content {
  background-color: none;
  border-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input {
    background-color: none;
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input:placeholder-shown {
      color: #ff8300; }
    html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input::-webkit-input-placeholder {
      color: #ff8300; }
    html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input:-moz-placeholder {
      color: #ff8300;
      opacity: 1; }
    html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input::-moz-placeholder {
      color: #ff8300;
      opacity: 1; }
    html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input:-ms-input-placeholder {
      color: #ff8300; }
    html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input.error:placeholder-shown {
      color: #ff2d55; }
    html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input.error::-webkit-input-placeholder {
      color: #ff2d55; }
    html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input.error:-moz-placeholder {
      color: #ff2d55;
      opacity: 1; }
    html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input.error::-moz-placeholder {
      color: #ff2d55;
      opacity: 1; }
    html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input.error:-ms-input-placeholder {
      color: #ff2d55; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-content {
  border-top-color: rgba(68, 63, 95, 0.1);
  border-bottom-color: rgba(68, 63, 95, 0.1);
  background-color: none; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content, html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content-top, html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content-last {
  border-top-color: rgba(68, 63, 95, 0.1);
  background-color: none; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content-last {
  border-bottom-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-account {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-account__linked {
  color: #ff8300; }
  html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-account__linked span.empty_display_name {
    color: #7f7f7f; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-button .p-user__profile__list__twitter-button__connect {
  background-color: #ff8300;
  color: #feffff; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-button .p-user__profile__list__twitter-button__disconnect {
  background-color: rgba(68, 63, 95, 0.1);
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset__title {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset {
  background-color: rgba(245, 244, 250, 0.6);
  color: #2b2745;
  border-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input:placeholder-shown {
    color: #2b2745; }
  html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input::-webkit-input-placeholder {
    color: #2b2745; }
  html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input:-moz-placeholder {
    color: #2b2745;
    opacity: 1; }
  html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input::-moz-placeholder {
    color: #2b2745;
    opacity: 1; }
  html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input:-ms-input-placeholder {
    color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__button .p-user__profile__list__button__save {
  background-color: #ff8300;
  color: #feffff;
  font-weight: bold; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__profile__button .p-user__profile__list__profile__button__save {
  background-color: #ff8300;
  color: #feffff;
  font-weight: bold; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter .p-user__profile__list__twitter__not-button {
  background-color: #0F1419;
  color: #ffffff; }

html[mode=light] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter .p-user__profile__list__twitter__button {
  background-color: rgba(68, 63, 95, 0.1);
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-profile-user-infomation-section {
  border-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .p-profile-user-infomation-link {
  color: #57517a; }

html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__message,
html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__browser .p-profile__pushSetting__browser__label {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__message {
  border-bottom-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__h2 {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__hr {
  border-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .p-profile .p-profile__pointLog li.p-profile__pointLog__box {
  color: #57517a; }
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pointLog li.p-profile__pointLog__box.charge h4 {
    color: #ff8300; }
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pointLog li.p-profile__pointLog__box.use h4 {
    color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box {
  background-color: #ffffff;
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__value {
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__value p {
      color: #2b2745; }
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__btn.p-profile__pointLog__balance__box__btn--default,
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__btn.waves-button.p-profile__pointLog__balance__box__btn--default {
    background-color: #ff8300;
    color: #feffff; }
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__btn.p-profile__pointLog__balance__box__btn--primary,
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__btn.waves-button.p-profile__pointLog__balance__box__btn--primary {
    background-color: #ff8300;
    color: #feffff; }
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__btn.p-profile__pointLog__balance__box__btn--disabled,
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__btn.waves-button.p-profile__pointLog__balance__box__btn--disabled {
    background-color: #a0a0a0;
    color: #fff;
    cursor: default; }

html[mode=light] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__description a {
  color: #ff8300; }

html[mode=light] body:not(.lightBg) .p-profile .p-profile__profileSetting .p-profile__profileSetting__h2,
html[mode=light] body:not(.lightBg) .p-profile .p-profile__profileSetting .p-profile__profileSetting__h3 {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-profile .p-profile__profileSetting .p-prifile__button__save {
  background-color: #ff8300;
  color: #feffff;
  font-weight: bold; }

html[mode=light] body:not(.lightBg) .p-profile .p-profile__profileSetting .p-prifile__button__save_disabled {
  background-color: #a0a0a0;
  color: #fff;
  cursor: default;
  font-weight: bold; }

html[mode=light] body:not(.lightBg) .p-team h2,
html[mode=light] body:not(.lightBg) .p-team h3 {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-team .p-team__inputText input[type="text"],
html[mode=light] body:not(.lightBg) .p-team .p-team__textArea textarea {
  color: #2b2745;
  border-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .p-team .p-team__textArea {
  border-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .p-team input[type="submit"],
html[mode=light] body:not(.lightBg) .p-team .p-teamMember__saveBtn,
html[mode=light] body:not(.lightBg) .p-team .p-team__invite .p-team__invite__anker {
  background-color: #ff8300;
  color: #feffff;
  font-weight: bold; }

html[mode=light] body:not(.lightBg) .p-team .p-teamMember__saveBtn_disable {
  background-color: rgba(68, 63, 95, 0.1);
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-team .p-teamMember__applyBtn {
  color: #ff8300;
  background-color: transparent;
  border: 1px solid #ff8300; }

html[mode=light] body:not(.lightBg) .p-teamMember__list_header {
  background-color: rgba(68, 63, 95, 0.04);
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-team__toast {
  color: #2b2745;
  border-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .p-team__toast svg {
    fill: #2b2745; }

html[mode=light] body:not(.lightBg) .c-content .c-content__selector .c-content__selector__text {
  color: #2b2745;
  background-color: rgba(68, 63, 95, 0.04); }
  html[mode=light] body:not(.lightBg) .c-content .c-content__selector .c-content__selector__text.selected {
    color: #ff8300; }

html[mode=light] body:not(.lightBg) div.ad-container {
  background-color: none; }

html[mode=light] body:not(.lightBg) .c-content .c-content__list__popularchannel {
  background-color: #ffffff;
  color: #57517a; }
  html[mode=light] body:not(.lightBg) .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__name .c-content__list__popularchannel__link__desc__name__text {
    color: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__count .c-content__list__popularchannel__link__desc__count__text {
    color: #ff2d55; }
  html[mode=light] body:not(.lightBg) .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link__badge__month {
    color: #fff;
    background: #5436ff;
    border: 1px solid #5436ff; }
    html[mode=light] body:not(.lightBg) .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link__badge__month:before {
      background: #5436ff;
      border-bottom-color: #5436ff;
      border-left-color: #5436ff; }
    html[mode=light] body:not(.lightBg) .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link__badge__month.noStar {
      color: #5436ff;
      background: #ffffff;
      border: 1px solid rgba(68, 63, 95, 0.1); }
      html[mode=light] body:not(.lightBg) .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link__badge__month.noStar:before {
        background: #ffffff;
        border-bottom-color: rgba(68, 63, 95, 0.1);
        border-left-color: rgba(68, 63, 95, 0.1); }
    html[mode=light] body:not(.lightBg) .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link__badge__month svg {
      fill: #fff; }

html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__header__text__ellipsis__link {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live {
  background-color: #ff2d55;
  color: #fff; }

html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup {
  background-color: #ff8300;
  color: #fff; }

html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
html[mode=light] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp {
  background-color: #5436ff;
  color: #fff; }

html[mode=light] body:not(.lightBg) .p-recent-movies__item__thumbnail .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live {
  background-color: #ff2d55;
  color: #fff; }

html[mode=light] body:not(.lightBg) .p-recent-movies__item__thumbnail .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup {
  background-color: #ff8300;
  color: #fff; }

html[mode=light] body:not(.lightBg) .p-recent-movies__item__thumbnail .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
html[mode=light] body:not(.lightBg) .p-recent-movies__item__thumbnail .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp {
  background-color: #5436ff;
  color: #fff; }

html[mode=light] body:not(.lightBg) .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__desc .p-playbox__content__movie__list__item__box__desc__text {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__time {
  background-color: rgba(68, 63, 95, 0.1);
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__text__live__sp__broadcast,
html[mode=light] body:not(.lightBg) .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__text__archive__sp__broadcast {
  background-color: rgba(68, 63, 95, 0.1);
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-siteWrapper--page {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a.p-spotlightMainItem:link, html[mode=light] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a.p-spotlightMainItem:visited, html[mode=light] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a.p-spotlightMainItem:active {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a:link, html[mode=light] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a:visited, html[mode=light] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a:active {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a:hover {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-rankLabel {
  background-color: rgba(68, 63, 95, 0.1);
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-rankLabel.rank1 {
    background-color: #FF2D55;
    color: #fff; }
  html[mode=light] body:not(.lightBg) .c-rankLabel.rank2 {
    background-color: #FF8300;
    color: #fff; }
  html[mode=light] body:not(.lightBg) .c-rankLabel.rank3 {
    background-color: #FFA200;
    color: #fff; }

html[mode=light] body:not(.lightBg) .c-content .c-content__empty .c-content__empty__text {
  color: #57517a; }

html[mode=light] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem,
html[mode=light] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.subName {
  color: #57517a; }

html[mode=light] body:not(.lightBg) .p-profile__gameAccount__wrapper {
  border-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount {
    background-color: #ffffff; }
    html[mode=light] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount .p-profile__gameAccount__arrow {
      fill: #2b2745; }
  html[mode=light] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount__unregistered {
    border-color: #ff8300;
    color: #ff8300; }
  html[mode=light] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount__registered {
    background-color: #f3f2f8; }
  html[mode=light] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount__input__text {
    color: #2b2745; }
  html[mode=light] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount__input {
    background-color: none;
    border-color: rgba(68, 63, 95, 0.1);
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount__input.error {
      border-color: #ff8300; }
  html[mode=light] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount__input__annotation {
    color: #2b2745;
    opacity: 0.7; }
  html[mode=light] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount__input__button {
    color: #ff8300;
    background: none;
    border: 1px solid #ff8300; }
  html[mode=light] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount__input__clicked_text.error {
    color: #ff2d55; }

html[mode=light] body:not(.lightBg) .p-sidebar__team_leave {
  color: #7f7f7f; }

html[mode=light] body:not(.lightBg) .p-sidebar__memberBox h3,
html[mode=light] body:not(.lightBg) .p-sidebar__teamBox h3 {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-sidebar__memberBox .p-sidebar__memberList li &gt; a:hover,
html[mode=light] body:not(.lightBg) .p-sidebar__memberBox .p-sidebar__teamList li &gt; a:hover,
html[mode=light] body:not(.lightBg) .p-sidebar__teamBox .p-sidebar__memberList li &gt; a:hover,
html[mode=light] body:not(.lightBg) .p-sidebar__teamBox .p-sidebar__teamList li &gt; a:hover {
  background-color: rgba(68, 63, 95, 0.04); }

html[mode=light] body:not(.lightBg) .p-sidebar__memberBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userName,
html[mode=light] body:not(.lightBg) .p-sidebar__memberBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userName,
html[mode=light] body:not(.lightBg) .p-sidebar__teamBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userName,
html[mode=light] body:not(.lightBg) .p-sidebar__teamBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userName {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-global__user__member__list__more {
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-global__user__member__list__more:hover {
    color: #ff8300; }

html[mode=light] body:not(.lightBg) .p-sidebar__border {
  border-top-color: rgba(68, 63, 95, 0.04); }

html[mode=light] body:not(.lightBg) .c-mainWrapper .c-main {
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__text a {
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__text a:hover {
      color: #2b2745; }
  html[mode=light] body:not(.lightBg) .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__text.c-sectionTitle__text--yell {
    color: #57517a; }
  html[mode=light] body:not(.lightBg) .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__PopularTags a {
    background-color: rgba(68, 63, 95, 0.04); }
    html[mode=light] body:not(.lightBg) .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__PopularTags a:hover {
      background-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__rightButton {
    background-color: #ff8300;
    color: #feffff; }

html[mode=light] body:not(.lightBg) .p-recent-movies__item__count,
html[mode=light] body:not(.lightBg) .p-recent-movies__item__time,
html[mode=light] body:not(.lightBg) .p-recent-movies__item__game {
  color: #57517a; }
  html[mode=light] body:not(.lightBg) .p-recent-movies__item__count:after,
  html[mode=light] body:not(.lightBg) .p-recent-movies__item__time:after,
  html[mode=light] body:not(.lightBg) .p-recent-movies__item__game:after {
    color: #57517a; }

html[mode=light] body:not(.lightBg) .p-recent-movies__item__title a {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem.p-captureListItem__backgroud,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem.p-captureListItem__backgroud {
  background-color: #ffffff; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data {
  color: #fff; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game {
  color: #fff; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img {
  background-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label {
  background-color: rgba(22, 20, 34, 0.8);
  color: #ffffff; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer {
  color: #57517a; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction {
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span {
    background-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info {
  background-color: #ffffff; }
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name {
    color: #2b2745; }
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey {
    color: #57517a; }
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce {
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount {
      color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail img,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img {
  background-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP {
  background-color: rgba(22, 20, 34, 0.8);
  color: #ffffff; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time {
  background-color: rgba(22, 20, 34, 0.8);
  color: #ffffff; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__gameListItem__title .u-specialmark {
  background-color: #5436ff;
  color: #fff; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__gameListItem__title a,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__title a,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__gameListItem__title a {
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__game,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__game {
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__game a:hover,
  html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__game a:hover {
    color: #57517a; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__gameListItem__count,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__count,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__gameListItem__count {
  color: #57517a; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__time,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__time {
  color: #57517a; }
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup {
    color: #ff8300;
    border-color: #ff8300; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
html[mode=light] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__time__comingup a {
  color: #ff8300;
  border-color: #ff8300; }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__info,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__channelListItem__info {
  background-color: rgba(68, 63, 95, 0.04); }

html[mode=light] body:not(.lightBg) .p-top__yellRankingList .p-top__recommendedCreator__movieListItem,
html[mode=light] body:not(.lightBg) .p-top__movieList .p-top__recommendedCreator__movieListItem,
html[mode=light] body:not(.lightBg) .p-top__gameList .p-top__recommendedCreator__movieListItem,
html[mode=light] body:not(.lightBg) .p-top__channelList .p-top__recommendedCreator__movieListItem,
html[mode=light] body:not(.lightBg) .p-top__archiveLiveList .p-top__recommendedCreator__movieListItem,
html[mode=light] body:not(.lightBg) .p-captureList .p-top__recommendedCreator__movieListItem {
  border-color: none; }

html[mode=light] body:not(.lightBg) .p-top__movieList__wrapper {
  border-bottom-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .c-thumbnailList__wrapper {
  border-bottom-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .c-thumbnailList__wrapper .c-thumbnailList__leftButton,
  html[mode=light] body:not(.lightBg) .c-thumbnailList__wrapper .c-thumbnailList__rightButton {
    background-color: #ffffff; }
    html[mode=light] body:not(.lightBg) .c-thumbnailList__wrapper .c-thumbnailList__leftButton svg,
    html[mode=light] body:not(.lightBg) .c-thumbnailList__wrapper .c-thumbnailList__rightButton svg {
      fill: #2b2745; }
    html[mode=light] body:not(.lightBg) .c-thumbnailList__wrapper .c-thumbnailList__leftButton:hover,
    html[mode=light] body:not(.lightBg) .c-thumbnailList__wrapper .c-thumbnailList__rightButton:hover {
      background-color: #e7e5f1; }
  html[mode=light] body:not(.lightBg) .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link {
    background-color: rgba(68, 63, 95, 0.1); }
    html[mode=light] body:not(.lightBg) .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc .c-content__list__channel-ranks__link__desc__name .c-content__list__channel-ranks__link__desc__name__text {
      color: #2b2745; }
    html[mode=light] body:not(.lightBg) .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc__count .c-content__list__channel-ranks__link__desc__count__text {
      color: #ff2d55; }

html[mode=light] body:not(.lightBg) .c-thumbnailList__footer .c-thumbnailList__more {
  background-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .c-thumbnailList__footer .c-thumbnailList__more:hover {
    color: #2b2745; }

html[mode=light] body:not(.lightBg) .c-capturelList__footer .c-capturelList__more {
  background-color: rgba(68, 63, 95, 0.04); }
  html[mode=light] body:not(.lightBg) .c-capturelList__footer .c-capturelList__more:hover {
    background-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .u-label__offline {
  background-color: rgba(22, 20, 34, 0.8);
  color: #ffffff; }

html[mode=light] body:not(.lightBg) .c-main,
html[mode=light] body:not(.lightBg) .c-siteWrapper {
  background-image: url(../../images/v8/OPENREC__BG__light.jpg);
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

html[mode=light] body:not(.lightBg) .p-teamMember__item &gt; .p-teamMember__changeOrder &gt; span {
  background-color: #57517a; }

html[mode=light] body:not(.lightBg) .p-profile .p-profile__profileSetting .p-profile__profileSetting__hr {
  border-color: rgba(68, 63, 95, 0.1); }

html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item {
  border-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item.all {
    border-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .label {
    color: #2b2745; }
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .toggle .slider {
    background-color: #57517a; }
    html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .toggle .slider:before {
      background-color: #fff; }
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .toggle input:checked + .slider {
    background-color: #ff8300; }
    html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .toggle input:checked + .slider:before {
      background-color: #fff; }

html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item {
  border-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .icon {
    background-color: #57517a; }
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .content .name,
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .content .key {
    color: #2b2745; }
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .toggle .slider {
    background-color: #57517a; }
    html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .toggle .slider:before {
      background-color: #fff; }
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .toggle input:checked + .slider {
    background-color: #ff8300; }
    html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .toggle input:checked + .slider:before {
      background-color: #fff; }

html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__browser {
  border-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__browser .p-profile__pushSetting__browser__button {
    color: #ff8300;
    border-color: #ff8300; }

html[mode=light] body:not(.lightBg) .p-followerList__item__team__invite .p-followerList__item__team__invite__text {
  color: #feffff;
  background-color: #ff8300; }

html[mode=light] body:not(.lightBg) .p-application {
  background-color: #ffffff;
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .p-application .p-application__form input,
  html[mode=light] body:not(.lightBg) .p-application .p-application__form textarea {
    border-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .p-application .p-application__form .p-application__form__require_info {
    color: #ff2d55; }
  html[mode=light] body:not(.lightBg) .p-application .p-application__form .p-application__form__item_detail.red {
    color: #ff2d55; }
  html[mode=light] body:not(.lightBg) .p-application .p-application__form .p-application__form__button a {
    background-color: #ff8300;
    color: #feffff; }
  html[mode=light] body:not(.lightBg) .p-application .p-application__form .p-application__form__equire_login .p-application__form__equire_login__note {
    color: #ff2d55; }
  html[mode=light] body:not(.lightBg) .p-application .p-application__submit .p-application__submit__submit_button {
    border-color: #ff8300;
    background-color: #ff8300;
    color: #feffff; }
    html[mode=light] body:not(.lightBg) .p-application .p-application__submit .p-application__submit__submit_button:disabled {
      background-color: #a0a0a0;
      color: #fff;
      cursor: default; }
  html[mode=light] body:not(.lightBg) .p-application .p-application__contents_of_terms .p-application__contents_of_terms__inner {
    color: #2b2745;
    background-color: #e7e5f1; }
  html[mode=light] body:not(.lightBg) .p-application .p-application__apply .p-application__apply__apply_button {
    background-color: #ff8300;
    color: #feffff; }

html[mode=light] body:not(.lightBg) .c-login__page .c-headerContent__itemContent svg {
  fill: #2b2745; }

html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content {
  background-color: #f3f2f8; }
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__SNS__box {
    border-bottom-color: rgba(68, 63, 95, 0.1); }
    html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__SNS__box .c-login_SNS__facebook {
      background-color: #007af7;
      color: #ffffff; }
      html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__SNS__box .c-login_SNS__facebook svg {
        fill: #fff; }
    html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__SNS__box .c-login_SNS__twitter {
      background-color: #0F1419;
      color: #ffffff; }
      html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__SNS__box .c-login_SNS__twitter svg {
        fill: #fff; }
    html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__SNS__box .c-login_SNS__google {
      background-color: #ffffff;
      color: rgba(0, 0, 0, 0.5);
      box-shadow: 0 0.4rem 0.4rem rgba(25, 22, 44, 0.1); }
    html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__SNS__box .c-login_SNS__yahoo {
      background-color: #ff0033;
      color: #ffffff; }
      html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__SNS__box .c-login_SNS__yahoo svg {
        fill: #fff; }
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__account__button {
    background: #ff8300;
    color: #feffff; }
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__email,
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__email__input,
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__password,
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__password__input,
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__channelId,
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__channelId__input,
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__username,
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__username__input {
    background: #ffffff; }
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content input {
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content input.error:placeholder-shown {
      color: #ff2d55; }
    html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content input.error::-webkit-input-placeholder {
      color: #ff2d55; }
    html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content input.error:-moz-placeholder {
      color: #ff2d55;
      opacity: 1; }
    html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content input.error::-moz-placeholder {
      color: #ff2d55;
      opacity: 1; }
    html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content input.error:-ms-input-placeholder {
      color: #ff2d55; }
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__forget span,
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__createAccount span {
    color: #ff8300; }
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__termsofuse__checkbox a {
    color: #ff8300; }
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__termsofuse__errorMsg {
    color: #ff2d55; }
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__forget span,
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__createAccount span {
    color: #ff8300; }
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__termsofuse__checkbox a {
    color: #ff8300; }
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__termsofuse__errorMsg {
    color: #ff2d55; }
  html[mode=light] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__menu__premium span a {
    background-color: #5436ff;
    color: #ffffff; }

html[mode=light] body:not(.lightBg) .c-content__capture__link {
  padding-bottom: 1.8rem;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  html[mode=light] body:not(.lightBg) .c-content__capture__link svg {
    fill: #2b2745; }

html[mode=light] body:not(.lightBg) .c-content__capture__title {
  font-size: 2rem;
  color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-capture__tab {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.1rem solid rgba(68, 63, 95, 0.1);
  margin-bottom: 2.0rem; }
  html[mode=light] body:not(.lightBg) .p-capture__tab .p-capture__tab__menu {
    padding: 10px 20px;
    font-weight: bold; }
    html[mode=light] body:not(.lightBg) .p-capture__tab .p-capture__tab__menu.selected {
      color: #ff8300;
      border-bottom: 0.1rem solid #ff8300; }

html[mode=light] body:not(.lightBg) .c-content-link {
  color: #ff8300; }

/*
* カラー置換の共通scss
* カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
*/
html[mode=light] body:not(.lightBg) .p-reduceSpotlightWrapper .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.liveCount {
  color: #ff8300; }

html[mode=light] body:not(.lightBg) .p-reduceSpotlightWrapper .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.type {
  color: #ff8300; }

html[mode=light] body:not(.lightBg) .slick-dots li.slick-active button:before {
  color: #ff8300; }

html[mode=light] body:not(.lightBg) .p-premium__landing__main__header__slider__item {
  color: #fff; }

html[mode=light] body:not(.lightBg) .p-easylogin {
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .p-easylogin .p-easylogin__content .p-easylogin__content__logo svg {
    fill: #2b2745; }
  html[mode=light] body:not(.lightBg) .p-easylogin .p-easylogin__content .p-easylogin__content__box {
    background-color: #e7e5f1;
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__code .p-easylogin__content__box__code input {
      background-color: rgba(245, 244, 250, 0.6); }
    html[mode=light] body:not(.lightBg) .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__error .c-errorMsg {
      color: #ff2d55; }
    html[mode=light] body:not(.lightBg) .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__title {
      border-bottom-color: rgba(68, 63, 95, 0.1); }
    html[mode=light] body:not(.lightBg) .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__button .p-easylogin__content__box__button__submit {
      background-color: #ff8300;
      color: #feffff; }
  html[mode=light] body:not(.lightBg) .p-easylogin .p-easylogin__content .p-easylogin__content__box__bottom {
    color: #2b2745; }

html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content {
  background-color: #ffffff;
  color: #2b2745; }
  html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__title {
    border-bottom-color: rgba(68, 63, 95, 0.1); }
  html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password,
  html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm {
    background-color: rgba(245, 244, 250, 0.6);
    color: #2b2745; }
    html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input,
    html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__passwordConfirm__input,
    html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__password__input,
    html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input {
      background-color: transparent;
      color: #2b2745; }
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__passwordConfirm__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__password__input:placeholder-shown,
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input:placeholder-shown {
        color: rgba(22, 20, 34, 0.4); }
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__passwordConfirm__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__password__input::-webkit-input-placeholder,
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input::-webkit-input-placeholder {
        color: rgba(22, 20, 34, 0.4); }
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__passwordConfirm__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__password__input:-moz-placeholder,
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input:-moz-placeholder {
        color: rgba(22, 20, 34, 0.4);
        opacity: 1; }
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__passwordConfirm__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__password__input::-moz-placeholder,
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input::-moz-placeholder {
        color: rgba(22, 20, 34, 0.4);
        opacity: 1; }
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__passwordConfirm__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__password__input:-ms-input-placeholder,
      html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input:-ms-input-placeholder {
        color: rgba(22, 20, 34, 0.4); }
  html[mode=light] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list__intput .p-confirmResetPassword__content__list__intput__button {
    color: #feffff;
    background-color: #ff8300;
    border-color: #ff8300; }

html[mode=light] body:not(.lightBg) table.c-table01 tr,
html[mode=light] body:not(.lightBg) table.c-table01 th {
  background-color: rgba(68, 63, 95, 0.1);
  color: #2b2745; }

html[mode=light] body:not(.lightBg) table.c-table01 td {
  background-color: rgba(68, 63, 95, 0.04); }

/*
* カラー置換の共通scss
* カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
*/
html[mode=light] .dashboardBg .c-siteWrapperImage {
  background-color: none; }

html[mode=light] .dashboardBg .c-siteWrapperMask {
  background-color: none; }

html[mode=light] .p-dashboard .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button {
  color: #feffff; }

html[mode=light] .p-dashboard .p-dashboard__content__frame__special__content__button.p-dashboard__content__frame__special__content__button.disabled {
  color: rgba(22, 20, 34, 0.4);
  background-color: rgba(68, 63, 95, 0.1); }

html[mode=light] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__description {
  color: #57517a; }

html[mode=light] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings {
  background: #f3f2f8; }
  html[mode=light] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting:not(:first-child) {
    border-top: 0.1rem solid rgba(68, 63, 95, 0.1); }
  html[mode=light] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__setting__title {
    color: #57517a; }
  html[mode=light] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__ppv__event {
    border: 0.1rem solid rgba(68, 63, 95, 0.1); }

html[mode=light] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__attention {
  color: #ff2d55; }

html[mode=light] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__validation__error {
  color: #ff2d55; }

html[mode=light] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__footer {
  box-shadow: 0 0 2rem rgba(25, 22, 44, 0.2); }
  html[mode=light] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__footer .c-modal__content__public__setting__footer__alert {
    color: #161422; }
  html[mode=light] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__footer .c-modal__content__public__setting__footer__buttons &gt; button.c-modal__content__public__setting__footer__cancel__button {
    border: 0.1rem solid rgba(68, 63, 95, 0.1);
    color: #2b2745; }
  html[mode=light] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__footer .c-modal__content__public__setting__footer__buttons &gt; button.c-modal__content__public__setting__footer__change__button {
    background: #ff2d55;
    color: #feffff; }

html[mode=light] .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__header {
  color: #57517a; }
  html[mode=light] .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__header svg {
    fill: #57517a; }

html[mode=light] .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__info .c-frame__extension__item__content__info__top .c-frame__extension__item__content__info__top__platform span {
  background: rgba(68, 63, 95, 0.1); }
  html[mode=light] .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__info .c-frame__extension__item__content__info__top .c-frame__extension__item__content__info__top__platform span.c-frame__extension__item__content__info__top__platform__test {
    background: rgba(255, 45, 85, 0.4); }

html[mode=light] .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__info .c-frame__extension__item__content__info__bottom {
  color: #57517a; }

html[mode=light] .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__option .c-frame__extension__item__content__menu {
  background: #f5f5f5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 0.1rem solid rgba(68, 63, 95, 0.1); }

html[mode=light] .c-modal-thanks-yell__overlay {
  background: rgba(22, 20, 34, 0.3); }

html[mode=light] .c-modal-thanks-yell__content {
  background: #ffffff; }

html[mode=light] .c-modal-thanks-yell__stats {
  border: 0.1rem solid rgba(68, 63, 95, 0.2); }

html[mode=light] .c-modal-thanks-yell__close-btn {
  background-color: rgba(68, 63, 95, 0.1); }

html[mode=light] .c-modal-thanks-yell__thanks-btn {
  background-color: #ff8300;
  color: #feffff; }

html[mode=light] .c-modal-thanks-yell__thanks-btn {
  color: #ffffff; }
  html[mode=light] .c-modal-thanks-yell__thanks-btn:visited {
    color: #ffffff; }

/*
* カラー置換の共通scss
* カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
*/
html[mode=light] .c-banner {
  background-color: #ffffff;
  box-shadow: 0 0 2rem rgba(25, 22, 44, 0.2); }

html[mode=light] .c-banner__message {
  color: #2b2745; }

/**
 * --or_theme_[theme-category](_[index])
 */
/*
 * カラー置換の共通scss
 * カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
 */
html[mode=dark] body:not(.lightBg) a,
html[mode=dark] body:not(.lightBg) button,
html[mode=dark] body:not(.lightBg) input[type="submit"],
html[mode=dark] body:not(.lightBg) [role="button"],
html[mode=dark] body:not(.lightBg) [class^="js-btn__"],
html[mode=dark] body:not(.lightBg) [class*=" js-btn__"] {
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s; }
  html[mode=dark] body:not(.lightBg) a:hover,
  html[mode=dark] body:not(.lightBg) button:hover,
  html[mode=dark] body:not(.lightBg) input[type="submit"]:hover,
  html[mode=dark] body:not(.lightBg) [role="button"]:hover,
  html[mode=dark] body:not(.lightBg) [class^="js-btn__"]:hover,
  html[mode=dark] body:not(.lightBg) [class*=" js-btn__"]:hover {
    opacity: .88; }

html[mode=dark] body:not(.lightBg) input[type=text],
html[mode=dark] body:not(.lightBg) input[type=password],
html[mode=dark] body:not(.lightBg) input[type=search],
html[mode=dark] body:not(.lightBg) input[type=tel],
html[mode=dark] body:not(.lightBg) input[type=url],
html[mode=dark] body:not(.lightBg) input[type=email],
html[mode=dark] body:not(.lightBg) input[type=date],
html[mode=dark] body:not(.lightBg) input[type=time],
html[mode=dark] body:not(.lightBg) input[type=number],
html[mode=dark] body:not(.lightBg) input[type=range],
html[mode=dark] body:not(.lightBg) input[type=color],
html[mode=dark] body:not(.lightBg) input[type=datetime],
html[mode=dark] body:not(.lightBg) input[type=datetime-local],
html[mode=dark] body:not(.lightBg) input[type=month],
html[mode=dark] body:not(.lightBg) input[type=week],
html[mode=dark] body:not(.lightBg) textarea {
  background-color: rgba(255, 255, 255, 0.07);
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) input[type=text]:placeholder-shown,
  html[mode=dark] body:not(.lightBg) input[type=password]:placeholder-shown,
  html[mode=dark] body:not(.lightBg) input[type=search]:placeholder-shown,
  html[mode=dark] body:not(.lightBg) input[type=tel]:placeholder-shown,
  html[mode=dark] body:not(.lightBg) input[type=url]:placeholder-shown,
  html[mode=dark] body:not(.lightBg) input[type=email]:placeholder-shown,
  html[mode=dark] body:not(.lightBg) input[type=date]:placeholder-shown,
  html[mode=dark] body:not(.lightBg) input[type=time]:placeholder-shown,
  html[mode=dark] body:not(.lightBg) input[type=number]:placeholder-shown,
  html[mode=dark] body:not(.lightBg) input[type=range]:placeholder-shown,
  html[mode=dark] body:not(.lightBg) input[type=color]:placeholder-shown,
  html[mode=dark] body:not(.lightBg) input[type=datetime]:placeholder-shown,
  html[mode=dark] body:not(.lightBg) input[type=datetime-local]:placeholder-shown,
  html[mode=dark] body:not(.lightBg) input[type=month]:placeholder-shown,
  html[mode=dark] body:not(.lightBg) input[type=week]:placeholder-shown,
  html[mode=dark] body:not(.lightBg) textarea:placeholder-shown {
    color: rgba(255, 255, 255, 0.4); }
  html[mode=dark] body:not(.lightBg) input[type=text]::-webkit-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=password]::-webkit-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=search]::-webkit-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=tel]::-webkit-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=url]::-webkit-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=email]::-webkit-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=date]::-webkit-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=time]::-webkit-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=number]::-webkit-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=range]::-webkit-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=color]::-webkit-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=datetime]::-webkit-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=datetime-local]::-webkit-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=month]::-webkit-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=week]::-webkit-input-placeholder,
  html[mode=dark] body:not(.lightBg) textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  html[mode=dark] body:not(.lightBg) input[type=text]:-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=password]:-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=search]:-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=tel]:-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=url]:-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=email]:-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=date]:-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=time]:-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=number]:-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=range]:-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=color]:-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=datetime]:-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=datetime-local]:-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=month]:-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=week]:-moz-placeholder,
  html[mode=dark] body:not(.lightBg) textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  html[mode=dark] body:not(.lightBg) input[type=text]::-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=password]::-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=search]::-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=tel]::-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=url]::-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=email]::-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=date]::-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=time]::-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=number]::-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=range]::-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=color]::-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=datetime]::-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=datetime-local]::-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=month]::-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=week]::-moz-placeholder,
  html[mode=dark] body:not(.lightBg) textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  html[mode=dark] body:not(.lightBg) input[type=text]:-ms-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=password]:-ms-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=search]:-ms-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=tel]:-ms-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=url]:-ms-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=email]:-ms-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=date]:-ms-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=time]:-ms-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=number]:-ms-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=range]:-ms-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=color]:-ms-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=datetime]:-ms-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=datetime-local]:-ms-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=month]:-ms-input-placeholder,
  html[mode=dark] body:not(.lightBg) input[type=week]:-ms-input-placeholder,
  html[mode=dark] body:not(.lightBg) textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }

html[mode=dark] body:not(.lightBg) input:-webkit-autofill,
html[mode=dark] body:not(.lightBg) input:internal-autofill-selected {
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.07) inset;
  background-color: rgba(255, 255, 255, 0.07);
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) input:-webkit-autofill:placeholder-shown,
  html[mode=dark] body:not(.lightBg) input:internal-autofill-selected:placeholder-shown {
    color: rgba(255, 255, 255, 0.4); }
  html[mode=dark] body:not(.lightBg) input:-webkit-autofill::-webkit-input-placeholder,
  html[mode=dark] body:not(.lightBg) input:internal-autofill-selected::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  html[mode=dark] body:not(.lightBg) input:-webkit-autofill:-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input:internal-autofill-selected:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  html[mode=dark] body:not(.lightBg) input:-webkit-autofill::-moz-placeholder,
  html[mode=dark] body:not(.lightBg) input:internal-autofill-selected::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  html[mode=dark] body:not(.lightBg) input:-webkit-autofill:-ms-input-placeholder,
  html[mode=dark] body:not(.lightBg) input:internal-autofill-selected:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }

html[mode=dark] body:not(.lightBg) .c-errorMsg {
  color: #ff2d55; }

html[mode=dark] body:not(.lightBg) .c-alertmsg {
  background-color: #514d66;
  border-color: rgba(255, 255, 255, 0.15);
  color: #ff2d55; }

html[mode=dark] body:not(.lightBg) .btn.primary {
  background-color: #ffa200;
  color: #161423; }

/*
 * カラー置換の共通scss
 * カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
 */
html[mode=dark] body:not(.lightBg) {
  background-color: #201e2f;
  color: #e4e3e8; }

/*
 * カラー置換の共通scss
 * カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
 */
html[mode=dark] body:not(.lightBg) .c-headerWrapper {
  background-color: #201e2f;
  border-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--menu svg {
    fill: #adabba; }
  html[mode=dark] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem.c-headerContent__leftItem--logo .c-headerContent__itemContent svg {
    fill: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox {
    background-color: #333045; }
    html[mode=dark] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input {
      color: #e4e3e8; }
      html[mode=dark] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input:placeholder-shown {
        color: rgba(255, 255, 255, 0.4); }
      html[mode=dark] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.4); }
      html[mode=dark] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.4);
        opacity: 1; }
      html[mode=dark] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.4);
        opacity: 1; }
      html[mode=dark] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.4); }
      html[mode=dark] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input:focus {
        color: #e4e3e8; }
      html[mode=dark] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input::-webkit-input-placeholder {
        color: #adabba; }
      html[mode=dark] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input:-ms-input-placeholder {
        color: #adabba; }
      html[mode=dark] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox input::placeholder {
        color: #adabba; }
    html[mode=dark] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox svg {
      fill: #adabba; }
    html[mode=dark] body:not(.lightBg) .c-headerWrapper .c-headerContent .c-headerContent__leftItem .c-headerContent__itemContent__searchBox.selected {
      background-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .c-headerWrapper .c-globalNavi__wrapper {
    background-color: rgba(255, 255, 255, 0.15);
    color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .l-headerMain__content__delivery .l-headerMain__content__delivery__box .c-icon__header__deliveryMenu svg {
  fill: #adabba; }

html[mode=dark] body:not(.lightBg) .l-headerMain__content__delivery .l-headerMain__content__delivery__box .c-icon__header__deliveryMenu.clickable svg {
  fill: #adabba; }

html[mode=dark] body:not(.lightBg) .l-headerMain__content__delivery .l-headerMain__content__delivery__box .l-headerMain__content__delivery__box__text {
  color: #adabba; }

html[mode=dark] body:not(.lightBg) .l-headerMain__content__delivery .l-headerMain__content__delivery__box:hover .l-headerMain__content__delivery__box__text, html[mode=dark] body:not(.lightBg) .l-headerMain__content__delivery .l-headerMain__content__delivery__box.selected .l-headerMain__content__delivery__box__text {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .l-headerMain__content__delivery.selected {
  background-color: inherit; }

html[mode=dark] body:not(.lightBg) .l-headerMain__content__deliverymenu {
  background-color: #514d66;
  color: #e4e3e8;
  box-shadow: 0 0 2rem rgba(22, 20, 34, 0.3); }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__dashboard a,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__live a,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__upload a {
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__dashboard a:hover,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__live a:hover,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__upload a:hover {
      background-color: rgba(255, 255, 255, 0.1); }
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__dashboard a:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__live a:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__upload a:before {
      background-color: none; }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__deliverymenu .l-headerMain__content__deliverymenu__separator {
    border-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu {
  background-color: #514d66;
  color: #e4e3e8;
  box-shadow: 0 0 2rem rgba(22, 20, 34, 0.3); }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon a,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon p,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .p-toggleTheme,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage a,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage p,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage .p-toggleTheme,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup a,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup p,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup .p-toggleTheme,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard a,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard p,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard .p-toggleTheme,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting a,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting p,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting .p-toggleTheme,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium a,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium p,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium .p-toggleTheme,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage a,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage p,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage .p-toggleTheme,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge a,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge p,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge .p-toggleTheme,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news a,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news p,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news .p-toggleTheme,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__toggle a,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__toggle p,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__toggle .p-toggleTheme,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout a,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout p,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout .p-toggleTheme,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile a,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile p,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile .p-toggleTheme,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection a,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection p,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection .p-toggleTheme {
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon a:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon p:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .p-toggleTheme:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage a:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage p:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage .p-toggleTheme:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup a:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup p:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup .p-toggleTheme:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard a:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard p:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard .p-toggleTheme:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting a:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting p:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting .p-toggleTheme:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium a:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium p:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium .p-toggleTheme:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage a:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage p:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage .p-toggleTheme:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge a:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge p:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge .p-toggleTheme:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news a:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news p:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news .p-toggleTheme:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__toggle a:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__toggle p:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__toggle .p-toggleTheme:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout a:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout p:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout .p-toggleTheme:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile a:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile p:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile .p-toggleTheme:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection a:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection p:before,
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection .p-toggleTheme:before {
      background-color: none; }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon a:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon p:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage a:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__mypage p:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup a:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__setup p:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard a:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__dashboard p:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting a:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__deliverySetting p:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium a:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__premium p:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage a:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__sendMessage p:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge a:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__pointCharge p:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news a:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__news p:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__toggle a:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__toggle p:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout a:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout p:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile a:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__purchaseProfile p:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection a:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__profileCollection p:hover {
    color: #e4e3e8;
    background-color: rgba(255, 255, 255, 0.1); }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__logout {
    border-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__myNameKey {
    color: #adabba; }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__link {
    color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__usermenu .l-headerMain__content__usermenu__myIcon .l-headerMain__content__usermenu__myIcon__myInfo .l-headerMain__content__usermenu__myIcon__link svg {
      fill: #ffa200; }

html[mode=dark] body:not(.lightBg) .l-headerMain__content__notice .l-headerMain__content__notice__box .c-icon__header__noticeMenu svg {
  fill: #adabba; }

html[mode=dark] body:not(.lightBg) .l-headerMain__content__noticemenu {
  background-color: #514d66;
  color: #e4e3e8;
  box-shadow: 0 0 2rem rgba(22, 20, 34, 0.3); }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__noticemenu h3 {
    font-weight: normal;
    border-color: rgba(255, 255, 255, 0.1); }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item .l-headerMain__content__noticemenu__item__box {
    border-bottom-color: rgba(255, 255, 255, 0.1); }
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item .l-headerMain__content__noticemenu__item__box:hover {
      border-color: rgba(255, 255, 255, 0.1); }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__item:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__more {
    border-top-color: rgba(255, 255, 255, 0.1); }
    html[mode=dark] body:not(.lightBg) .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__more .l-headerMain__content__noticemenu__more__text {
      color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__noticemenu .l-headerMain__content__noticemenu__none .l-headerMain__content__noticemenu__none__text {
    color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__noticemenu .p-noticeMore__important {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .l-headerMain__content__upgrade .l-headerMain__content__upgrade__text {
  color: #bfb3ff; }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__upgrade .l-headerMain__content__upgrade__text svg {
    fill: #bfb3ff; }

html[mode=dark] body:not(.lightBg) .c-headerContent__profile {
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-headerContent__profile svg {
    fill: #adabba; }
  html[mode=dark] body:not(.lightBg) .c-headerContent__profile ul {
    background-color: #514d66;
    box-shadow: 0 0 2rem rgba(22, 20, 34, 0.3); }

html[mode=dark] body:not(.lightBg) .l-headerMain__content__loginPc,
html[mode=dark] body:not(.lightBg) .l-headerMain__content__signupPc {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .l-headerMain__content__box .l-headerMain__content__box__input {
  background-color: rgba(255, 255, 255, 0.1);
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__box .l-headerMain__content__box__input:placeholder-shown {
    color: rgba(255, 255, 255, 0.4); }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__box .l-headerMain__content__box__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__box .l-headerMain__content__box__input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__box .l-headerMain__content__box__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__box .l-headerMain__content__box__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  html[mode=dark] body:not(.lightBg) .l-headerMain__content__box .l-headerMain__content__box__input:focus {
    background-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .l-headerMain__content__box.selected {
  background-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent,
html[mode=dark] body:not(.lightBg) .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent {
  background-color: #514d66;
  color: #e4e3e8;
  box-shadow: 0 0 2rem rgba(22, 20, 34, 0.3); }
  html[mode=dark] body:not(.lightBg) .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent p,
  html[mode=dark] body:not(.lightBg) .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent p {
    color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dd,
  html[mode=dark] body:not(.lightBg) .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dd,
  html[mode=dark] body:not(.lightBg) .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dd,
  html[mode=dark] body:not(.lightBg) .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dd {
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dd:hover,
    html[mode=dark] body:not(.lightBg) .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dd:hover,
    html[mode=dark] body:not(.lightBg) .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__bestKeyword dd:hover,
    html[mode=dark] body:not(.lightBg) .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history dd:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  html[mode=dark] body:not(.lightBg) .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history,
  html[mode=dark] body:not(.lightBg) .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__pcContent__history {
    border-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .l-headerMain__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__content__history__close svg,
  html[mode=dark] body:not(.lightBg) .l-headerMain__new__search .l-headerMain__search__box .l-headerMain__search__pcContent .l-headerMain__search__content__history__close svg {
    fill: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .l-headerMain__new__search .c-thumbnailList__wrapper--userHistoryList .c-thumbnailList__leftButton,
html[mode=dark] body:not(.lightBg) .l-headerMain__new__search .c-thumbnailList__wrapper--userHistoryList .c-thumbnailList__rightButton {
  box-shadow: 0 0 2rem rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .l-headerMain__new__search .c-thumbnailList__wrapper--userHistoryList .p-user__history__list__item__live__img {
  border: 0.2rem solid #ff2d55; }

html[mode=dark] body:not(.lightBg) .l-headerMain__new__search .c-thumbnailList__wrapper--userHistoryList .p-user__history__list__item__live {
  background: #ff2d55;
  color: #fff; }

html[mode=dark] body:not(.lightBg) .l-headerMain__new__search__suggest {
  background-color: #514d66;
  color: #e4e3e8;
  box-shadow: 0 0 2rem rgba(22, 20, 34, 0.3); }
  html[mode=dark] body:not(.lightBg) .l-headerMain__new__search__suggest .l-headerMain__new__search__suggest__header {
    border-color: rgba(255, 255, 255, 0.15); }
    html[mode=dark] body:not(.lightBg) .l-headerMain__new__search__suggest .l-headerMain__new__search__suggest__header svg {
      fill: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .l-headerMain__new__search__suggest .l-headerMain__new__search__suggest__header:hover,
  html[mode=dark] body:not(.lightBg) .l-headerMain__new__search__suggest .l-headerMain__new__search__suggest__item__content:hover {
    background-color: rgba(255, 255, 255, 0.1); }

html[mode=dark] body:not(.lightBg) .p-toggleTheme .p-toggleTheme__switch label {
  background-color: #57517a; }
  html[mode=dark] body:not(.lightBg) .p-toggleTheme .p-toggleTheme__switch label:after {
    background-color: #fff; }

html[mode=dark] body:not(.lightBg) .p-toggleTheme .p-toggleTheme__switch input:checked + label {
  background-color: #ffa200;
  border-color: none; }

/*
 * カラー置換の共通scss
 * カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
 */
html[mode=dark] body:not(.lightBg) .p-top__content__left,
html[mode=dark] body:not(.lightBg) .l-container__main__row__left,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu {
  background-color: #161422 !important;
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-top__content__left,
html[mode=dark] body:not(.lightBg) .l-container__main__row__left {
  /*バーの背景色*/ }
  html[mode=dark] body:not(.lightBg) .p-top__content__left::-webkit-scrollbar-track,
  html[mode=dark] body:not(.lightBg) .l-container__main__row__left::-webkit-scrollbar-track {
    background-color: none; }
  html[mode=dark] body:not(.lightBg) .p-top__content__left::-webkit-scrollbar-thumb,
  html[mode=dark] body:not(.lightBg) .l-container__main__row__left::-webkit-scrollbar-thumb {
    background-color: #222; }

html[mode=dark] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__left a:not(.c-global__menu__upgrade__link) {
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__left a:not(.c-global__menu__upgrade__link):hover {
    color: #e4e3e8;
    background-color: rgba(255, 255, 255, 0.1); }

html[mode=dark] body:not(.lightBg) .c-global .c-global__user,
html[mode=dark] body:not(.lightBg) .c-global .c-global__game {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: none; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__text,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__text {
    color: #fff; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list.topLine, html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list.line,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list.topLine,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list.line {
    border-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__img.setup .icon_file_container img,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__img.setup .icon_file_container img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5); }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__twitter svg,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__twitter svg {
    fill: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__twitter .c-global__user__profile__list__twitter__not-button,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__twitter .c-global__user__profile__list__twitter__not-button {
    color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name {
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__action,
    html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__action {
      background-color: transparent; }
      html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__action svg,
      html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__action svg {
        fill: #adabba; }
    html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__menu,
    html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__menu {
      color: #ffffff;
      background-color: #514d66;
      box-shadow: 0 0 2rem rgba(22, 20, 34, 0.3); }
      html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__menu .c-global__user__profile__list__name__overlay__menu__item:hover,
      html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__name .c-global__user__profile__list__name__overlay .c-global__user__profile__list__name__overlay__menu .c-global__user__profile__list__name__overlay__menu__item:hover {
        background-color: rgba(255, 255, 255, 0.1); }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__desc a,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__desc a {
    color: #ffa200; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__text,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__text {
    background-color: #ffa200;
    color: #161423; }
    html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__text.selected,
    html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__text.selected {
      background-color: transparent;
      border: 1px solid rgba(255, 255, 255, 0.15);
      color: #ffa200; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__icon svg,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__icon svg {
    fill: #adabba; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__icon.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__favorite__icon.selected {
    border: 1px solid rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text {
    background-color: #5436ff;
    color: #fff; }
    html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text.badge,
    html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__subsc__text.badge {
      background-color: transparent;
      border: solid 0.1rem #bfb3ff;
      color: #bfb3ff; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup svg,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup svg {
    fill: #ffa200; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup span,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup span {
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup span:hover,
    html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__setup span:hover {
      color: #ffa200; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message svg,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message svg {
    fill: #ffa200; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message .c-global__user__profile__list__message__text,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message .c-global__user__profile__list__message__text {
    color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message .c-global__user__profile__list__message__text:hover,
    html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__message .c-global__user__profile__list__message__text:hover {
      background-color: inherit; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link {
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link:hover,
    html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__more .c-global__user__profile__list__more__link:hover {
      color: #ffa200; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__error,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__user__profile .c-global__user__profile__list .c-global__user__profile__list__error {
    color: #ff2d55; }

html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__count {
  border-top-color: rgba(255, 255, 255, 0.1);
  font-weight: bold; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__count .c-global__user__count__row .c-global__user__count__row__left,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__user .c-global__user__count .c-global__user__count__row .c-global__user__count__row__right {
    color: #adabba; }

html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__game__count .c-global__game__count__row .c-global__game__count__row__left {
  color: #adabba; }

html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__game__count .c-global__game__count__row .c-global__game__count__row__right {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__game__profile .c-global__game__profile__title {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-global .c-global__game .c-global__game__profile .c-global__game__profile__more .c-global__game__profile__more__link {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-global .c-global__menuGroup &gt; li {
  border-bottom-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menuGroup &gt; li.c-global__menuGroup__others {
    border-bottom-color: none; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menuGroup &gt; li .c-global__menuList li a {
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .c-global .c-global__menuGroup &gt; li .c-global__menuList li a:hover {
      color: #e4e3e8;
      background-color: rgba(255, 255, 255, 0.1); }
    html[mode=dark] body:not(.lightBg) .c-global .c-global__menuGroup &gt; li .c-global__menuList li a svg {
      fill: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .c-global .c-global__menuGroup &gt; li .c-global__menuList li a .c-global__menuList__tag {
      background-color: #ffa200; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menuGroup &gt; li .c-global__menu__upgrade .c-global__menu__upgrade__words {
    color: #bfb3ff; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menuGroup &gt; li .c-global__menu__upgrade .c-global__menu__upgrade__link {
    background-color: #6e55ff;
    color: #ffffff; }

html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__popular,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__event,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__ranking,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__movie,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__game,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__channel,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__topics,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__following,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__favorites,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__views-history,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__playlist,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__profile,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__user,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__point,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__setting,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__password,
html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__hints__and__tips {
  color: #adabba; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__popular:hover,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__event:hover,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__ranking:hover,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__movie:hover,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__game:hover,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__channel:hover,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__topics:hover,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__following:hover,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__favorites:hover,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__views-history:hover,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__playlist:hover,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__profile:hover,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__user:hover,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__point:hover,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__setting:hover,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__password:hover,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__hints__and__tips:hover {
    color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__popular.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__event.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__ranking.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__movie.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__game.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__channel.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__topics.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__following.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__favorites.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__views-history.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__playlist.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__profile.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__user.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__point.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__setting.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__password.selected,
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu li .c-global__menu__hints__and__tips.selected {
    color: #ffa200;
    background-color: rgba(255, 255, 255, 0.1); }

html[mode=dark] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__menu li a {
  color: #adabba; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__menu li a:hover {
    color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__menu li a {
  color: #adabba; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__menu li a:hover {
    color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__text {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__arrow {
  vertical-align: middle; }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__arrow svg {
    fill: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__list {
  background-color: #514d66;
  box-shadow: 0 0 2rem rgba(22, 20, 34, 0.3); }
  html[mode=dark] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__list a {
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .c-global .c-global__menu__other .c-global__menu__other__language .c-global__menu__other__language__list a:hover {
      color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-global__menu .c-global__menuList__arrow svg,
html[mode=dark] body:not(.lightBg) .c-global__menuList .c-global__menuList__arrow svg {
  fill: #ffa200; }

html[mode=dark] body:not(.lightBg) .p-sidebar__team_leave {
  color: #7f7f7f; }

html[mode=dark] body:not(.lightBg) .c-global__user__member__list__more {
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-global__user__member__list__more:hover {
    color: #ffa200; }

html[mode=dark] body:not(.lightBg) .p-sidebar__border {
  border-top-color: rgba(255, 255, 255, 0.1); }

html[mode=dark] body:not(.lightBg) .p-dashboard .p-dashboard__sidemenu {
  background-color: #161422;
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .p-dashboard .p-dashboard__sidemenu p,
  html[mode=dark] body:not(.lightBg) .p-dashboard .p-dashboard__sidemenu a {
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .p-dashboard .p-dashboard__sidemenu p.selected,
    html[mode=dark] body:not(.lightBg) .p-dashboard .p-dashboard__sidemenu a.selected {
      color: #fff; }
  html[mode=dark] body:not(.lightBg) .p-dashboard .p-dashboard__sidemenu .p-dashboard__sidemenu__list .p-dashboard__sidemenu__list__item:hover {
    color: #e4e3e8;
    background-color: rgba(255, 255, 255, 0.1); }

html[mode=dark] body:not(.lightBg) .c-global__user__profile__list__ppv__content {
  background-color: #201e2f; }
  html[mode=dark] body:not(.lightBg) .c-global__user__profile__list__ppv__content .c-global__user__profile__list__ppv__content__img__banner {
    background-color: #514d66; }
  html[mode=dark] body:not(.lightBg) .c-global__user__profile__list__ppv__content .c-global__user__profile__list__ppv__content__label {
    background-color: #5436ff;
    color: #fff; }

/*
 * カラー置換の共通scss
 * カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
 */
html[mode=dark] body:not(.lightBg) .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__title,
html[mode=dark] body:not(.lightBg) .c-modal .c-modal__box .c-modal__box__frame .c-modal__box__frame__content .c-modal__box__frame__content__desc {
  color: rgba(245, 244, 250, 0.8); }

html[mode=dark] body:not(.lightBg) .c-header__modal {
  background-color: rgba(22, 20, 34, 0.3); }
  html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content {
    background-color: #333045; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__title span {
      color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email,
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password,
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId,
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username,
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password {
      background-color: rgba(255, 255, 255, 0.07);
      color: #e4e3e8; }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__email__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__channelId__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__username__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__email__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__channelId__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__username__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__email__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__channelId__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:placeholder-shown {
        color: rgba(255, 255, 255, 0.4); }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__email__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__channelId__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__username__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__email__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__channelId__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__username__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__email__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__channelId__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.4); }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__email__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__channelId__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__username__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__email__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__channelId__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__username__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__email__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__channelId__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.4);
        opacity: 1; }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__email__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__channelId__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__username__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__email__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__channelId__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__username__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__email__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__channelId__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.4);
        opacity: 1; }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__email__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__channelId__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__username__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__email .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__email__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__channelId__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__username__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__channelId .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__email__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__channelId__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__username__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__username .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__email__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__channelId__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__username__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__password .c-header__modal__content__login__password__input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.4); }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__termsofuse a {
      color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__termsofuse.error .c-header__modal__content__login__termsofuse__errorMsg {
      color: #ff2d55; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__login__sns__box .c-header__modal__content__mail__address__box__button,
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__sns .c-header__modal__content__mail__address__box .c-header__modal__content__mail__address__box__button,
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__login__sns__box .c-header__modal__content__mail__address__box__button,
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__mail__address .c-header__modal__content__mail__address__box .c-header__modal__content__mail__address__box__button {
      color: #161423;
      background-color: #ffa200;
      border-color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__account .c-header__modal__content__login__account__button {
      background-color: #ffa200;
      border-color: #ffa200;
      color: #161423; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__createAccount span,
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__login .c-header__modal__content__login__forget span {
      color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu {
      box-shadow: none; }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__title span {
        color: #e4e3e8; }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box .c-header__modal__content__menu__other__box__registration {
        border-color: #ffa200;
        background-color: #ffa200;
        color: #161423; }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box .c-header__modal__content__menu__other__box__login {
        border-color: #ffa200;
        color: #ffa200;
        background-color: inherit; }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service a {
        color: #ffa200; }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__premium a {
        color: #5436ff; }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__other .c-header__modal__content__menu__other__box {
        border-bottom-color: rgba(255, 255, 255, 0.15); }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service .c-header__modal__content__menu__service__box {
        border-bottom-color: rgba(255, 255, 255, 0.15); }
        html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__service .c-header__modal__content__menu__service__box a:hover {
          text-decoration: none; }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__menu .c-header__modal__content__menu__premium .c-header__modal__content__menu__premium__box a {
        background-color: #5436ff;
        color: #ffffff; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget {
      color: #e4e3e8; }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__title {
        border-color: rgba(255, 255, 255, 0.15); }
        html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__title span {
          color: #e4e3e8; }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password {
        background-color: rgba(255, 255, 255, 0.07);
        color: #e4e3e8; }
        html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input:placeholder-shown {
          color: rgba(255, 255, 255, 0.4); }
        html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.4); }
        html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input:-moz-placeholder {
          color: rgba(255, 255, 255, 0.4);
          opacity: 1; }
        html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input::-moz-placeholder {
          color: rgba(255, 255, 255, 0.4);
          opacity: 1; }
        html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__password .c-header__modal__content__passwordForget__password__input:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.4); }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordForget .c-header__modal__content__passwordForget__input .c-header__modal__content__passwordForget__input__button {
        background-color: #ffa200;
        color: #161423;
        border-color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__title {
      border-color: rgba(255, 255, 255, 0.15); }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__title span {
        border-color: rgba(255, 255, 255, 0.15); }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__passwordReset .c-header__modal__content__passwordReset__input .c-header__modal__content__passwordReset__input__button {
      background-color: #ffa200;
      border-color: #ffa200;
      color: #161423; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.DescriptionTitle {
      background-color: #201e2f; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__premiumTitle.mailTitle {
      border-color: rgba(255, 255, 255, 0.15); }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email {
      background-color: rgba(255, 255, 255, 0.07);
      color: #e4e3e8; }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email .c-header__modal__content__premiumCancel__email__input {
        background-color: rgba(255, 255, 255, 0.07);
        color: #e4e3e8; }
        html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email .c-header__modal__content__premiumCancel__email__input:placeholder-shown {
          color: #ffa200; }
        html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email .c-header__modal__content__premiumCancel__email__input::-webkit-input-placeholder {
          color: #ffa200; }
        html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email .c-header__modal__content__premiumCancel__email__input:-moz-placeholder {
          color: #ffa200;
          opacity: 1; }
        html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email .c-header__modal__content__premiumCancel__email__input::-moz-placeholder {
          color: #ffa200;
          opacity: 1; }
        html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__email .c-header__modal__content__premiumCancel__email__input:-ms-input-placeholder {
          color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account .c-header__modal__content__premiumCancel__account__buttonIphone a,
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account .c-header__modal__content__premiumCancel__account__buttonAndroid a {
      background-color: rgba(255, 255, 255, 0.15);
      color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account .c-header__modal__content__premiumCancel__account__buttonCancel {
      background-color: rgba(255, 255, 255, 0.15);
      color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__account .c-header__modal__content__premiumCancel__account__button {
      background-color: #ff2d55;
      color: #161423; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__premiumCancel .c-header__modal__content__premiumCancel__errorMsg {
      color: #ff2d55; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__mailBox {
      background-color: #333045; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__title {
      border-color: rgba(255, 255, 255, 0.15); }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__label {
      color: #adabba; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__input {
      color: #e4e3e8;
      border-color: rgba(255, 255, 255, 0.3); }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__input ::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.4); }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__input :-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.4); }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__input ::placeholder {
        color: rgba(255, 255, 255, 0.4); }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__form__error {
      color: #ff2d55; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__notes .c-header__modal__content__mailReset__notes__mailNotice {
      color: #ff2d55; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__notes a {
      color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__actions__enter {
      color: #fff;
      background-color: #ffa200; }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__actions__enter.disabled {
        color: rgba(255, 255, 255, 0.4);
        background-color: rgba(255, 255, 255, 0.15); }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__actions__resend {
      color: #ffa200; }
      html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__mailReset .c-header__modal__content__mailReset__actions__resend.disabled {
        color: rgba(255, 255, 255, 0.15); }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content .c-header__modal__content__button input[type=submit] {
      background-color: #ffa200;
      border-color: #ffa200;
      color: #161423; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content.twitterDisconnect .c-header__modal__content__twitterDisconnect .c-header__modal__content__twitterDisconnect__item .c-header__modal__content__twitterDisconnect__item__confirm-button {
      background-color: #ffa200;
      border-color: #ffa200;
      color: #161423; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content.twitterDisconnect .c-header__modal__content__twitterDisconnect .c-header__modal__content__twitterDisconnect__item .c-header__modal__content__twitterDisconnect__item__confirm-button {
      background-color: #ffa200;
      border-color: #ffa200;
      color: #161423; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content.twitterDisconnect .c-header__modal__content__twitterDisconnect .c-header__modal__content__twitterDisconnect__item .c-header__modal__content__twitterDisconnect__item__button {
      border-color: #ffa200;
      color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .c-header__modal .c-header__modal__content.disconnectErrorAccount .c-header__modal__content__disconnectErrorAccount__item .c-c-header__modal__content__disconnectErrorAccount__item__button {
      background-color: #ffa200;
      border-color: #ffa200;
      color: #161423; }

html[mode=dark] body:not(.lightBg) .c-header__modal__content__footer {
  background-color: #201e2f; }

html[mode=dark] body:not(.lightBg) .c-modal__SNS__box {
  border-bottom-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .c-modal__SNS__box .c-modal_SNS__facebook {
    background-color: #007af7;
    color: #ffffff; }
    html[mode=dark] body:not(.lightBg) .c-modal__SNS__box .c-modal_SNS__facebook svg {
      fill: #fff; }
  html[mode=dark] body:not(.lightBg) .c-modal__SNS__box .c-modal_SNS__twitter {
    background-color: #0F1419;
    color: #ffffff; }
    html[mode=dark] body:not(.lightBg) .c-modal__SNS__box .c-modal_SNS__twitter svg {
      fill: #fff; }
  html[mode=dark] body:not(.lightBg) .c-modal__SNS__box .c-modal_SNS__google {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.5);
    box-shadow: none; }
  html[mode=dark] body:not(.lightBg) .c-modal__SNS__box .c-modal_SNS__yahoo {
    background-color: #ff0033;
    color: #ffffff; }
    html[mode=dark] body:not(.lightBg) .c-modal__SNS__box .c-modal_SNS__yahoo svg {
      fill: #fff; }

html[mode=dark] body:not(.lightBg) .c-common__modal__close svg,
html[mode=dark] body:not(.lightBg) .c-header__modal__close svg,
html[mode=dark] body:not(.lightBg) .c-header__modal__content__close svg {
  fill: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-common__modal .c-common__modal__content {
  background-color: #514d66;
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-common__modal .c-common__modal__content .c-common__modal__content__ok__btn {
    background-color: #ffa200;
    border-color: #ffa200;
    color: #161423; }
  html[mode=dark] body:not(.lightBg) .c-common__modal .c-common__modal__content .c-common__modal__content__cancel__btn {
    background-color: #514d66;
    color: #ffa200;
    border-color: #ffa200; }

html[mode=dark] body:not(.lightBg) .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__btn .p-billingBtn1 {
  border-color: #ffa200;
  background-color: none;
  color: #ffa200; }

html[mode=dark] body:not(.lightBg) .p-consentModal .p-consentModal__confirmation .p-consentModal__confirmation__btn .p-billingBtn2 {
  border-color: #ffa200;
  background-color: #ffa200;
  color: #161423; }

html[mode=dark] body:not(.lightBg) .c-modal-sub-heading {
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-modal-sub-heading::before {
    border-top: 0.1rem solid rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .c-modal-sub-heading__inner {
  background-color: #333045; }

html[mode=dark] body:not(.lightBg) .c-modal-button_default {
  color: #e4e3e8;
  background-color: transparent;
  border: 0.1rem solid rgba(255, 255, 255, 0.3); }

html[mode=dark] body:not(.lightBg) .c-modal-button_twitter {
  color: #ffffff;
  background-color: #0F1419;
  border: 0px; }
  html[mode=dark] body:not(.lightBg) .c-modal-button_twitter &gt; .c-modal-icon {
    fill: #fff; }

html[mode=dark] body:not(.lightBg) .c-modal-button_facebook {
  color: #ffffff;
  background-color: #007af7;
  border: 0px; }
  html[mode=dark] body:not(.lightBg) .c-modal-button_facebook &gt; .c-modal-icon {
    fill: #fff; }

html[mode=dark] body:not(.lightBg) .c-modal-button_google {
  color: #777777;
  background-color: #ffffff;
  border: 0.1rem solid rgba(68, 63, 95, 0.2); }

html[mode=dark] body:not(.lightBg) .c-modal-button_yahoo {
  color: #ff0033;
  background-color: #ffffff;
  border: 0.1rem solid rgba(68, 63, 95, 0.2); }

html[mode=dark] body:not(.lightBg) .c-modal-button_mail {
  color: #ffa200;
  background-color: transparent;
  border: 0.1rem solid #ffa200; }
  html[mode=dark] body:not(.lightBg) .c-modal-button_mail &gt; .c-modal-icon {
    fill: #ffa200; }

html[mode=dark] body:not(.lightBg) .c-modal-line {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .c-modal-note {
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-modal-note &gt; a {
    color: #ffa200; }

/*
 * カラー置換の共通scss
 * カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
 */
html[mode=dark] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents,
html[mode=dark] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content {
  border-color: rgba(255, 255, 255, 0.15);
  color: #adabba; }
  html[mode=dark] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__filter,
  html[mode=dark] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__filter {
    background-color: #514d66;
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 2rem rgba(22, 20, 34, 0.3); }
    html[mode=dark] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__filter .c-content__filter__list .c-content__filter__list__item li.isSelect,
    html[mode=dark] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item li.isSelect {
      color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__filter .c-content__filter__list .c-content__filter__list__item li.input_date input,
    html[mode=dark] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item li.input_date input {
      color: #adabba;
      border-radius: .4rem; }
  html[mode=dark] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__title .c-content__title__filterBtn,
  html[mode=dark] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__title .c-content__title__filterBtn {
    background-color: #333045;
    color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__title .c-content__title__filterBtn:hover,
    html[mode=dark] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__title .c-content__title__filterBtn:hover {
      background-color: #333045; }
  html[mode=dark] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-contents .c-content__title .c-content__title__shortcutBtn li,
  html[mode=dark] body:not(.lightBg) .l-container .l-container__main .l-container__main__row .l-container__main__row__right .c-content .c-content__title .c-content__title__shortcutBtn li {
    background-color: rgba(255, 255, 255, 0.1); }

html[mode=dark] body:not(.lightBg) .c-breadcrumblist li:after,
html[mode=dark] body:not(.lightBg) .c-breadcrumblist li a,
html[mode=dark] body:not(.lightBg) .c-breadcrumblist li p {
  color: #adabba; }

html[mode=dark] body:not(.lightBg) .c-breadcrumblist li a:hover {
  color: #adabba; }

html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__header .c-thumbnailVideo__header__text__ellipsis {
  color: #adabba; }
  html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__header .c-thumbnailVideo__header__text__ellipsis.checkmark .c-thumbnailVideo__header__text__ellipsis__link {
    color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__finish {
  background-color: rgba(22, 20, 34, 0.8);
  color: #ffffff; }

html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box__text__sp__live,
html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box__text__sp__archive,
html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .u-label__fromSP {
  background-color: rgba(22, 20, 34, 0.8);
  color: #ffffff; }

html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .u-label__time {
  background-color: rgba(22, 20, 34, 0.8);
  color: #ffffff; }

html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box__time__sp__broadcast,
html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box__time {
  background-color: rgba(22, 20, 34, 0.8);
  color: #ffffff; }

html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__footer__liveCount {
  color: #ff2d55; }
  html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__footer__liveCount:after {
    color: #adabba; }

html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__footer__time {
  color: #adabba; }

html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__title {
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__title .c-thumbnailVideo__title__text {
    color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__game {
  color: #adabba; }
  html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__game:hover {
    color: #adabba; }

html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__footer .c-thumbnailVideo__footer__reservation {
  color: #ffa200;
  border-color: #ffa200; }

html[mode=dark] body:not(.lightBg) .c-content .c-content__list__populargame .c-content__list__populargame__desc .c-content__list__populargame__desc__item {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-content .c-content__list__populargame .c-content__list__populargame__watch .c-content__list__populargame__watch__count {
  color: #ff2d55; }

html[mode=dark] body:not(.lightBg) .c-content .c-content__title {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-content .c-content__list__topic {
  background-color: #333045; }
  html[mode=dark] body:not(.lightBg) .c-content .c-content__list__topic .c-content__list__topic__link {
    box-shadow: none; }
    html[mode=dark] body:not(.lightBg) .c-content .c-content__list__topic .c-content__list__topic__link .c-content__list__topic__link__list__date {
      color: #adabba; }
    html[mode=dark] body:not(.lightBg) .c-content .c-content__list__topic .c-content__list__topic__link .c-content__list__topic__link__list .c-content__list__topic__link__list__desc {
      color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-content .c-content__changeover .c-content__changeover__item a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-content .c-content__changeover .c-content__changeover__item a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-content .c-content__changeover .c-content__changeover__item.selected {
  color: #ffa200; }
  html[mode=dark] body:not(.lightBg) .c-content .c-content__changeover .c-content__changeover__item.selected a {
    color: #ffa200; }

html[mode=dark] body:not(.lightBg) .c-content .c-content__changeover .c-content__separator {
  border-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .c-content .c-content__more .c-content__more__text {
  background-color: rgba(255, 255, 255, 0.1);
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-content .c-content__more .c-content__more__text:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-content .c-content__filter .c-content__filter__list .c-content__filter__list__item h3 {
  border-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .c-content .c-content__reaction__list .c-content__reaction__item {
  border: 1px solid rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .c-content .c-content__reaction__list .c-content__reaction__item.selected {
    border-color: #ffa200; }
  html[mode=dark] body:not(.lightBg) .c-content .c-content__reaction__list .c-content__reaction__item:hover {
    background-color: rgba(255, 255, 255, 0.3); }

html[mode=dark] body:not(.lightBg) .c-content__more .c-content__more__text {
  background-color: rgba(255, 255, 255, 0.1);
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-content__more .c-content__more__text:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__img.setup img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5); }

html[mode=dark] body:not(.lightBg) .p-user .p-user__img.setup .p-user__img__pfText {
  color: #fff; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__tab {
  border-bottom-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .p-user .p-user__tab .p-user__tab__menu .p-user__tab__menu__item {
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .p-user .p-user__tab .p-user__tab__menu .p-user__tab__menu__item:hover, html[mode=dark] body:not(.lightBg) .p-user .p-user__tab .p-user__tab__menu .p-user__tab__menu__item.selected {
      color: #ffa200;
      border-bottom-color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .p-user .p-user__tab .p-user__tab__menu .p-user__tab__menu__item &gt; svg {
      fill: #adabba; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile h2,
html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__title,
html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__sns-title,
html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-profile__pointLog__h2,
html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user .p-user__profile .p-user__profile__sns-title {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list.topLine, html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list.line {
  border-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__content {
  border-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__content .p-user__profile__list__mail__content__input {
    color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__button .p-user__profile__list__mail__button__save {
  color: #ffa200;
  background-color: transparent;
  border: 1px solid #ffa200;
  font-weight: bold; }
  html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__mail__button .p-user__profile__list__mail__button__save.disabled {
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.15);
    border: none; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__emailApprove {
  color: #ff2d55; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__error {
  color: #ff2d55; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__passwordForget {
  color: #ffa200; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__title {
  color: #e4e3e8;
  border-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content {
  background-color: none;
  border-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input {
    background-color: none;
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input:placeholder-shown {
      color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input::-webkit-input-placeholder {
      color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input:-moz-placeholder {
      color: #ffa200;
      opacity: 1; }
    html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input::-moz-placeholder {
      color: #ffa200;
      opacity: 1; }
    html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input:-ms-input-placeholder {
      color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input.error:placeholder-shown {
      color: #ff2d55; }
    html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input.error::-webkit-input-placeholder {
      color: #ff2d55; }
    html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input.error:-moz-placeholder {
      color: #ff2d55;
      opacity: 1; }
    html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input.error::-moz-placeholder {
      color: #ff2d55;
      opacity: 1; }
    html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__content .p-user__profile__list__content__input.error:-ms-input-placeholder {
      color: #ff2d55; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-content {
  border-top-color: rgba(255, 255, 255, 0.15);
  border-bottom-color: rgba(255, 255, 255, 0.15);
  background-color: none; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content, html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content-top, html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content-last {
  border-top-color: rgba(255, 255, 255, 0.15);
  background-color: none; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__sns-content-last {
  border-bottom-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-account {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-account__linked {
  color: #ffa200; }
  html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-account__linked span.empty_display_name {
    color: #7f7f7f; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-button .p-user__profile__list__twitter-button__connect {
  background-color: #ffa200;
  color: #161423; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter-button .p-user__profile__list__twitter-button__disconnect {
  background-color: rgba(255, 255, 255, 0.15);
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset__title {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset {
  background-color: rgba(255, 255, 255, 0.07);
  color: #e4e3e8;
  border-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input:placeholder-shown {
    color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input::-webkit-input-placeholder {
    color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input:-moz-placeholder {
    color: #e4e3e8;
    opacity: 1; }
  html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input::-moz-placeholder {
    color: #e4e3e8;
    opacity: 1; }
  html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__password .p-user__profile__list__passwordReset .p-user__profile__list__passwordReset__input:-ms-input-placeholder {
    color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__button .p-user__profile__list__button__save {
  background-color: #ffa200;
  color: #161423;
  font-weight: bold; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__profile__button .p-user__profile__list__profile__button__save {
  background-color: #ffa200;
  color: #161423;
  font-weight: bold; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter .p-user__profile__list__twitter__not-button {
  background-color: #0F1419;
  color: #ffffff; }

html[mode=dark] body:not(.lightBg) .p-user .p-user__profile .p-user__profile__list .p-user__profile__list__twitter .p-user__profile__list__twitter__button {
  background-color: rgba(255, 255, 255, 0.15);
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-profile-user-infomation-section {
  border-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .p-profile-user-infomation-link {
  color: #adabba; }

html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__message,
html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__browser .p-profile__pushSetting__browser__label {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__message {
  border-bottom-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__h2 {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__hr {
  border-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pointLog li.p-profile__pointLog__box {
  color: #adabba; }
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pointLog li.p-profile__pointLog__box.charge h4 {
    color: #ffa200; }
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pointLog li.p-profile__pointLog__box.use h4 {
    color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box {
  background-color: #514d66;
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__value {
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__value p {
      color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__btn.p-profile__pointLog__balance__box__btn--default,
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__btn.waves-button.p-profile__pointLog__balance__box__btn--default {
    background-color: #ffa200;
    color: #161423; }
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__btn.p-profile__pointLog__balance__box__btn--primary,
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__btn.waves-button.p-profile__pointLog__balance__box__btn--primary {
    background-color: #ffa200;
    color: #161423; }
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__btn.p-profile__pointLog__balance__box__btn--disabled,
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__balance__box .p-profile__pointLog__balance__box__btn.waves-button.p-profile__pointLog__balance__box__btn--disabled {
    background-color: #a0a0a0;
    color: #fff;
    cursor: default; }

html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pointLog .p-profile__pointLog__description a {
  color: #ffa200; }

html[mode=dark] body:not(.lightBg) .p-profile .p-profile__profileSetting .p-profile__profileSetting__h2,
html[mode=dark] body:not(.lightBg) .p-profile .p-profile__profileSetting .p-profile__profileSetting__h3 {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-profile .p-profile__profileSetting .p-prifile__button__save {
  background-color: #ffa200;
  color: #161423;
  font-weight: bold; }

html[mode=dark] body:not(.lightBg) .p-profile .p-profile__profileSetting .p-prifile__button__save_disabled {
  background-color: #a0a0a0;
  color: #fff;
  cursor: default;
  font-weight: bold; }

html[mode=dark] body:not(.lightBg) .p-team h2,
html[mode=dark] body:not(.lightBg) .p-team h3 {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-team .p-team__inputText input[type="text"],
html[mode=dark] body:not(.lightBg) .p-team .p-team__textArea textarea {
  color: #e4e3e8;
  border-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .p-team .p-team__textArea {
  border-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .p-team input[type="submit"],
html[mode=dark] body:not(.lightBg) .p-team .p-teamMember__saveBtn,
html[mode=dark] body:not(.lightBg) .p-team .p-team__invite .p-team__invite__anker {
  background-color: #ffa200;
  color: #161423;
  font-weight: bold; }

html[mode=dark] body:not(.lightBg) .p-team .p-teamMember__saveBtn_disable {
  background-color: rgba(255, 255, 255, 0.15);
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-team .p-teamMember__applyBtn {
  color: #ffa200;
  background-color: transparent;
  border: 1px solid #ffa200; }

html[mode=dark] body:not(.lightBg) .p-teamMember__list_header {
  background-color: rgba(255, 255, 255, 0.1);
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-team__toast {
  color: #e4e3e8;
  border-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .p-team__toast svg {
    fill: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-content .c-content__selector .c-content__selector__text {
  color: #e4e3e8;
  background-color: rgba(255, 255, 255, 0.1); }
  html[mode=dark] body:not(.lightBg) .c-content .c-content__selector .c-content__selector__text.selected {
    color: #ffa200; }

html[mode=dark] body:not(.lightBg) div.ad-container {
  background-color: none; }

html[mode=dark] body:not(.lightBg) .c-content .c-content__list__popularchannel {
  background-color: #333045;
  color: #adabba; }
  html[mode=dark] body:not(.lightBg) .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__name .c-content__list__popularchannel__link__desc__name__text {
    color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link .c-content__list__popularchannel__link__desc .c-content__list__popularchannel__link__desc__count .c-content__list__popularchannel__link__desc__count__text {
    color: #ff2d55; }
  html[mode=dark] body:not(.lightBg) .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link__badge__month {
    color: #fff;
    background: #5436ff;
    border: 1px solid #5436ff; }
    html[mode=dark] body:not(.lightBg) .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link__badge__month:before {
      background: #5436ff;
      border-bottom-color: #5436ff;
      border-left-color: #5436ff; }
    html[mode=dark] body:not(.lightBg) .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link__badge__month.noStar {
      color: #bfb3ff;
      background: #514d66;
      border: 1px solid rgba(255, 255, 255, 0.15); }
      html[mode=dark] body:not(.lightBg) .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link__badge__month.noStar:before {
        background: #514d66;
        border-bottom-color: rgba(255, 255, 255, 0.15);
        border-left-color: rgba(255, 255, 255, 0.15); }
    html[mode=dark] body:not(.lightBg) .c-content .c-content__list__popularchannel .c-content__list__popularchannel__link__badge__month svg {
      fill: #fff; }

html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__header__text__ellipsis__link {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live {
  background-color: #ff2d55;
  color: #fff; }

html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup {
  background-color: #ff8300;
  color: #fff; }

html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
html[mode=dark] body:not(.lightBg) .c-thumbnailVideo .c-thumbnailVideo__box .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp {
  background-color: #5436ff;
  color: #fff; }

html[mode=dark] body:not(.lightBg) .p-recent-movies__item__thumbnail .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__live {
  background-color: #ff2d55;
  color: #fff; }

html[mode=dark] body:not(.lightBg) .p-recent-movies__item__thumbnail .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__new__comingup {
  background-color: #ff8300;
  color: #fff; }

html[mode=dark] body:not(.lightBg) .p-recent-movies__item__thumbnail .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__subsc,
html[mode=dark] body:not(.lightBg) .p-recent-movies__item__thumbnail .c-thumbnailVideo__box__status__wrapper .c-thumbnailVideo__box__sp {
  background-color: #5436ff;
  color: #fff; }

html[mode=dark] body:not(.lightBg) .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__desc .p-playbox__content__movie__list__item__box__desc__text {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__time {
  background-color: rgba(255, 255, 255, 0.15);
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__text__live__sp__broadcast,
html[mode=dark] body:not(.lightBg) .p-playbox .p-playbox__content .p-playbox__content__movie .p-playbox__content__movie__list .p-playbox__content__movie__list__item .p-playbox__content__movie__list__item__box .p-playbox__content__movie__list__item__box__img .p-playbox__content__movie__list__item__box__img__text__archive__sp__broadcast {
  background-color: rgba(255, 255, 255, 0.15);
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-siteWrapper--page {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a.p-spotlightMainItem:link, html[mode=dark] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a.p-spotlightMainItem:visited, html[mode=dark] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a.p-spotlightMainItem:active {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a:link, html[mode=dark] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a:visited, html[mode=dark] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a:active {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain a:hover {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-rankLabel {
  background-color: rgba(255, 255, 255, 0.15);
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-rankLabel.rank1 {
    background-color: #FF2D55;
    color: #fff; }
  html[mode=dark] body:not(.lightBg) .c-rankLabel.rank2 {
    background-color: #FF8300;
    color: #fff; }
  html[mode=dark] body:not(.lightBg) .c-rankLabel.rank3 {
    background-color: #FFA200;
    color: #fff; }

html[mode=dark] body:not(.lightBg) .c-content .c-content__empty .c-content__empty__text {
  color: #adabba; }

html[mode=dark] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem,
html[mode=dark] body:not(.lightBg) .p-spotlightWrapper .p-spotlightWrapperInner .p-spotlightMain .p-spotlightMainItem.subName {
  color: #adabba; }

html[mode=dark] body:not(.lightBg) .p-profile__gameAccount__wrapper {
  border-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount {
    background-color: #333045; }
    html[mode=dark] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount .p-profile__gameAccount__arrow {
      fill: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount__unregistered {
    border-color: #ffa200;
    color: #ffa200; }
  html[mode=dark] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount__registered {
    background-color: #201e2f; }
  html[mode=dark] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount__input__text {
    color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount__input {
    background-color: none;
    border-color: rgba(255, 255, 255, 0.15);
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount__input.error {
      border-color: #ffa200; }
  html[mode=dark] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount__input__annotation {
    color: #e4e3e8;
    opacity: 0.7; }
  html[mode=dark] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount__input__button {
    color: #ffa200;
    background: none;
    border: 1px solid #ffa200; }
  html[mode=dark] body:not(.lightBg) .p-profile__gameAccount__wrapper .p-profile__gameAccount__input__clicked_text.error {
    color: #ff2d55; }

html[mode=dark] body:not(.lightBg) .p-sidebar__team_leave {
  color: #7f7f7f; }

html[mode=dark] body:not(.lightBg) .p-sidebar__memberBox h3,
html[mode=dark] body:not(.lightBg) .p-sidebar__teamBox h3 {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-sidebar__memberBox .p-sidebar__memberList li &gt; a:hover,
html[mode=dark] body:not(.lightBg) .p-sidebar__memberBox .p-sidebar__teamList li &gt; a:hover,
html[mode=dark] body:not(.lightBg) .p-sidebar__teamBox .p-sidebar__memberList li &gt; a:hover,
html[mode=dark] body:not(.lightBg) .p-sidebar__teamBox .p-sidebar__teamList li &gt; a:hover {
  background-color: rgba(255, 255, 255, 0.1); }

html[mode=dark] body:not(.lightBg) .p-sidebar__memberBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userName,
html[mode=dark] body:not(.lightBg) .p-sidebar__memberBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userName,
html[mode=dark] body:not(.lightBg) .p-sidebar__teamBox .p-sidebar__memberList li &gt; a .p-sidebar__memberItem__userName,
html[mode=dark] body:not(.lightBg) .p-sidebar__teamBox .p-sidebar__teamList li &gt; a .p-sidebar__memberItem__userName {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-global__user__member__list__more {
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-global__user__member__list__more:hover {
    color: #ffa200; }

html[mode=dark] body:not(.lightBg) .p-sidebar__border {
  border-top-color: rgba(255, 255, 255, 0.1); }

html[mode=dark] body:not(.lightBg) .c-mainWrapper .c-main {
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__text a {
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__text a:hover {
      color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__text.c-sectionTitle__text--yell {
    color: #adabba; }
  html[mode=dark] body:not(.lightBg) .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__PopularTags a {
    background-color: rgba(255, 255, 255, 0.1); }
    html[mode=dark] body:not(.lightBg) .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__PopularTags a:hover {
      background-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .c-mainWrapper .c-main .c-mainInner .c-sectionTitle .c-sectionTitle__rightButton {
    background-color: #ffa200;
    color: #161423; }

html[mode=dark] body:not(.lightBg) .p-recent-movies__item__count,
html[mode=dark] body:not(.lightBg) .p-recent-movies__item__time,
html[mode=dark] body:not(.lightBg) .p-recent-movies__item__game {
  color: #adabba; }
  html[mode=dark] body:not(.lightBg) .p-recent-movies__item__count:after,
  html[mode=dark] body:not(.lightBg) .p-recent-movies__item__time:after,
  html[mode=dark] body:not(.lightBg) .p-recent-movies__item__game:after {
    color: #adabba; }

html[mode=dark] body:not(.lightBg) .p-recent-movies__item__title a {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem.p-captureListItem__backgroud,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem.p-captureListItem__backgroud {
  background-color: #333045; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__creator__data {
  color: #fff; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__creator .p-captureListItem__game {
  color: #fff; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail img {
  background-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-captureListItem__thumbnail__wrapper .p-captureListItem__thumbnail .p-captureListItem__thumbnail__label {
  background-color: rgba(22, 20, 34, 0.8);
  color: #ffffff; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__title a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__title a {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__footer,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__footer {
  color: #adabba; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction {
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-captureListItem__detail .p-captureListItem__detail__reaction span {
    background-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__yellRankingListItem__creator .p-top__yellRankingListItem__info .p-top__yellRankingListItem__count {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info {
  background-color: #333045; }
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__name {
    color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__userKey {
    color: #adabba; }
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce {
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount,
    html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__channelListItem__creator .p-top__channelListItem__info .p-top__channelListItem__introduce .p-top__channelListItem__gameLiveCount {
      color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail img,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail img {
  background-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__fromSP,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__fromSP {
  background-color: rgba(22, 20, 34, 0.8);
  color: #ffffff; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__archiveLiveListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__gameListItem__thumbnail .u-label__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__archiveLiveListItem__thumbnail .u-label__time {
  background-color: rgba(22, 20, 34, 0.8);
  color: #ffffff; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__gameListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__title .u-specialmark,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__gameListItem__title .u-specialmark {
  background-color: #bfb3ff;
  color: #fff; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__gameListItem__title a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__title a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__gameListItem__title a {
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__game,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__game {
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__game a:hover,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__game a:hover {
    color: #adabba; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__gameListItem__count,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__count,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__gameListItem__count {
  color: #adabba; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__time,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__time {
  color: #adabba; }
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup,
  html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__time.p-top__movieListItem__time--comingup {
    color: #ffa200;
    border-color: #ffa200; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-captureListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-captureListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-captureListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-captureListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-captureListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__yellRankingListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__movieListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__gameListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__movieListItem__time__comingup a,
html[mode=dark] body:not(.lightBg) .p-captureList .p-captureListItem .p-top__movieListItem__time__comingup a {
  color: #ffa200;
  border-color: #ffa200; }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__channelListItem .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__channelListItem .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__channelListItem .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__channelListItem .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__channelListItem .p-top__channelListItem__info,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__channelListItem .p-top__channelListItem__info {
  background-color: rgba(255, 255, 255, 0.1); }

html[mode=dark] body:not(.lightBg) .p-top__yellRankingList .p-top__recommendedCreator__movieListItem,
html[mode=dark] body:not(.lightBg) .p-top__movieList .p-top__recommendedCreator__movieListItem,
html[mode=dark] body:not(.lightBg) .p-top__gameList .p-top__recommendedCreator__movieListItem,
html[mode=dark] body:not(.lightBg) .p-top__channelList .p-top__recommendedCreator__movieListItem,
html[mode=dark] body:not(.lightBg) .p-top__archiveLiveList .p-top__recommendedCreator__movieListItem,
html[mode=dark] body:not(.lightBg) .p-captureList .p-top__recommendedCreator__movieListItem {
  border-color: none; }

html[mode=dark] body:not(.lightBg) .p-top__movieList__wrapper {
  border-bottom-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .c-thumbnailList__wrapper {
  border-bottom-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .c-thumbnailList__wrapper .c-thumbnailList__leftButton,
  html[mode=dark] body:not(.lightBg) .c-thumbnailList__wrapper .c-thumbnailList__rightButton {
    background-color: #514d66; }
    html[mode=dark] body:not(.lightBg) .c-thumbnailList__wrapper .c-thumbnailList__leftButton svg,
    html[mode=dark] body:not(.lightBg) .c-thumbnailList__wrapper .c-thumbnailList__rightButton svg {
      fill: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .c-thumbnailList__wrapper .c-thumbnailList__leftButton:hover,
    html[mode=dark] body:not(.lightBg) .c-thumbnailList__wrapper .c-thumbnailList__rightButton:hover {
      background-color: #333045; }
  html[mode=dark] body:not(.lightBg) .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link {
    background-color: rgba(255, 255, 255, 0.15); }
    html[mode=dark] body:not(.lightBg) .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc .c-content__list__channel-ranks__link__desc__name .c-content__list__channel-ranks__link__desc__name__text {
      color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .c-thumbnailList__wrapper.c-thumbnailList__wrapper--channel-ranks .c-content__list__channel-ranks .c-content__list__channel-ranks__link .c-content__list__channel-ranks__link__desc__count .c-content__list__channel-ranks__link__desc__count__text {
      color: #ff2d55; }

html[mode=dark] body:not(.lightBg) .c-thumbnailList__footer .c-thumbnailList__more {
  background-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .c-thumbnailList__footer .c-thumbnailList__more:hover {
    color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-capturelList__footer .c-capturelList__more {
  background-color: rgba(255, 255, 255, 0.1); }
  html[mode=dark] body:not(.lightBg) .c-capturelList__footer .c-capturelList__more:hover {
    background-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .u-label__offline {
  background-color: rgba(22, 20, 34, 0.8);
  color: #ffffff; }

html[mode=dark] body:not(.lightBg) .c-main,
html[mode=dark] body:not(.lightBg) .c-siteWrapper {
  background-image: url(../../images/v8/OPENREC__BG__dark.jpg);
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

html[mode=dark] body:not(.lightBg) .p-teamMember__item &gt; .p-teamMember__changeOrder &gt; span {
  background-color: #adabba; }

html[mode=dark] body:not(.lightBg) .p-profile .p-profile__profileSetting .p-profile__profileSetting__hr {
  border-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item {
  border-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item.all {
    border-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .label {
    color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .toggle .slider {
    background-color: #adabba; }
    html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .toggle .slider:before {
      background-color: #fff; }
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .toggle input:checked + .slider {
    background-color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__list .p-profile__pushSetting__list__item .toggle input:checked + .slider:before {
      background-color: #fff; }

html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item {
  border-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .icon {
    background-color: #adabba; }
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .content .name,
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .content .key {
    color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .toggle .slider {
    background-color: #adabba; }
    html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .toggle .slider:before {
      background-color: #fff; }
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .toggle input:checked + .slider {
    background-color: #ffa200; }
    html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushChannel__list .p-profile__pushChannel__list__item .toggle input:checked + .slider:before {
      background-color: #fff; }

html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__browser {
  border-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .p-profile .p-profile__pushSetting .p-profile__pushSetting__browser .p-profile__pushSetting__browser__button {
    color: #ffa200;
    border-color: #ffa200; }

html[mode=dark] body:not(.lightBg) .p-followerList__item__team__invite .p-followerList__item__team__invite__text {
  color: #161423;
  background-color: #ffa200; }

html[mode=dark] body:not(.lightBg) .p-application {
  background-color: #514d66;
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .p-application .p-application__form input,
  html[mode=dark] body:not(.lightBg) .p-application .p-application__form textarea {
    border-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .p-application .p-application__form .p-application__form__require_info {
    color: #ff2d55; }
  html[mode=dark] body:not(.lightBg) .p-application .p-application__form .p-application__form__item_detail.red {
    color: #ff2d55; }
  html[mode=dark] body:not(.lightBg) .p-application .p-application__form .p-application__form__button a {
    background-color: #ffa200;
    color: #161423; }
  html[mode=dark] body:not(.lightBg) .p-application .p-application__form .p-application__form__equire_login .p-application__form__equire_login__note {
    color: #ff2d55; }
  html[mode=dark] body:not(.lightBg) .p-application .p-application__submit .p-application__submit__submit_button {
    border-color: #ffa200;
    background-color: #ffa200;
    color: #161423; }
    html[mode=dark] body:not(.lightBg) .p-application .p-application__submit .p-application__submit__submit_button:disabled {
      background-color: #a0a0a0;
      color: #fff;
      cursor: default; }
  html[mode=dark] body:not(.lightBg) .p-application .p-application__contents_of_terms .p-application__contents_of_terms__inner {
    color: #e4e3e8;
    background-color: #333045; }
  html[mode=dark] body:not(.lightBg) .p-application .p-application__apply .p-application__apply__apply_button {
    background-color: #ffa200;
    color: #161423; }

html[mode=dark] body:not(.lightBg) .c-login__page .c-headerContent__itemContent svg {
  fill: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content {
  background-color: #201e2f; }
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__SNS__box {
    border-bottom-color: rgba(255, 255, 255, 0.15); }
    html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__SNS__box .c-login_SNS__facebook {
      background-color: #007af7;
      color: #ffffff; }
      html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__SNS__box .c-login_SNS__facebook svg {
        fill: #fff; }
    html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__SNS__box .c-login_SNS__twitter {
      background-color: #0F1419;
      color: #ffffff; }
      html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__SNS__box .c-login_SNS__twitter svg {
        fill: #fff; }
    html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__SNS__box .c-login_SNS__google {
      background-color: #ffffff;
      color: rgba(0, 0, 0, 0.5);
      box-shadow: none; }
    html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__SNS__box .c-login_SNS__yahoo {
      background-color: #ff0033;
      color: #ffffff; }
      html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__SNS__box .c-login_SNS__yahoo svg {
        fill: #fff; }
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__account__button {
    background: #ffa200;
    color: #161423; }
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__email,
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__email__input,
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__password,
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__password__input,
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__channelId,
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__channelId__input,
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__username,
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__username__input {
    background: #514d66; }
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content input {
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content input.error:placeholder-shown {
      color: #ff2d55; }
    html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content input.error::-webkit-input-placeholder {
      color: #ff2d55; }
    html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content input.error:-moz-placeholder {
      color: #ff2d55;
      opacity: 1; }
    html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content input.error::-moz-placeholder {
      color: #ff2d55;
      opacity: 1; }
    html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content input.error:-ms-input-placeholder {
      color: #ff2d55; }
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__forget span,
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__createAccount span {
    color: #ffa200; }
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__termsofuse__checkbox a {
    color: #ffa200; }
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__termsofuse__errorMsg {
    color: #ff2d55; }
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__forget span,
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__createAccount span {
    color: #ffa200; }
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__termsofuse__checkbox a {
    color: #ffa200; }
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__login__termsofuse__errorMsg {
    color: #ff2d55; }
  html[mode=dark] body:not(.lightBg) .c-login__page .c-login__page__content .c-login__page__content__menu__premium span a {
    background-color: #5436ff;
    color: #ffffff; }

html[mode=dark] body:not(.lightBg) .c-content__capture__link {
  padding-bottom: 1.8rem;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  html[mode=dark] body:not(.lightBg) .c-content__capture__link svg {
    fill: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .c-content__capture__title {
  font-size: 2rem;
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-capture__tab {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.15);
  margin-bottom: 2.0rem; }
  html[mode=dark] body:not(.lightBg) .p-capture__tab .p-capture__tab__menu {
    padding: 10px 20px;
    font-weight: bold; }
    html[mode=dark] body:not(.lightBg) .p-capture__tab .p-capture__tab__menu.selected {
      color: #ffa200;
      border-bottom: 0.1rem solid #ffa200; }

html[mode=dark] body:not(.lightBg) .c-content-link {
  color: #ffa200; }

/*
* カラー置換の共通scss
* カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
*/
html[mode=dark] body:not(.lightBg) .p-reduceSpotlightWrapper .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.liveCount {
  color: #ffa200; }

html[mode=dark] body:not(.lightBg) .p-reduceSpotlightWrapper .p-reduceSpotlightListItemWrapper .p-reduceSpotlightListItem.type {
  color: #ffa200; }

html[mode=dark] body:not(.lightBg) .slick-dots li.slick-active button:before {
  color: #ffa200; }

html[mode=dark] body:not(.lightBg) .p-premium__landing__main__header__slider__item {
  color: #fff; }

html[mode=dark] body:not(.lightBg) .p-easylogin {
  color: #2b2745; }
  html[mode=dark] body:not(.lightBg) .p-easylogin .p-easylogin__content .p-easylogin__content__logo svg {
    fill: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .p-easylogin .p-easylogin__content .p-easylogin__content__box {
    background-color: #333045;
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__code .p-easylogin__content__box__code input {
      background-color: rgba(255, 255, 255, 0.07); }
    html[mode=dark] body:not(.lightBg) .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__error .c-errorMsg {
      color: #ff2d55; }
    html[mode=dark] body:not(.lightBg) .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__title {
      border-bottom-color: rgba(255, 255, 255, 0.15); }
    html[mode=dark] body:not(.lightBg) .p-easylogin .p-easylogin__content .p-easylogin__content__box .p-easylogin__content__box__button .p-easylogin__content__box__button__submit {
      background-color: #ffa200;
      color: #161423; }
  html[mode=dark] body:not(.lightBg) .p-easylogin .p-easylogin__content .p-easylogin__content__box__bottom {
    color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content {
  background-color: #333045;
  color: #e4e3e8; }
  html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__title {
    border-bottom-color: rgba(255, 255, 255, 0.15); }
  html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password,
  html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm {
    background-color: rgba(255, 255, 255, 0.07);
    color: #e4e3e8; }
    html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input,
    html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__passwordConfirm__input,
    html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__password__input,
    html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input {
      background-color: transparent;
      color: #e4e3e8; }
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__passwordConfirm__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__password__input:placeholder-shown,
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input:placeholder-shown {
        color: rgba(255, 255, 255, 0.4); }
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__passwordConfirm__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__password__input::-webkit-input-placeholder,
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.4); }
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__passwordConfirm__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__password__input:-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.4);
        opacity: 1; }
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__passwordConfirm__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__password__input::-moz-placeholder,
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.4);
        opacity: 1; }
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__password__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__password .p-confirmResetPassword__content__list__passwordConfirm__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__password__input:-ms-input-placeholder,
      html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list .p-confirmResetPassword__content__list__passwordConfirm .p-confirmResetPassword__content__list__passwordConfirm__input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.4); }
  html[mode=dark] body:not(.lightBg) .p-confirmResetPassword .p-confirmResetPassword__content .p-confirmResetPassword__content__list__intput .p-confirmResetPassword__content__list__intput__button {
    color: #161423;
    background-color: #ffa200;
    border-color: #ffa200; }

html[mode=dark] body:not(.lightBg) table.c-table01 tr,
html[mode=dark] body:not(.lightBg) table.c-table01 th {
  background-color: rgba(255, 255, 255, 0.15);
  color: #e4e3e8; }

html[mode=dark] body:not(.lightBg) table.c-table01 td {
  background-color: rgba(255, 255, 255, 0.1); }

/*
* カラー置換の共通scss
* カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
*/
html[mode=dark] .dashboardBg .c-siteWrapperImage {
  background-color: none; }

html[mode=dark] .dashboardBg .c-siteWrapperMask {
  background-color: none; }

html[mode=dark] .p-dashboard .p-dashboard__content__frame__title .p-dashboard__content__frame__title__button {
  color: #161423; }

html[mode=dark] .p-dashboard .p-dashboard__content__frame__special__content__button.p-dashboard__content__frame__special__content__button.disabled {
  color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.15); }

html[mode=dark] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__description {
  color: #adabba; }

html[mode=dark] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings {
  background: #201e2f; }
  html[mode=dark] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting:not(:first-child) {
    border-top: 0.1rem solid rgba(255, 255, 255, 0.15); }
  html[mode=dark] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__setting__title {
    color: #adabba; }
  html[mode=dark] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__section .c-modal__content__public__setting__content__settings .c-modal__content__public__setting__content__setting .c-modal__content__public__setting__content__ppv__event {
    border: 0.1rem solid rgba(255, 255, 255, 0.15); }

html[mode=dark] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__content__attention {
  color: #ff2d55; }

html[mode=dark] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__content .c-modal__content__public__setting__validation__error {
  color: #ff2d55; }

html[mode=dark] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__footer {
  box-shadow: 0 0 2rem rgba(22, 20, 34, 0.3); }
  html[mode=dark] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__footer .c-modal__content__public__setting__footer__alert {
    color: #ffffff; }
  html[mode=dark] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__footer .c-modal__content__public__setting__footer__buttons &gt; button.c-modal__content__public__setting__footer__cancel__button {
    border: 0.1rem solid rgba(255, 255, 255, 0.15);
    color: #e4e3e8; }
  html[mode=dark] .c-modal .c-modal__content.c-modal__content__public__setting .c-modal__content__public__setting__footer .c-modal__content__public__setting__footer__buttons &gt; button.c-modal__content__public__setting__footer__change__button {
    background: #ff2d55;
    color: #161423; }

html[mode=dark] .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__header {
  color: #57517a; }
  html[mode=dark] .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__header svg {
    fill: #57517a; }

html[mode=dark] .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__info .c-frame__extension__item__content__info__top .c-frame__extension__item__content__info__top__platform span {
  background: rgba(68, 63, 95, 0.1); }
  html[mode=dark] .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__info .c-frame__extension__item__content__info__top .c-frame__extension__item__content__info__top__platform span.c-frame__extension__item__content__info__top__platform__test {
    background: rgba(255, 45, 85, 0.4); }

html[mode=dark] .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__info .c-frame__extension__item__content__info__bottom {
  color: #57517a; }

html[mode=dark] .c-frame__extension__list .c-frame__extension__item .c-frame__extension__item__content .c-frame__extension__item__content__option .c-frame__extension__item__content__menu {
  background: #f5f5f5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 0.1rem solid rgba(255, 255, 255, 0.15); }

html[mode=dark] .c-modal-thanks-yell__overlay {
  background: rgba(22, 20, 34, 0.3); }

html[mode=dark] .c-modal-thanks-yell__content {
  background: #ffffff; }

html[mode=dark] .c-modal-thanks-yell__stats {
  border: 0.1rem solid rgba(68, 63, 95, 0.2); }

html[mode=dark] .c-modal-thanks-yell__close-btn {
  background-color: rgba(68, 63, 95, 0.1); }

html[mode=dark] .c-modal-thanks-yell__thanks-btn {
  background-color: #ff8300;
  color: #161423; }

html[mode=dark] .c-modal-thanks-yell__thanks-btn {
  color: #ffffff; }
  html[mode=dark] .c-modal-thanks-yell__thanks-btn:visited {
    color: #ffffff; }

/*
* カラー置換の共通scss
* カラー指定と背景画像に関連する記述のみ記述可。その他のCSS指定はこのファイルには記載しないでください。
*/
html[mode=dark] .c-banner {
  background-color: #514d66;
  box-shadow: 0 0 2rem rgba(22, 20, 34, 0.3); }

html[mode=dark] .c-banner__message {
  color: #e4e3e8; }

/*
 * -----------------------------------------------------------------
 * page
 * -----------------------------------------------------------------
 */
#popular_capture .c-contents {
  width: 100%; }

#popular_capture .c-content {
  width: 100%; }

#popular_capture .p-captureList {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px 8px;
  -ms-grid-columns: (minmax(205px, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
  width: 100%; }
  #popular_capture .p-captureList::before {
    display: none; }

#popular_capture .p-captureListItem {
  float: inherit;
  margin-right: 0;
  margin-bottom: 0;
  max-width: none; }

#popular_capture .p-captureListItem__thumbnail {
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

#popular_capture .p-captureListItem__thumbnail__thumbnail {
  position: absolute;
  top: 0; }

#popular_capture .p-captureListItem__thumbnail__smoke {
  top: 0; }

#popular_capture .p-captureListItem__detail__title {
  width: 100%; }
</pre></body></html>