@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  word-break: normal;
  word-wrap: break-word;
}

#wrapper {
  padding: 0;
}

html {
  font-size: 16px;
  line-height: 1.6;
  color: black;
  background: #1a2c39;
}

.mincho {
  font-family: "Helvetica Neue", sans-serif;
}

body {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #333333;
}

img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

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

td,
th {
  padding: 0;
}

table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  font-weight: normal;
}

.fixedcontainer {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 0px;
}

a:visited,
a:link,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  transition: opacity 0.5s ease;
}

.red {
  color: #ed1c24;
}

.yellow {
  color: #fbb03b;
}

.bkyellow {
  background-color: #fff100;
}

.bold {
  font-weight: bold;
}

.btline {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.visible-sp {
  display: none;
}

.hidden-sp {
  display: block;
}

.visible-xs {
  display: none;
}

.hidden-xs {
  display: block;
}

.visible-500 {
  display: none;
}

.hidden-500 {
  display: block;
}

.flex_part .flex_img_left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flex_part .flex_img_left > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.flex_part .flex_body {
  flex: 1;
}
.flex_part .flex_img_right {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.flex_part .flex_img_right > img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* slick */
.slick-next::before {
  content: "";
  background: url(../images/slick_next.png) no-repeat;
}

.slick-prev::after {
  content: "";
  background: url(../images/slick_prev.png) no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent !important;
  z-index: 100;
}

.slick-prev::after,
.slick-next::before {
  font-family: initial;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
}

.slick-dots {
  bottom: 60px;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 32px;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  text-align: center;
  opacity: 1;
  color: #c9caca;
  background: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 86px;
  height: 3px;
  margin: 0 9px;
  padding: 0;
  cursor: pointer;
  opacity: 0.3;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li button {
  width: 100%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00a0e9;
}

.hover_anim {
  position: relative;
  overflow: hidden;
}

.hover_anim::after {
  background: #fff;
  content: "";
  height: 400px;
  left: -300px;
  opacity: 0.2;
  position: absolute;
  top: -80px;
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 150px;
  z-index: 100;
}

.hover_anim:hover::after {
  left: 120%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.fade-top {
  opacity: 0.1;
  transform: translate(0, 80px);
  transition: all 1000ms ease-out 0s;
}

.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes discoverAnimatin {
  0% {
    background-position: center bottom 0px;
  }
  25% {
    background-position: center bottom -108px;
  }
  50% {
    background-position: center bottom -108px;
  }
  75% {
    background-position: center bottom -216px;
  }
  100% {
    background-position: center bottom -216px;
  }
}
.scroll_anim {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 22px;
  line-height: 1;
  z-index: 5;
  right: 20px;
  width: 12px;
}
.scroll_anim img {
  width: 8px;
  height: auto;
  margin-bottom: 10px;
}
.scroll_anim::after {
  margin: auto;
  margin-top: auto;
  display: block;
  margin-top: 0;
  content: "";
  width: 1px;
  background: linear-gradient(to bottom, white, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: auto;
  background-size: 100% 216px;
  height: 108px;
  animation: discoverAnimatin 2s linear infinite;
}

.custom_checkbox {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.custom_checkbox input[type=checkbox] {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  left: 0;
  top: 0;
}
.custom_checkbox input[type=checkbox]:focus {
  outline: none;
}
.custom_checkbox input[type=checkbox]:checked {
  background: #036eb8;
  z-index: 0;
}
.custom_checkbox input[type=checkbox]:checked + span {
  color: white;
}
.custom_checkbox span {
  z-index: 100;
}

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.4s;
}
.inviewfadeInUp.from-right {
  transform: translate(8px, 0);
  -webkit-transform: translate(8px, 0);
}

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.4s ease-in-out 0.2s;
}

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s ease-in-out 0.4s;
}

.inviewfadeInUp4 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s ease-in-out 0.6s;
}

.inviewfadeInUp5 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s ease-in-out 0.8s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeInUp.from-right {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

#header .g_nav {
  display: none;
  text-align: center;
}

/* loading
------------------------------------------------- */
#loading {
  width: 100vw;
  height: 100vh;
  background: white;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
}

#loading {
  width: 100%;
  height: 100vh;
  background: white;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  display: none;
}
#loading img {
  width: 161px;
  opacity: 0;
  transform: translateY(-40px);
  transition: all 1s ease;
}
#loading.active img {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
}

.first_icon {
  text-align: center;
}

.second_icon {
  text-align: center;
  padding-top: 20px;
}

.loading_wrap {
  position: fixed;
  top: 50vh;
  left: 50vw;
  text-align: center;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.loading_icon {
  animation: blur 2s ease 0s;
  -webkit-animation: blur 2s ease 0s;
  -moz-animation: blur 2s ease 0s;
}

.loading_icon2 {
  animation: opacity_animation 4s ease 0s;
  -webkit-animation: opacity_animation 4s ease 0s;
  -moz-animation: opacity_animation 4s ease 0s;
}

#line {
  margin: 50vh auto 0;
  width: 100%;
  height: 26px;
  background: white;
  position: relative;
  text-align: center;
}

#line1 {
  margin: 0 auto 0;
  width: 100%;
  height: 100%;
  background: white;
  position: relative;
  text-align: center;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.fullwidth .expand {
  width: 100%;
  height: 26px;
  margin-left: 0;
  text-align: center;
  background: url(./../images/377.gif) no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
}
@keyframes fullexpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.font16 {
  font-size: 0.8rem;
}
.font17 {
  font-size: 0.85rem;
}
.font18 {
  font-size: 0.9rem;
}
.font19 {
  font-size: 0.95rem;
}
.font20 {
  font-size: 1rem;
}
.font21 {
  font-size: 1.05rem;
}
.font22 {
  font-size: 1.1rem;
}
.font23 {
  font-size: 1.15rem;
}
.font24 {
  font-size: 1.2rem;
}
.font25 {
  font-size: 1.25rem;
}
.font26 {
  font-size: 1.3rem;
}
.font27 {
  font-size: 1.35rem;
}
.font28 {
  font-size: 1.4rem;
}
.font29 {
  font-size: 1.45rem;
}
.font30 {
  font-size: 1.5rem;
}
.font31 {
  font-size: 1.55rem;
}
.font32 {
  font-size: 1.6rem;
}
.font33 {
  font-size: 1.65rem;
}
.font34 {
  font-size: 1.7rem;
}
.font35 {
  font-size: 1.75rem;
}
.font36 {
  font-size: 1.8rem;
}
.font37 {
  font-size: 1.85rem;
}
.font38 {
  font-size: 1.9rem;
}
.font39 {
  font-size: 1.95rem;
}
.font40 {
  font-size: 2rem;
}

#pc_menu1 {
  width: 100%;
  text-align: center;
  background: #fff;
  height: 170px;
  padding-top: 30px;
  top: 0;
  left: 0;
}
#pc_menu1 .logo1 {
  width: 79px;
}
#pc_menu1 .menu_area {
  width: 100%;
  max-width: 656px;
  padding: 0 0 0 5px;
  margin: 15px auto 0;
  text-align: left;
  display: flex;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}
#pc_menu1 .menu_area a {
  cursor: pointer;
  color: #333333;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
}
#pc_menu1 .menu_area a img {
  width: 25px;
}
#pc_menu1 .menu_area a:hover {
  border-bottom: 1px solid black;
}
#pc_menu1 .menu_area a.active {
  border-bottom: 1px solid black;
}
#pc_menu1 .header_logo1 {
  display: inline-block;
  padding-top: 0;
}
#pc_menu1 .header_btnarea1 {
  padding-top: 0;
  display: flex;
  align-items: center;
}
#pc_menu1 .header_tel {
  width: 501px;
}
#pc_menu1 .header_btn1 {
  display: inline-block;
  width: 134px;
}

#pc_menu2 {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
  background: #f6f6f6;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#pc_menu2 .top_menu_link {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 16px;
  color: #814900;
  padding: 0 30px;
  border-right: 1px solid #ccc;
}
#pc_menu2 .top_menu_link span {
  font-size: 22px;
  font-weight: bold;
  color: #444;
}
#pc_menu2 .top_menu_link:last-child {
  border-right: 0px solid #ccc;
}
#pc_menu2 .top_menu_link:hover {
  opacity: 0.3;
}

#drag_menu {
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 101;
  width: 100%;
  text-align: center;
  height: 78px;
  background: #fff;
  border-bottom: 1px solid #e1e1e2;
}
#drag_menu .menu_area {
  width: 100%;
  max-width: 656px;
  padding: 0 0 0 5px;
  margin: 15px auto 0;
  text-align: left;
  display: flex;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}
#drag_menu .menu_area a {
  cursor: pointer;
  color: #333333;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
}
#drag_menu .menu_area a img {
  width: 25px;
}
#drag_menu .header_logo1 {
  display: inline-block;
  width: 270px;
  padding-top: 15px;
  margin: 0 auto 0;
}

.drag_nav {
  margin: auto;
  width: 1100px;
  padding: 20px 0 0;
  text-align: center;
}
.drag_nav ul {
  width: 100%;
  line-height: 1.2em;
  list-style: none;
  display: inline-block;
  justify-content: space-between;
}
.drag_nav ul > li {
  text-align: left;
}
.drag_nav ul > li a {
  font-size: 14px;
}
.drag_nav .top_menu_link {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 13px;
  color: #814900;
  line-height: 1.4;
}
.drag_nav .top_menu_link span {
  font-size: 16px;
  font-weight: bold;
  color: #444;
}
.drag_nav .top_menu_link:hover {
  opacity: 0.3;
}

#drag_side {
  display: block;
  position: fixed;
  z-index: 101;
  right: -200px;
  top: 200px;
  width: 7%;
  max-width: 140px;
}

.top {
  width: 100%;
  position: relative;
  height: 740px;
}
.top .container {
  text-align: center;
}
.top .top_ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top .top_txt1 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.top .top_txt1 img {
  width: 100%;
}

.loopSlider1 {
  margin: 0;
  width: 100%;
  height: 740px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.loopSlider1 ul {
  margin: 0;
  width: 100%;
  height: 740px;
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}
.loopSlider1 ul li {
  float: left;
  width: 555px;
  height: 740px;
  display: inline;
  overflow: hidden;
}
.loopSlider1 ul li div {
  width: 555px;
  height: 740px;
  padding: 0;
  border: 0px solid #289cdc;
  text-align: center;
  margin: 0;
}
.loopSlider1 ul li img {
  width: 100%;
  height: auto;
  background: white;
}
.loopSlider1:after {
  content: "";
  display: none;
  clear: none;
}

.loopSliderWrap2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.loopSlider2 {
  margin: 40px 0 0;
  width: 100%;
  height: 200px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.loopSlider2 ul {
  margin: 0;
  width: 100%;
  height: 200px;
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}
.loopSlider2 ul li {
  float: left;
  width: 300px;
  height: 200px;
  display: inline;
  overflow: hidden;
}
.loopSlider2 ul li div {
  width: 300px;
  height: 200px;
  padding: 0;
  border: 0px solid #289cdc;
  text-align: center;
  margin: 0;
}
.loopSlider2 ul li img {
  width: 100%;
  height: auto;
  background: white;
}

a {
  cursor: pointer;
}

.loopSliderWrap2:after {
  content: "";
  display: none;
  clear: none;
}

.loopSliderWrap1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 740px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.loopSliderWrap2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

/*-------------header----------------------*/
/*-----------        -----------------*/
.main_content {
  position: relative;
}
.main_content > .btn_wrapper {
  position: fixed;
  top: 300px;
  height: 161px;
  width: 58px;
  right: 0;
  margin-left: auto;
  display: block;
  z-index: 1000;
  right: 0;
}
.main_content > .btn_wrapper a {
  display: flex;
  width: 58px;
  background: #e6e4df;
  text-align: center;
  margin-left: auto;
  margin: auto;
  padding: 15px 0;
  transition: all 0.4s ease-in-out;
}
.main_content > .btn_wrapper a.bk {
  background: #212121;
}
.main_content > .btn_wrapper a.bk img.wh {
  display: block;
}
.main_content > .btn_wrapper a.bk img.bk {
  display: none;
}
.main_content > .btn_wrapper a img {
  margin: auto;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_content > .btn_wrapper a img.wh {
  display: none;
}
.main_content > .btn_wrapper.active a {
  background: #212121;
  transition: all 0.4s ease-in-out;
}
.main_content > .btn_wrapper.active a img.wh {
  display: block;
}
.main_content > .btn_wrapper.active a img.bk {
  display: none;
}
.main_content > .reserve {
  height: 258px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 8px;
  margin: auto;
  margin-bottom: 0;
  margin-left: 3%;
  position: sticky;
  top: calc(100vh - 308px);
  white-space: nowrap;
}

body {
  letter-spacing: 0.02em;
}

header {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  background: #1a2c39;
}

#header {
  height: 60px;
  width: 100%;
  background: #0f212e;
  border-bottom: 1px solid white;
}
#header .header_top {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 0;
}
#header .header_top h1 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: center;
}
#header .header_top h1 a img {
  width: 64px;
}
#header h1 {
  transition: all 0.8s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  opacity: 1;
}
#header h1 a {
  display: block;
  line-height: 1;
}
#header h1 a img {
  width: 59px;
}
#header .btn_wrapper {
  flex: 1;
  padding: 0 0;
}
#header .btn_wrapper > ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
#header .btn_wrapper > ul > li {
  line-height: 1;
  position: relative;
  padding: 0 0;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .btn_wrapper > ul > li:first-child {
  border-left: none;
}
#header .btn_wrapper > ul > li .search_keyword {
  position: relative;
}
#header .btn_wrapper > ul > li .search_keyword input {
  width: 335px;
  height: 30px;
  border: 1px solid white;
  border-radius: 15px;
  padding-left: 40px;
  background: none;
  outline: none;
  color: white;
}
#header .btn_wrapper > ul > li .search_keyword img {
  position: absolute;
  left: 15px;
  top: 8px;
  width: 15px;
}
#header .btn_wrapper > ul > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  height: auto;
  color: black;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  padding: 0 0;
  gap: 6px;
}
#header .btn_wrapper > ul > li a img {
  width: 15px;
}
#header .btn_wrapper > ul > li a.ranking_btn {
  background: white;
  height: 30px;
  width: 140px;
  border: 1px solid white;
  border-radius: 15px;
}
#header .btn_wrapper > ul > li a.feature_btn {
  border: 1px solid white;
  border-radius: 15px;
  width: 140px;
  height: 30px;
  color: white;
}
#header .btn_wrapper > ul > li .menu-trigger {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #3fa9f5;
  z-index: 1002;
}
#header .btn_wrapper > ul > li .menu-trigger.active {
  background: white;
  border: 1px solid #e61881;
}
#header .btn_wrapper > ul > li .menu-trigger.active span {
  background: #e61881;
}
#header .btn_wrapper > ul > li .menu-trigger p {
  position: absolute;
  bottom: 12px;
  font-size: 13px;
  text-align: center;
  width: 100%;
  color: #fbb03b;
  writing-mode: vertical-lr;
  height: auto;
  white-space: nowrap;
  top: calc(100% + 20px);
  left: 100%;
  transform: translateX(-50%);
  line-height: 0;
  right: auto;
}
#header .btn_wrapper > ul > li .menu-trigger p.close {
  display: none;
}
#header .btn_wrapper > ul > li .menu-trigger.active p.open {
  display: none;
}
#header .btn_wrapper > ul > li .menu-trigger.active p.close {
  display: block;
}
#header .btn_wrapper > ul > li .menu-trigger:hover {
  opacity: 1;
}
#header .btn_wrapper > ul > li .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  float: right;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  background: #3fa9f5;
  right: 0;
  margin: auto;
}
#header .btn_wrapper > ul > li .menu-trigger span:nth-of-type(1) {
  top: 20px;
}
#header .btn_wrapper > ul > li .menu-trigger span:nth-of-type(2) {
  top: 32px;
  width: 25px;
  transform: translateX(-3px);
}
#header .btn_wrapper > ul > li .menu-trigger span:nth-of-type(3) {
  top: 44px;
}
#header .btn_wrapper > ul > li .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
#header .btn_wrapper > ul > li .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#header .btn_wrapper > ul > li .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

#header2 {
  background: #1a2c39;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
#header2 ul {
  display: flex;
}
#header2 ul > li {
  flex: 1;
  border-right: 1px solid white;
}
#header2 ul > li:first-child {
  border-left: 1px solid white;
}
#header2 ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  font-size: 14px;
  padding: 0 0;
}
#header2 ul > li > a img {
  width: 30px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 5px;
}
#header2 ul > li:hover .dropdown {
  display: block;
}
#header2 ul > li .dropdown {
  display: none;
  position: fixed;
  width: 100vw;
  top: 147px;
  left: 0;
  background: rgba(63, 169, 245, 0.9);
  z-index: 0;
}
#header2 ul > li .dropdown-container {
  padding: 40px 0 20px;
}
#header2 ul > li .dropdown-container h3 {
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}
#header2 ul > li .dropdown-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 20px;
  gap: 15px 20px;
  margin-bottom: 40px;
}
#header2 ul > li .dropdown-wrapper a {
  color: white;
  font-size: 13px;
}
#header2 ul > li .dropdown-wrapper a::after {
  font-family: FontAwesome;
  content: "\f101";
  font-weight: 900;
  margin-left: 10px;
}

.g_nav {
  position: fixed;
  width: 100%;
  right: 0;
  background: #80cfdf;
  background-size: auto;
  background-position: bottom left;
  height: 100vh;
  top: 0;
  z-index: 100;
  display: none;
  text-align: center;
}
.g_nav.commercial a, .g_nav.privacy a {
  font-size: 14px;
}
.g_nav .nav_wrappers {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1360px;
  width: 90%;
  margin: 0 auto;
}
.g_nav .nav_wrappers .nav_table > a {
  color: white;
  font-size: 16px;
}
.g_nav .nav_wrappers .nav_table .nav_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.g_nav .nav_wrappers .nav_table .nav_wrapper ul li a {
  color: white;
  font-size: 16px;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.g_nav .nav_table {
  text-align: left;
  flex: 1;
}
.g_nav .nav_table > a {
  color: white;
}
.g_nav .header_fv {
  max-width: 620px;
  border-radius: 50px;
  overflow: hidden;
}
.g_nav .nav_wrapper {
  margin-right: 46px;
  gap: 44px;
}
.g_nav .nav_wrapper > ul {
  flex: 1;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  letter-spacing: 0.05em;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 286px;
  transform: translateY(-20px);
  animation: slideUp 1s ease-in-out;
  text-align: left;
  opacity: 0;
}
.g_nav .nav_wrapper > ul > li {
  width: 100%;
}
.g_nav .nav_wrapper > ul > li > ul {
  padding-top: 10px;
}
.g_nav .nav_wrapper > ul > li > ul li {
  line-height: 1.5;
  padding-left: 40px;
}
.g_nav .nav_wrapper > ul > li > ul li a {
  padding: 10px 0 5px;
}
.g_nav .nav_wrapper > ul > li > a {
  color: white;
  font-size: 16px;
  padding: 10px 0 5px;
  display: block;
  position: relative;
  border-bottom: 1px solid white;
}
.g_nav .nav_wrapper > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: white;
  transition: all 0.4s;
}
.g_nav .nav_wrapper > ul > li > a:hover::after {
  width: 100%;
}
.g_nav.active ul {
  transform: translateY(0);
  opacity: 1;
  animation: slideDown 1s ease-in-out;
}

a.left_arrow {
  position: relative;
}
a.left_arrow::after {
  position: absolute;
  content: "";
  right: 13px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  display: block;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}

.lightbox {
  position: fixed;
  z-index: 1001;
  width: calc(100% - 85px);
  display: none;
  height: 100vh;
  top: 0;
  right: 0;
}
.lightbox .bg {
  background: rgba(240, 240, 240, 0.8);
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.lightbox .bg .slicker_part img {
  height: 100vh;
}
.lightbox .boxcontent {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightbox .boxcontent .close_btn {
  position: absolute;
  right: 0;
  top: -80px;
}
.lightbox .boxcontent .flex_img {
  width: 590px;
  margin: auto;
}
.lightbox .boxcontent .flex_img img {
  width: 100%;
  mix-blend-mode: darken;
}

#lightbox_wrapper {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#lightbox_wrapper .lightbox {
  display: block;
}

body {
  color: black;
}

.loading-fadein {
  opacity: 0;
}
.loading-fadein.active {
  opacity: 1;
  transition: all 0.8s ease-in-out;
}

@keyframes top-image {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
footer {
  background: #0f212e;
  position: relative;
  z-index: 3;
  padding: 60px 0 60px;
  margin-top: 60px;
}
footer .logo-part {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}
footer .logo-part img {
  width: 64px;
}
footer .copyright {
  text-align: center;
  color: white;
  font-size: 12px;
  padding-top: 20px;
}
footer .footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
footer .footer-container .block a {
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0;
}
footer .footer-container .block ul {
  margin-top: 20px;
}
footer .footer-container .block ul li {
  padding-left: 20px;
}
footer .footer-container .block ul li a {
  font-weight: normal;
}

#fv {
  margin-top: 148px;
}
#fv .slicker_part .slicker_img img {
  width: 100% !important;
}
#fv .top_slicker_parts .slicker_img img {
  width: 100% !important;
  height: 264px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#fv .top_sub_slicker_parts {
  margin-top: 30px;
}
#fv .top_sub_slicker_parts .slicker_part {
  padding: 0 10px;
}
#fv .top_sub_slicker_parts .slicker_part .slicker_img img {
  width: 100% !important;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#fv .bonuses_wrapper {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}
#fv .bonuses_wrapper .top_news_slicker_parts {
  flex: 1;
}
#fv .bonuses_wrapper h3 {
  background: url(./../img/news_title_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 178px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e61881;
  border-bottom: 1px solid #e61881;
}
#fv .bonuses_wrapper .readmore_btn {
  width: 125px;
  background: #e61881;
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 36px;
}
#fv .bonuses_wrapper .readmore_btn img {
  width: 6px;
}
#fv .bonuses_wrapper .top_news_slicker_parts {
  border-top: 1px solid #e61881;
  border-bottom: 1px solid #e61881;
  height: 36px;
  margin-top: -1px;
}
#fv .bonuses_wrapper .top_news_slicker_parts .slicker_part {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 40px;
}
#fv .bonuses_wrapper .top_news_slicker_parts .slicker_part a {
  color: white;
  font-size: 12px;
  line-height: 1;
}
.description_sec {
  background: #3fa9f5;
  padding: 22px 35px;
  margin-top: 30px;
}
.description_sec h2 {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.description_sec p {
  color: white;
  font-size: 16px;
  line-height: 1.6;
}

.banner {
  margin-top: 20px;
}
.banner img {
  width: 100%;
}

#ranking_site {
  margin-top: 30px;
}

#top_rankings {
  margin-top: 40px;
}
#top_rankings h2 {
  background: #3fa9f5;
  color: white;
  border-left: 4px solid white;
  padding-left: 10px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
#top_rankings .part .slicker_part {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
}
#top_rankings .part .slicker_part .block {
  background: url(./../img/seperator.png) no-repeat;
  background-size: 200px auto;
  background-position: bottom center;
}
#top_rankings .part .slicker_part .block-image {
  width: 100%;
}
#top_rankings .part .slicker_part .block-body .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
#top_rankings .part .slicker_part .block-body .title h4 {
  font-size: 16px;
  font-weight: bold;
  color: white;
  line-height: 1.6;
}
#top_rankings .part .slicker_part .block-body .title .average {
  font-size: 12px;
  font-weight: bold;
  color: #fbb03b;
}
#top_rankings .part .slicker_part .block-body .price {
  background: #e61881;
  color: #fbb03b;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
#top_rankings .part .slicker_part .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
  padding-bottom: 25px;
}
#top_rankings .part .slicker_part .block-footer .register_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background: #565fd7;
  border-radius: 15px;
  width: 140px;
  font-size: 14px;
  color: white;
  gap: 10px;
}
#top_rankings .part .slicker_part .block-footer .register_btn img {
  width: 6px;
}
#top_rankings .part .slicker_part .block-footer .detail_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border: 1px solid white;
  border-radius: 15px;
  width: 140px;
  font-size: 14px;
  color: white;
  gap: 10px;
}
#top_rankings .part .slicker_part .block-footer .detail_btn img {
  width: 6px;
}

#banners {
  display: grid;
  padding-top: 40px;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
#banners a img {
  width: 100%;
}

#top_infos {
  padding: 40px;
  background: #0f212e;
  margin-top: 35px;
}
#top_infos .caption span {
  font-size: 16px;
  color: white;
  font-weight: normal;
  background: #e61881;
  padding: 10px;
}
#top_infos h2 {
  color: white;
  font-weight: bold;
  font-size: 24px;
  padding: 10px 0;
}
#top_infos p {
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}
#top_infos .part {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
#top_infos .part a:first-child {
  grid-row-start: 2;
  grid-row-start: span 2;
}

#top_recommend_posts {
  margin-top: 40px;
}
#top_recommend_posts h2 {
  background: #3fa9f5;
  color: white;
  border-left: 4px solid white;
  padding-left: 10px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
#top_recommend_posts .tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top_recommend_posts .tabs .tab {
  flex: 1;
  height: 60px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
}
#top_recommend_posts .tabs .tab:hover {
  background: white;
  color: #3fa9f5;
}
#top_recommend_posts .tabs .tab.active {
  background: #3fa9f5;
  border: 1px solid #3fa9f5;
  color: white;
}
#top_recommend_posts .tab-containers .tab-container {
  display: none;
}
#top_recommend_posts .tab-containers .tab-container.active {
  display: block;
}
#top_recommend_posts .tab-containers .tab-container .block-containers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 20px;
  gap: 30px;
}
#top_recommend_posts .tab-containers .tab-container .block {
  padding-bottom: 20px;
  background: url(./../img/seperator.png) no-repeat;
  background-size: 200px auto;
  background-position: bottom center;
}
#top_recommend_posts .tab-containers .tab-container .block-body .date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 10px;
}
#top_recommend_posts .tab-containers .tab-container .block-body .date .time {
  color: white;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
#top_recommend_posts .tab-containers .tab-container .block-body .date .time img {
  width: 18px;
  margin-right: 10px;
}
#top_recommend_posts .tab-containers .tab-container .block-body .date .category {
  background: #e61881;
  color: white;
  font-size: 14px;
  padding: 3px 10px;
}
#top_recommend_posts .tab-containers .tab-container .block-body .title h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: white;
  margin-top: 10px;
}
#top_recommend_posts .tab-containers .tab-container .block-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 36px;
  border: 1px solid white;
  border-radius: 18px;
  color: white;
  font-size: 14px;
  margin: auto;
  margin-top: 30px;
}
#top_recommend_posts .tab-containers .tab-container .block-footer a img {
  width: 6px;
}

#top_features .features-container {
  padding-top: 30px;
}
#top_features .block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid white;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#top_features .block:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#top_features .block-image {
  max-width: 32%;
  width: 100%;
}
#top_features .block-body {
  padding-left: 20px;
  flex: 1;
}
#top_features .block-body .features-container {
  margin-top: 20px;
}
#top_features .block-body h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.6;
  color: white;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  margin-top: 0;
}
#top_features .block-body p {
  color: white;
  line-height: 1.6;
}
#top_features .block-body a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e61881;
  color: white;
  height: 40px;
  border-radius: 20px;
  padding: 5px 30px;
}
#top_features .block-body a img {
  width: 8px;
  margin-left: 10px;
}

#top_concept .concept-container .block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#top_concept .concept-container .block-image {
  max-width: 32%;
  width: 100%;
}
#top_concept .concept-container .block-image img {
  width: 100%;
  height: auto;
}
#top_concept .concept-container .block-body {
  padding-left: 20px;
  flex: 1;
}
#top_concept .concept-container .block-body p {
  margin: 0;
  line-height: 1.6;
}
#top_concept .concept-container .block-body a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  color: white;
  height: 40px;
  border-radius: 20px;
  padding: 5px 30px;
  margin-top: 20px;
}
#top_concept .concept-container .block-body a img {
  width: 8px;
  margin-left: 10px;
}

#top_win_guide .features-container {
  padding-top: 30px;
}
#top_win_guide .block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid white;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#top_win_guide .block:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#top_win_guide .block-image {
  max-width: 32%;
  width: 100%;
}
#top_win_guide .block-body {
  padding-left: 20px;
  flex: 1;
}
#top_win_guide .block-body .features-container {
  margin-top: 20px;
}
#top_win_guide .block-body h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0px;
  line-height: 1.6;
  color: white;
  margin-bottom: 10px;
  margin-top: 0;
  border-bottom: none;
  padding: 0;
  padding-top: 10px;
}
#top_win_guide .block-body h3::before {
  content: none;
}
#top_win_guide .block-body p {
  color: white;
  line-height: 1.6;
}
#top_win_guide .block-body a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e61881;
  color: white;
  height: 40px;
  border-radius: 20px;
  padding: 5px 30px;
}
#top_win_guide .block-body a img {
  width: 8px;
  margin-left: 10px;
}

#top_qa h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top_qa h2 a {
  color: white;
  font-size: 14px;
  display: flex;
  align-items: center;
}
#top_qa h2 a img {
  display: inline-block;
  width: 8px;
  margin-left: 6px;
}
#top_qa .section-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
#top_qa .section-body .block {
  background: url(./../img/qa_bg.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 16px 20px;
}
#top_qa .section-body .block .q {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#top_qa .section-body .block .a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#top_qa .section-body .block .icon {
  font-weight: bold;
  color: white;
  margin-right: 10px;
}
#top_qa .section-body .block .question {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: white;
  margin-left: 10px;
}
#top_qa .section-body .block .answer {
  font-size: 14px;
  line-height: 1.6;
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap; /* Prevents the text from wrapping onto the next line */
  overflow: hidden;
}
#top_qa .section-body .block .link {
  text-align: right;
  margin-top: 10px;
}
#top_qa .section-body .block .link a {
  font-size: 12px;
  color: white;
}
#top_qa .section-body .block .link a::after {
  content: "\f105";
  color: white;
  font-size: 12px;
  font-family: FontAwesome;
  margin-left: 10px;
}

#top_pickup .section-body {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#top_pickup .section-body .block {
  background: url(./../img/seperator.png) no-repeat;
  background-position: bottom center;
  background-size: 200px auto;
  padding-bottom: 20px;
}
#top_pickup .section-body .block-image {
  width: 100%;
}
#top_pickup .section-body .block-image img {
  aspect-ratio: 1200/460;
}
#top_pickup .section-body .block-body {
  padding-top: 20px;
}
#top_pickup .section-body .block-body a {
  color: #3fa9f5;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#top_pickup .section-body .block-body a img {
  width: 8px;
  margin-left: 10px;
}
#top_pickup .section-body .block-body p {
  color: white;
  font-size: 14px;
}

#sidebar1 figure img {
  height: auto !important;
}
#sidebar1 .widget {
  margin-top: 20px;
  background: #0f212e;
  border: 1px solid white;
  margin-bottom: 20px;
}
#sidebar1 .widget .widgettitle {
  background: #e61881;
  padding: 7px 20px;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
#sidebar1 .widget ul {
  padding: 20px;
}
#sidebar1 .widget ul li {
  margin-bottom: 10px;
  position: relative;
}
#sidebar1 .widget ul .rank {
  background: url(./../img/badge1.png) no-repeat;
  width: 36px;
  height: 36px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  left: -10px;
}
#sidebar1 .widget ul .rank2 {
  background-image: url(./../img/badge2.png);
}
#sidebar1 .widget ul .rank3 {
  background-image: url(./../img/badge3.png);
}
#sidebar1 .widget ul .rank4 {
  background-image: url(./../img/badge4.png);
}
#sidebar1 .widget ul .rank5 {
  background-image: url(./../img/badge4.png);
}
#sidebar1 .widget ul a {
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#sidebar1 .widget ul a img {
  width: 8px;
  margin-left: 10px;
}

.box8 p {
  color: #333;
}

.cta-1, .cta-2 {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-1::after, .cta-2::after {
  padding: 0 5px;
  margin-left: 10px;
  font-family: FontAwesome;
  content: "\f105";
}

.w-120 {
  display: inline-block;
  width: 120px;
}

.casino-rating-table td, .casino-rating-table th, .wp-block-flexible-table-block-table td, .wp-block-flexible-table-block-table th {
  height: 60px;
  background: none !important;
  border: 1px solid white !important;
}
.casino-rating-table td .haiiro, .casino-rating-table th .haiiro, .wp-block-flexible-table-block-table td .haiiro, .wp-block-flexible-table-block-table th .haiiro {
  width: 120px;
  display: inline-block;
}
.casino-rating-table td .sgb-label-accent-c, .casino-rating-table td .sgb-label-main-c, .casino-rating-table th .sgb-label-accent-c, .casino-rating-table th .sgb-label-main-c, .wp-block-flexible-table-block-table td .sgb-label-accent-c, .wp-block-flexible-table-block-table td .sgb-label-main-c, .wp-block-flexible-table-block-table th .sgb-label-accent-c, .wp-block-flexible-table-block-table th .sgb-label-main-c {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.casino-rating-table td.cell_pays, .casino-rating-table th.cell_pays, .wp-block-flexible-table-block-table td.cell_pays, .wp-block-flexible-table-block-table th.cell_pays {
  background: #aeaeae !important;
}
.casino-rating-table td.cell_pays img, .casino-rating-table th.cell_pays img, .wp-block-flexible-table-block-table td.cell_pays img, .wp-block-flexible-table-block-table th.cell_pays img {
  width: auto !important;
  margin-right: 10px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.casino-rating-table.current_price td .keiko_yellow, .wp-block-flexible-table-block-table.current_price td .keiko_yellow {
  color: #e61881;
  font-size: 24px;
  font-weight: bold;
  background: none;
}

.inline-rate-star-empty {
  color: white !important;
}

.box6 {
  border: none;
  background: #0f212e;
}

.article_img img {
  height: auto !important;
}

.article_content {
  padding-top: 20px;
}
.article_content .artilce_date {
  color: white;
  font-size: 12px;
}
.article_content .artilce_date .archive_cat {
  background: #e61881;
  padding: 5px 10px;
  margin-left: 20px;
}
.article_content .article_ttl {
  font-size: 16px;
  color: white;
  font-weight: bold;
  margin-top: 10px;
}

.entry-content table thead th {
  border: 1px solid white;
  background: #0f212e;
  color: white;
  height: 50px;
  padding: 3px 20px;
  text-align: center;
}
.entry-content table thead td {
  border: 1px solid white;
  background: #0f212e;
  height: 50px;
  padding: 3px 20px;
  color: white;
  text-align: center;
}
.entry-content table tbody th {
  border: 1px solid white;
  background: #0f212e;
  padding: 3px 20px;
  color: white;
  text-align: left;
  min-height: 50px;
}
.entry-content table tbody td {
  border: 1px solid white;
  color: white;
  padding: 3px 20px;
  text-align: left;
  min-height: 50px;
}

.breadcrumbs {
  margin-top: 148px;
  margin-bottom: 20px;
}

#breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 10px;
}

#breadcrumb ul li {
  color: white;
  font-size: 14px;
}

/* #breadcrumb ul li::after {
    content: "/";
    color: white;
    margin-left: 10px;
} */
#breadcrumb li::after {
  padding: 0 5px;
  color: #b7b7b7;
  font-family: FontAwesome;
  content: "\f105";
}

#breadcrumb li:last-child::after {
  content: none;
}

#breadcrumb ul li a {
  color: white;
  font-size: 14px;
}

#breadcrumb ul li > span {
  color: #bdbdbd;
  font-size: 14px;
}

#breadcrumb li:first-child a::before {
  padding-right: 5px;
  font-family: FontAwesome;
  font-size: 1.1em;
  font-weight: 400;
  content: "\f015";
}

h1 {
  margin-bottom: 20px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}

#inner-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.post-thumbnail img {
  height: auto !important;
}

.ez-toc-title-container p.ez-toc-title {
  color: #333;
  font-weight: bold;
}

.btn.flat1 {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d9;
  color: black;
  font-weight: normal;
}
.btn.flat2 {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #ffc107 0, #f76a35 100%);
  color: black;
  font-weight: normal;
}

.page-content .box6 {
  padding: 40px;
}

.small_casino tr td {
  border: none !important;
  background: none !important;
  border-bottom: 1px solid white !important;
}
.small_casino tr td:first-child {
  line-height: 40px;
  max-width: 40%;
}
.small_casino tr td .sgb-label-main-c {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: auto;
  font-weight: bold;
  color: #FF0080;
  font-size: 15px;
  background: none;
}
.small_casino tr td .sng-inline-secondary-btn {
  height: 40px;
  border-radius: 20px;
  width: 100%;
  display: flex;
  background: linear-gradient(45deg, #ffc107 0, #f76a35 100%);
  color: white;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.small_casino tr td .sng-inline-secondary-btn:hover {
  background: #d9d9d9;
  color: black;
}
.small_casino tr td .sng-inline-secondary-btn::after {
  font-family: FontAwesome;
  content: "\f101";
  font-weight: 900;
  margin-left: 10px;
}
.small_casino tr td .sng-inline-btn {
  height: 40px;
  border-radius: 20px;
  width: 100%;
  display: flex;
  border: 1px solid white;
  background: none;
  color: white;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.small_casino tr td .sng-inline-btn:hover {
  background: #3fa9f5;
}
.small_casino tr td .sng-inline-btn::after {
  font-family: FontAwesome;
  content: "\f101";
  font-weight: 900;
  margin-left: 10px;
}
.small_casino tr td img {
  margin-right: 10px;
  width: 40px;
}

.free_bonus_template .sgb-box-simple__body {
  background: none !important;
}
.free_bonus_template .sgb-box-simple__body .wp-block-flexible-table-block-table {
  margin: 20px 0;
}
.free_bonus_template .sgb-box-simple__body .sgb-label-main-c {
  display: inline-flex;
  width: auto;
  color: #FF0080;
  background: none;
}
.free_bonus_template .sgb-box-simple__body .wp-block-image img {
  width: 100%;
}
.free_bonus_template .sgb-box-simple__body .favorite_list {
  margin-bottom: 20px;
}
.free_bonus_template .sgb-box-simple__body .favorite_list li {
  list-style: none;
}
.free_bonus_template .sgb-box-simple__body .favorite_list li::before {
  content: "\f164";
  display: inline-block;
  margin-right: 10px;
  font-family: FontAwesome;
}
.free_bonus_template .sgb-box-simple__body .guide_list li {
  list-style: none;
}
.free_bonus_template .sgb-box-simple__body .sng-inline-secondary-btn {
  height: 40px;
  border-radius: 20px;
  width: 100%;
  display: flex;
  background: linear-gradient(45deg, #ffc107 0, #f76a35 100%);
  color: white;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.free_bonus_template .sgb-box-simple__body .sng-inline-secondary-btn:hover {
  background: #d9d9d9;
  color: black;
}
.free_bonus_template .sgb-box-simple__body .sng-inline-secondary-btn::after {
  font-family: FontAwesome;
  content: "\f101";
  font-weight: 900;
  margin-left: 10px;
}
.free_bonus_template .sgb-box-simple__body .cubic2 {
  height: 40px;
  border-radius: 20px;
  width: 100%;
  display: flex;
  border: 1px solid white;
  background: none;
  color: white;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.free_bonus_template .sgb-box-simple__body .cubic2:hover {
  background: #3fa9f5;
}
.free_bonus_template .sgb-box-simple__body .cubic2::after {
  font-family: FontAwesome;
  content: "\f101";
  font-weight: 900;
  margin-left: 10px;
}

.main-content {
  width: 69%;
}

aside {
  width: 275px;
  margin-left: 30px;
}

.small_casino tr td {
  font-size: 14px;
  padding: 0;
}
.small_casino tr td:first-child {
  max-width: 50%;
  width: auto;
}

.casino_ranking_block .management_table td img {
  width: 40px !important;
  margin-right: 6px;
}
.casino_ranking_block .management_table td .sgb-label-accent-c {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0.5em 1em;
  font-size: 14px;
  border-radius: 20px;
  line-height: 40px;
  height: 40px;
}
.casino_ranking_block .management_table td:first-child {
  width: 200px;
  text-align: center;
}

.w_b_name {
  font-size: 14px !important;
  color: white;
  padding-top: 10px !important;
}

.entry-content div#ez-toc-container {
  padding: 30px;
  background: #0f212e;
  border: 1px solid white;
}
.entry-content div#ez-toc-container p.ez-toc-title {
  color: white;
}
.entry-content div#ez-toc-container p {
  color: white;
}
.entry-content div#ez-toc-container nav ul li a {
  color: white;
}
.entry-content div#ez-toc-container .ez-toc-toggle label svg {
  fill: white !important;
  color: white !important;
}/*# sourceMappingURL=style.css.map */