html, body {
  height: 100%;
  margin: 0;
}

/* Bootstrap要素 追加・上書 */
.container {
  min-height: calc(100% - 120px);
}

#gnavi > ul > li > a {
  color: #ffffff;
  font-size: 1.2rem;
}

span.hamburger-bar {
  background-color: #ffffff !important;
}

.breadcrumb {
  background-color: transparent;
  padding: 0 0 0 8px;
}

.breadcrumb > li + li:before {
  content: ">";
}

.table {
  margin-bottom: 0;
}

.table td {
  word-break: break-all;
}

.table td.word-break-keep {
  word-break: normal;
}

.table>tbody>tr>th {
  vertical-align: middle;
}

.table>thead>tr>th {
  position: relative;
  border-style: none;
  text-align: center;
  vertical-align: middle;
}

.navbar-brand {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

/* 画面共通 */
.header {
  border-radius: 0;
  border: none;
  background: #333333;
}

@media (max-width: 768px){
  .header {
    position: fixed;
    z-index: 10;
    width: 100%;
  }
  .main-container {
    position: relative;
    z-index: 9;
    padding-top: 50px;
  }
  .main-container > .contents {
    overflow-x: visible;
  }
}

ul.nav-global-menu {
  padding: 0 80px 0 80px;
}

ul.nav-global-menu > li > a {
  font-size: 1.1rem;
  line-height: 3;
  color: #333;
}

.box-table {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dddddd;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-size: 1.0rem;
  font-weight: normal;
  letter-spacing: .08rem;
  text-align: center;
  color: #666666;
}

.main-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
}

.main-container > .side-menu {
  position: relative;
  width: 228px;
  height: 100vh;
  background: #333333;
}

.main-container > .contents {
  position: relative;
  width: 100%;
  flex: 1;
  overflow-x: scroll;
  padding-top: 20px;
}

.container {
  width: 100%;
  max-width: 1170px;
}

.side-menu > .logo {
  display: inline-block;
  width: 100%;
  padding: 14px 20px;
  background-color: #222222;
  vertical-align: bottom;
}

.header-logo {
  width: 100%;
  max-width: 120px;
  height: auto;
}

.side-menu > ul > li > a {
  color: #ffffff;
  font-size: 1.5rem;
  padding: 12px 20px;
}

.side-menu > ul > li > a > img {
  width: 22px;
}

.side-menu > ul > li.active {
  background: #ff8b1c;
}

.side-menu > ul > li > a:hover {
  background: #222222;
}

.side-menu > ul > li.child a {
  padding-left: 40px
}

/* 画面個別 <div class="contaner page-xxxx"> */
.page-auth {
  max-width: 420px;
  margin: 0 auto;
  padding-top: 30px;
}

.page-auth .btn {
  width: 100%;
  background-color: #c8dbfe;
  border-radius: 5px;
  color: #ffffff;
}

.page-auth .btn:hover {
  background-color: #3680fc;
  color: #ffffff;
}

.page-dashboard .dashboard-container {
  border: 1px solid #dddddd;
  border-radius: 0 0 5px 5px;
  border-top: none;
  margin-bottom: 30px;
}

.page-dashboard .total-point-sales, .total-fan-count {
  font-size: 2.4rem;
  font-weight: bold;
}

.page-dashboard .chart-area {
  width: 100%;
  height: 300px;
  padding: 5px;
}

.page-dashboard .invoice-list-table {
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.page-live .vjs-control-bar {
  z-index: 2;
}

.page-live .vjs-tech.radio-live-video {
  opacity: 0.0;
  position: relative;
}

.page-live .radio-cover-image {
  width: 400px;
  height: 100%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  background-color: #272128;
  object-fit: cover;
  filter: brightness(0.5) blur(8px);
}

.page-live .radio-cover-icon-avatar-image {
  z-index: 3;
  position: absolute;
  width: 130px;
  height: 130px;
  left: calc(400px / 2 - 130px / 2);
  top: calc(100% / 2 - 130px / 2);
  border-radius: 50%;
}

.page-live .radio-cover-image.sp {
  width: 300px;
  height: 168px;
  background-size: 700px;
}

.page-live .radio-cover-icon-avatar-image.sp {
  width: 100px;
  height: 100px;
  left: calc(300px / 2 - 100px / 2);
  top: calc(168px / 2 - 100px / 2);
}

.page-live .video-container {
  position: relative;
}

.page-live .vjs-big-play-button {
  z-index: 4;
}

/* 汎用スタイル */
.mt1 {
  margin-top: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mb1 {
  margin-bottom: 1px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml-auto {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml40 {
  margin-left: 40px;
}

.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr1 {
  padding-right: 1px;
}

.pr5 {
  padding-right: 5px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.line-height2 {
  line-height: 2 !important;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-left-1 {
  border-left: 1px solid #dddddd;
}

.border-top-none {
  border-top: none !important;
}

.text-nowrap {
  white-space: nowrap;
}

.fs20 {
  font-size: 2.0rem;
}

.text-xs {
  font-size: 90%;
}

.text-color-red {
  color: #f13957;
}

.text-color-sex-man {
  color: #3f81c6;
}

.text-color-sex-woman {
  color: #ea5656;
}

.text-color-sex-secret {
  color: #aa71da;
}

.bg-color-light-gray {
  background-color: #f9f9f9;
}

.cursor-pointer {
  cursor: pointer;
}

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


@media (min-width: 768px){
  .page-bank .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .page-bank .form-group label {
    width: 14%;
    line-height: 1;
    text-align: right;
  }
  .page-bank .form-group .form-control {
    width: 86%;
    margin-left: 20px;
  }
  .page-auth {
    padding-top: 0;
  }
}

.attention {
  font-size: 1.1rem;
  font-weight: normal;
  color: #ff2222;
  line-height: 1.1;
}

thead {
  background-color: #F3F3F5;
}

thead th + th:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #dddddd;
}

.tag {
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  padding: 2px 6px 3px;
  background-color: #777777;
  border-radius: 30px;
  border-style: none;
}

.label {
  border-radius: 30px;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: transparent;
}

.table-striped>tbody>tr:hover {
  background-color: #f9f9f9;
}

h3 {
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 12px;
}

.page-homepage .table > tbody > tr > td a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.live-mark {
  background-image: linear-gradient(145deg, #06dc10 10%, #00ec95 70%);
}

.radio-mark {
  background-image: linear-gradient(-134deg, #fe4128 0%, #fe338a 54%, #fe2851 100%);
}

.live-mark, .radio-mark {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 4px 10px;
  border-radius: 50px;
}
