/* sns */
/* select */
/* button */
/* categories */
/* calamity */
/* tooltip direction */
/* decoration */
:root[data-dark=true] {
  background-color: #1e1e20;
}
:root[data-dark=true] * {
  color: #f3f3f3;
}
:root[data-dark=true] .hashtag-links .hashtag-list .hashtag-link {
  background-color: #232426;
  border: 1px solid #4d4c4c;
  color: #53acff;
}
:root[data-dark=true] .hashtag-links .hashtag-list .hashtag-link:hover {
  background-color: #2282b9;
  border: 1px solid #2282b9;
  color: #fff;
}
:root[data-dark=true] #contents .tab-btns.type-01 .tab-btns-list .tab-btn {
  color: #53acff;
  background-color: #232426;
  border: 1px solid #4d4c4c;
}
:root[data-dark=true] #contents .tab-btns.type-01 .tab-btns-list.on .tab-btn {
  color: #fff;
  background-color: #2282b9;
  border: 1px solid #2282b9;
}
:root[data-dark=true] #contents .tab-btns.type-02 .tab-btns-list::after {
  background-color: #747474;
}
:root[data-dark=true] #contents .tab-btns.type-02 .tab-btns-list .tab-btn {
  color: #f3f3f3;
}
:root[data-dark=true] #contents .tab-btns.type-02 .tab-btns-list.on .tab-btn {
  color: #53acff;
}
:root[data-dark=true] #contents .tab-btns.type-03 {
  background-color: #383838;
}
:root[data-dark=true] #contents .tab-btns.type-03 .tab-btns-list .tab-btn {
  color: #bbb;
}
:root[data-dark=true] #contents .tab-btns.type-03 .tab-btns-list.on .tab-btn {
  color: #fff;
}