@charset "utf-8";

*,:after,:before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}

::-webkit-scrollbar {
  background-color: rgba(0,0,0,0.5);
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #3c3c3c;
  border-radius: 2px;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 60%;
}

body {
  font-family: YakuHanJPs, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* background-color: rgba(44, 51, 51, 0.9); */
  overflow-wrap: break-word;
  position: relative;
  width: 100%;
  margin: 0;
  font-size: 2.0rem;
  color: #fff;
  line-height: 1
}

h1,h2 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}

ol,ul {
  margin: 0;
  padding: 0;
  list-style: none
}

dd {
  display: block;
  margin-inline-start: 20px;
}

dl {
  margin: 0
}

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

a:hover {
  opacity: .8;
  cursor: pointer;
}

.content {
  /* background-color: rgba(44, 51, 51, 0.9); */
  box-shadow: 0 5px 10px rgba(0,0,0,.24);
  padding: 20px 0;
  min-height: 1000px;
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.bg-content-wrap:after {
  /* background: linear-gradient(rgba(44,51,51,.867) 5%,#2c3333 80%); */
  background-position-y: top;
  content: "";
  height: 1200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bg-content--animated {
  -webkit-animation: fadeIn 3s ease-out;
  animation: fadeIn 3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sort {
  margin-top: 20px;
  margin-left: 8px;
  align-items: center;
}

.sort-active {
  color:#ffffff;
}

.sort--inactive {
  color:#949ba4;
}

.loading {
  margin: 100px;
  text-align: center;
}

.leader {
  margin-top: 20px;
}

.leader:nth-child(2n) {
  background-color: rgba(0,0,0,.200);
}

.leader__item {
  border-top: 1px solid hsla(0, 0%, 100%, .1);
}

.leader__body {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.leader__box {
  padding: 2 12px;
  flex: 0 0 200px;
}

.leader__box--data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leader__box--label {
  font-size: 1.5rem;
  color: #949ba4;
  font-weight: 400;
}

.leader__box--unit {
  font-size: 1.5rem;
}

.leader__box--unit span {
  font-size: 1.2rem;
  color: #fff;
  margin-left: 4px;
  width: 13px;
}

.leader__rank {
  width: 60px;
  text-align: center;
  flex: 0 0 auto;
}

.leader__label {
  display: flex;
  align-items: center;
  flex: 0 0 400px;
}

.leader__logo {
  margin-right: 5px;
  opacity: .8;
  width: 30px;
  flex: 0 0 30px;
}

.leader__name {
  margin-left: 12px;
  height: 21px;
  width: 245px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
}

.leader__kpi {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex: 0 0 400px;
}

.leader__box--plus {
  color:#e91e63;
}

.leader__box--minus {
  color:#00b0ff;
}

.tab {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

.tab__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 0 20px;
}

.tab__button {
  padding: 9px 0;
  border-radius: 3px;
  font-size: 1.5rem;
}

.tab__item:hover {
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.tab__item:hover .tab__button {
  background-color: #0c172b;
}

.tab__item.active .tab__button {
  background-color: #1a1a1a;
  opacity: .8;
  color: #fff;
  font-weight: 700;
}

.tab__item {
  padding: 4px;
  background-color: rgba(0,0,0,.15);
  line-height: 1;
  color: #949ba4;
  text-align: center;
  border-radius: 2px;
  transition: color .6s ease;
}

.tab__item:nth-last-child(-n+3),.tab__item:nth-last-child(n+3)~.tab__item {
  flex: 0 0 100px;
}

.bg-content-wrap .bg-content {
  /* background-image: url(../img/img_background_mosa_black.png); */
  background-repeat: repeat;
  background-size: contain;
  height: 1200px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}

.additional-info {
  margin-top: 20px;
}

.additional-info__content {
  font-size: 1.3rem;
  line-height: 1.3em;
  color: #949ba4;
}

@media screen and (max-width: 1000px) {

  dd {
    margin-inline-start: 5px;
  }

  .container {
    padding: 0 10px;
  }

  .sort {
    font-size: 1.5rem;
  }

  .leader__box--mobile-hide {
    display: none;
  }

  .leader__dummy {
    display: none;
  }

  .leader__box {
    padding: 0 8px;
    flex: 0 0 20px;
  }

  .leader__box--label {
    font-size: 1.1rem;
  }

  .leader__box--unit {
    font-size: 1.1rem;
  }

  .leader__box--unit span {
    font-size: 0.9rem;
    margin-left: 0px;
    width: 10px;
  }

  .leader__label {
    flex: 0 0 140px;
  }

  .leader__name {
    margin-left: 5px;
    font-size: 1.2rem;
    white-space: nowrap;
    height: 12px;
    width: 130px;
  }

  .leader__rank {
    margin-right: 4px;
    margin-left: 4px;
    width: 30px;
    font-size: 1.2rem;
  }

  .leader__kpi {
    display: flex;
    margin-top: 5px;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 140px;
  }

  .leader__logo {
    margin-right: 8px;
    opacity: .8;
    width: 40px;
    flex: 0 0 30px;
  }

}

