@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQaioq1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F62fjtqLzI2JPCgQBnw7HFowA.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQei0q1A.otf) format('opentype');
}
@font-face {
  font-family: 'Yusei Magic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/yuseimagic/v11/yYLt0hbAyuCmoo5wlhPkpjHR.ttf) format('truetype');
}
/* variable */
/*
* {
  -webkit-appearance: none;
}
*/
body {
  background-color: #f7f7f7 !important;
}
body:before {
  content: "";
  display: block;
  position: relative;
  z-index: 100;
  background: transparent;
  transform-origin: center center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body.locked:before {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
body .fever-effects {
  /*
    width: 300px;
    height: 300px;
    */
  text-align: center;
  vertical-align: middle;
  display: none;
}
body .fever-effects img {
  max-height: 300px;
}
a {
  color: #555;
}
a:hover {
  color: #1f1d1d;
  text-decoration: none;
}
a.external[target="_blank"] {
  color: #007bff;
}
a.external[target="_blank"]:hover {
  color: #015fc5;
}
a.external[target="_blank"]:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
  font-weight: bold;
  display: inline-block;
  margin-left: 3px;
  font-size: 0.8rem;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper {
  font-family: 'Noto Sans JP', sans-serif;
  /* ダブルタップ時の拡大を無効化 */
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  -webkit-user-select: none;
  /* テキスト選択不可 */
  user-select: none;
}
.wrapper > section {
  padding: 70px 0 10px 0;
}
.wrapper.no-header > section {
  padding-top: 0;
}
.wrapper header {
  position: fixed;
  background-color: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  width: 100%;
  min-height: 52px;
  top: 0;
  left: 0;
  z-index: 120;
  text-align: center;
}
.wrapper header .logo {
  display: inline-block;
  line-height: 1;
  z-index: 99;
}
.wrapper header .logo img {
  height: 33px;
  width: auto;
}
.wrapper header nav {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.wrapper header nav .back a,
.wrapper header nav .guide a {
  display: inline-block;
  padding: 15px 10px;
  font-size: 1rem;
  color: #888;
}
.wrapper header nav .back a:active,
.wrapper header nav .guide a:active,
.wrapper header nav .back a:hover,
.wrapper header nav .guide a:hover {
  color: #666;
  text-decoration: none;
}
.wrapper header nav .user {
  max-width: calc(50% - 50px);
  display: flex;
  justify-content: right;
}
.wrapper header nav .user .name {
  text-overflow: ellipsis;
  overflow: hidden;
  align-self: center;
}
.wrapper header nav .user small {
  align-self: center;
  min-width: 2rem;
}
.wrapper header nav .user a {
  min-width: 52px;
  width: 52px;
  height: 52px;
  padding: 2px;
}
.wrapper header nav .user a img {
  width: calc(52px - 4px);
  height: calc(52px - 4px);
  object-fit: cover;
  border-radius: 100%;
  border: 3px solid #fff;
  padding: 1px;
}
.wrapper header nav .user a.active img,
.wrapper header nav .user a:hover img {
  border: 3px solid #eee;
  transition: 0.5s ease;
}
.wrapper header nav .user a i {
  font-size: 2.8rem;
  color: #8d99a2;
  padding: 4px;
}
.wrapper header nav .user a.active i,
.wrapper header nav .user a:hover i {
  color: #667079;
}
.wrapper #slide-menu {
  height: calc(100vh - 52px);
  width: 240px;
  position: fixed;
  right: -240px;
  top: 52px;
  background-color: #f7f7f7;
  z-index: 110;
  transition: 0.3s ease;
}
.wrapper #slide-menu.active {
  right: 0;
}
.wrapper #slide-menu ul li {
  border-bottom: 1px dotted #ddd;
}
.wrapper #slide-menu ul li a {
  display: block;
  padding: 10px 15px;
}
.wrapper #slide-menu .close {
  float: none;
  font-size: 1rem;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  background-color: #333;
  padding: 3px 12px 4px 10px;
  font-weight: normal;
}
.wrapper .contents-nav {
  bottom: 20px;
  position: fixed;
  z-index: 120;
  width: 100%;
  min-height: 58px;
  background-color: #212529;
}
.wrapper .contents-nav a {
  position: relative;
  font-size: 0.7rem;
  padding-top: 2.4rem;
  color: #717171;
}
.wrapper .contents-nav a:before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.8rem;
  top: 0;
  right: 0;
  left: 0;
}
.wrapper .contents-nav a.yell:before {
  content: '\f0a1';
}
.wrapper .contents-nav a.chat:before {
  content: '\f086';
}
.wrapper .contents-nav a.chart:before {
  content: '\f012';
}
.wrapper .contents-nav a.stats:before {
  content: '\f11e';
}
.wrapper .contents-nav a.active {
  color: #fff;
}
.wrapper #footer {
  padding: 2px;
  background-color: #1f1d1d;
  min-height: 20px;
  width: 100%;
}
.wrapper #footer p {
  color: #ddd;
  font-size: 0.7rem;
}
.wrapper.with-contents-nav {
  padding-bottom: calc(58px + 20px);
}
.wrapper.with-contents-nav #footer {
  bottom: 0;
  position: fixed;
  z-index: 120;
}
.chapter {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #ddd;
  margin: auto 30px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  position: relative;
  line-height: 1;
}
.chapter a.toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  bottom: 50%;
  margin: auto;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chapter a.toggle:before {
  content: "\f139";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #aaa;
  font-size: 1.8rem;
  transition: all 0.2s linear;
  vertical-align: middle;
}
.chapter a.toggle.collapsed:before {
  content: "\f13a";
}
.chapter a.toggle:hover::before {
  color: #ddd;
}
.btn-default {
  background-color: #e00303 !important;
  color: #fff !important;
}
/* TOP - game select */
#mv {
  background-color: #fff;
}
#mv h2 {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: 'Yusei Magic', sans-serif;
  margin: 30px 0;
  line-height: 1.3;
}
#select {
  padding: 30px 0;
  background-color: #f5f5f5;
}
#select .date {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 20px;
  font-weight: bold;
}
#select .date a.toggle {
  border-radius: 100%;
}
#select .date a.toggle:before {
  content: "\f151";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #aaa;
  font-size: 1.6rem;
  transition: all 0.2s linear;
  vertical-align: middle;
  margin-left: 5px;
}
#select .date a.toggle.collapsed:before {
  content: "\f150";
}
#select .date a.toggle:hover::before {
  color: #ddd;
}
#select .game {
  margin: 30px 0;
  background-color: #fff;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1), 0 -5px 6px rgba(0, 0, 0, 0.1);
}
#select .game:last-child {
  margin-bottom: 0;
}
#select .game a {
  color: #222;
}
#select .game a .name {
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  transition: 0.5s ease;
}
#select .game a .start_time {
  background-color: #333;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  margin: 0 16% 20px 16%;
  text-align: center;
  font-size: 0.8rem;
}
#select .game a .teams {
  position: relative;
  overflow: hidden;
}
#select .game a .teams figure {
  z-index: 1;
  position: relative;
  height: 240px;
  min-width: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #select .game a .teams figure {
    height: 120px;
  }
}
#select .game a .teams figure img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  #select .game a .teams figure img {
    height: auto;
    max-height: 120px;
  }
}
#select .game a .teams h6 {
  font-weight: bold;
  text-align: center;
}
#select .game a .teams p {
  font-size: 0.8rem;
  line-height: 1.1;
  color: #333;
}
#select .game a .teams .vs {
  font-weight: bold;
  font-size: 1.8rem;
  position: absolute;
  bottom: 30px;
  color: #afafaf;
  text-align: center;
  box-sizing: border-box;
  margin: auto;
  left: 0;
  right: 0;
}
#select .game a .teams button {
  display: block;
  width: 120%;
  border: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #e00303;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  top: 60px;
  left: -10%;
  z-index: 0;
  transform: rotate(-3deg);
  transition: 0.5s ease;
  font-family: 'Yusei Magic', sans-serif;
}
#select .game a .teams .score {
  font-size: 2rem;
  text-align: center;
  font-weight: bolder;
}
#select .game a .win figure:before {
  content: '勝利!';
  font-family: 'Yusei Magic', sans-serif;
  width: auto;
  padding: 2px 6px;
  display: inline-block;
  box-sizing: initial;
  position: absolute;
  top: 10px;
  z-index: 101;
  background-color: #e00303;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#select .game a .win.en figure:before {
  content: 'Win!';
}
#select .game a .win.a figure:before {
  transform: rotate(-3deg);
  right: 0;
}
#select .game a .win.b figure:before {
  transform: rotate(-3deg);
  left: 0;
}
#select .game a:hover {
  text-decoration: none;
  cursor: pointer;
}
#select .game a:hover button {
  transition: 0.5s ease;
  transform: rotate(3deg) scale(1.3);
}
#select .game.disabled a .start_time {
  background-color: #888;
}
#select .game.disabled a:hover {
  cursor: not-allowed;
}
#contact {
  padding: 40px 0;
  background-color: #fff;
}
#contact a {
  background-color: #e00303;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}
#contact a:hover {
  text-decoration: none;
}
#support {
  padding: 20px 0;
  background-color: #eee;
}
#support h2 {
  font-size: 1.4rem;
  font-weight: bold;
}
#support ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#support ul li {
  margin: 20px;
}
#support ul li img {
  max-height: 80px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
#terms {
  padding: 20px 0;
  background-color: #333;
  color: #fff;
}
#body h1 {
  font-size: 2rem;
  font-weight: bold;
}
#body h2 {
  font-size: 1.2rem;
}
#body h3 {
  font-size: 1rem;
}
#body #yell .total {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 5px 0 20px 0;
  flex-wrap: wrap;
}
#body #yell .total span {
  color: #fff;
  padding: 3px 10px;
  margin: 0 5px;
  border-radius: 20px;
  text-align: center;
  font-size: 0.8rem;
  display: inline-block;
  line-height: 1.2;
  min-width: 130px;
}
#body #yell .total span.good {
  border: 2px solid #fbe1c4;
  background-color: #ffa52f;
}
#body #yell .total span.bad {
  border: 2px solid #d5c7f0;
  background-color: #4706cb;
}
#body #yell .teams .team {
  position: relative;
  border-right: 1px #ddd dotted;
}
#body #yell .teams .team:last-child {
  border-right: none;
}
#body #yell .teams .team figure {
  z-index: 1;
  position: relative;
  min-width: 100px;
  height: 140px;
  text-align: center;
}
#body #yell .teams .team figure.cheer:before {
  content: '応援中!';
  font-family: 'Yusei Magic', sans-serif;
  width: auto;
  padding: 2px 6px;
  display: inline-block;
  box-sizing: initial;
  position: absolute;
  top: 0;
  z-index: 101;
  background-color: #e00303;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.2;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#body #yell .teams .team figure.cheer.en:before {
  content: 'My favorite';
}
#body #yell .teams .team figure img {
  height: 100%;
}
#body #yell .teams .team.a figure.cheer:before {
  transform: rotate(-3deg);
  right: 0;
}
#body #yell .teams .team.b figure.cheer:before {
  transform: rotate(-3deg);
  left: 0;
}
#body #yell .teams .team h6 {
  font-weight: bold;
  min-height: 4rem;
  text-align: center;
}
#body #yell .teams .team .fever {
  display: flex;
  background-color: #333;
  border: 2px solid #111;
  text-align: center;
  transform: rotate(-90deg);
  box-sizing: border-box;
  padding: 1px;
  position: absolute;
  width: 140px;
  transition: 0.5s ease;
}
#body #yell .teams .team .fever.a {
  transform-origin: left top;
  top: 207px;
  left: 0;
}
#body #yell .teams .team .fever.b {
  transform-origin: right bottom;
  top: 47px;
  right: 0;
}
#body #yell .teams .team .fever div.bar {
  text-overflow: ellipsis;
  color: #fff;
  transition: 0.6s ease;
  background-color: #e00303;
  background-image: linear-gradient(90deg, #ff9800, #e00303, #c60000);
  box-sizing: border-box;
  height: 16px;
}
#body #yell .teams .team .send-yell {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 10px 0;
}
#body #yell .teams .team .send-yell > div {
  max-width: 90px;
  height: auto;
  margin: 0 3px;
  text-align: center;
}
#body #yell .teams .team .send-yell > div a {
  display: block;
}
#body #yell .teams .team .send-yell > div a img {
  width: 100%;
}
#body #yell .teams .team .send-yell > div a:active {
  transform: scale(1.2);
  transition: 0.5s ease;
}
#body #yell .teams .team .send-yell > div .score {
  margin-top: 15px;
  display: block;
  font-weight: bold;
  font-size: 0.8rem;
  border-radius: 10px;
  background: #fff;
  padding: 2px 8px 4px 8px;
  position: relative;
  min-width: 30px;
  line-height: 1;
  box-sizing: border-box;
}
#body #yell .teams .team .send-yell > div .score:after {
  content: '';
  position: absolute;
  top: -6px;
  left: calc(50% - 6px);
  margin: auto;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 6px solid transparent;
}
#body #yell .teams .team .send-yell > div .score.good {
  color: #ff9a15;
  background: #fbe1c4;
}
#body #yell .teams .team .send-yell > div .score.good:after {
  border-bottom-color: #fbe1c4;
}
#body #yell .teams .team .send-yell > div .score.bad {
  color: #4706cb;
  background: #d5c7f0;
}
#body #yell .teams .team .send-yell > div .score.bad:after {
  border-bottom-color: #d5c7f0;
}
#body #yell .fight {
  display: flex;
  border: 1px solid #999;
  padding: 1px;
  border-radius: 6px;
  margin: 20px 0;
}
#body #yell .fight div.team {
  padding: 4px;
  text-align: center;
  text-overflow: ellipsis;
  color: #fff;
  transition: 0.6s ease;
  box-sizing: border-box;
  font-weight: bold;
  width: 50%;
}
#body #yell .fight div.team.a {
  border-radius: 4px 0 0 4px;
  background-color: #ff0000;
  background-image: repeating-linear-gradient(-45deg, #e90000, #e90000 7px, transparent 0, transparent 14px);
}
#body #yell .fight div.team.b {
  border-radius: 0 4px 4px 0;
  background-color: #005bd6;
  background-image: repeating-linear-gradient(-45deg, #0052bf, #0052bf 7px, transparent 0, transparent 14px);
}
#body #yell .floating {
  opacity: 0;
  position: absolute;
  z-index: 1000;
  transform: scale(0) rotate(0deg);
  right: 50%;
  left: 50%;
  margin: auto;
}
#body #yell .floating.a1 {
  animation: 3s ease-in-out 0s 1 normal none running yell-animation-1;
}
#body #yell .floating.a2 {
  animation: 3s ease-in-out 0s 1 normal none running yell-animation-2;
}
#body #yell .floating.a3 {
  animation: 3s ease-in-out 0s 1 normal none running yell-animation-3;
}
@keyframes yell-animation-1 {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 0;
    right: 50%;
    left: 50%;
  }
  25% {
    opacity: 1;
    transform: scale(2) rotate(10deg);
    right: 50%;
    left: 25%;
  }
  50% {
    opacity: 1;
    transform: scale(3) rotate(0deg);
    right: 35%;
    left: 50%;
  }
  75% {
    opacity: 1;
    transform: scale(2) rotate(-10deg);
    right: 50%;
    left: 35%;
  }
  100% {
    top: 0;
    opacity: 0;
    transform: scale(1) rotate(0deg);
    right: 50%;
    left: 50%;
  }
}
@keyframes yell-animation-2 {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 0;
    right: 50%;
    left: 50%;
  }
  25% {
    opacity: 1;
    transform: scale(2) rotate(10deg);
    right: 50%;
    left: 40%;
  }
  50% {
    opacity: 1;
    transform: scale(4) rotate(0deg);
    right: 40%;
    left: 50%;
  }
  75% {
    opacity: 1;
    transform: scale(2) rotate(-10deg);
    right: 50%;
    left: 40%;
  }
  100% {
    top: 0;
    opacity: 0;
    transform: scale(1) rotate(0deg);
    right: 50%;
    left: 50%;
  }
}
@keyframes yell-animation-3 {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 0;
    right: 50%;
    left: 50%;
  }
  25% {
    opacity: 1;
    transform: scale(2) rotate(10deg);
    right: 35%;
    left: 50%;
  }
  50% {
    opacity: 1;
    transform: scale(3) rotate(0deg);
    right: 50%;
    left: 35%;
  }
  75% {
    opacity: 1;
    transform: scale(2) rotate(-10deg);
    right: 35%;
    left: 50%;
  }
  100% {
    top: 0;
    opacity: 0;
    transform: scale(1) rotate(0deg);
    right: 50%;
    left: 50%;
  }
}
#body .chat .inner {
  margin-top: 20px;
  /*
      max-height: calc(100vh - @header-height - @navbar-height - @footer-height - 120px - 2.5rem);
      overflow: scroll;
      */
  box-sizing: border-box;
  padding-bottom: 60px;
  /* inputフィールドのheight分 */
}
#body .chat .inner .body {
  /*
        padding: 0 10px;
        */
}
#body .chat .inner .body .block {
  padding-left: 50px;
  position: relative;
}
#body .chat .inner .body .block .meta {
  margin-bottom: 0;
}
#body .chat .inner .body .block .meta small {
  color: #666;
}
#body .chat .inner .body .block .message {
  border-radius: 10px;
  background-color: #dedede;
  color: #000;
  padding: 8px;
  margin: 8px 10% 10px 0;
  position: relative;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  word-break: break-all;
}
#body .chat .inner .body .block .message:after {
  content: '';
  transform: rotate(6deg);
  position: absolute;
  top: -9px;
  left: 24px;
  margin: auto;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #dedede;
  border-left: 6px solid transparent;
}
#body .chat .inner .body .block .message p {
  margin-bottom: 0;
}
#body .chat .inner .body .block.self {
  padding-left: 0;
}
#body .chat .inner .body .block.self .meta {
  margin: 0;
  text-align: right;
}
#body .chat .inner .body .block.self .message {
  background: #fff;
  color: #333;
  margin: 8px 0 10px 10%;
}
#body .chat .inner .body .block.self .message:after {
  border-bottom-color: #fff;
  transform: rotate(-6deg);
  left: auto;
  right: 24px;
}
#body .chat .inner .body .block .profile_image {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
#body .chat .inner .body .block .profile_image img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100%;
  padding: 5px;
}
#body .chat .inner .body .block .profile_image i {
  font-size: 2.8rem;
  padding: 5px;
  color: #8d99a2;
}
#body .chat .inner .body hr {
  margin: 2rem 0 1rem 0;
  position: relative;
}
#body .chat .inner .body hr::after {
  content: 'ここから未読メッセージ';
  position: absolute;
  top: -10px;
  left: 5rem;
  right: 0;
  margin: auto;
  display: block;
  width: 10rem;
  text-align: center;
  transform: translateX(-2.5rem);
  font-size: 0.8rem;
  color: #666;
  text-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff;
  background-color: #f7f7f7;
}
#body .chat .inner .more {
  text-align: center;
}
#body .chat .inner .more a {
  color: #666;
}
#body .chat .inner .more a:hover {
  color: #343a40;
  text-decoration: none;
}
#body .chat .inner .file {
  width: 100%;
  text-align: center;
}
#body .chat .inner .file img,
#body .chat .inner .file video {
  margin: 1rem auto 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 360px;
}
@media screen and (max-width: 768px) {
  #body .chat .inner .file img,
  #body .chat .inner .file video {
    max-height: 240px;
  }
}
@media screen and (max-width: 576px) {
  #body .chat .inner .file img,
  #body .chat .inner .file video {
    max-height: 150px;
  }
}
#body .chat .entry {
  position: fixed;
  bottom: calc(58px + 20px);
  width: 100%;
  padding: 10px 5px;
  left: 0;
  background-color: #ffffffdb;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 100;
  transition: all ease 0.5s;
}
#body .chat .entry .file_upload {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 5px;
  background-color: transparent;
  border-radius: 100%;
  position: relative;
  transition: 0.5s ease;
}
#body .chat .entry .file_upload:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f87c';
  color: #343a40;
  font-weight: 900;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
#body .chat .entry .file_upload:hover {
  cursor: pointer;
  background-color: #343a40;
  color: #fff;
}
#body .chat .entry .file_upload:hover:before {
  color: #fff;
}
#body .chat .entry .file_upload input {
  width: 35px;
  height: 35px;
  opacity: 0;
  z-index: 1;
}
#body .chat .entry .preview {
  width: 100%;
  display: inline;
}
#body .chat .entry .preview.on {
  display: block;
  padding: 10px 30px;
}
#body .chat .entry .preview .window {
  text-align: center;
  background-color: #000000;
  max-width: 640px;
  margin: 0 calc((100% - 640px) / 2);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #body .chat .entry .preview .window {
    margin-left: auto;
    margin-right: auto;
  }
}
#body .chat .entry .preview .window .info,
#body .chat .entry .preview .window .meta {
  background-color: #343a3f;
  width: 100%;
  margin: auto;
  position: relative;
}
#body .chat .entry .preview .window .info .close,
#body .chat .entry .preview .window .meta .close {
  position: absolute;
  top: 3px;
  right: 3px;
  color: #fff;
  font-size: 1.4rem;
}
#body .chat .entry .preview .window .info {
  padding: 3px 1.5rem 3px 10px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#body .chat .entry .preview .window .meta {
  padding: 1px;
  border-radius: 0 0 10px 10px;
  color: #ddd;
}
#body .chat .entry .preview .window img,
#body .chat .entry .preview .window video {
  margin-top: 0;
  width: auto;
  max-width: 640px;
  max-height: 480px;
}
@media screen and (max-width: 768px) {
  #body .chat .entry .preview .window img,
  #body .chat .entry .preview .window video {
    max-width: 100%;
    max-height: 240px;
  }
}
#body .room .list-group-item {
  /* チャットルーム リストUI調整 */
  cursor: pointer;
}
#body table.stats figure {
  min-width: 100px;
  height: 240px;
  text-align: center;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  #body table.stats figure {
    height: 100px;
  }
}
#body table.stats figure img {
  height: 100%;
}
#body #registration {
  /* todo: 共用の名称に変更 */
}
#body #registration .col-form-label {
  font-weight: bold;
}
#body #registration .file_upload {
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin-right: 5px;
  background-color: #ededed;
  position: relative;
  transition: 0.5s ease;
  border-radius: 0.25rem;
  border: 1px solid #ced4d9;
  color: #8d99a2;
}
@media screen and (max-width: 576px) {
  #body #registration .file_upload {
    width: 240px;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
#body #registration .file_upload:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f03e';
  font-weight: 300;
  position: absolute;
  margin: auto;
  font-size: 8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: 0.5s ease;
}
#body #registration .file_upload.no-image:before {
  content: '\f2bd';
  font-weight: 900;
}
#body #registration .file_upload.form:hover {
  cursor: pointer;
  color: #49535a;
}
#body #registration .file_upload.form:hover:before {
  cursor: pointer;
  color: #49535a;
}
#body #registration .file_upload.form:after {
  content: '画像を選択';
  position: absolute;
  left: 1rem;
  bottom: 0;
  transform: translate(0, -50%);
  font-size: 0.9rem;
  z-index: 0;
}
#body #registration .file_upload.form.en:after {
  content: 'Select Image';
}
#body #registration .file_upload input {
  width: 300px;
  height: 300px;
  opacity: 0;
  z-index: 1;
  padding: 0.375rem 0.75rem;
}
@media screen and (max-width: 576px) {
  #body #registration .file_upload input {
    width: 240px;
    height: 240px;
  }
}
#body #registration .file_upload input:hover {
  cursor: pointer;
}
#body #registration #preview {
  width: 100%;
  display: inline;
}
#body #registration #preview.on {
  display: block;
}
#body #registration #preview .window {
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 576px) {
  #body #registration #preview .window {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    height: 240px;
  }
}
#body #registration #preview .window .info {
  margin: auto;
  position: relative;
}
#body #registration #preview .window .info .close {
  position: absolute;
  top: -8px;
  right: -8px;
  color: #6c757d;
  font-size: 1.4rem;
  opacity: 1;
  background-color: #ffff;
  border-radius: 100%;
  padding: 1px;
}
#body #registration #preview .window .info .close:hover {
  color: #545b62;
}
#body #registration #preview .window img {
  margin-top: 0;
  width: 300px;
  height: 300px;
  border-radius: 0.25rem;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  #body #registration #preview .window img {
    width: 240px;
    height: 240px;
  }
}
input[type='text'],
input[type='password'],
select,
textarea {
  font-size: 16px !important;
  /* iPhone自動拡大防止 */
  /* todo: 調整
  transform: scale(calc(12 / 18));
  */
}
/* Nav Tabs */
.nav-tabs .nav-link {
  color: #555;
}
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-bottom-color: #f7f7f7;
  box-shadow: 0 3px 0 #fff inset;
  color: #1f1d1d;
}
/* Toast(notification) */
.toast-wrapper {
  position: fixed;
  top: calc(52px + 12px);
  right: 10px;
  z-index: 111;
}
.toast-wrapper .toast .toast-icon {
  width: 24px;
  height: 24px;
}
.toast-wrapper .toast .toast-icon img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.toast-wrapper .toast .toast-icon i {
  font-size: 1.6rem;
  color: #8d99a2;
}
.toast-wrapper .toast .toast-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 220px;
}
.toast-wrapper .toast .toast-body a {
  color: #555;
  text-decoration: none;
}
.toast-wrapper .toast .toast-body a:hover {
  color: #000;
}
.toast-template {
  display: none;
}
/* todo: 統一したい、サイズ指定したい（l,m,s） default: s */
.profile-icon {
  width: 30px;
  height: 30px;
}
.profile-icon img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 100%;
}
.profile-icon i {
  font-size: 2rem;
  color: #8d99a2;
  vertical-align: middle;
}
.profile-icon.l {
  width: 240px;
  height: 240px;
}
.profile-icon.l img {
  width: 240px;
  height: 240px;
}
.profile-icon.l i {
  font-size: 16.5rem;
}
.form-overlay-ico {
  position: relative;
}
.form-overlay-ico i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 2.2rem;
  height: calc(100% - 2px);
  display: block;
  cursor: pointer;
  color: #8d99a2;
  text-align: center;
  vertical-align: middle;
  padding: 0.75rem 0;
  background-color: #ededed;
  border-radius: 0 3px 3px 0;
  margin: 1px;
  transition: 0.5s ease;
}
.form-overlay-ico i:hover {
  color: #49535a;
}
.form-overlay-ico input[type="text"],
.form-overlay-ico input[type="email"],
.form-overlay-ico input[type="password"] {
  padding-right: 2.875rem;
}
/* form validation */
.help-block {
  margin-top: 3px;
  color: #c60000;
}
.has-error input {
  border-color: #f5c6cb;
}
/* Tabs Nav */
.nav-tabs .active .badge {
  display: none;
}
/* Badge */
.badge-default {
  color: #fff;
  background-color: #e00303;
}
/* SNS Button */
#sns .btn {
  color: #fff;
  position: relative;
  padding: 10px;
  /*
    &:before {
      font-family: 'Font Awesome 5 Free';
      font-style: normal;
      font-weight: 400;
      position: absolute;
      margin: auto;
      font-size: 1.2rem;
      top: 50%;
      left: 20px;
      transform: translate(-50%, -50%);
    }
    */
}
#sns .btn.facebook {
  border: #1877f2;
  background-color: #1877f2;
  border-bottom: 2px solid #0e62d4;
  border-right: 2px solid #0e62d4;
  /*
      &:before {
        content: '\f39e';
      }
      */
}
#sns .btn.facebook:hover {
  background-color: #0e62d4;
}
#sns .btn.twitter {
  border: #1DA1F2;
  background-color: #1DA1F2;
  border-bottom: 2px solid #108cd7;
  border-right: 2px solid #108cd7;
  /*
      &:before {
        content: '\f099';
      }
      */
}
#sns .btn.twitter:hover {
  background-color: #108cd7;
}
#sns .btn.google {
  border: #DD5144;
  background-color: #DD5144;
  border-bottom: 2px solid #bc3023;
  border-right: 2px solid #bc3023;
  /*
      &:before {
        content: '\f1a0';
      }
      */
}
#sns .btn.google:hover {
  background-color: #bc3023;
}
.separator {
  position: relative;
  color: #666;
}
.separator:before,
.separator:after {
  content: '';
  height: 1px;
  width: 40%;
  background-color: #a3a3a3;
  display: block;
  top: 50%;
  position: absolute;
}
.separator:before {
  left: 0;
}
.separator:after {
  right: 0;
}
.separator.wc2:before,
.separator.wc2:after {
  width: calc(50% - 1.5rem);
}
.separator.wc3:before,
.separator.wc3:after {
  width: calc(50% - 2rem);
}
.separator.wc4:before,
.separator.wc4:after {
  width: calc(50% - 2.5rem);
}
.separator.wc5:before,
.separator.wc5:after {
  width: calc(50% - 3rem);
}
/*# sourceMappingURL=style.css.map */