:root {
  --shadow-gray-clr: #dee0f1;
}
.__PC {
  display: none;
}
.__H5 {
  display: block;
  height: 100%;
  overflow: hidden;
  background: url(../img/h5/background.jpg) 100% / cover no-repeat;
}
.__HEAD {
  overflow: hidden;
}
.__NAVI {
  position: static;
  background: 0;
  box-shadow: none;
}

.__banner_item:nth-child(3) {
  background-position: 50% 0;
}
.__banner_item {
  margin-top: 1rem;
  padding-bottom: 55%;
  background-size: auto 100%;
  background-position: 50% 0;
}
.__acc_entry {
  margin: 50% auto .5rem;
}

.__head_wrap {
  height: 100%;
}
.__head {
  position: relative;
  flex-direction: column;
  row-gap: 1rem;
  min-width: 3.5rem;
  overflow-y: scroll;
}
.__head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border: 1px solid var(--shadow-gray-clr);
  height: 100%;
  max-height: 24rem;
}
.__head_item {
  position: relative;
  display: block;
  padding: .5rem 1rem 1.5rem 1rem;
  border-radius: 1rem;
  box-shadow: 2px 0 2px var(--shadow-gray-clr);
  background-image: linear-gradient(-70deg, var(--shadow-gray-clr), var(--white) 30%, var(--white) 50%, var(--shadow-gray-clr));
}

.__head_item > .__h_title {
  font-size: .75rem;
  color: #121b47;
  white-space: nowrap;
}
.__head_item::before {
  display: block;
  content: '';
  height: 100%;
  padding-bottom: .25rem;
  background: 50% no-repeat;
}
.__gas_wrap {
  width: 100%;
  overflow-y: scroll;
}
.__gas_item {
  display: block;

}
.__gas_item > img {
  width: 100%;
}
.__sprot::before {
  background-image: url(../img/icon/sport.png);
}
.__casino::before {
  background-image: url(../img/icon/casino.png);
}
.__slot::before {
  background-image: url(../img/icon/slot.png);
}
.__esport::before {
  background-image: url(../img/icon/esport.png);
}
.__chess::before {
  background-image: url(../img/icon/chess.png);
}
.__lottery::before {
  background-image: url(../img/icon/lottery.png);
}
