@charset "UTF-8";
/* 2022テンプレート用 */
/* 追加 */
.casino_head_title {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 15px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #f1ecec;
}
.casino_head_tag_wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 5px;
}
.casino_head_tag {
  width: 9.6em;
  padding: 1px;
  color: #c98715;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  border: 1px solid currentColor;
}
.casino_head_tag.clr_gray {
  color: #b9b9b9;
}
.casino_head_info {
  margin-top: 30px;
}
.casino_head_info_txt {
  margin-top: 15px;
  padding-bottom: 10px;
  border: 1px solid currentColor;
}
.casino_head_info_title {
  padding: 2px;
  background-color: currentColor;
}
.casino_head_info_title h2 {
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.casino_head_info_data, .casino_head_info_total {
  margin: 0 12px;
  font-size: 1.2rem;
}
.casino_head_info_data > div, .casino_head_info_total > div {
  display: flex;
  align-items: center;
}
.casino_head_info_data dt, .casino_head_info_total dt, .casino_head_info_data dd, .casino_head_info_total dd {
  flex-shrink: 0;
}
.casino_head_info_data dd i, .casino_head_info_total dd i {
  margin-left: 8px;
  font-size: 1rem;
}
.casino_head_info_data {
  margin-top: 10px;
}
.casino_head_info_data > div::after {
  content: "";
  order: 2;
  flex-grow: 1;
  display: block;
  width: 1em;
  height: 1px;
  background-color: #e8e8e8;
}
.casino_head_info_data > div:not(:last-child) {
  margin-bottom: 5px;
}
.casino_head_info_data dt {
  order: 1;
  margin-right: 5px;
}
.casino_head_info_data dd {
  order: 3;
  color: #ff8e37;
}
.casino_head_info_total {
  margin-top: 9px;
  padding-top: 10px;
  color: #fb4949;
  border-top: 1px dashed #b9b9b9;
}
.casino_head_info_total dt {
  margin-right: auto;
  padding: 2px 8px 6px;
  font-weight: bold;
  border: 1px solid currentColor;
}
.casino_head_info_total dd {
  margin-left: 11px;
}
.casino_head_info_total dd .num {
  font-size: 2.2rem;
  font-weight: bold;
}
.casino_head_btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.casino_head_btn {
  width: 100%;
  max-width: 300px;
  height: 60px;
}
.casino_head_btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 39px;
  overflow: hidden;
  position: relative;
}
.casino_head_btn a i {
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.casino_head_btn_name {
  font-size: 1.2rem;
}
.casino_head_btn.btn_guide a {
  color: #657aff;
  border: 1px solid #657aff;
}
.casino_head_btn.btn_guide a:hover {
  color: #fff;
  background-color: #657aff;
}
.casino_head_btn.btn_casino a {
  color: #fff;
  background: linear-gradient(90deg, #f70 0%, #f09 100%);
}
.casino_head_btn.btn_casino a:hover {
  color: #f09;
  background: #fff;
  border: 1px solid currentColor;
}
.page_common_summary h2 {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
  .casino_head_title {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
  .casino_head_tag_wrap {
    gap: 8px;
  }
  .casino_head_info {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
    margin-top: 15px;
  }
  .casino_head_info_img {
    flex-shrink: 0;
    width: 300px;
  }
  .casino_head_info_txt {
    flex-grow: 1;
    margin-top: 0;
  }
  .casino_head_btn_wrap {
    flex-direction: row;
  }
  .casino_head_btn {
    max-width: 280px;
    height: 72px;
  }
  .casino_head_btn a {
    padding: 15px 25px 15px 5px;
  }
  .casino_head_btn a i {
    right: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .casino_head_title {
    margin-top: 15px;
  }
  .casino_head_info_img {
    width: 440px;
  }
  .casino_head_btn {
    max-width: 320px;
    height: 78px;
  }
  .casino_head_btn a {
    padding: 15px 19px 22px 5px;
  }
  .casino_head_btn a i {
    right: 24px;
  }
}
/* サポート対応時間 */
.casino_support {
  margin-top: 30px;
  border: 1px solid currentColor;
  border-radius: 10px;
  overflow: hidden;
}
.casino_support .box_ttl {
  padding: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background-color: currentColor;
}
.casino_support .box_ttl span {
  color: #fff;
}
.casino_support_info {
  font-size: 1.4rem;
}
.casino_support_info > div:not(:first-child) {
  border-top: 1px dashed #7b7b7b;
}
.casino_support_info dt i {
  margin-right: 9px;
  font-size: 2.3rem;
  vertical-align: middle;
}
.casino_support_info dt span {
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .casino_support_info {
    padding: 0 1.33rem;
  }
  .casino_support_info > div {
    padding: 1.33rem 5px;
  }
  .casino_support_info dt {
    margin-bottom: 1.33rem;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .casino_support_info {
    margin-top: 8px;
    padding: 0 1rem;
  }
  .casino_support_info > div {
    display: flex;
    align-items: center;
    padding: 6px 0 1.5rem;
  }
  .casino_support_info > div.tel {
    display: none;
  }
  .casino_support_info dt {
    flex-shrink: 0;
    width: 26%;
  }
}
@media (max-width: 599px) {
  .casino_support .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .casino_support .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .casino_support .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .casino_support .hidden-lg {
    display: none !important;
  }
}
/* 会社情報 */
.casino_company_info {
  margin-top: 30px;
  border: 1px solid currentColor;
  border-radius: 10px;
  overflow: hidden;
}
.casino_company_info:not(:last-child) {
  margin-bottom: 40px;
}
.casino_company_info > div {
  display: flex;
  flex-wrap: wrap;
}
.casino_company_info > div:not(:last-child) {
  background-image: linear-gradient(to right, #7b7b7b, #7b7b7b 2px, transparent 2px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.casino_company_info dt, .casino_company_info dd {
  font-size: 1.4rem;
  line-height: 1.71;
}
.casino_company_info dt {
  font-weight: bold;
}
.casino_company_info dd {
  margin-left: auto;
}
.casino_company_info .gmap_wrap {
  padding: 1em 0;
}
.casino_company_info .gmap {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  background-color: #e2e2e2;
}
.casino_company_info .gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .casino_company_info {
    padding: 1.33rem;
  }
  .casino_company_info > div {
    padding: 1.33rem 0;
  }
  .casino_company_info dd {
    width: 70%;
  }
  .casino_company_info .gmap_wrap {
    width: 100%;
  }
  .casino_company_info .gmap {
    padding-top: 52%;
  }
}
@media screen and (min-width: 600px) {
  .casino_company_info {
    padding: 1rem;
  }
  .casino_company_info > div {
    padding: 1rem 0;
  }
  .casino_company_info dt {
    flex-shrink: 0;
    padding-left: 1.1rem;
  }
  .casino_company_info dd {
    width: 79%;
  }
  .casino_company_info .gmap {
    max-width: 55.4rem;
    padding-top: 43%;
  }
}
/* 口コミ */
.casino_reviews:not(:last-child) {
  margin-bottom: 20px;
}
.casino_reviews .reviews_box_s:not(:last-child) {
  margin-bottom: 20px;
}
.casino_reviews .review {
  display: flex;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
}
.casino_reviews .review:not(:first-child) {
  margin-top: 20px;
}
.casino_reviews .review figure {
  flex-shrink: 0;
  width: 32%;
  margin-right: 5px;
}
.casino_reviews .review .txtbox {
  flex-grow: 1;
  padding: 9px 7px;
  border-radius: 7px;
}
.casino_reviews .review .txtbox p {
  font-size: 1.4rem;
}
.casino_reviews .good .review {
  border-color: #ff8e37;
}
.casino_reviews .good .txtbox {
  background-color: #ffefe2;
}
.casino_reviews .good .review_ttl {
  color: #ff8e37;
}
.casino_reviews .bad .review {
  border-color: #4474cc;
}
.casino_reviews .bad .txtbox {
  background-color: #e2ecff;
}
.casino_reviews .bad .review_ttl {
  color: #4474cc;
}
@media screen and (max-width: 599px) {
  .casino_reviews .review {
    padding: 1.47rem;
  }
  .casino_reviews .review:not(:last-child) {
    margin-bottom: 1.33rem;
  }
  .casino_reviews .review .txtbox {
    min-height: 16.13rem;
  }
  .casino_reviews .review .txtbox .txt {
    font-size: 1.47rem;
  }
  .casino_reviews .review_ttl {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .casino_reviews .review {
    padding: 1.1rem;
  }
  .casino_reviews .review figure {
    max-width: 10rem;
  }
  .casino_reviews .review .txtbox {
    min-height: 1.21rem;
  }
  .casino_reviews .review .txtbox .txt {
    font-size: 1.1rem;
  }
  .casino_reviews .review_ttl {
    font-size: 1.2rem;
  }
}
/* よくある質問 */
.faq_wrap {
  border: 1px solid currentColor;
  border-radius: 10px;
  overflow: hidden;
}
.faq_wrap .faq_list > dl:not(:last-child) {
  background-image: linear-gradient(to right, #7b7b7b, #7b7b7b 2px, transparent 2px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.faq_wrap .faq_list dt {
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.faq_wrap .faq_list dt i {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.faq_wrap .faq_list dt .fa-arrow-square-right {
  color: #2887eb;
  opacity: 1;
}
.faq_wrap .faq_list dt .fa-arrow-square-down {
  color: #28b100;
  opacity: 0;
}
.faq_wrap .faq_list .active dt .fa-arrow-square-right {
  opacity: 0;
}
.faq_wrap .faq_list .active dt .fa-arrow-square-down {
  opacity: 1;
  color: #28b100;
}
.faq_wrap .faq_list dd {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
}
.js-faq_box dt {
  position: relative;
}
.js-faq_box dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 7.5px);
  width: 17px;
  height: 17px;
  background: url(../img/icon-square-right.svg) no-repeat center center;
  background-size: contain;
  transition: transform 0.2s;
}
.js-faq_box.is-open dt:after {
  transform: rotate(90deg);
  transition: transform 0.2s;
  background-image: url(../img/icon-square-right-green.svg);
}
.js-faq_box.is-open dd {
  max-height: 1000px;
  transition: max-height 0.4s;
  font-size: 1.4rem;
}
.faq_list dd .blue {
  color: #2887eb;
}
@media screen and (max-width: 599px) {
  .faq_wrap {
    margin-bottom: 4rem;
    padding: 1.33rem;
  }
  .faq_wrap .faq_list > dl {
    padding: 1.33rem 0;
  }
  .faq_wrap .faq_list dt {
    padding-right: 2.5em;
  }
  .faq_wrap .faq_list dd {
    padding-top: 1.46em;
  }
}
@media screen and (min-width: 600px) {
  .faq_wrap {
    margin-bottom: 5.8rem;
    padding: 2rem 1rem;
  }
  .faq_wrap .faq_list {
    font-size: 1.5rem;
  }
  .faq_wrap .faq_list > dl {
    padding: 1.3rem 1rem;
  }
  .faq_wrap .faq_list dt {
    padding: 0 2.5em 0 0;
    font-size: 1.6rem;
  }
  .faq_wrap .faq_list dd {
    padding-top: 0.67em;
  }
}
/* 俯瞰表 */
.fukan_h2 {
  font-size: 1.6rem !important;
  font-weight: bold;
  background-color: #E7E9F1;
  text-align: center;
  padding: 10px 0;
  margin: 45px 0 20px !important;
}
.fukan_warp {
  margin: 0 15px 30px;
}
.fukan_sub-h {
  font-size: 1.4rem !important;
  font-weight: bold;
  background-color: #DDD9E6;
  text-align: center;
  margin-bottom: 10px;
  padding: 2px 0;
}
.fukan_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fukan_pay_l p {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 28px;
  width: 65px;
  text-align: center;
  margin: 0 15px 0 0;
}
.bg_orange {
  background-color: #FFAE78;
}
.bg_green {
  background-color: #55D673;
}
.fukan_pay_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.fukan_pay_r figure {
  margin: 0 0 5px 5px !important;
}
.fukan_pay_r img {
  height: 28px;
  max-width: 68px;
  border: 1px solid #ccc;
  padding: 0 3px;
}
.fukan_warp hr {
  border-width: 1px 0px 0px 0px;
  border-color: #a1a1a1;
  margin: 5px 0 10px;
}
.fukan_bonus1 dt, .fukan_bonus2 dt {
  background-color: #F2EFE7;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  align-items: center;
  max-width: 140px;
  line-height: 2;
}
.fukan_bonus1 dd, .fukan_bonus2 dd {
  font-size: 1.4rem;
  font-weight: 700;
}
.fukan_bonus1 dd {
  margin: 15px 0;
}
.fukan_bonus2 dd {
  margin: 10px 0;
  text-indent: -0.85em;
  padding-left: 0.85em;
}
.fukan_bonus2 dd:before {
  font-family: "fa";
  content: "";
  margin-right: 5px;
}
.fukan_bonus_t1 {
  font-size: 1.8rem;
  color: #FF0066;
  padding: 0 3px;
}
.fukan_bonus_cwconly {
  font-size: 1.2rem;
  background-color: #657AFF;
  color: #fff;
  vertical-align: top;
  display: inline-block;
  line-height: 2;
  padding: 0 10px;
  margin-left: 15px;
  position: relative;
}
.fukan_bonus_cwconly::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -5px;
  top: 6px;
  border-right: 8px solid #657AFF;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.fukan_bonus_t3 {
  color: #FF0066;
}
.fukan_bonus_limit {
  background-color: #cf3b24;
  border-radius: 10px;
  color: #fff;
  font-size: 1.2rem;
  padding: 1px 8px 0px 20px;
  display: inline-block;
  margin-left: 10px;
}
.fukan_info {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 15px 0 20px;
}
.fukan_info dt, .fukan_info dd {
  font-size: 1.4rem;
}
.fukan_info dt {
  background-color: #F2EFE7;
  box-shadow: 0 0 0 1px #A19A9E !important;
  font-weight: bold;
  width: 37%;
  text-align: center;
  padding: 4px 0;
}
.fukan_info dd {
  background-color: #fff;
  box-shadow: 0 0 0 1px #A19A9E !important;
  width: 63%;
  padding: 4px 10px;
}
.fukan_merit {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 15px 10px;
}
.fukan_merit h2 {
  font-size: 1.4rem;
  text-align: center;
  background-color: #333;
  border-radius: 15px;
  color: #fff;
  padding: 7px 0;
  margin: 0 auto 10px;
  max-width: 300px;
}
.fukan_merit ul {
  padding: 0 !important;
}
.fukan_merit li {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.fukan_merit li::before {
  font-family: "fa";
  content: "";
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .fukan_bonus_t3 {
    font-size: 1.6rem;
    padding: 0 3px;
  }
}
@media screen and (min-width: 600px) {
  .fukan_pay_r figure {
    margin: 0 0 5px 10px !important;
  }
  .fukan_bonus1, .fukan_bonus2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .fukan_bonus1 dt, .fukan_bonus2 dt {
    width: 22%;
    margin-bottom: 15px;
  }
  .fukan_bonus1 dd, .fukan_bonus2 dd {
    width: 78%;
  }
  .fukan_bonus1 dd {
    line-height: 2;
    margin: 0;
  }
  .fukan_bonus2 dt {
    height: 28px;
  }
  .fukan_bonus2 dd {
    margin: 0 0 0 auto;
    vertical-align: middle;
    line-height: 2;
  }
  .fukan_bonus2 dd:nth-of-type(2) {
    margin-top: -15px !important;
  }
  .pc_mb {
    margin-bottom: 15px !important;
  }
  .fukan_info {
    margin: 25px 0 20px;
  }
  .fukan_info dt {
    width: 18%;
  }
  .fukan_info dd {
    width: 32%;
  }
  .fukan_merit {
    padding: 15px 20px;
  }
  .fukan_merit h2 {
    font-size: 1.6rem;
    padding: 7px 0;
    max-width: 320px;
    margin-bottom: 15px;
  }
  .fukan_merit li {
    font-size: 1.6rem;
    text-indent: -1.95em;
    padding-left: 1.95em;
  }
  .fukan_merit li::before {
    margin-right: 15px;
  }
}
/* カジノap */
.cap_wrap {
  border: 1px solid #FFA627;
  padding: 10px 10px;
  margin: 0 0 20px;
  position: relative;
}
.cap_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #FFA627 #fff0 #FFA627;
}
.cap_main {
  background-color: #F8F8F8;
  padding: 25px 15px 15px;
}
.cap_cont2 p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.cap_cont2 p:first-child {
  font-weight: bold;
  margin-bottom: 15px;
}
.cap_btn {
  display: block;
  background-color: #FFA627;
  border: 1px solid #FFA627;
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  margin: 10px auto 5px;
  padding: 10px 0;
  max-width: 305px;
}
.cap_btn::after {
  font-family: "fa";
  content: "";
  margin-left: 20px;
}
.cap_btn:hover {
  background-color: #ffffff;
  border: 1px solid #FFA627;
  color: #FFA627;
}
@media screen and (max-width: 600px) {
  .cap_cont1 figure {
    max-width: 85%;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 600px) {
  .cap_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 10px;
  }
  .cap_cont1 {
    width: 32%;
  }
  .cap_cont2 {
    width: 68%;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .cap_cont2 p:nth-of-type(1), .cap_cont2 p:nth-of-type(2) {
    margin-bottom: 10px;
  }
  .cap_cont1 figure {
    margin: 0 auto 0px;
  }
  .cv_btn {
    margin-top: 0;
  }
}
/* ランキングリンク */
.rankap_wrap {
  background-color: #FFFAF6;
  border: 1px solid #CF5231;
  padding: 15px;
  margin: 0 0 30px;
}
.rankap_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.rankap_cont1 {
  width: 15%;
}
.rankap_cont1 figure {
  margin-bottom: 0;
}
.rankap_cont2 {
  width: 85%;
  padding-left: 20px;
}
.rankap_cont2 a, .rankap_cont2 p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.rankap_cont2 p {
  margin-top: 10px;
}
.rankap_cont2 a {
  color: #657AFF;
  font-weight: bold;
  text-decoration: underline;
}
.rankap_cont2 a:hover {
  text-decoration: none;
}
.rankap_cont2 a::after {
  font-family: "fa";
  content: "";
  margin-left: 5px;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .rankap_cont1 {
    width: 14%;
  }
  .rankap_cont2 {
    width: 86%;
  }
}
/* カジノ親ファーストビューユニット（トータルのみ） */
.casino_head_info_02 {
  margin-top: 30px;
}
.casino_head_info_02_txt {
  margin: 15px 0 15px;
  padding-bottom: 10px;
  border: 1px solid currentColor;
}
.casino_head_info_02_title {
  padding: 0;
  background-color: currentColor;
}
.casino_head_info_02_title p {
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.casino_head_info_02_total {
  margin: 0 12px;
  font-size: 1.2rem;
}
.casino_head_info_02_total > div {
  display: flex;
  align-items: center;
}
.casino_head_info_02_total dt, .casino_head_info_02_total dd {
  flex-shrink: 0;
}
.casino_head_info_02_total dd i {
  margin-left: 8px;
  font-size: 1rem;
}
.casino_head_info_02_total {
  padding-top: 0;
  color: #fb4949;
}
.casino_head_info_02_total dt {
  margin-right: auto;
  padding: 3px 8px;
  font-weight: bold;
  border: 1px solid currentColor;
}
.casino_head_info_02_total dd {
  margin: 0 auto;
}
.casino_head_info_02_total dd .num {
  font-size: 2.2rem;
  font-weight: bold;
}
/* カジノ親ファーストビューユニット（PC版W100） */
.casino_head_info_w100 {
  margin-top: 30px;
}
.casino_head_info_txt_w100 {
  margin-top: 30px;
  padding-bottom: 10px;
  border: 1px solid currentColor;
}
.casino_head_info_title_w100 {
  padding: 2px;
  background-color: currentColor;
}
.casino_head_info_title_w100 h2 {
  margin: 4px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.casino_head_info_data_w100, .casino_head_info_total_w100 {
  margin: 0 12px;
  font-size: 1.2rem;
}
.casino_head_info_data_w100 > div, .casino_head_info_total_w100 > div {
  display: flex;
  align-items: center;
}
.casino_head_info_data_w100 dt, .casino_head_info_total_w100 dt, .casino_head_info_data_w100 dd, .casino_head_info_total_w100 dd {
  flex-shrink: 0;
}
.casino_head_info_data_w100 dd i, .casino_head_info_total_w100 dd i {
  margin-left: 8px;
  font-size: 1rem;
}
.casino_head_info_data_w100 {
  margin-top: 10px;
}
.casino_head_info_data_w100 > div::after {
  content: "";
  order: 2;
  flex-grow: 1;
  display: block;
  width: 1em;
  height: 1px;
  background-color: #e8e8e8;
}
.casino_head_info_data_w100 > div:not(:last-child) {
  margin-bottom: 5px;
}
.casino_head_info_data_w100 dt {
  order: 1;
  margin-right: 5px;
}
.casino_head_info_data_w100 dd {
  order: 3;
  color: #ff8e37;
}
.casino_head_info_total_w100 {
  margin-top: 9px;
  padding-top: 10px;
  color: #fb4949;
  border-top: 1px dashed #b9b9b9;
}
.casino_head_info_total_w100 dt {
  margin-left: auto;
  padding: 2px 8px;
  font-weight: bold;
  border: 1px solid currentColor;
}
.casino_head_info_total_w100 dd {
  margin-left: 30px;
}
.casino_head_info_total_w100 dd .num {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .casino_head_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .casino_head_half {
    width: 45%;
    margin: 0 15px;
  }
  .casino_head_score {
    margin: 0 15px 0 20px !important;
  }
}
/* カジノ親ファーストビューユニット用ボタン */
.casino_head_btn_02 {
  width: 100%;
  max-width: 94%;
  height: 60px;
  margin: 0px auto 13px;
}
.casino_head_btn_02_name {
  font-size: 1.2rem;
}
.casino_head_btn_02 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 39px;
  overflow: hidden;
  position: relative;
}
.casino_head_btn_02 a i {
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.casino_head_btn_02.btn_guide_02 a {
  color: #657aff;
  border: 1px solid #657aff;
}
.casino_head_btn_02.btn_guide_02 a:hover {
  color: #fff;
  background-color: #657aff;
}
.casino_head_btn_02.btn_casino_02 a {
  color: #fff;
  background: linear-gradient(90deg, #f70 0%, #f09 100%);
}
.casino_head_btn_02.btn_casino_02 a:hover {
  color: #f09;
  background: #fff;
  border: 1px solid currentColor;
}
@media screen and (min-width: 600px) {
  .casino_head_info_02 {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
    margin-top: 15px;
  }
  .casino_head_info_02_img {
    flex-shrink: 0;
    width: 60%;
  }
  .casino_head_btn_02_wrap {
    max-width: 100%;
    width: 40%;
  }
  .casino_head_info_02_txt {
    margin-top: 0;
    margin-bottom: 13px;
  }
  .casino_head_btn_02 {
    max-width: 100%;
    height: 72px;
  }
  .casino_head_btn_02 a {
    padding: 15px 25px 15px 5px;
  }
  .casino_head_btn_02 a i {
    right: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .casino_head_info_02_img {
    width: 440px;
  }
  .casino_head_btn_02_wrap {
    max-width: 100%;
    width: 280px;
  }
  .casino_head_btn_02 {
    max-width: 100%;
    width: 280px;
    height: 60px;
  }
  .casino_head_btn_02 a {
    padding: 8px 20px 22px 5px;
  }
  .casino_head_btn_02 a i {
    right: 24px;
  }
}
/* ボーナス解説エリア */
.casino_bonus_mokuji {
  border: #FF8000 2px solid;
  position: relative;
  padding: 35px 20px 10px;
  margin: 30px 3%;
}
.casino_bonus_mokuji p {
  text-align: center;
  position: absolute;
  left: 20px;
  top: -15px;
  background-color: #FF8000;
  color: #fff;
  font-weight: 500;
  padding: 0 15px;
}
.casino_bonus_mokuji p::before {
  font-family: "fa";
  content: "";
  margin-right: 8px;
}
.casino_bonus_mokuji a {
  color: #2887EB;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: underline;
}
.casino_bonus_mokuji a:hover {
  text-decoration: none !important;
}
.casino_bonus_mokuji li {
  margin-bottom: 7px;
  position: relative;
}
.casino_bonus_mokuji li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  left: -25px;
  display: inline-block;
  background-color: #FF8000;
  border-radius: 50%;
}
.casino_bonus_mokuji li span {
  background-color: #FF0692;
}
.casino_bonus_mokuji li span::before {
  border-right: 8px solid #FF0692;
}
.casino_bonus_point {
  border: solid 1px #FFA100;
  background-color: #FFF9EF;
  padding: 15px;
  margin: 30px 3%;
}
.casino_bonus_point p {
  font-size: 1.4rem !important;
  font-weight: bold;
  color: #542700;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.casino_bonus_point p::before {
  font-family: "fa";
  content: "";
  margin-right: 5px;
  color: #FFA100;
}
.casino_bonus_point a {
  color: #657AFF !important;
}
.th_orange {
  background-color: #FEEEDE;
}
.bonus_wd_terms {
  background-color: #F8F7F8;
  padding: 5px 15px 15px;
  margin-bottom: 30px;
}
.bonus_wd_terms p:first-child {
  margin: 10px auto 20px !important;
  background-color: #fff;
  border: 1px solid #FF8000;
  border-radius: 20px;
  color: #FF8000;
  font-weight: bold;
  max-width: 300px;
  padding: 0 10px;
  text-align: center;
  line-height: 2 !important;
}
.bonus_wd_terms p:first-child::before {
  font-family: "fa";
  content: "";
  margin-right: 8px;
  color: #FFA100;
}
.bonus_wd_terms p {
  margin-bottom: 15px;
}
.bonus_wd_terms dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}
.bonus_wd_terms dt, .bonus_wd_terms dd {
  font-size: 1.4rem;
  padding: 10px 10px !important;
}
.bonus_wd_terms dt {
  background-color: #FEEEDE;
  box-shadow: 0 0 0 1px #A19A9E !important;
  font-weight: bold;
  width: 30%;
  text-align: center;
}
.bonus_wd_terms dd {
  background-color: #fff;
  box-shadow: 0 0 0 1px #A19A9E !important;
  width: 70%;
}
.bonus_wd_terms ul {
  margin: 25px 0 0;
}
.bonus_wd_terms li {
  font-size: 1.4rem !important;
  margin-bottom: 7px;
  position: relative;
}
.bonus_wd_terms li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 12px;
  left: -20px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
}
.bonus_type {
  border: solid 2px #509EFF;
  border-radius: 10px;
  padding: 40px 20px 5px;
  position: relative;
  margin: 40px 0;
}
.bonus_type p:first-child {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: -60px auto 0;
  max-width: 300px;
  color: #fff;
  background-color: #509EFF;
  padding: 4px;
}
.bonus_type p:first-child::before {
  font-family: "fa";
  content: "";
  margin-right: 8px;
}
.bonus_type p {
  margin-bottom: 15px;
}
.bonus_tejun {
  position: relative;
  margin: 40px auto;
}
.bonus_tejun p.bonus_tejun_h {
  background-color: #F3F3F3;
  border: 1px solid #B5B5B5;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  max-width: 330px;
  margin: 0 auto 25px;
  line-height: 2;
}
.bonus_tejun p.bonus_tejun_h::before {
  font-family: "fa";
  content: "";
  margin-right: 8px;
}
.bonus_tejun div.bonus_tejun_step {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.bonus_tejun div.bonus_tejun_step div {
  width: 100%;
  border: 1px solid #B5B5B5;
  margin-bottom: 15px;
}
.bonus_tejun div.bonus_tejun_step div p {
  font-size: 1.4rem !important;
  font-weight: bold;
  line-height: 1.5;
}
.bonus_tejun div.bonus_tejun_step div p:first-child {
  background-color: #FEEEDE;
  color: #FF8000;
  text-align: center;
  line-height: 2;
}
.bonus_tejun div.bonus_tejun_step div p:nth-of-type(2) {
  padding: 10px;
}
.bonus_tejun div.bonus_tejun_step div span {
  background-color: #EEFF00;
  color: #FF0692;
}
@media screen and (min-width: 600px) {
  .bonus_tejun div.bonus_tejun_step div {
    width: 80%;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 1024px) {
  .bonus_tejun div.bonus_tejun_step div {
    width: 32%;
    margin: 0 5px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .ap_w350 {
    max-width: 350px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.casino-winnersclub.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fcasino-detail.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FND%3BAAoOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAjTD%3BAAsTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAApYD%3BAA0YA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAtdD%3BAA2dA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAA5kBD%3BAAilBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAA70BF%3BAAm1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAh6BF%3BAAq6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAn9BF%3BAAy9BA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAxgCA%3BAA8gCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAnmCF%3BAAymCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAvsCF%3BAA6sCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAACE%3BAAAA%3BAAAA%3BAAAA%22%7D */