@charset "UTF-8";
html {
  font-size: 62.5%;
  height: 100%;
  overscroll-behavior: none;
}

body {
  font-family: "Garuda", "TF Pimai", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  max-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  touch-action: pan-x pan-y;
}

main {
  width: 100%;
  padding: 87px 7px 7px 7px;
  flex-grow: 1;
}

.bgc_black {
  background-color: #000;
}

.bgc_white {
  background-color: #fff;
}

.container_00_none {
  color: #fff;
}
.container_00_none h1 {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  margin: 33px 0 30px;
}

.container_01_darkgray {
  background-color: #1C1C27;
  border-radius: 10px;
  color: #AFAFAF;
}

.container_02_white {
  padding: 7px;
  color: #4D4D4D;
}

.container_03_black {
  padding: 7px;
  color: #AFAFAF;
}

ol {
  counter-reset: list-counter;
}
ol li::before {
  counter-increment: list-counter;
  content: counter(list-counter);
}

.order_number li::before {
  content: counter(list-counter) ".";
  margin-right: 8px;
}

input {
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
}

input[type=radio] {
  display: none;
}

.star[data-rate="0.0"]:before {
  content: "";
}

.star[data-rate="0.5"]:before {
  content: "\e906";
}

.star[data-rate="1.0"]:before {
  content: "\e907";
}

.star[data-rate="1.5"]:before {
  content: "\e907\e906";
}

.star[data-rate="2.0"]:before {
  content: "\e907\e907";
}

.star[data-rate="2.5"]:before {
  content: "\e907\e907\e906";
}

.star[data-rate="3.0"]:before {
  content: "\e907\e907\e907";
}

.star[data-rate="3.5"]:before {
  content: "\e907\e907\e907\e906";
}

.star[data-rate="4.0"]:before {
  content: "\e907\e907\e907\e907";
}

.star[data-rate="4.5"]:before {
  content: "\e907\e907\e907\e907\e906";
}

.star[data-rate="5.0"]:before {
  content: "\e907\e907\e907\e907\e907";
}

.star[data-rate="0.0"]:after {
  content: "\e905\e905\e905\e905\e905";
}

.star[data-rate="0.5"]:after {
  content: "\e905\e905\e905\e905";
}

.star[data-rate="1.0"]:after {
  content: "\e905\e905\e905\e905";
}

.star[data-rate="1.5"]:after {
  content: "\e905\e905\e905";
}

.star[data-rate="2.0"]:after {
  content: "\e905\e905\e905";
}

.star[data-rate="2.5"]:after {
  content: "\e905\e905";
}

.star[data-rate="3.0"]:after {
  content: "\e905\e905";
}

.star[data-rate="3.5"]:after {
  content: "\e905";
}

.star[data-rate="4.0"]:after {
  content: "\e905";
}

.star[data-rate="4.5"]:after {
  content: "";
}

.star[data-rate="5.0"]:after {
  content: "";
}

.star {
  font-family: "fa";
}

.pagenation {
  display: flex;
  gap: 0 6px;
  margin: 20px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.pagenation li {
  font-size: 1.6rem;
  color: #653C96;
}
.pagenation li a {
  width: 60px;
  height: 40px;
  display: block;
  background-color: #E4E4E4;
  text-align: center;
  line-height: 40px;
}
.pagenation .prev {
  border-radius: 30px 0 0 30px;
  position: relative;
}
.pagenation .prev::before {
  content: "\e903";
  font-family: "fa";
  position: absolute;
  left: 50%;
}
.pagenation .next {
  border-radius: 0 30px 30px 0;
  position: relative;
}
.pagenation .next::after {
  content: "\e902";
  font-family: "fa";
  position: absolute;
  left: 40%;
}

.page-numbers {
  display: flex;
  gap: 0 6px;
  margin: 20px auto 60px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
}

.page-numbers li {
  font-size: 1.6rem;
  color: #653C96;
}

.page-numbers li a {
  width: 32px;
  height: 40px;
  display: block;
  background-color: #E4E4E4;
  text-align: center;
  line-height: 40px;
}

.page-numbers li span {
  width: 32px;
  height: 40px;
  display: block;
  background-color: #E4E4E4;
  text-align: center;
  line-height: 40px;
}

.page-numbers .prev {
  border-radius: 30px 0 0 30px;
  position: relative;
}

.page-numbers .prev::before {
  content: "\e903";
  font-family: "fa";
  position: absolute;
  left: 50%;
}

.page-numbers .next {
  border-radius: 0 30px 30px 0;
  position: relative;
}

.page-numbers .next::after {
  content: "\e902";
  font-family: "fa";
  position: absolute;
  left: 40%;
}

.page-numbers .dots {
  color: #444;
}

@media screen and (min-width: 600px) {
  main {
    padding: 94px 14px 14px 14px;
  }
  .container_00_none {
    padding: 14px;
  }
  .container_01_darkgray {
    padding: 14px;
  }
  .container_02_white {
    padding: 14px;
  }
  .container_03_black {
    padding: 21px;
  }
}
.header_common {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #C377FF, #00FFF0);
  z-index: 9;
}
.header_common .logo {
  padding: 51px 0 11px;
  text-align: center;
}
.header_common .logo img {
  width: 146px;
}

.fixed_btn {
  position: fixed;
  bottom: 110px;
  right: 15px;
}
.fixed_btn.review img {
  width: 76px;
  height: 76px;
}

footer {
  width: 100%;
  position: sticky;
  bottom: 0;
  left: 0;
  border-top: 1px solid #404040;
}
footer .tabbar {
  height: 92px;
  background-color: #232331;
  display: flex;
  justify-content: space-around;
  font-size: 10px;
  padding: 0px 5px 15px;
  position: relative;
  gap: 0 15px;
  background: rgba(23, 23, 31, 0.9);
}
footer .tabbar > a {
  display: block;
  text-align: center;
  padding-top: 10px;
  width: 100%;
}
footer .tabbar > a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 35px;
  height: 35px;
  margin-bottom: 7px;
}
footer .tabbar > a span {
  display: block;
  color: #fff;
  font-size: 0.8rem;
}
footer .tabbar .item-center {
  position: relative;
}
footer .tabbar .item-center::before {
  display: block;
  content: "";
  width: 52px;
  height: 52px;
  background: linear-gradient(45deg, #E8760D, #E8AA0D);
  border-radius: 50%;
  position: absolute;
  left: -100%;
  right: -100%;
  top: -9px;
  margin: 0 auto;
}
footer .tabbar .item-center img {
  width: 37px;
  height: 37px;
  position: relative;
  top: -10px;
}

@media screen and (min-width: 600px) {
  footer .tabbar {
    padding: 0px 25px 15px;
    gap: 0 10%;
  }
}
.ranking_bg_img::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://www.spinfinity-app.com/wp-content/themes/original-casino1/assets/img/dummy_bg_casino_ranking.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 83px;
  content: "";
  z-index: 0;
}

.casino_ranking_page {
  position: relative;
  margin-bottom: 50px;
}
.casino_ranking_page h1 {
  width: calc(100% - 14px);
  margin: 110px auto 30px;
  padding: 16px 0 17px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: solid 3px #000000;
  border-radius: 99px;
  box-shadow: 0 0 0 2px #C8A651;
  background: linear-gradient(to right, rgba(155, 113, 19, 0.7490196078), rgba(239, 202, 121, 0.7490196078), rgba(155, 113, 19, 0.7490196078));
  position: relative;
}
.casino_ranking_page h1::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background-image: url(https://www.spinfinity-app.com/wp-content/themes/original-casino1/assets/img/dummy_golden_crown.png);
  background-size: contain;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
}

.ranking_intro_readmore {
  margin-bottom: 60px;
  position: relative;
  padding: 0 7px;
}
.ranking_intro_readmore p {
  line-height: 1.75;
  display: -webkit-box;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ranking_intro_readmore label {
  display: block;
  position: relative;
}
.ranking_intro_readmore label:hover {
  cursor: pointer;
}
.ranking_intro_readmore label > span {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 0;
}
.ranking_intro_readmore label .txt::before, .ranking_intro_readmore label .txt::after {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: underline;
}
.ranking_intro_readmore label .txt::before {
  content: "続きを読む";
}
.ranking_intro_readmore label .icon {
  margin-left: 10px;
  font-size: 2rem;
}
.ranking_intro_readmore label .icon::before {
  font-family: "fa";
  content: "\e91c";
}
.ranking_intro_readmore input {
  display: none;
}

.ranking_intro_readmore:has(:checked) p {
  display: block;
  background: none;
}
.ranking_intro_readmore:has(:checked) p::after {
  content: none;
}
.ranking_intro_readmore:has(:checked) label > span > span::before {
  display: none;
}
.ranking_intro_readmore:has(:checked) label .txt::after {
  content: "閉じる";
}
.ranking_intro_readmore:has(:checked) label .icon::after {
  font-family: "fa";
  content: "\e91e";
}

.casino_rank_link_grd {
  border-left: 2px solid #BFA168;
  border-right: 2px solid #BFA168;
  width: 90%;
  margin: 20px auto;
  overflow: hidden;
}
.casino_rank_link_grd::before, .casino_rank_link_grd::after {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(to right, #BFA168 0%, #29220E 30%, #BFA168 100%);
}
.casino_rank_link_grd::after {
  background: linear-gradient(to right, #BFA168 0%, #29220E 70%, #BFA168 100%);
}
.casino_rank_link_grd a {
  display: block;
  text-align: center;
  background-color: rgba(243, 39, 39, 0.3019607843);
  border: 2px solid #000;
  padding: 11px 0 10px;
  overflow: hidden;
  background-clip: padding-box;
  line-height: 1.75;
}

.re_ranking_banner {
  width: 100%;
  margin: 40px auto 20px;
  padding: 0 7px;
}
.re_ranking_banner img {
  width: 100%;
}

.re_casino_rank_box {
  background-color: #333;
  border-radius: 3px;
  margin: 30px 7px;
  padding-bottom: 10px;
}
.re_casino_rank_box .fv {
  position: relative;
}
.re_casino_rank_box .fv figure {
  width: 100%;
}
.re_casino_rank_box .fv figure img {
  width: 100%;
}
.re_casino_rank_box .fv > .no1, .re_casino_rank_box .fv .no2, .re_casino_rank_box .fv .no3, .re_casino_rank_box .fv .no {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 16px;
  height: 16px;
  text-align: center;
}
.re_casino_rank_box .fv > .no1::before, .re_casino_rank_box .fv .no2::before, .re_casino_rank_box .fv .no3::before, .re_casino_rank_box .fv .no::before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
}
.re_casino_rank_box .fv > .no1::before {
  background-image: url(https://www.spinfinity-app.com/wp-content/themes/original-casino1/assets/img/dummy_rank_num_1.png);
}
.re_casino_rank_box .fv > .no2::before {
  background-image: url(https://www.spinfinity-app.com/wp-content/themes/original-casino1/assets/img/dummy_rank_num_2.png);
}
.re_casino_rank_box .fv > .no3::before {
  background-image: url(https://www.spinfinity-app.com/wp-content/themes/original-casino1/assets/img/dummy_rank_num_3.png);
}
.re_casino_rank_box .fv > .no::before {
  background-image: url(https://www.spinfinity-app.com/wp-content/themes/original-casino1/assets/img/dummy_rank_num_no.png);
}
.re_casino_rank_box .fv h2 {
  position: absolute;
  top: 10px;
  left: 40px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 5px;
}
.re_casino_rank_box .fv > div {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 1rem;
}
.re_casino_rank_box .fv .star {
  color: #ED9F09;
  letter-spacing: 0.3rem;
}
.re_casino_rank_box .fv .score {
  margin-right: 10px;
}
.re_casino_rank_box .fv .score span {
  color: #EA5050;
}
.re_casino_rank_box .fv .good {
  color: #3BFF1C;
}
.re_casino_rank_box .fv .good::before {
  font-family: "fa";
  content: "\e913";
}
.re_casino_rank_box .offer_heading {
  margin: 10px 10px 0 10px;
  background-color: #EA5050;
}
.re_casino_rank_box .casino_offer_box {
  margin: 0 10px 10px 10px;
}
.re_casino_rank_box .casino_offer_box .link {
  display: flex;
  justify-content: center;
  gap: 0 12px;
  margin: 10px;
  font-weight: bold;
  line-height: 1.1;
}
.re_casino_rank_box .casino_offer_box .link a {
  display: block;
  padding: 13px 0 11px;
  border-radius: 25px;
  text-align: center;
  flex: 1;
  max-width: 250px;
}
.re_casino_rank_box .casino_offer_box .link a.official {
  color: #fff;
  background: linear-gradient(to right, #EAC35E, #E84141);
}
.re_casino_rank_box .casino_offer_box .link a.review {
  color: #F46140;
  border: 1px solid #EA5050;
}
.re_casino_rank_box .comment {
  padding: 10px;
  margin: 0 10px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  position: relative;
}
.re_casino_rank_box .comment::before {
  content: "\e911";
  font-family: "fa";
  color: #1BBF00;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.4rem;
  line-height: 1;
}
.re_casino_rank_box .comment p {
  margin-left: calc(5px + 1.4rem);
}

.normal_unit h2 {
  margin-top: 50px;
  padding: 12px 8px 10px;
  background: linear-gradient(to right, #4D3800, #B99844);
  border-radius: 3px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.normal_unit h3 {
  margin: 50px 7px 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, #4D3800, #B99844) 1;
     border-image: linear-gradient(to right, #4D3800, #B99844) 1;
  line-height: 1;
}
.normal_unit figure {
  margin: 15px 0;
  padding: 0 7px;
  width: 100%;
  text-align: center;
}
.normal_unit figure img {
  width: 100%;
  height: auto;
}
.normal_unit p {
  color: #B9B9B9;
  line-height: 2;
  margin: 15px 7px;
}
.normal_unit ol {
  margin: 40px 7px;
}
.normal_unit ol li::before {
  display: none;
}
.normal_unit ol li:not(:last-of-type) {
  margin-bottom: 40px;
}
.normal_unit ol li p {
  margin: 0 0 10px;
}
.normal_unit ol li p:first-of-type {
  color: #AE8E3D;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
.normal_unit ol li p:first-of-type::before {
  counter-increment: list-counter;
  content: counter(list-counter);
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14px;
  width: 14px;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

:target::before {
  content: "";
  display: block;
  height: 83px;
  /* ずらしたい高さ */
  margin-top: -83px;
  /* heightに対するネガティブマージン */
  visibility: hidden;
}

.about_oncasi_link {
  display: block;
  padding: 10px 24px 9px;
  margin: 23px auto 30px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #1BBF00;
  border-radius: 20px;
  position: relative;
}
.about_oncasi_link::before {
  content: "\e915";
  font-family: "fa";
  margin-right: 5px;
}

.bonus_ranking_banner a img {
  width: 100%;
}

.casino_rank_box {
  color: #444;
  background-color: #F0F0F0;
  border-radius: 10px;
  padding: 10px;
  margin: 20px 0;
}
.casino_rank_box .comment {
  padding: 10px;
  border: 1px solid #1BBF00;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.2rem;
  position: relative;
}
.casino_rank_box .comment::before {
  content: "\e911";
  font-family: "fa";
  color: #1BBF00;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.4rem;
  line-height: 1;
}
.casino_rank_box .comment p {
  margin-left: calc(5px + 1.4rem);
}

.casino_fv {
  display: flex;
  gap: 0 10px;
  align-items: start;
}
.casino_fv figure img {
  width: 80px;
}
.casino_fv .casino_name {
  flex: 1;
}
.casino_fv .casino_name > span {
  display: block;
  margin-bottom: 10px;
  padding: 6px 0 2px;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  max-width: 150px;
}
.casino_fv .casino_name > span.good_bonus {
  background-color: #FFC700;
}
.casino_fv .casino_name > span.good_support {
  background-color: #4BA9FF;
}
.casino_fv .casino_name > span.good_withdrawal {
  background-color: #2FE411;
}
.casino_fv .casino_name h2 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.casino_fv .evaluation {
  flex: 1;
  text-align: center;
}
.casino_fv .evaluation > div {
  font-size: 1.2rem;
}
.casino_fv .evaluation .star {
  display: block;
  color: #ED9F09;
  letter-spacing: 0.3rem;
  margin-bottom: 5px;
  line-height: 1;
}
.casino_fv .evaluation .score {
  font-weight: bold;
}
.casino_fv .evaluation .real_score {
  color: #EA5050;
}
.casino_fv .evaluation .good {
  color: #1BBF00;
  margin-left: 10px;
  white-space: nowrap;
}
.casino_fv .evaluation .good::before {
  content: "\e913";
  font-family: "fa";
  margin-right: 5px;
}

.offer_heading {
  padding: 6px 0 4px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-color: #D4A600;
  font-size: 1.2rem;
  line-height: 1;
}
.offer_heading::before {
  content: "\e912";
  font-family: "fa";
  margin-right: 6px;
}

.casino_offer_box {
  border: 1px solid #D4A600;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  margin-bottom: 10px;
}
.casino_offer_box > p {
  color: #000;
  text-align: center;
  margin: 0 20px;
}
.casino_offer_box > p:first-of-type {
  margin-top: 10px;
}
.casino_offer_box > p:last-of-type {
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .ranking_bg_img::before {
    background-size: 100%;
    background-position: top 80px center;
  }
  .casino_ranking_page {
    max-width: 750px;
    margin: 0 auto;
  }
  .casino_ranking_page h1 {
    font-size: 1.8rem;
    padding: 22px 0 18px;
  }
  .ranking_intro_readmore p {
    font-size: 1.6rem;
    display: block;
  }
  .ranking_intro_readmore label {
    display: none;
  }
  .casino_rank_link_grd a {
    padding: 14px 0 13px;
  }
  .re_ranking_banner {
    margin: 50px auto 40px;
  }
  .re_casino_rank_box {
    padding-bottom: 20px;
  }
  .re_casino_rank_box .fv > .no1, .re_casino_rank_box .fv > .no2, .re_casino_rank_box .fv > .no3, .re_casino_rank_box .fv > .no {
    left: 20px;
  }
  .re_casino_rank_box .fv > .no1::before, .re_casino_rank_box .fv > .no2::before, .re_casino_rank_box .fv > .no3::before, .re_casino_rank_box .fv > .no::before {
    width: 50px;
    height: 50px;
  }
  .re_casino_rank_box .fv h2 {
    top: 30px;
    left: 100px;
    font-size: 2.4rem;
  }
  .re_casino_rank_box .fv > div {
    top: 65px;
    left: 100px;
    font-size: 1.6rem;
  }
  .re_casino_rank_box .offer_heading {
    margin: 20px 20px 0 20px;
  }
  .re_casino_rank_box .casino_offer_box {
    margin: 0 20px 20px 20px;
  }
  .re_casino_rank_box .comment {
    padding: 15px;
    margin: 0 20px;
    font-size: 1.6rem;
  }
  .re_casino_rank_box .comment::before {
    top: 15px;
    left: 15px;
    font-size: 1.6rem;
  }
  .re_casino_rank_box .comment p {
    margin-left: calc(10px + 1.4rem);
  }
  .normal_unit h2 {
    padding: 16px 15px 14px;
    font-size: 1.8rem;
  }
  .normal_unit p {
    font-size: 1.6rem;
  }
  .normal_unit h3 {
    font-size: 1.8rem;
  }
  .casino_rank_box {
    padding: 20px;
  }
  .casino_rank_box .comment {
    font-size: 1.4rem;
    padding: 15px;
  }
  .casino_rank_box .comment::before {
    top: 15px;
    left: 15px;
    font-size: 2rem;
  }
  .casino_rank_box .comment p {
    margin-left: 30px;
  }
  .casino_fv {
    gap: 0 20px;
  }
  .casino_fv figure img {
    width: 120px;
  }
  .casino_fv .casino_name h2 {
    font-size: 2rem;
  }
  .casino_fv .casino_name > span {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .casino_fv .evaluation {
    text-align: right;
  }
  .casino_fv .evaluation .star {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .casino_fv .evaluation > div {
    font-size: 1.6rem;
  }
  .offer_heading {
    padding: 8px 0 6px;
    font-size: 1.4rem;
    margin-top: 14px;
  }
  .casino_offer_box {
    margin-bottom: 15px;
  }
  .casino_offer_box > p {
    font-size: 1.6rem;
  }
  .casino_offer_box .link {
    gap: 0 30px;
    margin-bottom: 15px;
  }
}
.casino_intro {
  padding-bottom: 7px;
}

.section_heading {
  display: flex;
  flex-direction: column;
  position: relative;
}

.casino_intro_bg_img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.casino_title {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.casino_title figure {
  margin: 8px 10px 8px 6px;
}
.casino_title figure img {
  width: 39px;
  border-radius: 50%;
}
.casino_title h1 {
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.parameter_wrap {
  display: flex;
  align-items: flex-end;
  margin-top: -360px;
  margin-bottom: 10px;
  padding: 0 7px;
}
.parameter_wrap label {
  display: block;
  cursor: pointer;
}
.parameter_wrap input[type=checkbox] {
  display: none;
}
.parameter_wrap .icon {
  margin-top: 210px;
}
.parameter_wrap .icon img {
  width: 80px;
}
.parameter_wrap .para {
  width: calc(100% - 14px);
}

.switch:checked + .para_content_wrap {
  display: block;
}

.para_content_wrap {
  display: none;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(96, 96, 128, 0.4);
  position: relative;
  margin: 0 0 0 20px;
  padding: 17px 10px;
}
.para_content_wrap::before {
  content: "";
  position: absolute;
  top: 75%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid rgba(96, 96, 96, 0.4);
}

.para_list {
  font-size: 1.1rem;
  margin-bottom: 7px;
}
.para_list li {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  color: #FAFAFA;
}
.para_list li::before {
  width: 12px;
  height: 12px;
  padding: 0;
  margin-right: 0.5rem;
  border-radius: 50%;
  background-color: #A46ED5;
  color: #000;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
}
.para_list li span {
  display: block;
}
.para_list li .item {
  width: 100%;
  padding-right: 5px;
  text-align: left;
}
.para_list li .star {
  font-size: 1.1rem;
  color: #EAC35E;
  letter-spacing: 0.2rem;
  text-align: right;
}

.evaluation_star {
  text-align: right;
}
.evaluation_star .star {
  font-size: 1.5rem;
  color: #EAC35E;
}
.evaluation_star .number {
  font-size: 2rem;
  color: #FF6666;
  margin-left: 10px;
}

.heading_content {
  border-radius: 10px;
  background-color: rgba(66, 66, 88, 0.9);
  width: calc(100% - 14px);
  color: #EAC35E;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 15px 10px;
}
.heading_content .btn {
  margin: 40px auto 0;
  padding: 20px 0 16px;
  display: block;
  width: min(95%, 350px);
  background: linear-gradient(to right, #EAC35E, #E84141);
  border-radius: 27px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1;
}

@media screen and (min-width: 600px) {
  .casino_intro {
    padding: 0 0 7px 0;
  }
  .parameter_wrap {
    margin-top: -380px;
    padding: 0 28px;
  }
  .para_list {
    display: flex;
    flex-wrap: wrap;
  }
  .para_list li {
    width: 50%;
  }
  .para_list li::before {
    margin-right: 10px;
  }
  .para_list li .item {
    flex: 5 5 50%;
  }
  .para_list li .star {
    flex: 4 4 auto;
    text-align: left;
    margin-right: 5px;
  }
  .para_list .item-01 {
    order: 1;
  }
  .para_list .item-02 {
    order: 3;
  }
  .para_list .item-03 {
    order: 5;
  }
  .para_list .item-04 {
    order: 2;
  }
  .para_list .item-05 {
    order: 4;
  }
  .para_list .item-06 {
    order: 6;
  }
  .heading_content {
    padding: 15px 20px;
  }
}
.section_content {
  margin: 12px 7px;
}
.section_content.type1 {
  background-color: #424258;
  padding: 12px 9px;
  border-radius: 10px;
}
.section_content.type2 {
  display: flex;
  gap: 0 12px;
}
.section_content.type2 > div {
  background-color: #424258;
  padding: 12px 9px;
  border-radius: 10px;
  width: 100%;
}

.casino_h2 {
  color: #CDCDCD;
  background-color: #8B2CD4;
  border-radius: 10px;
  max-width: 140px;
  text-align: center;
  margin: 0 auto 8px;
  padding: 5px 0 3px;
  line-height: 1;
  font-size: 1.2rem;
}

.casino_h2_01 {
  text-align: center;
  color: #CDCDCD;
  margin: 8px 0 15px;
  line-height: 1;
}

.pay_icon_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 7px 8px;
}
.pay_icon_list li {
  width: calc(50% - 7px);
  text-align: center;
}
.pay_icon_list li img {
  width: clamp(50px, 100%, 65px);
}

.p_only_01 > p {
  margin: 13px 0 12px;
  text-align: center;
  line-height: 1;
}

.p_only_02 {
  position: relative;
}
.p_only_02 > p {
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}

.customer_support {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
  justify-content: space-between;
  padding: 0 5px;
}
.customer_support li {
  width: calc(50% - 15px);
  text-align: center;
  line-height: 1;
}

.recom_point {
  margin-top: 20px;
}
.recom_point li {
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 20px;
  margin-left: 5px;
  line-height: 1;
}
.recom_point li::before {
  content: "\e909";
  font-family: "fa";
  font-size: 2.4rem;
  position: absolute;
  top: -0.5rem;
  left: 0;
  color: #43B85C;
}

.provided_game {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  padding: 7px 5px 0;
}
.provided_game li {
  display: flex;
  width: calc(50% - 15px);
  align-items: center;
}
.provided_game li p {
  margin-left: 1rem;
}

@media screen and (min-width: 600px) {
  .section_content.type1 {
    padding: 12px 18px;
  }
  .section_content.type2 > div {
    padding: 12px 18px;
  }
  .pay_icon_list {
    max-width: 250px;
    margin: 0 auto;
  }
  .pay_icon_list li {
    width: calc(33% - 7px);
  }
  .pay_icon_list::after {
    content: "";
    display: block;
    width: calc(33% - 7px);
  }
}
.bonus_bg_img::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://www.spinfinity-app.com/wp-content/uploads/img/bonus_fv.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

.bonus_page .fv_contet {
  padding: 7px;
  position: relative;
  z-index: 0;
}
.bonus_page .fv_contet h1 {
  text-align: left;
  font-weight: bold;
  margin: 16px auto 30px;
}
.bonus_page .fv_contet p {
  color: #B9B9B9;
  line-height: 2;
  font-weight: bold;
}
.bonus_page .fv_contet p:last-of-type {
  margin-bottom: 30px;
}

.bonus_area {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background-color: rgba(28, 28, 39, 0.6);
  border-radius: 10px;
  padding: 30px 7px 7px;
}

.selector_switch.bonus {
  background-color: #000;
  border-radius: 10px;
  display: flex;
  gap: 0 9px;
  padding: 5px 7px;
  margin-bottom: 35px;
}
.selector_switch.bonus > div {
  text-align: center;
  padding: 13px 0 15px;
  color: #CDCDCD;
  flex: 1;
}
.selector_switch.bonus .select_all.is-active {
  background-color: #653C96;
  border-radius: 10px;
}
.selector_switch.bonus .select_depobonus.is-active {
  background-color: #4B97C5;
  border-radius: 10px;
}
.selector_switch.bonus .select_freespn.is-active {
  background-color: #007F7E;
  border-radius: 10px;
}

.bonus_list > li {
  display: none;
  background-color: #dcdcdd;
  border-radius: 10px;
  margin-top: 30px;
  padding-bottom: 15px;
}
.bonus_list > li.is-show {
  display: block;
}
.bonus_list > li > p {
  background-color: #D4A600;
  border-radius: 10px 10px 0 0;
  padding: 7px 0 5px;
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
}
.bonus_list > li > a {
  display: block;
  padding: 17px 0;
  margin: 15px auto 0;
  width: clamp(250px, 90%, 350px);
  border-radius: 25px;
  background-color: #F46140;
  text-align: center;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.bonus_list .casino_bonus_fv {
  display: flex;
  margin: 15px;
  gap: 0 10px;
  align-items: flex-start;
}
.bonus_list .casino_bonus_fv figure {
  padding-top: 4px;
}
.bonus_list .casino_bonus_fv figure img {
  width: 120px;
}
.bonus_list .casino_bonus_fv .casino_name {
  color: #444;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.bonus_list .casino_bonus_fv .star_rate {
  margin-bottom: 7px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 5px;
}
.bonus_list .casino_bonus_fv .star_rate .star {
  display: block;
  color: #ED9F09;
  letter-spacing: 0.4rem;
}
.bonus_list .casino_bonus_fv .star_rate .score {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
  color: #4D4D4D;
  white-space: nowrap;
}
.bonus_list .casino_bonus_fv .star_rate .real_score {
  color: #EA5050;
  margin-right: 7px;
}
.bonus_list .casino_bonus_fv .tag {
  background: linear-gradient(to right, #4DCC00, #00CCC0);
  border-radius: 15px;
  padding: 1px 12px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
}
.bonus_list .bonus_content {
  margin: 15px;
  padding: 17px 15px;
  background-color: #fff;
  border-radius: 10px;
  color: #584D61;
  font-size: 1.2rem;
}
.bonus_list .bonus_content .heading {
  color: #F46140;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.bonus_list .bonus_content .heading:not(:first-of-type) {
  padding-top: 15px;
  border-top: #DCDCDD 1px solid;
}
.bonus_list .bonus_content p:has(+ .heading) {
  margin-bottom: 15px;
}

@media screen and (min-width: 600px) {
  .bonus_page .fv_contet {
    max-width: 750px;
    margin: 0 auto;
  }
  .bonus_area {
    max-width: 700px;
    margin: 0 auto;
    padding: 35px 15px 15px;
  }
  .bonus_list > li > p {
    padding: 10px 0 8px;
  }
  .bonus_list .casino_bonus_fv {
    margin: 20px;
    gap: 0 20px;
  }
  .bonus_list .casino_bonus_fv figure {
    padding-top: 0;
  }
  .bonus_list .casino_bonus_fv figure img {
    width: 150px;
  }
  .bonus_list .casino_bonus_fv .star_rate {
    gap: 0 10px;
  }
  .bonus_list .casino_bonus_fv .star_rate .star {
    font-size: 1.6rem;
  }
  .bonus_list .bonus_content {
    margin: 20px;
    padding: 22px 20px;
  }
}
.promo_list_wrap {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.promo_list_wrap h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 11px 0 30px;
}
.promo_list_wrap > a {
  display: block;
  border-radius: 23px;
  border: 1px solid #8D8D8D;
  padding: 16px 0;
  margin: 20px auto 40px;
  width: 200px;
  text-align: center;
  color: #8D8D8D;
  line-height: 1;
  font-weight: bold;
}
.promo_list_wrap.archive h1 {
  margin-bottom: 25px;
}

.promo_list {
  margin: 0 auto;
  display: inline-block;
}
.promo_list li {
  text-align: left;
  margin-bottom: 20px;
  display: flex;
  gap: 0 10px;
}
.promo_list li > figure img {
  border-radius: 5px;
  width: 120px;
  height: 65px;
}
.promo_list li .content > a {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.promo_list li .date_tag {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.promo_list li .date_tag p {
  color: #777;
  font-size: 1.2rem;
}
.promo_list li .date_tag span {
  display: inline-block;
  padding: 3px 7px 1px;
  border-radius: 9px;
  font-size: 1rem;
  min-width: 60px;
  text-align: center;
}
.promo_list li .date_tag .active {
  background: linear-gradient(to right, #4DCC00, #00CCC0);
  color: #fff;
}
.promo_list li .date_tag .inactive {
  background-color: #D9D9D9;
  color: #8D8D8D;
}
.promo_list.archive {
  margin-bottom: 25px;
}
.promo_list.archive li .date_tag p {
  color: #444;
}

.header_promotion {
  padding-bottom: 20px;
  border-bottom: #D9D9D9 solid 1px;
}
.header_promotion .date {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  padding: 23px 0 15px;
}
.header_promotion .date > p {
  color: #B5B5B5;
  margin-right: 15px;
}
.header_promotion .date > p time {
  margin-right: 5px;
}
.header_promotion .date > span {
  display: inline-block;
  padding: 4px 8px 2px;
  background: linear-gradient(to right, #4DCC00, #00CCC0);
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.header_promotion .date .inactive {
  background: #D9D9D9 !important;
  color: #8D8D8D !important;
  min-width: 65px;
}
.header_promotion h1 {
  color: #444;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.header_promotion > figure {
  text-align: center;
}
.header_promotion > figure img {
  width: 100%;
  max-width: 600px;
}

.btn_lightorange {
  display: block;
  margin: 30px auto 40px;
  padding: 17px 0;
  width: clamp(250px, 80%, 430px);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #FF906D;
  border-radius: 30px;
  text-align: center;
  position: relative;
  line-height: 1;
}
.btn_lightorange::after {
  content: "\e904";
  font-family: "fa";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-weight: normal;
}

.content_promotion {
  padding: 20px 0 0;
}
.content_promotion h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 30px 0 20px;
}
.content_promotion h3 {
  font-weight: bold;
  margin: 30px 0 20px;
}
.content_promotion > p {
  margin-bottom: 10px;
}
.content_promotion > figure {
  margin: 20px 0;
  text-align: center;
}
.content_promotion > figure img {
  width: 100%;
  max-width: 600px;
}

.casino_intro_box {
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  padding: 15px;
  margin: 30px 0;
}
.casino_intro_box .title {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.casino_intro_box .title figure {
  margin-right: 10px;
}
.casino_intro_box .title figure img {
  width: 36px;
  height: 36px;
}
.casino_intro_box .title > p a {
  -webkit-text-decoration: underline #cdcdcd;
          text-decoration: underline #cdcdcd;
}
.casino_intro_box > p {
  color: #777;
  margin-bottom: 5px;
}
.casino_intro_box > a {
  display: block;
  margin: 15px auto 0;
  padding: 17px 0;
  width: clamp(280px, 90%, 400px);
  color: #fff;
  background-color: #F46140;
  border-radius: 25px;
  text-align: center;
  position: relative;
  line-height: 1;
}
.casino_intro_box > a::after {
  content: "\e904";
  font-family: "fa";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

@media screen and (min-width: 600px) {
  .casino_intro_box {
    padding: 20px 25px;
  }
  .casino_intro_box .title {
    margin-bottom: 15px;
  }
  .casino_intro_box .title figure {
    margin-right: 15px;
  }
}
.manual_page {
  color: #444;
}
.manual_page h1 {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin: 16px auto 20px;
}
.manual_page > p {
  line-height: 2;
  margin-bottom: 5px;
}

.selector_switch.manual {
  background-color: #EBEBEB;
  border-radius: 10px;
  display: flex;
  gap: 0 9px;
  padding: 5px;
  margin: 30px 0 20px;
}
.selector_switch.manual > div {
  text-align: center;
  padding: 14px 0;
  flex: 1;
  line-height: 1;
  font-weight: bold;
  font-size: 1.2rem;
}
.selector_switch .is-active {
  color: #fff;
  border-radius: 10px;
}
.selector_switch .select_register.is-active {
  background-color: #EA5050;
}
.selector_switch .select_deposit.is-active {
  background-color: #4FD49C;
}
.selector_switch .select_withdrawal.is-active {
  background-color: #B891FE;
}

.manual_list > li {
  display: none;
  padding: 10px;
  margin-top: 15px;
  background-color: #F0F0F0;
  border: 1px solid #DDD;
  border-radius: 10px;
}
.manual_list > li.is-show {
  display: block;
}
.manual_list > li > p {
  color: #EA5050;
  font-weight: bold;
  font-size: 1.2rem;
}

.casino_manual_fv {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 5px;
}
.casino_manual_fv figure img {
  width: 80px;
}
.casino_manual_fv > a {
  display: block;
  border-radius: 25px;
  padding: 13px 0 10px;
  width: 92px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: #fff;
  line-height: 1.3;
  flex-grow: 1;
}
.casino_manual_fv > a.register {
  border: 2px solid #EA5050;
  color: #EA5050;
}
.casino_manual_fv > a.deposit {
  border: 2px solid #4FD49C;
  color: #4FD49C;
}
.casino_manual_fv > a.withdrawal {
  border: 2px solid #B891FE;
  color: #B891FE;
}
.casino_manual_fv .casino_name_star {
  flex-grow: 3;
}
.casino_manual_fv .casino_name_star > p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}
.casino_manual_fv .casino_name_star > div {
  font-weight: bold;
  font-size: 1.2rem;
}
.casino_manual_fv .casino_name_star .star {
  color: #ED9F09;
  letter-spacing: 0.2rem;
  font-weight: normal;
}
.casino_manual_fv .casino_name_star .score {
  white-space: nowrap;
}
.casino_manual_fv .casino_name_star .real_score {
  color: #EA5050;
}

.manual_payment_icon {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.manual_payment_icon figure img {
  width: 45px;
}

@media screen and (min-width: 600px) {
  .manual_page {
    max-width: 750px;
    margin: 0 auto;
  }
  .manual_list > li {
    padding: 20px;
  }
  .manual_list > li > p {
    font-size: 1.4rem;
  }
  .casino_manual_fv {
    margin-bottom: 12px;
    gap: 0 20px;
  }
  .casino_manual_fv figure img {
    width: 100px;
  }
  .casino_manual_fv > a {
    font-size: 1.4rem;
  }
  .casino_manual_fv .casino_name_star > p {
    font-size: 1.8rem;
  }
  .casino_manual_fv .casino_name_star > div {
    font-size: 1.4rem;
  }
  .manual_payment_icon {
    gap: 8px;
  }
  .manual_payment_icon figure img {
    width: 55px;
  }
}
.hotgame_bg_img::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://www.spinfinity-app.com/wp-content/uploads/img/game_fv.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

.hotgame_page .fv_contet {
  padding: 7px;
  position: relative;
  z-index: 0;
}
.hotgame_page .fv_contet h1 {
  text-align: left;
  font-weight: bold;
  line-height: 1;
}
.hotgame_page .fv_contet p {
  color: #B9B9B9;
  line-height: 2;
  font-weight: bold;
}
.hotgame_page .fv_contet p:last-of-type {
  margin-bottom: 30px;
}

.hotgame_area {
  background-color: #1C1C27;
  border-radius: 10px;
  padding: 30px 7px 7px;
  position: relative;
  z-index: 0;
}

.selector_switch.hotgame {
  background-color: #000;
  border-radius: 10px;
  display: flex;
  gap: 0 20px;
  padding: 5px;
  margin-bottom: 30px;
}
.selector_switch.hotgame > div {
  width: 50%;
  text-align: center;
  padding: 13px 0;
  color: #CDCDCD;
}
.selector_switch.hotgame .select_table.is-active {
  background-color: #653C96;
  border-radius: 10px;
}
.selector_switch.hotgame .select_slot.is-active {
  background-color: #007F7E;
  border-radius: 10px;
}

.hotgame_list > li {
  display: none;
  background-color: #424258;
  border-radius: 10px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.hotgame_list > li.is-show {
  display: block;
}
.hotgame_list > li h2 {
  background-color: #606080;
  border-radius: 10px 10px 0 0;
  padding: 8px 0 12px;
  text-align: center;
  color: #E6E6E6;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}
.hotgame_list > li > a {
  display: block;
  padding: 15px 0;
  margin: 15px auto 0;
  width: 200px;
  border: 1px solid #89899F;
  border-radius: 22px;
  text-align: center;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  color: #CDCDCD;
}
.hotgame_list > li > a:hover {
  color: #424258;
  background-color: #89899F;
}
.hotgame_list .game_explan {
  display: flex;
  margin: 15px;
  gap: 0 10px;
  align-items: flex-start;
}
.hotgame_list .game_explan figure img {
  width: 120px;
}
.hotgame_list .game_explan .text {
  padding-top: 3px;
}
.hotgame_list .game_explan .text p {
  color: #B4B4C7;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (min-width: 600px) {
  .hotgame_page .fv_contet {
    max-width: 750px;
    margin: 0 auto;
  }
  .hotgame_area {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 14px 7px;
  }
  .hotgame_list .game_explan {
    margin: 15px 30px;
    gap: 20px;
  }
  .hotgame_list .game_explan figure img {
    width: 150px;
  }
}
.hotgame_table h1, .hotgame_slot h1 {
  padding: 13px 0 7px;
  margin: 13px 0 20px;
  font-size: 1.8rem;
  line-height: 1;
}
.hotgame_table h2, .hotgame_slot h2 {
  background-color: #433E4F;
  line-height: 1.25;
  font-weight: bold;
  padding: 10px 7px;
  margin: 50px 0 15px;
}
.hotgame_table .p_emphasis, .hotgame_slot .p_emphasis {
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-top: 30px;
}
.hotgame_table > p, .hotgame_slot > p {
  color: #B9B9B9;
  margin-bottom: 15px;
  line-height: 1.7;
}
.hotgame_table > figure, .hotgame_slot > figure {
  margin: 30px 0 15px;
}
.hotgame_table > figure img, .hotgame_slot > figure img {
  width: 100%;
}
.hotgame_table .img_small img, .hotgame_slot .img_small img {
  width: 70%;
}
.hotgame_table h1 + figure, .hotgame_slot h1 + figure {
  margin-top: 20px;
}
.hotgame_table h2 + figure, .hotgame_slot h2 + figure {
  margin-top: 15px;
}
.hotgame_table .p_emphasis + figure, .hotgame_slot .p_emphasis + figure {
  margin-top: 15px;
}
.hotgame_table h2 + p, .hotgame_slot h2 + p {
  margin-top: 20px;
}
.hotgame_table ul, .hotgame_table ol, .hotgame_slot ul, .hotgame_slot ol {
  margin: 15px 0;
}
.hotgame_table ul li, .hotgame_table ol li, .hotgame_slot ul li, .hotgame_slot ol li {
  margin: 0 0 5px 7px;
  padding-left: 20px;
  text-indent: -20px;
}
.hotgame_table .order_number, .hotgame_slot .order_number {
  color: #B9B9B9;
}

.hotgame_table h1 {
  background-color: #653C96;
}

.hotgame_slot h1 {
  background-color: #007F7E;
}

.game_fv_img {
  margin: 20px 0 15px;
}

.game_fv_img + .game_btn_orange {
  margin: 15px auto 17px;
}

.game_btn_orange {
  display: block;
  padding: 20px 0;
  margin: 40px auto 40px;
  width: clamp(260px, 90%, 400px);
  text-align: center;
  background: linear-gradient(to right, #EAC35E, #E84141);
  border-radius: 27px;
  font-weight: bold;
  line-height: 1;
}
.game_btn_orange::after {
  content: "\e90a";
  font-family: "fa";
  margin-left: 5px;
  font-weight: normal;
}

.game_info_box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  text-align: center;
  margin: 17px 0 10px;
}
.game_info_box > div {
  width: calc(33.3333333333% - 3.3333333333px);
  padding: 7px 0 9px;
}
.game_info_box > div dt {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 5px;
  color: #D6D6D6;
}
.game_info_box > div dd {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
.game_info_box .bgc_deepred {
  background-color: #6E1616;
}
.game_info_box .bgc_ocher {
  background-color: #6E5413;
}
.game_info_box .bgc_blue_star {
  background-color: #243E82;
}
.game_info_box .bgc_blue_star .star {
  color: #FFEB37;
  letter-spacing: 0.5rem;
  font-size: 1.2rem;
  padding-left: 5px;
}
.game_info_box .bgc_darkpurple {
  background-color: #550F61;
}
.game_info_box .bgc_deepgreen {
  background-color: #085A50;
}
.game_info_box .bgc_turquoise {
  background-color: #13687A;
}

.game_description {
  background-color: #2D2935;
  padding: 15px;
  margin: 10px 0 20px;
}
.game_description p {
  color: #B9B9B9;
  line-height: 1.7;
}

.demo_play {
  margin: 40px 0 13px;
}

.demo_play + .game_btn_orange {
  margin-top: 13px;
}

@media screen and (min-width: 600px) {
  .hotgame_table, .hotgame_slot {
    max-width: 700px;
    margin: 0 auto;
  }
  .hotgame_table h2, .hotgame_slot h2 {
    padding: 15px 12px;
  }
  .game_description {
    padding: 20px;
  }
}
.review_nav_menu {
  background-color: #424258;
  border: 1px solid #89899F;
  margin-bottom: 20px;
}
.review_nav_menu .menu_list {
  color: #89899F;
}
.review_nav_menu .menu_item {
  text-align: center;
  position: relative;
}
.review_nav_menu .menu_item:hover > ul {
  visibility: visible;
}
.review_nav_menu .menu_item a {
  display: block;
  font-weight: bold;
}
.review_nav_menu .menu_item > a::after {
  content: "\e908";
  font-family: "fa";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.review_nav_menu .drop_menu {
  position: relative;
}
.review_nav_menu .drop_menu > ul {
  background-color: #424258;
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.review_nav_menu .drop_menu > ul > li {
  border-bottom: 1px solid #89899F;
}
.review_nav_menu li {
  padding: 13px 0 12px;
}

.review_pulldown_wrap {
  position: relative;
}
.review_pulldown_wrap::after {
  content: "\e908";
  font-family: "fa";
  position: absolute;
  top: calc(50% - 20px);
  right: 12px;
  color: #89899F;
}

.review_pulldown {
  width: 100%;
  color: #89899F;
  background-color: #424258;
  border: 1px solid #89899F;
  margin-bottom: 20px;
  padding: 13px 0 12px 13px;
  text-align: center;
  z-index: inherit;
}

option {
  display: block;
  height: inherit;
  text-align: center;
}

.review_box_wrap {
  background-color: #EAEAF1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.review_box_wrap:last-of-type {
  margin-bottom: 50px;
}
.review_box_wrap > p {
  padding: 0 20px;
  margin-bottom: 5px;
  line-height: 1.5;
  color: #584D61;
}
.review_box_wrap > p:last-of-type {
  margin-bottom: 25px;
}

.review_box_heading {
  background-color: #7272A3;
  display: flex;
  align-items: center;
  padding: 7px;
}
.review_box_heading figure {
  width: 30px;
  width: 30px;
  margin-right: 9px;
}
.review_box_heading figure img {
  width: 100%;
  border-radius: 50%;
}
.review_box_heading h2 {
  color: #E6E6E6;
  flex: 4 4 auto;
  font-size: 1.6rem;
}
.review_box_heading span {
  flex: 1 1 auto;
  text-align: right;
}
.review_box_heading .star {
  font-family: "fa";
  color: #ED9F09;
  letter-spacing: 4px;
}

.review_content {
  padding: 20px;
  margin-bottom: 3px;
  display: flex;
  gap: 0 15px;
}
.review_content > figure {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.review_content > figure img {
  width: 100%;
  height: 100%;
}
.review_content > div .name {
  color: #584D61;
  font-weight: bold;
}
.review_content > div .date {
  color: #8B8B8B;
  font-size: 1rem;
}

.review_btn_area {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.review_btn_area .btn {
  border-radius: 25px;
  padding: 13px 0 11px;
  width: clamp(140px, 48%, 300px);
  text-align: center;
}
.review_btn_area .btn.orange {
  color: #fff;
  background-color: #F46140;
  position: relative;
}
.review_btn_area .btn.orange::after {
  content: "\e904";
  font-family: "fa";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.review_btn_area .btn.white {
  color: #0F96E1;
  border: 1px solid #0F96E1;
}

@media screen and (min-width: 600px) {
  .review_box_wrap > p {
    padding: 0 25px;
  }
  .review_box_heading {
    padding: 14px 21px;
  }
  .review_content {
    padding: 20px 25px;
  }
  .review_btn_area {
    gap: 0 5%;
  }
}
.review_form {
  color: #B9B9B9;
}
.review_form > form > p {
  margin-top: 30px;
  font-weight: bold;
}

.completion_messsage > p {
  color: #FCFF52;
  padding-top: 16px;
}

.review_leading {
  padding: 16px 0 20px;
  border-bottom: 1px solid #444;
}

.casino_radiobtn_wrap {
  border-bottom: 1px solid #444;
  padding-bottom: 15px;
}
.casino_radiobtn_wrap > p {
  margin: 20px 0 20px;
  font-weight: bold;
}
.casino_radiobtn_wrap .casino_radiobtn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

.select_item {
  width: 50%;
  line-height: 1;
}

.label_checkbox {
  position: relative;
  height: inherit;
  display: flex;
  min-height: 30px;
  align-items: center;
}
.label_checkbox .casino_img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 22px;
  margin-right: 9px;
}
.label_checkbox .icon {
  width: 42px;
  height: 42px;
  margin-left: 22px;
}
.label_checkbox::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #737373;
  border-radius: 50%;
}
.label_checkbox::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #6B6B9C;
  border-radius: 50%;
  opacity: 0;
}

input:checked + .label_checkbox::before {
  opacity: 1;
}

.star.input_star {
  font-family: "fa";
  color: #EAC35E;
  letter-spacing: 4px;
  font-size: 2.4rem;
  padding: 20px 0 30px;
  border-bottom: 1px solid #444;
}

.input_name {
  border-radius: 10px;
  border: 1px solid #444;
  background-color: #262626;
  width: 100%;
  height: 45px;
  margin-top: 20px;
  padding: 0 15px;
  font-size: 1.6rem;
}

.radiobtn_icon_list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
}
.radiobtn_icon_list > div {
  width: 25%;
}

.input_img {
  margin-top: 15px;
  padding-bottom: 40px;
  border-bottom: 1px solid #444;
}
.input_img input {
  width: 100%;
  margin-bottom: 20px;
}

.input_comment {
  background-color: #262626;
  border: 1px solid #444;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  margin: 15px 0 20px;
  font-size: 1.6rem;
}

.review_submit_btn {
  display: block;
  width: clamp(250px, 70%, 350px);
  margin: 28px auto;
  padding: 16px 0 13px;
  background: linear-gradient(to right, #A16EE2, #5A7AEC);
  border-radius: 28px;
  text-align: center;
  color: #fff;
}

.swiper_container {
  position: relative;
}

.swiper-slide {
  text-align: center;
}
.swiper-slide a img {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
}

.swiper-pagination {
  position: absolute;
  bottom: -15px !important;
}
.swiper-pagination > span {
  width: 40px;
  height: 2px;
}

:root {
  --swiper-pagination-color: #927FE3 !important;
  --swiper-theme-color: #646464 !important;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 2px;
}

.mymenu_list {
  max-width: 700px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 1rem;
}
.mymenu_list li {
  width: calc(50% - 5px);
  border-radius: 10px;
  border: 1px solid #737373;
  display: flex;
  color: #999;
  text-align: center;
}
.mymenu_list li:nth-child(2n+1):last-child {
  width: 100%;
}
.mymenu_list li a {
  display: block;
  width: 100%;
  gap: 0 10px;
  padding: 10px;
}
.mymenu_list li a figure {
  margin-bottom: 15px;
}
.mymenu_list li a figure img {
  width: 32px;
}

.terms_of_service {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 20px auto 10px;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.2rem;
  color: #CDCDCD;
}

.re_mymenu h2 {
  margin: 40px 0 15px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
}
.re_mymenu .txt_intro {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}

.re_mymenu_list {
  margin: 40px auto 20px;
  max-width: 720px;
}
.re_mymenu_list li {
  background-color: #232323;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}
.re_mymenu_list li a {
  padding: 20px 17px 22px;
  display: block;
}
.re_mymenu_list li a p {
  line-height: 1;
}
.re_mymenu_list .bonus {
  margin-bottom: 28px;
}
.re_mymenu_list .bonus a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px 7px;
}
.re_mymenu_list .bonus a > div p:first-of-type {
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.re_mymenu_list .bonus a > div p:not(:first-of-type) {
  color: #B9B9B9;
  font-weight: normal;
  line-height: 1.75;
}
.re_mymenu_list .bonus a figure {
  width: 30%;
  max-width: 160px;
}
.re_mymenu_list .bonus a figure img {
  width: 100%;
}
.re_mymenu_list .about, .re_mymenu_list .lisence, .re_mymenu_list .support {
  display: flex;
  align-items: center;
}
.re_mymenu_list .about::before, .re_mymenu_list .lisence::before, .re_mymenu_list .support::before {
  font-family: "fa";
  margin-right: 20px;
  font-weight: normal;
  font-size: 1.8rem;
}
.re_mymenu_list .about::before {
  content: "\e91b";
}
.re_mymenu_list .lisence::before {
  content: "\e91a";
}
.re_mymenu_list .support::before {
  content: "\e91d";
}

@media screen and (min-width: 600px) {
  .re_mymenu h2 {
    font-size: 1.8rem;
  }
  .re_mymenu .txt_intro {
    font-size: 1.4rem;
  }
  .re_mymenu_list li a p {
    font-size: 1.4rem;
  }
  .re_mymenu_list .bonus a {
    padding: 10px 25px 9px;
  }
  .re_mymenu_list .bonus a > div p:first-of-type {
    font-size: 1.6rem;
  }
}
.about_oncasi_page h1 {
  margin-bottom: 40px;
  line-height: 1;
}

.faq_accordion {
  margin-bottom: 25px;
  background-color: #4AD1DA;
}
.faq_accordion summary {
  display: block;
  align-items: center;
  position: relative;
  padding: 20px 15px;
  cursor: pointer;
}
.faq_accordion summary::-webkit-details-marker {
  display: none;
}
.faq_accordion summary::before {
  content: "ถาม";
  color: #FF6161;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 10px;
  position: absolute;
  top: 20px;
  left: 15px;
  line-height: 1;
}
.faq_accordion summary::after {
  content: "\e910";
  font-family: "fa";
  font-size: 2rem;
  position: absolute;
  right: 15px;
  top: 20px;
  line-height: 1;
}
.faq_accordion summary p {
  color: #fff;
  margin-left: 50px;
  margin-right: 30px;
  font-size: 1.6rem;
  font-weight: bold;
}
.faq_accordion summary p:not(:last-of-type) {
  margin-bottom: 5px;
}
.faq_accordion > div {
  color: #584D61;
  background-color: #fff;
  padding: 15px;
  position: relative;
}
.faq_accordion > div::before {
  content: "ตอบ";
  color: #00A4FF;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 10px;
  position: absolute;
  top: 15px;
  left: 15px;
  line-height: 1;
}
.faq_accordion > div p {
  margin-left: 50px;
  font-size: 1.2rem;
  line-height: 2;
}
.faq_accordion > div p:not(:last-of-type) {
  margin-bottom: 10px;
}

.faq_accordion[open] summary::after {
  content: "\e90f";
  font-family: "fa";
}

@media screen and (min-width: 600px) {
  .about_oncasi_page {
    max-width: 750px;
    margin: 0 auto;
  }
}
.support_list_page h1 {
  border-radius: 10px 10px 0 0;
  background-color: #7272A3;
  color: #E6E6E6;
  font-size: 1.6rem;
  padding: 17px 0;
  margin: 17px 0 0;
  line-height: 1;
}

.support_list {
  background-color: #B7B7EA;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.support_casino_name {
  padding: 5px 7px;
  display: flex;
  justify-content: space-between;
}
.support_casino_name > p {
  color: #5B5B9B;
  font-weight: bold;
}
.support_casino_name > div i {
  margin-left: 9px;
  font-size: 1.6rem;
  vertical-align: middle;
}

.support_info {
  padding: 15px 10px;
  background-color: #eaeaf1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.support_info figure img {
  width: 80px;
}
.support_info > div {
  color: #584D61;
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.support_info .icon {
  line-height: 1;
  display: flex;
}
.support_info .icon::before {
  font-size: 1.6rem;
}
.support_info .icon.phone::before {
  content: "\e90c";
  font-family: "fa";
  margin-right: 9px;
  color: #79AFFF;
}
.support_info .icon.line::before {
  content: "\e90e";
  font-family: "fa";
  margin-right: 9px;
  color: #1BBF00;
}
.support_info .icon.mail::before {
  content: "\e90d";
  font-family: "fa";
  margin-right: 9px;
  color: #99A3F9;
}

@media screen and (min-width: 600px) {
  .support_list_page {
    max-width: 700px;
    margin: 0 auto;
  }
  .support_casino_name {
    padding: 10px 14px;
    font-size: 1.8rem;
  }
  .support_info {
    padding: 25px 20px;
    gap: 24px;
  }
  .support_info figure img {
    width: 120px;
  }
  .support_info > div {
    gap: 25px;
    font-size: 1.6rem;
  }
}
.input_code {
  color: #B9B9B9;
}
.input_code h1 {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin: 22px 0 21px;
}
.input_code > p:last-of-type {
  margin-bottom: 20px;
}

.input_code_fv {
  margin: 0 auto 25px;
  background: linear-gradient(to bottom, #75FFAC, #8044FF);
  border-radius: 10px;
}
.input_code_fv img {
  width: 100%;
  border-radius: 10px;
}

.input_code_textform input[type=text] {
  width: 100%;
  background-color: #262626;
  padding: 11px 0 12px 10px;
  margin-bottom: 20px;
  border: 1px solid #444;
  border-radius: 10px;
  font-size: 16px !important;
}
.input_code_textform .input_code_field::-moz-placeholder {
  color: #7C7C7C;
}
.input_code_textform .input_code_field::placeholder {
  color: #7C7C7C;
}
.input_code_textform input[type=submit] {
  display: block;
  width: clamp(200px, 50%, 350px);
  margin: 10px auto 37px;
  background: linear-gradient(to right, #A16EE2, #5A7AEC);
  padding: 15px 0 14px;
  border-radius: 28px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.on_hover_code {
  margin-bottom: 200px !important;
}

.privacy_policy {
  text-align: center;
  margin: 19px 0;
}
.privacy_policy > a {
  text-decoration: underline;
  color: #fff;
  font-size: 1rem;
}

@media screen and (min-width: 600px) {
  .input_code {
    max-width: 700px;
    margin: 0 auto;
  }
  .input_code_fv {
    width: clamp(370px, 80%, 650px);
  }
  .input_code_textform {
    text-align: center;
  }
  .input_code_textform input[type=text] {
    max-width: 500px;
  }
}
.input_code_after {
  margin: 0 auto;
  max-width: 700px;
  position: relative;
  height: 100%;
  text-align: center;
}

.screen_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.screen_center > i {
  display: block;
  color: #0BDDD8;
  font-size: 5rem;
  margin-bottom: 15px;
}
.screen_center .p_completion_large {
  color: #0BDDD8;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.screen_center .p_message_small {
  color: #B9B9B9;
  margin-bottom: 10px;
  white-space: nowrap;
}
.screen_center .p_message_small:last-of-type {
  margin-bottom: 50px;
}

.return_menu {
  display: block;
  width: clamp(130px, 50%, 200px);
  padding: 12px 0;
  margin: 0 auto;
  background: linear-gradient(to right, #A16EE2, #5A7AEC);
  border-radius: 28px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
}

.terms_of_use {
  max-width: 700px;
  margin: 0 auto;
}
.terms_of_use h1 {
  font-size: 1.6rem;
  text-align: left;
  margin: 33px 0 0;
}
.terms_of_use .date {
  font-size: 1.2rem;
  font-weight: bold;
}
.terms_of_use h2 {
  margin: 20px 0 10px;
}
.terms_of_use > p {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.terms_of_use ul, .terms_of_use ol {
  font-size: 1.2rem;
  margin: 10px 0;
}
.terms_of_use ul li, .terms_of_use ol li {
  margin-left: 7px;
  padding-left: 20px;
  text-indent: -20px;
}

.lead_sentence {
  background-color: #292E35;
  padding: 15px;
  border-radius: 10px;
  margin: 30px 0 20px;
}

.unorder_asterisk li {
  margin-bottom: 10px;
}
.unorder_asterisk li::before {
  content: "*";
  margin-right: 14px;
}

.unorder_hyphen li::before {
  content: "-";
  margin-right: 15px;
}

.ad_ranking_h1 {
  font-weight: bold;
}

.ad_rank_heading {
  color: #B9B9B9;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 18px;
  padding: 0 7px;
}

.ad_ranking_area {
  background-color: rgba(28, 28, 39, 0.7);
  padding: 35px 7px 14px;
  border-radius: 10px;
}
.ad_ranking_area > div {
  display: none;
}
.ad_ranking_area > div.is-show {
  display: block;
}
.ad_ranking_area .casino_rank_box {
  margin-bottom: 0;
}
.ad_ranking_area .casino_rank_box .comment {
  margin: 10px 0;
  background-color: transparent;
  border: none;
}
.ad_ranking_area .casino_fv figure img {
  width: 54px;
}
.ad_ranking_area .casino_name > span {
  color: #fff;
  min-width: 80px;
  line-height: 1;
  height: 20px;
}
.ad_ranking_area .casino_name .sicbo {
  background-color: #975BE0;
}
.ad_ranking_area .casino_name .baccarat {
  background-color: #D65656;
}
.ad_ranking_area .casino_name .roulette {
  background-color: #127EE2;
}
.ad_ranking_area .casino_name .blackjack {
  background-color: #00B086;
}
.ad_ranking_area .casino_name .hilo {
  background-color: #C19700;
}
.ad_ranking_area .casino_name .other {
  background-color: #888888;
}
.ad_ranking_area .evaluation .good::before {
  content: "\e918";
  font-family: "fa";
}

.ad_review_btn {
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 25px;
  padding: 11px 26px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #1BBF00;
  font-weight: bold;
  line-height: 1.1;
}

.selector_switch.ad_ranking {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.selector_switch.ad_ranking > div {
  width: calc(33.3333333333% - 6.6666666667px);
  text-align: center;
  padding: 13px 0;
  color: #CDCDCD;
  background-color: #000;
  border-radius: 10px;
}
.selector_switch.ad_ranking .select_sicbo.is-active {
  background-color: #975BE0;
}
.selector_switch.ad_ranking .select_baccarat.is-active {
  background-color: #D65656;
}
.selector_switch.ad_ranking .select_roulette.is-active {
  background-color: #127EE2;
}
.selector_switch.ad_ranking .select_blackjack.is-active {
  background-color: #00B086;
}
.selector_switch.ad_ranking .select_hilo.is-active {
  background-color: #C19700;
}
.selector_switch.ad_ranking .select_other.is-active {
  background-color: #888888;
}

.ad_bonus_h1 {
  font-size: 2.2rem;
  color: #fff !important;
  margin-bottom: 18px !important;
}
.ad_bonus_h1::after {
  display: none;
}

.ad_ranking_area.ad_bonus {
  background-color: transparent;
  padding-top: 12px;
}

.ad_bonus_flex {
  width: 100%;
  display: flex;
  gap: 15px;
}
.ad_bonus_flex > div {
  flex: 1;
}
.ad_bonus_flex .casino_name {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  padding-top: 5px;
  margin-bottom: 10px;
}
.ad_bonus_flex .comment {
  margin: 0 0 15px 0 !important;
  padding: 0 0 0 10px;
  color: #F46140;
  font-weight: bold;
}
.ad_bonus_flex .comment::before {
  content: "\e912";
  color: #F46140;
  top: 0;
}

.add_app_page h1 {
  background-color: #653C96;
  padding: 12px 0 8px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 13px auto 20px;
}
.add_app_page h2 {
  background-color: #433E4F;
  padding: 10px 7px;
  margin: 30px 0 20px;
}
.add_app_page > figure {
  margin-bottom: 15px;
}
.add_app_page > figure img {
  width: 100%;
}
.add_app_page .store_link {
  display: block flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  margin: 10px auto;
  text-align: center;
  background-color: #18B7F4;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
.add_app_page .store_link::before {
  content: "\e916";
  font-family: "fa";
  margin-right: 10px;
  font-weight: normal;
  font-size: 2rem;
}
.add_app_page .app_explain {
  padding: 15px;
  margin: 15px 0 50px;
  background-color: #2D2935;
  border-radius: 10px;
  color: #B9B9B9;
}
.add_app_page .app_explain > p {
  margin-bottom: 10px;
  line-height: 1.7;
}
.add_app_page .app_explain > p:last-of-type {
  margin-bottom: 28px;
}
.add_app_page .app_accordion summary {
  display: block;
  width: 80%;
  padding: 15px 0;
  margin: 0 auto;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
}
.add_app_page .app_accordion summary::-webkit-details-marker {
  display: none;
}
.add_app_page .app_accordion > p {
  margin-bottom: 10px;
  line-height: 1.7;
}
.add_app_page .app_accordion[open] summary {
  display: none;
}
.add_app_page .app_info_list {
  display: flex;
  margin-bottom: 14px;
}
.add_app_page .app_info_list > div {
  width: 33.3333333333%;
}
.add_app_page .app_info_list > div dt {
  color: #00B2FF;
  font-size: 1rem;
  line-height: 2.4;
}
.add_app_page .app_info_list > div dd {
  color: #B9B9B9;
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (min-width: 600px) {
  .add_app_page {
    max-width: 750px;
    margin: 0 auto;
  }
  .add_app_page > figure {
    text-align: center;
  }
  .add_app_page > figure img {
    max-width: 550px;
  }
  .add_app_page > a {
    max-width: 450px;
  }
}
.ad_btn_design {
  margin: 10px auto;
}
.ad_btn_design button {
  display: block flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  background-color: #FF8FB8;
  border-radius: 18px;
  font-weight: bold;
  line-height: 1.1;
}
.ad_btn_design button::before {
  content: "\e917";
  font-family: "fa";
  margin-right: 10px;
  font-size: 1.6rem;
  font-weight: normal;
}
.ad_btn_design button.active {
  background-color: #B9B9B9;
}
.ad_btn_design button.active::before {
  content: "\e919";
  font-family: "fa";
  margin-right: 10px;
  font-size: 1.6rem;
  font-weight: normal;
}
.ad_btn_design .simplefavorite-button-count {
  display: none;
}

@media screen and (min-width: 600px) {
  .ad_btn_design {
    max-width: 450px;
    padding: 9px 0;
  }
}
.ad_app_icon img {
  border-radius: 5px !important;
}

.ad_mymenu {
  margin-top: 22px;
  display: block;
}
.ad_mymenu li figure img {
  width: 65px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ad_mymenu li .date_tag > span {
  color: #fff;
}
.ad_mymenu li .date_tag .hilo {
  background-color: #C19700;
}
.ad_mymenu li .date_tag .sicbo {
  background-color: #975BE0;
}
.ad_mymenu li .date_tag .other {
  background-color: #888888;
}
.ad_mymenu li .date_tag .baccarat {
  background-color: #D65656;
}

.ad_tad_link {
  margin: 90px auto 40px;
  text-align: center;
}
.ad_tad_link a {
  font-size: 1.2rem;
  border: none;
  border-radius: 0%;
  text-decoration: underline;
  color: #CDCDCD;
  padding: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}

.ta_left {
  text-align: left;
}/*# sourceMappingURL=style.css.map */