@charset "UTF-8";

/* =========================
  THEME VARIABLES
========================= */
:root {
  --fc-page-bg: #0f1114;
  --fc-text: #ddd;

  --fc-monitor-bg: #111316;
  --fc-panel-bg: #1a1d22;
  --fc-block-bg: #14171b;
  --fc-sub-bg: #1b1f24;
  --fc-line: #2c3138;

  --fc-header-bg: #23262b;
  --fc-footer-bg: #202327;

  --fc-btn-bg: #2e3440;
  --fc-btn-hover: #3b4252;

  --fc-title: #e6e6e6;
  --fc-muted: #bbb;
  --fc-accent: #8bd6ff;

  --fc-input-bg: #0f1114;

  --fc-working: #31ffcb;
  --fc-break: #ffce64;
  --fc-away:  #d2d2d2;

  --fc-stock-overlay: none;
}

/* =========================
  DARK（現状）
========================= */
body[data-theme="dark"] {
  --fc-page-bg: #0f1114;
  --fc-sub-bg: #515d6b;
}

/* =========================
  LIGHT
========================= */
body[data-theme="light"] {
  --fc-page-bg: #eef2f5;
  --fc-text: #404e5a;

  --fc-monitor-bg: #ffffff;
  --fc-panel-bg: #e4e8ee;
  --fc-block-bg: #ffffff;
  --fc-sub-bg: #d5dae1;
  --fc-line: #edf2f7;

  --fc-header-bg: #e8edf3;
  --fc-footer-bg: #eef3f7;

  --fc-btn-bg: #dfe7ef;
  --fc-btn-hover: #cfd9e4;

  --fc-title: #404e5a;
  --fc-muted: #66727d;
  --fc-accent: #5ca9e6;

  --fc-working: #00d7d3;
  --fc-break: #ffae00;
  --fc-away:  #979797;

  --fc-input-bg: #ffffff;
}

/* =========================
  配STOCK
========================= */
body[data-theme="stock"] {
  --fc-page-bg: #4d6c66;
  --fc-text: #ffffff;

  --fc-monitor-bg: rgba(74, 108, 105, 0.92);
  --fc-panel-bg:  rgba(74, 108, 105, 0.92);
  --fc-block-bg: rgba(111, 164, 141, 0.92);
  --fc-sub-bg:rgba(56, 71, 65, 0.92);
  --fc-line: rgba(74, 108, 105, 0.92);

  --fc-header-bg: rgba(159, 193, 186, 0.95);
  --fc-footer-bg: rgba(111, 144, 137, 0.95);

  --fc-btn-bg: rgba(74, 108, 105, 0.92);
  --fc-btn-hover: rgba(62, 112, 101, 0.96);

  --fc-title: #effaf6;
  --fc-muted: #ffffff;
  --fc-accent: #8fe3c5;

  --fc-working: #ceffe9;
  --fc-break: #fdffd2;
  --fc-away:  #595959;

  --fc-input-bg: rgba(63, 92, 86, 0.75);

  --fc-stock-overlay:
    url("/wp-content/themes/theme/img/hf_bg.webp");
}

.fc-icon{
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* 🌙 ダーク系（白のまま） */
body[data-theme="dark"] .fc-icon,
body[data-theme="stock"] .fc-icon{
  filter: none;
}

/* ☀️ ライト（黒に変換） */
body[data-theme="light"] .fc-icon{
  filter: brightness(0.2);
}

body[data-theme="stock"]::before {
  content: "";
  position: fixed;
  inset: 0;
  background: var(--fc-stock-overlay);
  background-size: cover;
  background-position: center;

  filter: blur(5px);
  transform: scale(1.05);

  z-index: -1;
  pointer-events: none;
}

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1.4;
  background: #fff;
  overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

img {
  vertical-align: middle;
  border-style: none;
}

.full {
  width: 100%;
  max-width: 100%;
  height: auto;
}

em {
  font-style: normal;
}

iframe {
  max-width: 100%;
  max-hight: 100%;
}

body {
  color: #000;
}

.font10 {
  font-size: 77%;
}

.font11 {
  font-size: 85%;
}

.font12 {
  font-size: 93%;
}

.font13 {
  font-size: 100%;
}

.font14 {
  font-size: 108%;
}

.font15 {
  font-size: 116%;
}

.font16 {
  font-size: 123.1%;
}

.font17 {
  font-size: 131%;
}

.font18 {
  font-size: 138.5%;
}

.font19 {
  font-size: 146.5%;
}

.font20 {
  font-size: 153.9%;
}

.font21 {
  font-size: 161.6%;
}

.font22 {
  font-size: 167%;
}

.font23 {
  font-size: 174%;
}

.font24 {
  font-size: 182%;
}

.font25 {
  font-size: 192.3%;
}

.font26 {
  font-size: 197%;
}

.font30 {
  font-size: 227.3%;
}

.mt00 {
  margin-top: 0 !important;
}

.mt01 {
  margin-top: 1px !important;
}

.mt02 {
  margin-top: 2px !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt04 {
  margin-top: 4px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt09 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 20px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 20px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 20px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 20px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 20px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 20px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb01 {
  padding-bottom: 1px !important;
}

.pb02 {
  padding-bottom: 2px !important;
}

.pb02 {
  padding-bottom: 3px !important;
}

.pb04 {
  padding-bottom: 4px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb06 {
  padding-bottom: 6px !important;
}

.pb07 {
  padding-bottom: 7px !important;
}

.pb08 {
  padding-bottom: 8px !important;
}

.pb09 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 20px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 20px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.wd100 {
  width: 100% !important;
}

.wd90 {
  width: 90% !important;
}

.wd80 {
  width: 80% !important;
}

.wd70 {
  width: 70% !important;
}

.wd60 {
  width: 60% !important;
}

.wd50 {
  width: 50% !important;
}

.wd40 {
  width: 40% !important;
}

.wd30 {
  width: 30% !important;
}

.wd20 {
  width: 20% !important;
}

.wd10 {
  width: 10% !important;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pr {
  text-align: center;
}

.pr-last {
  margin: 20px auto;
}

/*.pron{
	display: none;
}*/

@media screen and (max-width: 767px) {
  .fl {
    float: none;
  }

  .fr {
    float: none;
  }


}

/*a, a:link, a:visited {
	color: #db2f2f;
	text-decoration: underline;
}*/
a:hover, a:focus, a:active {
  color: #db2f2f;
  text-decoration: none;
}

.gray-block {
  background: #fff;
  margin: 0;
  padding: 0 0 0 0;
  text-align: center;
}

.clearfix {
  clear: both;
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }

  /*.vpc-inline {
	display: inline;
}*/
  .vsp-inline {
    display: none;
  }

  .container {
    width: 1270px;
    margin: 0 auto;
  }

  .container img {}

  .clear {
    clear: both;
  }

  .attention {
    font-size: 85%;
    color: #d76a62 !important;
  }

  table thead th {
    background: #06b3b1;
    border: solid 1px #fff;
    font-weight: normal;
    padding: 0px 10px;
    color: #fff;
    text-align: center;
    font-size: 20px;
  }

  table tbody th {
    background: #daf8f8;
    color: #000;
    border: solid 1px #fff;
    padding: 0px 20px;
    font-weight: normal;
  }

  table.horizontal tbody th {
    background: #06b3b1;
    border: solid 1px #fff;
    font-weight: normal;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    font-size: 20px;
  }

  table.schedule-table tbody tr td, table tbody tr.symbol td {
    background: #daf8f8;
    border: solid 1px #fff;
    color: #06b3b1;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding: 3px 0;
  }

  table.schedule-table tbody th {
    font-size: 16px;
  }

  table tbody tr td {
    background: #daf8f8;
    border: solid 1px #fff;
    color: #646464;
    text-align: center;
    font-size: 100%;
    font-weight: normal;
  }

  table tbody tr td.left {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .vsp {
    display: inline;
  }

  .vpc {
    display: none;
  }

  #vpc {
    display: none;
  }

  /*.vpc-inline {
	display: none;
}*/
  .vsp-inline {
    display: inline;
  }

  .container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .container img {
    width: 100%;
  }

  .table-wrapper {
    width: 100%;
    overflow: auto;
  }

  table {
    width: 100%;
  }

  table thead th {
    background: #06b3b1;
    border: solid 1px #fff;
    font-weight: normal;
    padding: 8px 0;
    color: #fff;
    text-align: center;
  }

  table tbody th {
    background: #daf8f8;
    color: #000;
    border: solid 1px #fff;
    padding: 15px 10px;
    font-weight: normal;
  }

  table.horizontal tbody th {
    background: #06b3b1;
    border: solid 1px #fff;
    font-weight: normal;
    padding: 8px 0;
    color: #fff;
    text-align: center;
  }

  table.schedule-table tbody tr td, table tbody tr.symbol td {
    background: #daf8f8;
    border: solid 1px #fff;
    text-align: center;
    padding: 15px 0px;
    font-size: 26px;
    font-weight: bold;
    color: #06b3b1;
  }

  table tbody tr td {
    background: #daf8f8;
    border: solid 1px #fff;
    color: #646464;
    text-align: center;
    padding: 15px 0px;
    font-size: 100%;
    font-weight: normal;
  }

  table tbody tr td.left {
    text-align: left;
    padding: 15px 8px;
  }
}

/** common **/
body {
  font: 14px/1.6 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  color: #4c4c4c;
}

@media screen and (min-width: 768px) {

  #body {
    position: relative;
    min-width: 1270px;
  }
}

@media screen and (max-width: 767px) {
  body {}

  #body {
    background: #eee;
    overflow-x: hidden;
  }

  .colabo-pr {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

}

/* コワーキングスペース */

body {
  background: #0f1114;
  color: #ddd;
  font-family: sans-serif;
  margin: 0;
}

.fc-wrapper {
  max-width: 1300px;
  margin: auto;
  padding: 20px;
}

.fc-title {
  text-align: center;
  margin-bottom: 20px;
}

.fc-room-tabs {
  display: flex;
  gap: 10px;
}

.fc-room-tabs button {
  background: #2c3138;
  border: none;
  padding: 6px 12px;
  color: #ddd;
  cursor: pointer;
  border-radius: 4px;
}

.fc-room-tabs button.active {
  background: #4a90e2;
}

.fc-room {
  display: none;
}

.fc-room.active {
  display: block;
}

.fc-booth-body {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fc-items {
  position: absolute;
  inset: 0;
}

.fc-item-slot {
  position: absolute;
  font-size: 18px;
  line-height: 1;
}

.fc-booth.is-muted .fc-message{
}

/* 位置 */
.fc-drink {
  left: 22%;
  bottom: 18px;
}

.fc-desk-item {
  left: 46%;
  bottom: 18px;
}

.fc-mood {
  right: 18%;
  top: 16px;
  font-size: 14px;
}

.fc-booth-header {
  font-size: 12px;
  padding: 5px 8px;
  background: #23262b;
  display: flex;
  justify-content: space-between;
}

.fc-booth-footer{
  position: relative;
  min-height: 28px;
  padding: 5px 8px;
  text-align: center;
  background: var(--fc-footer-bg);
  color: #bbb;
}

/* 👁は左端固定 */
.fc-visibility-toggle{
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  appearance: none;
  border:none;
  background: none;
  color: var(--fc-text);
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 2;
}

/* 中央グループ */
.fc-message,
.fc-join{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* message の見た目 */
.fc-message{
  width: max-content;
  max-width: calc(100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* join の見た目 */
.fc-join {
  background: #2e3440;
  border: none;
  padding: 4px 8px;
  color: #eee;
  cursor: pointer;
  border-radius: 4px;
  font-size: 11px;
}

/* join が出てるときは message を隠す */
.fc-booth.fc-empty .fc-message{
  display: none;
}

/* join が消えたら message を出す */
.fc-booth.fc-occupied .fc-message{
  display: block;
}

.fc-booth.fc-occupied .fc-join{
  display: none;
}

.fc-visibility-toggle:hover{
  background: var(--fc-btn-hover);
}

.fc-booth.fc-empty .fc-visibility-toggle,
.fc-booth.is-my-booth .fc-visibility-toggle {
  visibility: hidden;
  pointer-events: none;
}

.fc-booth.is-muted .fc-booth-art,
.fc-booth.is-muted .fc-monitor-glow,
.fc-booth.is-muted .fc-items{
  filter: blur(6px) saturate(0.7);
}

.fc-booth.is-muted .fc-name,
.fc-booth.is-muted .fc-work,
.fc-booth.is-muted .fc-message,
.fc-booth.is-muted .fc-chat-bubble{
  visibility: hidden;
}

.fc-booth.is-muted .fc-booth-body::after{
  content: "Muted";
  position: absolute;
  inset: auto 50% 12px auto;
  transform: translateX(50%);
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 12px;
  letter-spacing: .04em;
  pointer-events: none;
}

.fc-booth.is-muted .fc-visibility-toggle{
  opacity: .8;
}

.fc-booth.is-muted .fc-booth-body::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 16, 0.28);
  z-index: 2;
  pointer-events: none;
}

.fc-status-working .fc-booth-footer {
  color: #8fe38f;
}

.fc-status-break .fc-booth-footer {
  color: #ffd36e;
}

.fc-status-away .fc-booth-footer {
  color: #9aa3ad;
}

.fc-room {
  display: none;
}

.fc-room.is-active {
  display: block;
}


.fc-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  padding: 20px 0 0 0;
}

/* drink */
/* .fc-drink.coffee::before{
  content:"☕";
}
.fc-drink.tea::before{
  content:"🍵";
}
.fc-drink.soda::before{
  content:"🥤";
} */

/* desk */
/* .fc-desk-item.keyboard::before{
  content:"⌨";
}
.fc-desk-item.notebook::before{
  content:"📓";
}
.fc-desk-item.tablet::before{
  content:"▭";
} */

/* mood */
/* .fc-mood.focus::before{
  content:"✦";
}
.fc-mood.calm::before{
  content:"☾";
}
.fc-mood.chill::before{
  content:"♪";
} */

.fc-chat-bubble {
  opacity: 0;
  transition: .2s;
  pointer-events: none;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  z-index: 1000;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  color: #888;
}

.fc-chat-bubble::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  opacity: 0;
  transition: opacity .2s;
}


.fc-chat-bubble.show {
  opacity: 1;
  top: 70%;
  transform: translate(-50%, -50%)
}


.fc-chat-bubble.show::before {
  opacity: 1;
}

.fc-booth.is-selected {
  outline: 2px solid #93ffce;
  outline-offset: 2px;
}

.fc-booth.is-my-booth {
  box-shadow: 0 0 0 2px #93ffce;
}

@media (max-width:960px) {

  .fc-grid {
    grid-template-columns: repeat(4, 1fr);
  }

}

@media (max-width:600px) {

  .fc-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

.fc-booth {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 225px;
  transition: .2s;
}

.fc-booth:hover {
  transform: translateY(-2px);
  border-color: #3a3f47;
}

.fc-booth-header {
  font-size: 12px;
  padding: 6px 8px;
  background: #23262b;
  display: flex;
  justify-content: space-between;
  color: #ddd;
}

/* ブース内 */

.fc-booth-body {
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 320 / 250;
}

.fc-booth-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fc-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

/* moodの小さい表示だけ残すなら */
.fc-items {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fc-mood {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 20;
  font-size: 13px;
}

/* 旧式絵文字はもう不要なら消す */
.fc-drink::before,
.fc-desk-item::before {
  content: none;
}

.fc-monitor-glow {
  position: absolute;
  width: 70px;
  height: 40px;
  background: rgba(165, 255, 239, 0.5);
  filter: blur(8px);
  border-radius: 6px;
  z-index: 500;
}

.fc-booth.fc-occupied .fc-monitor-glow {
  opacity: 1;
  filter: blur(10px);
  animation: boothGlow 2.2s ease-in-out infinite;
}

.fc-booth.fc-empty .fc-monitor-glow {
  opacity: 0.15;
}

@keyframes boothGlow {
  0%, 100% {
    opacity: 0.45;
    transform: scale(1);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.03);
  }
}

.fc-desk {
  display: flex;
  gap: 10px;
  font-size: 18px;
  opacity: .7;
}

.fc-booth-footer {
  font-size: 11px;
  padding: 5px;
  text-align: center;
  background: #202327;
  color: #bbb;
}

.fc-join:hover {
  background: #3b4252;
}

.fc-monitor {
  background: #111316;
  border: 2px solid #2c3138;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
}

.fc-monitor-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: #1b1f24;
  font-size: 12px;
  border-bottom: 1px solid #2c3138;
  letter-spacing: 1px;
}

.fc-monitor-title {
  color: #e6e6e6;
}

.fc-monitor-status {
  color: #b7ffcd;
  font-size: 11px;
}

.fc-monitor-status:not(.offline) {
  text-shadow: 0 0 6px #6eff9a;
}

.fc-monitor-status.offline {
  color: #888;
  text-shadow: none;
}

/* .fc-monitor-body{
  padding:15px;
  } */

.fc-monitor-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  background: #1b1f24;
  border-top: 1px solid #2c3138;
  border-radius: 10px;
}

.fc-room-tabs {
  display: flex;
  gap: 8px;
}

.fc-room-tabs button {
  background: #2c3138;
  border: none;
  padding: 6px 12px;
  color: #ddd;
  cursor: pointer;
  border-radius: 4px;
  font-size: 11px;
}

.fc-room-tabs button.active {
  background: #8bd6ff;
}

.fc-info {
  font-size: 11px;
  opacity: .8;
}

/* モニターUI */

.fc-control-panel {
  margin-top: 15px;
  background: #1a1d22;
  border-top: 1px solid #2c3138;
  padding: 12px;
}

.fc-control-grid {
  display: grid;
  grid-template-columns: 1fr 0.4fr 0.8fr 1.7fr;
  gap: 10px;
}

.fc-control-block {
  background: #14171b;
  border: 1px solid #2c3138;
  border-radius: 6px;
  padding: 10px;
  min-width: 0;
}

.fc-block-user {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.fc-block-status {
  grid-column: 2;
  grid-row: 1;
}

.fc-block-chat {
  grid-column: 3;
  grid-row: 1;
}

.fc-block-booth {
  grid-column: 4;
  grid-row: 1;
}

.fc-block-music {
  grid-column: 2 / 5;
  /* 下段で右側3マスぶん */
  grid-row: 2;
}

.fc-label {
  font-size: 11px;
  opacity: .7;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

.fc-input {
  width: 47%;
  margin-bottom: 10px;
  margin-right: 2%;
  padding: 4px;
  background: #0f1114;
  border: 1px solid #2c3138;
  color: #ddd;
  box-sizing: border-box;
}

.fc-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.fc-btn-row button,
.fc-btn-row select,
.fc-item-select select {
  background: #fff;
  border: 1px solid #2c3138;
  color: #888;
  border-radius: 15px;
  min-height: 32px;
  padding: 5px 10px;
}

.fc-item-select {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 11px;
  width: 30%;
  margin-left: 10px;
}

.fc-item-select select {
  min-width: auto;
  width: 120px;
}

.fc-item-select span{
   width: 50px;
}

.fc-music-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 10px;
  clear: both;
}


.fc-music-controls button {
  clear: both;
  background: #2c3138;
  border: none;
  padding: 4px 8px;
  color: #ddd;
  cursor: pointer;
  border-radius: 4px;
}

.fc-music-controls button.is-active {
  background: #4a90e2;
  color: #fff;
  margin: 0 auto;
}

.fc-icon{
  width: 18px;
  height: 18px;
  object-fit: contain;
  pointer-events: none;
}

.music-display {
  display: inline-block;
  border-radius: 10px;
  border: solid 2px #fff;
  background-color: #9daba1;
  color: #333;
  font-weight: 600;
  width: 85%;
  float: right;
}

.music-label {
  display: inline-block;
  width: 10%;
  float: left;
}

.music-label-wrap{
  display: block;
  vertical-align: middle;
  margin-bottom: 30px;
}

.fc-volume-wrap {
  margin-top: 8px;
}

#bgmVolume {
  width: 100%;
}

#bgmToggle.is-active {
  margin: 0;
}

#timeDisplay{
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#timeDisplay .nokori{
  display: block;
  font-size: 2rem;
  line-height: 1.1;
  margin: 0.5em auto 0 auto;
}

#timeDisplay .time-main{
  display: block;
  font-size: 5rem;
  line-height: 1;
}

@media screen and (max-width: 1240px) {
  .fc-control-grid {
    grid-template-columns: 1fr 1fr;
  }

  .fc-block-user,
  .fc-block-status,
  .fc-block-chat,
  .fc-block-booth,
  .fc-block-music {
    grid-column: auto;
    grid-row: auto;
  }

    .fc-block-user {
      grid-column: 1;
    }
    
    .fc-block-status {
      grid-column: 1;
      grid-row: 2;
    }
    
    .fc-block-chat {
      grid-column: 2;
      grid-row: 2;
    }
    
    .fc-block-booth {
      grid-column: 2;
      grid-row: 1;
    }

  

  .fc-block-music {
    grid-column: 1 / -1;
  }

  .fc-item-select {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 11px;
    width: auto;
  }

  #timeDisplay .time-main{
    font-size: 3rem;
  }
}

@media (max-width:600px) {

  .fc-input {
    width: 100%;
  }

  .fc-item-select select {
    min-width: auto;
  }

  .fc-control-grid {
    grid-template-columns: 0.8fr 1.2fr;
  }

}


.fc-music-name {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.fc-music-name span {
  display: inline-block;
  padding-left: 100%;
  transform: translateX(0);
}

.fc-music-name.is-playing span {
  animation: musicMarquee 12s linear infinite;
}

@keyframes musicMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.fc-side-buttons{
  position: fixed;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}

.fc-side-btn{
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--fc-btn-bg);
  color: var(--fc-text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid var(--fc-line);
  cursor: pointer;
  transition: 0.2s;
}

.fc-side-btn:hover{
  background: var(--fc-btn-hover);
  transform: translateX(-2px);
}

.fc-help-modal{
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
}

.fc-help-modal.is-open{
  display: block;
}

.fc-credit-modal{
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
}

.fc-credit-modal.is-open{
  display: block;
}

.fc-credit-note{
  font-size: 12px;
  opacity: 0.8;
}

.fc-help-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(3px);
}

.fc-help-dialog{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(560px, calc(100vw - 32px));
  max-height: min(80vh, 720px);
  overflow: auto;
  background: var(--fc-panel-bg);
  color: var(--fc-text);
  border: 1px solid var(--fc-line);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.fc-help-head{
  padding: 18px 20px 8px;
  border-bottom: 1px solid var(--fc-line);
}

.fc-help-head h3{
  margin: 0;
  font-size: 18px;
  color: var(--fc-title);
}

.fc-help-body{
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.8;
}

.fc-help-body p{
  margin: 0 0 16px;
}

.fc-help-body a{
  color: var(--fc-text);
}

.fc-help-body ul{
  margin: 0 0 16px;
  padding-left: 1.2em;
}

.fc-help-body li{
  list-style: disc;
  margin-bottom: 6px;
}

.fc-help-foot{
  padding: 14px 20px 20px;
  display: flex;
  justify-content: center;
}

.fc-help-ok{
  min-width: 160px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--fc-line);
  background: var(--fc-sub-bg);
  color: var(--fc-text);
  cursor: pointer;
}

.fc-help-ok:hover{
  background: var(--fc-btn-hover);
}


/* =========================
  GLOBAL
========================= */
body {
  background: var(--fc-page-bg);
  color: var(--fc-text);
}

/* =========================
  MONITOR
========================= */
.fc-monitor {
  background: var(--fc-monitor-bg);
  border: 2px solid var(--fc-line);
}

.fc-monitor-header {
  background: var(--fc-sub-bg);
  border-bottom: 1px solid var(--fc-line);
}

.fc-monitor-footer {
  background: var(--fc-sub-bg);
  border-top: 1px solid var(--fc-line);
}

/* =========================
  CONTROL PANEL
========================= */
.fc-control-panel {
  background: var(--fc-panel-bg);
  border-top: 1px solid var(--fc-line);
}

.fc-control-block {
  background: var(--fc-block-bg);
  border: 1px solid var(--fc-line);
}

/* =========================
  BOOTH HEADER/FOOTER
========================= */
.fc-booth-header {
  background: var(--fc-header-bg);
}

.fc-booth {
  background: var(--fc-sub-bg);
}

.fc-booth-footer {
  background: var(--fc-footer-bg);
}

/* =========================
  BUTTON / SELECT / INPUT
========================= */
.fc-join,
.fc-room-tabs button,
.fc-control-panel button,
.fc-control-panel select {
  background: var(--fc-btn-bg);
  color: var(--fc-text);
  border: 1px solid var(--fc-line);
}

.fc-join:hover,
.fc-room-tabs button:hover,
.fc-control-panel button:hover {
  background: var(--fc-btn-hover);
}

.fc-control-panel input {
  background: var(--fc-input-bg);
  color: var(--fc-text);
  border: 1px solid var(--fc-line);
}

/* =========================
  TEXT
========================= */
.fc-monitor-title {
  color: var(--fc-title);
}

.fc-info,
.fc-label,
.fc-name,
.fc-work {
  color: var(--fc-muted);
}

.fc-status-working .fc-booth-footer {
  color: var(--fc-working);
}

.fc-status-break .fc-booth-footer {
  color: var(--fc-break);
}

.fc-status-away .fc-booth-footer {
  color: var(--fc-away);
}

/* =========================
  NO-COPY
========================= */

.no-copy,
.no-copy * {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.no-copy img {
  -webkit-user-drag: none;
  user-drag: none;
}