@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoB";
  src: url("../fonts/robotoB.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoM";
  src: url("../fonts/robotoM.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SairaB";
  src: url("../fonts/sairaB.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans-ExtraCondensedBlack";
  src: url("../fonts/NotoSans-ExtraCondensedBlack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans-ExtraCondensedBold";
  src: url("../fonts/NotoSans-ExtraCondensedBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans-ExtraCondensedMedium";
  src: url("../fonts/NotoSans-ExtraCondensedMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ATFHYQinChuanManShuW-Regular";
  src: url("../fonts/ATFHYQinChuanManShuW-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.froboto {
  font-family: "roboto";
}

.frobotoB {
  font-family: "robotoB";
}

.frobotoM {
  font-family: "robotoM";
}

.fUTMAlexander {
  font-family: "UTM Alexander";
}

.fATFHYQinChuanManShuW, .fatfhyyankai, .fatfhyyankai {
  font-family: "ATFHYQinChuanManShuW-Regular";
}

.fSairaB {
  font-family: "SairaB";
}

.fNotoSansBlack {
  font-family: "NotoSans-ExtraCondensedBlack";
}

.fNotoSansBold {
  font-family: "NotoSans-ExtraCondensedBold";
}

.fNotoSansMedium {
  font-family: "NotoSans-ExtraCondensedMedium";
}

/* =Reset default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* -------------------------------------------------------------- */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover, a:focus, a:hover p, select:hover, select:focus, select:active {
  text-decoration: none;
  outline: none !important;
}

a, a:link {
  text-decoration: none;
  outline: none !important;
  color: #fff;
}

.clearfix:after {
  content: "";
  visibility: hidden;
  display: table;
  clear: both;
}

::-webkit-input-placeholder { /* Firefox, Chrome, Opera */
  color: #ffffff;
  font-family: "roboto";
}

::-moz-placeholder { /* Firefox, Chrome, Opera */
  color: #ffffff;
  font-family: "roboto";
}

:-ms-input-placeholder { /* Firefox, Chrome, Opera */
  color: #ffffff;
  font-family: "roboto";
}

::-ms-input-placeholder { /* Firefox, Chrome, Opera */
  color: #ffffff;
  font-family: "roboto";
}

::placeholder { /* Firefox, Chrome, Opera */
  color: #ffffff;
  font-family: "roboto";
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
  font-family: "roboto";
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
  font-family: "roboto";
}

*, .box_sizing_border_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a100 {
  width: 100%;
  height: 100%;
  display: block;
}

.c-pointer, .c-p, .cp {
  cursor: pointer;
}

.p-r, .pr {
  position: relative;
}

.p-a, .pa {
  position: absolute;
}

.w100percent {
  width: 100%;
}

.m__inline {
  margin-left: auto;
  margin-right: auto;
}

.dFlex, .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aCenter, .act {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jCenter, .jct, .j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fCl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

input, button, select {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

input, select {
  font-family: "roboto";
  font-size: clamp(15px, 3vw, 22px);
  color: #fff;
}
.tUpper, .tup {
  text-transform: uppercase;
}

.tUnder {
  text-decoration: underline;
}

.text_italic {
  font-style: italic;
}

.tCenter, .tct {
  text-align: center;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.img-res {
  max-width: 100%;
  width: auto;
  height: auto;
}

.c-white, .cWhite {
  color: #ffffff !important;
}

.c-black {
  color: #000 !important;
}

.cPage {
  color: #542e18 !important;
}

.cRed, .c-red {
  color: #d41211 !important;
}

.cGreen {
  color: #017f70 !important;
}

.cBlue {
  color: #65b7ff !important;
}

.cBlue2 {
  color: #04489c !important;
}

.cYellow {
  color: #ffba00 !important;
}

.cOrange {
  color: #ffa800 !important;
}

.cPink {
  color: #ed4b76 !important;
}

.cPurple {
  color: #8581df !important;
}

.link-under, .link_under {
  text-decoration: underline !important;
}

.t-shadow {
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.t-shadow-red {
  text-shadow: 0px 3px 0px rgb(204, 70, 30);
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes glowing {
  0% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
  50% {
    background-color: #FF0000;
    -webkit-box-shadow: 0 0 40px #FF0000;
  }
  100% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
}
@keyframes glowing {
  0% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
  50% {
    background-color: #FF0000;
    -webkit-box-shadow: 0 0 40px #FF0000;
  }
  100% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
}
@-webkit-keyframes rock-boat {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-7deg) translateY(-5px);
            transform: rotate(-7deg) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
}
@keyframes rock-boat {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-7deg) translateY(-5px);
            transform: rotate(-7deg) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
html.root__page {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 62.5%;
}

body.wpage {
  font-family: "NotoSans-ExtraCondensedMedium";
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background-color: #e0dbcf;
  min-height: 100vh;
  margin-inline: auto;
  overflow-x: hidden !important;
}
@media only screen and (min-width: 992px) {
  body.wpage {
    background: no-repeat top center/100% auto #e0dbcf;
    background-image: -webkit-image-set(url("../images/full__big.webp?ver=1") 1x, url("../images/full__big.jpg?ver=1") 1x);
    background-image: image-set(url("../images/full__big.webp?ver=1") 1x, url("../images/full__big.jpg?ver=1") 1x);
  }
}
@media only screen and (max-width: 991px) {
  body.wpage {
    background: no-repeat top center/100% auto #e0dbcf;
    background-image: -webkit-image-set(url("../images/sm__full.webp?ver=1") 1x, url("../images/sm__full.jpg?ver=1") 1x);
    background-image: image-set(url("../images/sm__full.webp?ver=1") 1x, url("../images/sm__full.jpg?ver=1") 1x);
  }
}

.limit__game {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (min-width: 992px) {
  .limit__game {
    max-width: 62.5vw;
  }
}

@media only screen and (max-width: 991px) {
  .hidden__mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .hidden__PC {
    display: none !important;
  }
}

.link-hv:hover .img-hv, .link-hv.active .img-hv {
  display: inline-block;
}
.link-hv .img-ac, .link-hv .img-hv {
  width: 100%;
}
.link-hv .img-hv {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-tranY {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-tranY:hover, .btn-tranY.active_bk {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.btn-Zoom {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-Zoom:hover, .btn-Zoom.active {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}

.mt-1per {
  margin-top: 1%;
}

.mt-2per {
  margin-top: 2%;
}

.mt-3per {
  margin-top: 3%;
}

.mt-4per {
  margin-top: 4%;
}

@media only screen and (max-width: 667px) {
  .btn-img-hv {
    width: 60%;
  }
}
.btn-img-hv .img-ac, .btn-img-hv .img-hv {
  width: 100%;
}
.btn-img-hv .img-hv {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.btn-img-hv:hover .img-hv {
  display: inline;
}

.btn-page {
  width: 160px;
  height: 43px;
}
@media only screen and (min-width: 768px) {
  .btn-page {
    width: 271px;
    height: 72px;
  }
}

.pagination {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 30px;
  background: #2b191f;
  font-size: 14px;
  border-radius: 8px;
  margin: 0 2px;
}
@media only screen and (min-width: 768px) {
  .pagination ul li {
    width: 62px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
  }
}
.pagination ul li a {
  color: #fff;
}
.pagination ul li:hover, .pagination ul li.active {
  background: #654231;
}
.pagination ul li:hover a, .pagination ul li.active a {
  color: #fff;
}

.slick-custom-dots .slick-dots {
  bottom: -25%;
}
.slick-custom-dots .slick-dots li {
  background: #fff;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  margin: 0 3px;
}
@media only screen and (min-width: 992px) {
  .slick-custom-dots .slick-dots li {
    margin: 0 5px;
  }
}
.slick-custom-dots .slick-dots li.slick-active {
  background: #ffc333;
}
.slick-custom-dots .slick-dots li button {
  width: 14px;
  height: 14px;
}
.slick-custom-dots .slick-dots li button:before {
  width: 14px;
  height: 14px;
  content: "";
}
.slick-custom-dots.slick-dot-black .slick-dots li {
  background: #fff;
}

.slick-arrow {
  width: 9.6vw;
  height: 9.6vw;
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: contain;
  z-index: 2;
}
.slick-arrow:focus, .slick-arrow:hover {
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: contain;
}
.slick-arrow.slick-disabled {
  background: transparent;
}
.slick-arrow:before {
  content: "";
}
@media only screen and (min-width: 992px) {
  .slick-arrow {
    width: 3.75vw;
    height: 3.75vw;
  }
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next:not(.slick-disabled) {
  right: 0;
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: contain;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.out-hv {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.out-hv:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.tit__gr {
  color: #6d0a0a;
  background: url(../images/tired/bgTit.png?ver=1) no-repeat center center;
  background-size: 100% 100%;
  font-size: 4.4vw;
  width: 73.3333333333vw;
  height: 11.6vw;
  padding-bottom: 1.0666666667vw;
}
@media only screen and (min-width: 992px) {
  .tit__gr {
    font-size: 2.3958333333vw;
    width: 40.2604166667vw;
    height: 6.3541666667vw;
    padding-bottom: 0.9375vw;
  }
}
.tit__gr .text {
  background: -webkit-gradient(linear, left top, left bottom, from(#3b1500), to(#cd3400));
  background: linear-gradient(to bottom, #3b1500, #cd3400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(2px -2px 1px #fff) drop-shadow(2px 2px 1px #fff) drop-shadow(-2px -2px 1px #fff) drop-shadow(-2px 2px 1px #fff);
          filter: drop-shadow(2px -2px 1px #fff) drop-shadow(2px 2px 1px #fff) drop-shadow(-2px -2px 1px #fff) drop-shadow(-2px 2px 1px #fff);
}

.logo-top {
  position: absolute;
  top: 1.5625vw;
  left: 0;
}
.logo-top img {
  width: 13.8541666667vw;
}

.main_head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 0.2666666667vw;
}
@media only screen and (min-width: 992px) {
  .main_head {
    height: 4.4791666667vw;
    padding: 0;
    position: absolute;
  }
}
@media only screen and (max-width: 991px) {
  .main_head {
    background: #090717;
    height: 14.8vw;
    border-bottom: 3px solid #a89567;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .main_head .limit__game {
    max-width: 71.1458333333vw;
  }
}

#toggle-menu__header-page:checked ~ .navbar #menu__header-page .inner-menu__header-page:before {
  top: 0px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#toggle-menu__header-page:checked ~ .navbar #menu__header-page .inner-menu__header-page:after {
  top: 0px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#toggle-menu__header-page:checked ~ .navbar .navbar-content {
  right: 0;
}

@media only screen and (max-width: 991px) {
  .navbar .limit__game {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.left-header {
  width: 62.6666666667vw;
  position: relative;
  z-index: 3;
  float: left;
}
.icon-name-game {
  padding-left: 2vw;
  padding-top: 1.3333333333vw;
}
.icon-name-game .icon-game img {
  position: relative;
  z-index: 2;
  width: 20vw;
  display: block;
}

.txt-name-game {
  color: #ffffff;
  font-size: 3.4666666667vw;
  margin-top: 3.7333333333vw;
  margin-left: 1.3333333333vw;
}
.txt-name-game .name-game {
  line-height: 1.1;
}

@media only screen and (min-width: 992px) {
  .navbar-content {
    left: 0;
    top: 1.3020833333vw;
    display: block;
    background: transparent;
    height: auto;
    position: inherit;
    padding: 0;
    width: auto;
    margin-top: 0vw;
    margin-right: 0vw;
    padding-left: 0.3125vw;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-content {
    z-index: 2;
    right: -100%;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    background: rgba(12, 10, 11, 0.9);
    width: 100%;
    height: 100%;
    padding-left: 0.6666666667vw;
    padding-right: 0.6666666667vw;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-content:before {
    content: "";
    background: #090717;
    height: 14.8vw;
    border-bottom: 3px solid #a89567;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-content ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-content ul {
    padding-top: 6.6666666667vw;
  }
}
.navbar-content ul li {
  padding-top: 10px;
  padding-bottom: 13px;
  position: relative;
  border-bottom: 1px solid #3d3d3d;
}
@media only screen and (min-width: 992px) {
  .navbar-content ul li {
    padding: 0;
    display: inline-block;
    margin: 0 0.78125vw;
    border-bottom: 0;
  }
}
.navbar-content ul li:not(:last-child):after {
  position: absolute;
  content: "";
}
.navbar-content ul li:before {
  position: absolute;
  content: "";
}
@media only screen and (max-width: 991px) {
  .navbar-content ul li:before {
    width: 94%;
    height: 2px;
    left: 5px;
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-content ul li:first-child:before {
    opacity: 0;
  }
}
@media only screen and (max-width: 999px) {
  .navbar-content ul li:last-child:after {
    width: 94%;
    height: 2px;
    position: absolute;
    content: "";
    left: 5px;
    bottom: 0;
  }
}
.navbar-content ul li a {
  color: #fff;
  font-size: 4.8vw;
  position: relative;
  font-family: "roboto";
}
@media only screen and (min-width: 992px) {
  .navbar-content ul li a {
    width: 6.875vw;
    height: 1.9791666667vw;
    font-size: 0.78125vw;
    background: no-repeat top center/100% 100%;
    background-image: -webkit-image-set(url("../images/btn/btn_head.webp") 1x, url("../images/btn/btn_head.png") 1x);
    background-image: image-set(url("../images/btn/btn_head.webp") 1x, url("../images/btn/btn_head.png") 1x);
    color: #0c0c0c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "NotoSans-ExtraCondensedMedium";
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-content ul li a:hover {
    color: #fff;
    background-image: -webkit-image-set(url("../images/btn/btn_headhv.webp?ver=1.1") 1x, url("../images/btn/btn_headhv.png?ver=1.1") 1x);
    background-image: image-set(url("../images/btn/btn_headhv.webp?ver=1.1") 1x, url("../images/btn/btn_headhv.png?ver=1.1") 1x);
  }
}
@media only screen and (min-width: 992px) {
  .navbar-content ul li a .imgIconHead__ {
    width: 4.1666666667vw;
  }
}

.link-download {
  width: 26.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.2vw;
  z-index: 3;
}
.link-download .btn_download {
  width: 24.4vw;
  height: 6.6666666667vw;
  font-size: 2.9333333333vw;
  line-height: 6.6666666667vw;
  color: #863f01;
  background: no-repeat center center/100% 100%;
  background-image: -webkit-image-set(url("../images/btn/btn_download.webp?ver=1.1") 1x, url("../images/btn/btn_download.png?ver=1.1") 1x);
  background-image: image-set(url("../images/btn/btn_download.webp?ver=1.1") 1x, url("../images/btn/btn_download.png?ver=1.1") 1x);
}

.icon-hamburger {
  position: absolute;
  top: 0;
  right: 2.6666666667vw;
  z-index: 3;
  margin-top: 3.7333333333vw;
}
.icon-hamburger #menu__header-page {
  display: inline-block;
  position: relative;
  width: 7.3333333333vw;
  height: 6vw;
  cursor: pointer;
}
.icon-hamburger #menu__header-page .inner-menu__header-page {
  height: 0.6666666667vw;
  width: 100%;
  top: 2.4vw;
  background-color: #edeeff;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.icon-hamburger #menu__header-page .inner-menu__header-page:before, .icon-hamburger #menu__header-page .inner-menu__header-page:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 0.6666666667vw;
  width: 100%;
  background-color: #edeeff;
}
.icon-hamburger #menu__header-page .inner-menu__header-page:before {
  top: -2vw;
}
.icon-hamburger #menu__header-page .inner-menu__header-page:after {
  top: 1.7333333333vw;
}
.icon-hamburger .menu__cus {
  width: 130%;
}

.logo-header {
  position: absolute;
  left: 3%;
  top: 0;
}
@media only screen and (min-width: 1600px) {
  .logo-header {
    left: 15%;
  }
}
@media only screen and (min-width: 1920px) {
  .logo-header {
    left: 19%;
  }
}

.footer__game {
  background: #0a0a0a;
  width: 100%;
  padding: 5.3333333333vw 0 5.3333333333vw;
  text-align: center;
  color: #fff;
  font-size: 2vw;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .footer__game {
    padding: 1.8229166667vw 0 1.8229166667vw;
    font-size: 0.78125vw;
  }
}
.footer__game .listLinkFGFt a {
  margin-inline: 0.5208333333vw;
}
.footer__game .listLinkFGFt img {
  width: 8vw;
}
@media only screen and (min-width: 992px) {
  .footer__game .listLinkFGFt img {
    width: 3.125vw;
  }
}

.footer-link-privacy {
  margin-bottom: 10px;
}

.footer-link-privacy a {
  color: #fff;
  text-decoration: none;
}

.footer-link-privacy a:hover {
  color: #fff;
}

.footer__game p {
  margin-bottom: 6px;
}

.footer__game-inner {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .footer__game-inner {
    width: 52.0833333333vw;
  }
}

.ftace__ace {
  position: absolute;
  display: block;
  text-indent: -999em;
  background: url(../images/footer/ace.png) 0 0 no-repeat;
  background-size: contain;
  left: 0;
  top: -0.5208333333vw;
  width: 5.3645833333vw;
  height: 3.28125vw;
}
@media only screen and (max-width: 991px) {
  .ftace__ace {
    position: inherit;
    top: 0;
    margin: 0 auto 1.3333333333vw;
    width: 26.6666666667vw;
    height: 9.3333333333vw;
  }
}

.footer__game-18 {
  position: absolute;
  right: 0;
  top: 0;
  width: 7.4479166667vw;
}
@media only screen and (max-width: 991px) {
  .footer__game-18 {
    width: 19.0666666667vw;
    display: block;
    position: relative;
    left: 50%;
    margin-top: 1.3333333333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.w100per {
  width: 100%;
}

.h100per {
  height: 100%;
}

.left0 {
  left: 0;
}

.top0 {
  top: 0;
}

.fs1424px {
  font-size: clamp(1.4rem, 4vw, 2.4rem);
}

.imgLan {
  pointer-events: none;
  width: 7.6vw;
  top: -2.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .imgLan {
    top: -1.0416666667vw;
    width: 2.96875vw;
  }
}
.imgLan.imgLan__left {
  left: -3.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .imgLan.imgLan__left {
    left: -1.3020833333vw;
  }
}
.imgLan.imgLan__right {
  right: -3.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .imgLan.imgLan__right {
    right: -1.3020833333vw;
  }
}

@media only screen and (max-width: 1199px) {
  .box_game {
    padding-top: 20%;
    padding-bottom: 9%;
  }
}

.tsdBlack {
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
}

.tsdBrown {
  text-shadow: 2px 0 0 #613e09, -2px 0 0 #613e09, 0 2px 0 #613e09, 0 -2px 0 #613e09, 2px 2px #613e09, -2px -2px 0 #613e09, 2px -2px 0 #613e09, -2px 2px 0 #613e09;
}

.tsdGreen {
  text-shadow: 2px 0 0 #053d2b, -2px 0 0 #053d2b, 0 2px 0 #053d2b, 0 -2px 0 #053d2b, 2px 2px #053d2b, -2px -2px 0 #053d2b, 2px -2px 0 #053d2b, -2px 2px 0 #053d2b;
}

.tsdWhite {
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
}

.tsdYellow {
  text-shadow: 2px 0 0 #fff8b4, -2px 0 0 #fff8b4, 0 2px 0 #fff8b4, 0 -2px 0 #fff8b4, 2px 2px #fff8b4, -2px -2px 0 #fff8b4, 2px -2px 0 #fff8b4, -2px 2px 0 #fff8b4;
}

.tsdPage {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}

.tGradientAll {
  background: -webkit-gradient(linear, left top, left bottom, from(#3b1500), to(#cd3400));
  background: linear-gradient(to bottom, #3b1500, #cd3400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(2px -2px 1px #fff) drop-shadow(2px 2px 1px #fff) drop-shadow(-2px -2px 1px #fff) drop-shadow(-2px 2px 1px #fff);
          filter: drop-shadow(2px -2px 1px #fff) drop-shadow(2px 2px 1px #fff) drop-shadow(-2px -2px 1px #fff) drop-shadow(-2px 2px 1px #fff);
}

.tl__ img {
  width: 100vw;
}
@media only screen and (min-width: 992px) {
  .tl__ img {
    width: 43.4895833333vw;
  }
}

.st__ {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .st__ {
    padding-top: 5%;
    padding-bottom: 10%;
  }
}

.btnRed {
  background: no-repeat center center/100% 100%;
  background-image: -webkit-image-set(url("../images/btn/btnRed.webp?ver=1.1") 1x, url("../images/btn/btnRed.png?ver=1.1") 1x);
  background-image: image-set(url("../images/btn/btnRed.webp?ver=1.1") 1x, url("../images/btn/btnRed.png?ver=1.1") 1x);
}

.btnRed2 {
  background: no-repeat center center/100% 100%;
  background-image: -webkit-image-set(url("../images/btn/btnRed2.webp?ver=1.1") 1x, url("../images/btn/btnRed2.png?ver=1.1") 1x);
  background-image: image-set(url("../images/btn/btnRed2.webp?ver=1.1") 1x, url("../images/btn/btnRed2.png?ver=1.1") 1x);
}

.bt__log {
  background: no-repeat center center/100% 100%;
  background-image: -webkit-image-set(url("../images/btn/bt__log.webp?ver=1.1") 1x, url("../images/btn/bt__log.png?ver=1.1") 1x);
  background-image: image-set(url("../images/btn/bt__log.webp?ver=1.1") 1x, url("../images/btn/bt__log.png?ver=1.1") 1x);
}

.btnYellow {
  background: no-repeat center center/100% 100%;
  background-image: -webkit-image-set(url("../images/btn/btnYellow.webp?ver=1.1") 1x, url("../images/btn/btnYellow.png?ver=1.1") 1x);
  background-image: image-set(url("../images/btn/btnYellow.webp?ver=1.1") 1x, url("../images/btn/btnYellow.png?ver=1.1") 1x);
}
.btnYellow:hover {
  background-image: -webkit-image-set(url("../images/btn/btnYellowhv.webp?ver=1.1") 1x, url("../images/btn/btnYellowhv.png?ver=1.1") 1x);
  background-image: image-set(url("../images/btn/btnYellowhv.webp?ver=1.1") 1x, url("../images/btn/btnYellowhv.png?ver=1.1") 1x);
}

.btnBlue {
  text-shadow: 2px 0 0 #000, -1px 0 0 #000, 0 2px 0 #000, 0 -1px 0 #000, 2px 2px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
  color: #fff !important;
  background: url(../images/btn/btnBlue.png) no-repeat center center;
  background-size: 100% 100%;
}

.btnYellow2 {
  text-shadow: 2px 0 0 #000, -1px 0 0 #000, 0 2px 0 #000, 0 -1px 0 #000, 2px 2px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
  color: #fff !important;
  background: url(../images/btn/btnYellow3.png) no-repeat center center;
  background-size: 100% 100%;
}

.bgInput {
  background: #686868;
  color: #fff !important;
}
.img-hv .in-img-hv {
  top: 0;
  left: 0;
  opacity: 0;
}
.img-hv:hover .in-img-hv, .img-hv.active .in-img-hv {
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .list-img {
    width: 90%;
  }
}
.list-img .thumb-img {
  background: url(../images/bg-img.png) no-repeat center center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1199px) {
  .list-img .thumb-img {
    padding: 6px 3px;
    width: 13.5vw;
    height: 13.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .list-img .thumb-img {
    width: 90px;
    height: 90px;
  }
}
.list-img .thumb-img img {
  width: 90%;
  width: auto;
  max-width: 90%;
}
.list-img .thumb-img .sl {
  line-height: 1;
  background: rgba(0, 0, 0, 0.6);
  padding: 2px;
  right: 0;
  bottom: 0;
  font-size: clamp(1rem, 2vw, 1.4rem);
}

#videoBgMb, #videoBgPC {
  position: absolute;
  top: 0;
}

#videoBgMb {
  width: 100%;
  top: 20px;
}

#videoBgPC {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.infoTop__ {
  font-size: 3.3333333333vw;
  padding: 2.6666666667vw 1.3333333333vw;
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  width: 66.6666666667vw;
  margin-bottom: 2.6666666667vw;
  border: 1px solid #000;
  z-index: 2;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .infoTop__ {
    text-align: left;
    font-size: 1.3020833333vw;
    padding: 1.0416666667vw 0.5208333333vw;
    width: 26.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
.infoTop__ .name__ {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gr__btn_banphao {
  gap: 0 6.8vw;
  margin-top: 4.8vw;
}
@media only screen and (min-width: 992px) {
  .gr__btn_banphao {
    gap: 0 5.3645833333vw;
    margin-top: 1.25vw;
  }
}
.gr__btn_banphao .btn__bphao__ {
  font-size: 4.9333333333vw;
  width: 35.7333333333vw;
  height: 7.8666666667vw;
}
@media only screen and (min-width: 992px) {
  .gr__btn_banphao .btn__bphao__ {
    font-size: 1.6145833333vw;
    width: 17.3958333333vw;
    height: 3.9583333333vw;
  }
}

.gr__ruleCard {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 105.0666666667vw;
  gap: 2.6666666667vw 4vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .gr__ruleCard {
    width: 100%;
    margin-top: 44.4791666667vw;
    gap: 0 1.8229166667vw;
  }
}
.gr__ruleCard .btn__ruleCard__ {
  font-size: 4.4vw;
  width: 31.3333333333vw;
  height: 8.9333333333vw;
}
@media only screen and (min-width: 992px) {
  .gr__ruleCard .btn__ruleCard__ {
    font-size: 1.71875vw;
    width: 12.2395833333vw;
    height: 3.4895833333vw;
  }
}
.gr__ruleCard .btn__ruleCard__ .text {
  text-shadow: 2px 0 0 #ffda41, -1px 0 0 #ffda41, 0 2px 0 #ffda41, 0 -1px 0 #ffda41, 2px 2px #ffda41, -1px -1px 0 #ffda41, 1px -1px 0 #ffda41, -1px 1px 0 #ffda41;
  color: #a6211d;
}

@-webkit-keyframes zoomIcon {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoomIcon {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes imgScrDown {
  0%, 100% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@keyframes imgScrDown {
  0%, 100% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.card__ {
  padding-bottom: 6.4vw;
  padding-top: 8vw;
}
@media only screen and (min-width: 992px) {
  .card__ {
    padding-bottom: 7.5520833333vw;
    padding-top: 3.125vw;
  }
}

.menLstImg__gift {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.9333333333vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 6.9333333333vw 6.9333333333vw;
}
@media only screen and (min-width: 992px) {
  .menLstImg__gift {
    width: 66.3541666667vw;
    gap: 2.7083333333vw;
    -ms-grid-columns: 1fr 2.7083333333vw 1fr 2.7083333333vw 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}

.eaGift__img {
  padding-top: 3.7333333333vw;
  position: relative;
  width: 46.4vw;
  height: 37.4666666667vw;
  background: no-repeat top center/100% 100%;
  background-image: -webkit-image-set(url("../images/card/bgEa.webp") 1x, url("../images/card/bgEa.png?ver=1.1") 1x);
  background-image: image-set(url("../images/card/bgEa.webp") 1x, url("../images/card/bgEa.png?ver=1.1") 1x);
}
@media only screen and (min-width: 992px) {
  .eaGift__img {
    width: 19.1145833333vw;
    height: 15.46875vw;
    padding-top: 1.4583333333vw;
  }
}
.eaGift__img.bonus__gift {
  background-image: -webkit-image-set(url("../images/card/bgEa_bonus.webp?ver=1.1") 1x, url("../images/card/bgEa_bonus.png?ver=1.1") 1x);
  background-image: image-set(url("../images/card/bgEa_bonus.webp?ver=1.1") 1x, url("../images/card/bgEa_bonus.png?ver=1.1") 1x);
}
.eaGift__img::after {
  content: " ";
  display: block;
  position: absolute;
  width: 11.0666666667vw;
  height: 11.4666666667vw;
  background: no-repeat top center/100% 100%;
  background-image: -webkit-image-set(url("../images/card/bgArrow.webp") 1x, url("../images/card/bgArrow.png?ver=1.1") 1x);
  background-image: image-set(url("../images/card/bgArrow.webp") 1x, url("../images/card/bgArrow.png?ver=1.1") 1x);
}
@media only screen and (min-width: 992px) {
  .eaGift__img::after {
    width: 4.3229166667vw;
    height: 4.4791666667vw;
  }
}
@media only screen and (min-width: 992px) {
  .eaGift__img:nth-child(6n+2)::after, .eaGift__img:nth-child(6n+1)::after {
    left: 99%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .eaGift__img:nth-child(6n-2)::after, .eaGift__img:nth-child(6n-1)::after {
    right: 99%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
@media only screen and (min-width: 992px) {
  .eaGift__img:nth-child(6n-2) {
    -ms-grid-column: 3;
    grid-column: 3;
  }
}
@media only screen and (min-width: 992px) {
  .eaGift__img:nth-child(6n-1) {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
@media only screen and (min-width: 992px) {
  .eaGift__img:nth-child(6n) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
@media only screen and (min-width: 992px) {
  .eaGift__img:nth-child(6n-3)::after, .eaGift__img:nth-child(6n)::after {
    left: 50%;
    top: 94%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
@media only screen and (max-width: 991px) {
  .eaGift__img:nth-child(4n-1) {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
@media only screen and (max-width: 991px) {
  .eaGift__img:nth-child(4n-1)::after {
    right: 96%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
@media only screen and (max-width: 991px) {
  .eaGift__img:nth-child(4n) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
@media only screen and (max-width: 991px) {
  .eaGift__img:nth-child(4n)::after {
    left: 50%;
    top: 92%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
@media only screen and (max-width: 991px) {
  .eaGift__img:nth-child(4n-3)::after {
    left: 96%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 991px) {
  .eaGift__img:nth-child(4n-2)::after {
    left: 50%;
    top: 92%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.eaGift__img:last-child::after {
  display: none;
}
.eaGift__img .lstImg__gift {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6666666667vw;
  padding-inline: 3.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .eaGift__img .lstImg__gift {
    gap: 0.3125vw 0.3125vw;
    padding-inline: 2.0833333333vw 1.4583333333vw;
  }
}
.eaGift__img .lstImg__gift .thum__img {
  background: url(../images/bg-img.png?ver=1) no-repeat center center;
  background-size: 100% 100%;
  width: 10vw;
  height: 10vw;
}
@media only screen and (min-width: 992px) {
  .eaGift__img .lstImg__gift .thum__img {
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
.eaGift__img .lstImg__gift .thum__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 2%;
}
.eaGift__img .lstImg__gift .thum__img .stt {
  left: 4%;
  top: 4%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff3c9;
  width: 4.4vw;
  height: 4.2666666667vw;
  font-size: 1.7333333333vw;
  background: no-repeat top center/100% 100%;
  background-image: -webkit-image-set(url("../images/bgNumber.webp") 1x, url("../images/bgNumber.png?ver=1.1") 1x);
  background-image: image-set(url("../images/bgNumber.webp") 1x, url("../images/bgNumber.png?ver=1.1") 1x);
  padding: 0vw 2vw 1.6vw 0vw;
}
@media only screen and (min-width: 992px) {
  .eaGift__img .lstImg__gift .thum__img .stt {
    width: 1.71875vw;
    height: 1.6666666667vw;
    font-size: 0.6770833333vw;
    padding: 0vw 0.78125vw 0.625vw 0vw;
  }
}
.eaGift__img .lstImg__gift .thum__img .sl {
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  bottom: 0;
  font-size: 1.7333333333vw;
}
@media only screen and (min-width: 992px) {
  .eaGift__img .lstImg__gift .thum__img .sl {
    font-size: 0.6770833333vw;
  }
}
.eaGift__img .btnGetGift__ {
  width: 28.2666666667vw;
  height: 8.2666666667vw;
  font-size: 4vw;
  background: no-repeat top center/100% 100%;
  background-image: -webkit-image-set(url("../images/btn/btnGetGift.webp") 1x, url("../images/btn/btnGetGift.png?ver=1.1") 1x);
  background-image: image-set(url("../images/btn/btnGetGift.webp") 1x, url("../images/btn/btnGetGift.png?ver=1.1") 1x);
  text-transform: uppercase;
  position: absolute;
  bottom: 11%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  z-index: 2;
  color: #f2dbca;
}
@media only screen and (min-width: 992px) {
  .eaGift__img .btnGetGift__ {
    width: 11.6666666667vw;
    height: 3.3854166667vw;
    font-size: 1.6145833333vw;
  }
}
.eaGift__img .btnGetGift__.active, .eaGift__img .btnGetGift__.sl {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
  color: #3c3c3c;
  font-family: "robotoM";
  backdrop-filter: blur(3px);
  font-size: clamp(14px, 6vw, 16px);
}
.modal.open {
  display: block;
}
.modal .content-modal {
  top: 45%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  width: 96%;
  max-width: 652px;
}
.modal .content-modal:before, .modal .content-modal:after {
  pointer-events: none;
  position: absolute;
  content: "";
}
.modal .wrapper-modal {
  background: url(../images/modal/bg-modal.png?ver=1) no-repeat top center;
  background-size: 100% 100%;
  width: 100%;
  position: relative;
  min-height: 200px;
  padding: 13% 7% 11% 8%;
}
@media only screen and (min-width: 768px) {
  .modal .wrapper-modal {
    min-height: 250px;
    padding: 11% 7% 11% 8%;
  }
}
@media only screen and (min-width: 992px) {
  .modal .wrapper-modal {
    min-height: 300px;
  }
}
.modal .wrapper-modal:before {
  pointer-events: none;
  position: absolute;
  content: "";
}
.modal .wrapper-modal .ic_tl, .modal .wrapper-modal .ic_br {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .modal .wrapper-modal .ic_tl, .modal .wrapper-modal .ic_br {
    width: 15vw;
  }
}
.modal .wrapper-modal .ic_tl {
  left: -4%;
  top: 0;
}
.modal .wrapper-modal .ic_br {
  right: -7%;
  bottom: 3%;
}
.modal .main-modal {
  position: relative;
  z-index: 1;
}
.modal .title-modal {
  color: #7e6026;
  font-size: clamp(28px, 6vw, 46px);
  line-height: 1.2;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .note2 {
  margin-top: 2%;
}
.modal .note {
  width: 80%;
  margin-top: 15px;
  font-size: clamp(14px, 3.5vw, 18px);
}
@media only screen and (min-width: 768px) {
  .modal .note {
    margin-top: 25px;
  }
}
.modal .note a {
  color: #ffe138;
  text-decoration: underline;
}

.close_modal {
  position: absolute;
  background: url(../images/modal/close-modal.png) no-repeat center center/contain;
  top: 5px;
  right: 0%;
  width: 36px;
  height: 29px;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .close_modal {
    width: 71px;
    height: 62px;
    top: 0px;
    right: -10px;
  }
}

.close_modal-full {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}

#modal__login .helloUser, #modal__server .helloUser, #modal__login2 .helloUser, #modal__giftcode .helloUser, #modal__confirm .helloUser, #modal__mamoi .helloUser {
  font-size: clamp(14px, 3vw, 24px);
}
#modal__login .noteEmail, #modal__server .noteEmail, #modal__login2 .noteEmail, #modal__giftcode .noteEmail, #modal__confirm .noteEmail, #modal__mamoi .noteEmail {
  font-size: clamp(10px, 2.7vw, 18px);
}
#modal__login .login-fb, #modal__login .box-input, #modal__server .login-fb, #modal__server .box-input, #modal__login2 .login-fb, #modal__login2 .box-input, #modal__giftcode .login-fb, #modal__giftcode .box-input, #modal__confirm .login-fb, #modal__confirm .box-input, #modal__mamoi .login-fb, #modal__mamoi .box-input {
  width: 80%;
  max-width: 462px;
  height: 50px;
  line-height: 50px;
  font-size: clamp(14px, 3.5vw, 22px);
  margin-bottom: 2%;
}
@media only screen and (min-width: 768px) {
  #modal__login .login-fb, #modal__login .box-input, #modal__server .login-fb, #modal__server .box-input, #modal__login2 .login-fb, #modal__login2 .box-input, #modal__giftcode .login-fb, #modal__giftcode .box-input, #modal__confirm .login-fb, #modal__confirm .box-input, #modal__mamoi .login-fb, #modal__mamoi .box-input {
    height: 65px;
    line-height: 65px;
  }
}
#modal__login .login-fb, #modal__server .login-fb, #modal__login2 .login-fb, #modal__giftcode .login-fb, #modal__confirm .login-fb, #modal__mamoi .login-fb {
  margin-top: 3%;
  color: #915024;
}
#modal__login .login-fb a, #modal__server .login-fb a, #modal__login2 .login-fb a, #modal__giftcode .login-fb a, #modal__confirm .login-fb a, #modal__mamoi .login-fb a {
  color: #000;
}
#modal__login .box-input, #modal__server .box-input, #modal__login2 .box-input, #modal__giftcode .box-input, #modal__confirm .box-input, #modal__mamoi .box-input {
  font-size: clamp(16px, 4vw, 25px);
  border-radius: 10px;
}
#modal__login .btn-log, #modal__server .btn-log, #modal__login2 .btn-log, #modal__giftcode .btn-log, #modal__confirm .btn-log, #modal__mamoi .btn-log {
  color: #a6211d !important;
  font-size: clamp(15px, 6vw, 35px);
  width: 220px;
  height: 65px;
  max-width: 45vw;
  max-height: 13vw;
  text-shadow: 2px 0 0 #ffda41, -1px 0 0 #ffda41, 0 2px 0 #ffda41, 0 -1px 0 #ffda41, 2px 2px #ffda41, -1px -1px 0 #ffda41, 1px -1px 0 #ffda41, -1px 1px 0 #ffda41;
  font-family: "NotoSans-ExtraCondensedBold";
}

#modal__email .main-modal {
  margin-top: 3%;
}

#modal__giftcode .listGiftCongrat, #modal__confirm .listGiftCongrat, #modal__mamoi .listGiftCongrat {
  gap: 0 10px;
  margin-block: 2% 4%;
}
#modal__giftcode .boxGiftCode, #modal__confirm .boxGiftCode, #modal__mamoi .boxGiftCode {
  margin-top: 3%;
}
#modal__giftcode #myGiftcode, #modal__giftcode #codeMamoi, #modal__confirm #myGiftcode, #modal__confirm #codeMamoi, #modal__mamoi #myGiftcode, #modal__mamoi #codeMamoi {
  width: 100%;
  height: 100%;
}
#modal__giftcode .btn-copy, #modal__confirm .btn-copy, #modal__mamoi .btn-copy {
  font-size: clamp(16px, 4vw, 28px);
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-shadow: 2px 0 0 #ffda41, -1px 0 0 #ffda41, 0 2px 0 #ffda41, 0 -1px 0 #ffda41, 2px 2px #ffda41, -1px -1px 0 #ffda41, 1px -1px 0 #ffda41, -1px 1px 0 #ffda41;
  color: #a6211d;
  margin-inline: 10px;
}
@media only screen and (min-width: 768px) {
  #modal__giftcode .btn-copy, #modal__confirm .btn-copy, #modal__mamoi .btn-copy {
    width: 200px;
    height: 60px;
    line-height: 60px;
  }
}
#modal__giftcode .btn-copy.btn__close, #modal__confirm .btn-copy.btn__close, #modal__mamoi .btn-copy.btn__close {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
#modal__giftcode .dlPopup, #modal__confirm .dlPopup, #modal__mamoi .dlPopup {
  margin-top: 5%;
  gap: 0 10px;
}
#modal__giftcode .dlPopup .itDLPC img, #modal__confirm .dlPopup .itDLPC img, #modal__mamoi .dlPopup .itDLPC img {
  width: 40vw;
  max-width: 201px;
}

#modal__server .note, #modal__login2 .note, #modal__mamoi .note {
  width: 70%;
}
#modal__server .form-control, #modal__login2 .form-control, #modal__mamoi .form-control {
  width: 80%;
  max-width: 460px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #modal__server .form-control, #modal__login2 .form-control, #modal__mamoi .form-control {
    height: 55px;
    margin-bottom: 15px;
  }
}
#modal__server .form-control input, #modal__server .form-control select, #modal__login2 .form-control input, #modal__login2 .form-control select, #modal__mamoi .form-control input, #modal__mamoi .form-control select {
  width: 100%;
  height: 100%;
  font-size: clamp(13px, 2.8vw, 20px);
}
#modal__server .form-control select, #modal__login2 .form-control select, #modal__mamoi .form-control select {
  padding-left: 5%;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: url(../images/modal/icon-down.png?ver=1) no-repeat 96% center;
  background-size: 4%;
}
@media only screen and (min-width: 768px) {
  #modal__server .form-control select, #modal__login2 .form-control select, #modal__mamoi .form-control select {
    background-size: auto;
  }
}
#modal__server .form-control select option, #modal__login2 .form-control select option, #modal__mamoi .form-control select option {
  background: rgb(0, 0, 0);
  color: #fff;
}
#modal__server .btn-login, #modal__login2 .btn-login, #modal__mamoi .btn-login {
  font-size: clamp(16px, 4vw, 30px);
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-shadow: 2px 0 0 #ffda41, -1px 0 0 #ffda41, 0 2px 0 #ffda41, 0 -1px 0 #ffda41, 2px 2px #ffda41, -1px -1px 0 #ffda41, 1px -1px 0 #ffda41, -1px 1px 0 #ffda41;
  color: #a6211d;
}
@media only screen and (min-width: 768px) {
  #modal__server .btn-login, #modal__login2 .btn-login, #modal__mamoi .btn-login {
    width: 260px;
    height: 70px;
    line-height: 70px;
  }
}

#modal__server .note2 {
  text-align: center;
}
#modal__server .name__ {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#modal__login .other-login {
  margin-top: 10px;
  gap: 0 10px;
}
@media only screen and (max-width: 767px) {
  #modal__login .other-login {
    margin-top: 10px;
    gap: 0 5px;
  }
}
#modal__login .other-login a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  #modal__login .other-login a img {
    width: 50px;
  }
}

#modal__result .content-modal {
  max-width: 600px;
}
#modal__result .wrapper-modal {
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  #modal__result .wrapper-modal {
    min-height: 300px;
  }
}
#modal__result .main-modal {
  width: 98%;
  padding-top: 3%;
}
#modal__result .helloUser {
  line-height: 1.2;
  font-size: clamp(14px, 3vw, 23px);
}
#modal__result .listGiftCongrat {
  margin-top: 3%;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#modal__result .listGiftCongrat .thumb-img img {
  width: auto;
  max-width: 80%;
}
#modal__result .listGiftCongrat .thumb-img .sl__cus {
  width: 13vw;
  height: 13vw;
  max-width: 30px;
  max-height: 30px;
  line-height: 1;
  color: #fdf8b9;
  font-size: clamp(17px, 3.5vw, 25px);
  background: #e87842;
  border: 1px solid #ffeea4;
  border-radius: 50%;
  top: 55%;
  padding-bottom: 15%;
}
#modal__result .text-gc {
  width: 75%;
  font-size: clamp(20px, 6vw, 28px);
  border-radius: 15px;
  background: #322826;
  padding: 10px 0;
  margin-top: 5%;
}
#modal__result .btn-okay {
  margin-top: 3%;
  width: 210px;
  height: 55px;
}
#modal__result .btn-close {
  display: inline-block;
  font-size: clamp(17px, 5vw, 30px);
  margin-top: 2%;
  padding: 2% 5%;
}

#modal__alert {
  z-index: 99;
}
@media only screen and (min-width: 992px) {
  #modal__alert .wrapper-modal {
    height: 300px;
  }
}
#modal__alert .detail-alert {
  padding: 5% 3% 2%;
  line-height: 1.3;
  min-height: 150px;
}
#modal__alert .detail-alert .text-alert {
  font-size: clamp(12px, 3vw, 22px);
}

.text-alert {
  font-size: clamp(14px, 3vw, 28px);
}

#modal__history .wrapper-modal {
  background-image: url(../images/modal/bg-modal2.png?ver=1);
}
#modal__history .tab-history {
  margin-top: 1%;
  gap: 0 10px;
  width: 100%;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  #modal__history .tab-history {
    gap: 0 20px;
  }
}
#modal__history .tab-history .tab-item {
  background: #9a2632;
  font-size: clamp(12px, 2.5vw, 20px);
  color: #fff;
  width: 120px;
  height: 35px;
}
@media only screen and (min-width: 768px) {
  #modal__history .tab-history .tab-item {
    width: 190px;
    height: 50px;
  }
}
#modal__history .tab-history .tab-item:not(.active) {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  background: #484848;
}
#modal__history .tab-content-his {
  display: none;
}
#modal__history .tab-content-his.active {
  display: block;
}
#modal__history .table-history {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only screen and (min-width: 414px) {
  #modal__history .table-history {
    max-height: 350px;
  }
}
@media only screen and (min-width: 768px) {
  #modal__history .table-history {
    max-height: 450px;
  }
}
@media only screen and (min-width: 1024px) {
  #modal__history .table-history {
    max-height: 500px;
  }
}
#modal__history .table-history::-webkit-scrollbar {
  width: 4px;
}
#modal__history .table-history::-webkit-scrollbar-track {
  background: #ebebeb;
}
#modal__history .table-history::-webkit-scrollbar-thumb {
  background: #9a2632;
}
#modal__history .table-history::-webkit-scrollbar-thumb:hover {
  background: #9a2632;
}
#modal__history .table-history table {
  width: 100%;
}
#modal__history .table-history table tr td {
  text-align: center;
  font-size: clamp(10px, 2.5vw, 20px);
  padding: 2px;
  border: none;
}
@media only screen and (min-width: 768px) {
  #modal__history .table-history table tr td {
    font-size: 20px;
    padding: 5px 2px;
  }
}
@media only screen and (min-width: 1024px) {
  #modal__history .table-history table tr td {
    padding: 7px 2px;
  }
}
#modal__history .table-history table thead tr {
  position: sticky;
  top: 0;
  left: 0;
}
#modal__history .table-history table thead tr td {
  background: #9a2632;
  text-transform: uppercase;
  font-size: clamp(10px, 2.5vw, 20px);
  padding: 4px;
}
@media only screen and (min-width: 768px) {
  #modal__history .table-history table thead tr td {
    font-size: 20px;
    padding: 6px;
  }
}
#modal__history .table-history table tbody tr:first-child td {
  background: transparent;
  color: #131313;
}
#modal__history .table-history table tbody tr td {
  background: transparent;
  color: #131313;
}

#modal__confirm .main-modal {
  margin-top: 5%;
}
#modal__confirm .helloUser {
  padding: 0 5%;
  color: #000000;
}
#modal__confirm .grBtnAcpt {
  margin-top: 3%;
  gap: 0 10px;
}
#modal__confirm .text-alert {
  margin-block: 5%;
}

#modal__giftMoc .listGiftCongrat {
  gap: 0 5px;
}

#modal__rule .content-modal, #modal__thuong .content-modal, #modal__guide .content-modal {
  max-width: 900px;
}
#modal__rule .wrapper-modal, #modal__thuong .wrapper-modal, #modal__guide .wrapper-modal {
  max-height: 650px;
}
@media only screen and (min-width: 1150px) {
  #modal__rule .wrapper-modal, #modal__thuong .wrapper-modal, #modal__guide .wrapper-modal {
    max-height: 700px;
  }
}
#modal__rule .main-modal, #modal__thuong .main-modal, #modal__guide .main-modal {
  padding-top: 2.5%;
  padding-inline: 1%;
}
#modal__rule .rule__news_, #modal__thuong .rule__news_, #modal__guide .rule__news_ {
  font-size: clamp(13px, 3.5vw, 21px);
}
#modal__rule .rule__news_ .rw__have_guide span, #modal__thuong .rule__news_ .rw__have_guide span, #modal__guide .rule__news_ .rw__have_guide span {
  color: #ff0000;
}
#modal__rule .rule__news_ .name__change__, #modal__thuong .rule__news_ .name__change__, #modal__guide .rule__news_ .name__change__ {
  color: #7e0000;
  font-size: clamp(22px, 5vw, 54px);
  margin-block: 2%;
}
#modal__rule .content-rule, #modal__thuong .content-rule, #modal__guide .content-rule {
  height: 300px;
  overflow-y: auto;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}
@media only screen and (min-width: 1024px) {
  #modal__rule .content-rule, #modal__thuong .content-rule, #modal__guide .content-rule {
    height: 400px;
  }
}
#modal__rule .content-rule::-webkit-scrollbar, #modal__thuong .content-rule::-webkit-scrollbar, #modal__guide .content-rule::-webkit-scrollbar {
  width: 4px;
}
#modal__rule .content-rule::-webkit-scrollbar-thumb, #modal__thuong .content-rule::-webkit-scrollbar-thumb, #modal__guide .content-rule::-webkit-scrollbar-thumb {
  background: #417474;
  border-radius: 5px;
}
#modal__rule .content-rule::-webkit-scrollbar-track, #modal__thuong .content-rule::-webkit-scrollbar-track, #modal__guide .content-rule::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

.fixed__right {
  width: 10.2083333333vw;
  height: 23.0208333333vw;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10.2083333333vw;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding-top: 1.3020833333vw;
  padding-left: 0.78125vw;
}
.fixed__right.open {
  right: 0px;
  z-index: 9;
}
.fixed__right.open .nav-right-content {
  opacity: 1;
}
.fixed__right:before {
  position: absolute;
  content: "";
  background: url(../images/sibarRight/bg-navright.png) no-repeat center center;
  background-size: 100%;
  width: 10.2083333333vw;
  height: 23.0208333333vw;
  right: 0;
  top: 0vw;
  z-index: -1;
}
.fixed__right:after {
  position: absolute;
  content: "";
}
.fixed__right .outBNGame {
  margin-bottom: 0.2604166667vw;
  margin-bottom: 2.0833333333vw;
}
.fixed__right .outBNGame .icNR {
  width: 7.03125vw;
}
.fixed__right .dlStore__ {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.1333333333vw 0;
}
@media only screen and (min-width: 992px) {
  .fixed__right .dlStore__ {
    gap: 0.0520833333vw 0;
  }
}
.fixed__right .dlStore__ .aLink__Dlstore {
  gap: 0 5px;
  width: 30vw;
  height: 8vw;
}
@media only screen and (min-width: 992px) {
  .fixed__right .dlStore__ .aLink__Dlstore {
    padding: 0;
    width: 7.6041666667vw;
    height: 2.2916666667vw;
    margin-bottom: 0.5208333333vw;
  }
}
.fixed__right .dlStore__ .aLink__Dlstore .imgStore__ {
  width: 100%;
}
.fixed__right .dlStore__ .aLink__Dlstore .imgLan {
  width: 6.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .fixed__right .dlStore__ .aLink__Dlstore .imgLan {
    width: 2.6041666667vw;
  }
}
.fixed__right .dlStore__ .aLink__Dlstore .icnDL__gamtop {
  width: 4vw;
}
@media only screen and (min-width: 992px) {
  .fixed__right .dlStore__ .aLink__Dlstore .icnDL__gamtop {
    width: 1.4583333333vw;
  }
}
.fixed__right .dlStore__ .aLink__Dlstore .tSl__op_ {
  line-height: 1;
  font-size: clamp(8px, 2vw, 13px);
}
@media only screen and (min-width: 992px) {
  .fixed__right .dlStore__ .aLink__Dlstore .tSl__op_ {
    font-size: 0.78125vw;
  }
}
.fixed__right .dlStore__ .aLink__Dlstore .tSl__op_ .tsl__bil {
  font-size: clamp(15px, 3vw, 20px);
}
@media only screen and (min-width: 992px) {
  .fixed__right .dlStore__ .aLink__Dlstore .tSl__op_ .tsl__bil {
    font-size: 0.8854166667vw;
  }
}
.fixed__right .i-control {
  cursor: pointer;
  position: absolute;
  background: url(../images/sibarRight/bg__ar.png) no-repeat center center;
  background-size: contain;
  width: 1.5104166667vw;
  height: 4.4270833333vw;
  left: -0.8333333333vw;
  top: 2.6041666667vw;
}
.fixed__right .i-control.i-control-open {
  left: -1.3020833333vw;
}
.fixed__right .i-control.i-control-open:before {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
.fixed__right .i-control:before {
  position: absolute;
  content: "";
  width: 0.625vw;
  height: 1.3541666667vw;
  background: url(../images/sibarRight/img-arrow.png) no-repeat center center;
  background-size: 100%;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  top: 1.5625vw;
  left: 0.5208333333vw;
}
.fixed__right .go-top {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.2604166667vw;
  width: 6.0416666667vw;
}

.te-content {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  color: #1b1b1b;
}
.te-content span.content-event-first {
  float: left;
  font-size: 4rem;
  line-height: 5px;
  margin: 4px 2px 0px 0px;
}
.te-content h1, .te-content .content-event-h1 {
  font-size: 20px;
  color: #d31d29;
  padding: 4px 0 8px 35px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .te-content h1, .te-content .content-event-h1 {
    font-size: 2.4rem;
  }
}
.te-content h1:before, .te-content .content-event-h1:before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../images/icon-h22-b.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
.te-content h2, .te-content .content-event-h2 {
  margin-left: 10px;
  font-size: 1.4rem;
  padding: 4px 0 8px 35px;
  color: #d31d29;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .te-content h2, .te-content .content-event-h2 {
    font-size: 18px;
  }
}
.te-content h2:before, .te-content .content-event-h2:before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../images/icon-h22-b.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
.te-content a {
  color: #d31d29;
}
.te-content ul {
  margin-left: 25px;
}
.te-content ul li {
  line-height: 28px;
}
.te-content p {
  line-height: 1.8;
}
.te-content p img {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.te-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .te-content table {
    width: auto;
  }
}
.te-content table tr td {
  border: 1px solid #000;
  margin: 0;
  padding: 5px;
  vertical-align: middle !important;
  text-align: center;
}
.te-content table tr:first-child {
  background: #d97815;
}
.te-content table tr:first-child td p {
  color: #333;
}
.te-content fieldset {
  border: 1px solid #000;
  margin: 20px 0;
  padding: 10px;
  color: #2a2a2a;
  background: #f3f3f3;
}
.te-content fieldset legend {
  color: white;
  background: #fb8142;
  padding: 0 15px;
}
.te-content fieldset ul {
  margin-left: 15px;
}
.te-content em {
  font-style: italic;
}

table img {
  display: block;
}

table {
  border-collapse: collapse;
  font-size: 1.4rem;
  margin-top: 10px;
}
table tr:first-child td {
  background-color: #000;
  color: #ffffff;
  text-align: center;
}
table tr td {
  vertical-align: middle;
  color: #000;
  font-weight: normal;
  text-align: center;
  padding: 5px 0px;
}