﻿
* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  font-size: 62.5%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333333;
}
body {
  font-size: 1rem;
  background: #EFEFEF;
}
a {
  text-decoration: none;
}
p a, dl a {
  color: #657AFF;
  text-decoration: underline;
}
p a:hover, dl a:hover {
  text-decoration: none;
}
:focus {
  border: none;
  outline: none;
}
li {
  list-style: none;
}
input, img {
  outline: none;
  border: none;
}
button {
  border: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
}
.sp, .tb, .pc {
  display: none;
}
#gototop-btn {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  bottom: 95px;
  right: 20px;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background: #BB966C;
  z-index: 10;
  font-size: 1rem;
  justify-content: center;
  color: #fff;
}
#gototop-btn i {
  margin: 0 auto;
  font-size: 2.8rem;
  display: block;
  width: 100%;
  height: 28px;
  position: absolute;
  bottom: 50%;
}
#gototop-btn span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: 10px;
}
#header-top {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 599px) {
  .sp {
    display: inherit !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .tb {
    display: inherit !important;
  }
}
@media screen and (min-width: 1025px) {
  .pc {
    display: inherit !important;
  }
}
.l-container {
  width: 100%;
  display: flex;
  position: relative;
  margin: 0 auto;
}
.l-wrap {
  width: 100%;
  max-width: 780px;
}
.l-main p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.l-contents .l-main {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  body > .l-contents {
    background: #fff;
  }
  body > .l-contents .l-main, body > .l-contents .l-container {
    padding-top: 0;
    display: block;
    margin-bottom: 10px;
  }
  .l-main {
    padding: 30px 10px 0 10px;
    width: 100%;
    align-items: center;
    display: flex;
  }
  .l-side {
    display: flex;
    width: 100%;
    align-items: center;
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 1025px) {
  .l-contents > .l-container {
    padding-top: 15px;
  }
  .page-template-page-2022-parent .l-contents > .l-container {
    padding-top: 0;
  }
  .l-container {
    max-width: 1110px;
  }
  .l-breadcrumb {
    margin-bottom: 15px;
  }
  .l-main {
    width: 780px;
    max-width: 780px;
    padding: 15px;
  }
  .l-side {
    width: 330px;
    padding: 0 15px;
    display: flex;
    align-items: center;
  }
  .l-2col > li, .l-2col div {
    width: 50%;
  }
  .l-4col > li, .l-4col div {
    width: 25%;
  }
}
.c-navlink a {
  color: #fff;
  padding: 8px 20px 8px 0;
  margin: 0;
  width: calc(100% - 20px);
}
.c-navlink a:hover {
  border-bottom: dotted 1px #fff;
}
.c-btn, .c-btn__archive, .c-btn__bonus {
  margin: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-btn a, .c-btn__archive a, .c-btn__bonus a, .c-btn span, .c-btn__archive span, .c-btn__bonus span {
  padding: 0 35px;
  background: #F9F9F9;
  border: 2px solid #C4B9B9;
  border-radius: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #919191;
  width: auto;
}
.c-btn a:hover, .c-btn__archive a:hover, .c-btn__bonus a:hover, .c-btn span:hover, .c-btn__archive span:hover, .c-btn__bonus span:hover {
  background: #C4B9B9;
  color: #fff;
}
.c-btn select, .c-btn__archive select, .c-btn__bonus select {
  position: absolute;
  opacity: 0;
  height: 40px;
}
.c-btn__jump {
  align-items: right;
}
.c-inline-dl {
  display: flex;
  font-size: 1.6rem;
  margin: 15px 0;
}
.c-inline-dl dl, .c-inline-dl dd {
  margin: 0;
  padding: 0;
}
.c-btn__site {
  position: relative;
  margin-bottom: 10px;
}
.c-btn__site a {
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(to right, #FF7700, #FF0099);
  border-radius: 30px;
  position: relative;
}
.c-btn__site a:after {
  content: "";
  font-family: "fa";
  position: absolute;
  right: 15px;
  font-size: 2.3rem;
}
.c-btn__site a:hover {
  background: #fff;
  color: #FF0099;
  border: 1px solid #FF0099;
}
.c-btn__archive a {
  text-decoration: underline;
  color: #657AFF;
  border-color: #657AFF;
  background: #E5F7FF;
}
.c-btn__archive a:hover {
  background: #657AFF;
  color: #E5F7FF;
  text-decoration: none;
}
.c-btn__bonus a {
  background: #FF0080;
  color: #fff;
  border: 2px solid #FF0080;
  font-weight: bold;
}
.c-btn__bonus a:hover {
  color: #FF0080;
  background: #fff;
}
.c-link {
  color: #657AFF;
  text-decoration: underline;
}
.c-link__details {
  position: relative;
  display: flex;
}
.c-link__details a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E5F7FF;
  color: #657AFF;
  height: 40px;
  font-size: 1.6rem;
  min-width: 160px;
  padding: 0 20px;
  text-decoration: underline;
}
.c-link__details a:after {
  margin-left: 3px;
  content: "";
  font-family: "fa";
}
.c-link__details a:hover {
  background: #657AFF;
  color: #E5F7FF;
  text-decoration: none;
}
a.c-link__register {
  font-size: 1.3rem;
  background: #fff;
  border: 1px solid #222;
  width: 133px;
  height: 30px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.c-link__register:hover {
  color: #fff;
  background: #706E6E;
}
.c-banner__underbreadcrumb {
  margin-bottom: 15px;
}
.c-banner__underbreadcrumb img {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.c-banner__undercomment {
  margin-left: -15px;
  margin-right: -15px;
}
.c-banner__undercomment img {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .c-btn__jump {
    padding: 0;
    margin-bottom: 25px;
    justify-content: right;
  }
  .c-btn__jump span, .c-btn__jump select {
    min-width: 200px;
  }
  .c-btn__jump span {
    background: #fff;
    font-size: 1.4rem;
    color: #333333;
    justify-content: left;
    height: 40px;
  }
  .c-btn__jump span:after {
    content: "";
    font-family: "fa";
    position: absolute;
    right: 25px;
  }
  .c-banner__undercomment {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 600px) {
  .c-btn__bonus a {
    height: 50px;
    border-radius: 25px;
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .c-nav ul {
    margin: 0;
    padding: 0;
  }
  .c-nav .c-nav_li > span {
    font-size: 1.4rem;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    background: #333333;
    color: #fff;
    position: relative;
    cursor: pointer;
    padding: 0 15px;
  }
  .c-nav .c-nav_li > span:before {
    content: "";
    height: 20px;
    width: 0;
    border-left: 1px solid #fff;
    position: absolute;
    right: 27px;
    transition: 0.2s;
  }
  .c-nav .c-nav_li > span:after {
    content: "";
    width: 20px;
    height: 0;
    border-top: 1px solid #fff;
    position: absolute;
    right: 17px;
  }
  .c-nav .c-nav_li.is-open > span:before {
    transform: rotate(90deg);
    transition: 0.2s;
  }
  .c-nav .c-nav_li.is-open .p-megamenu {
    transition: max-height 0.3s ease-in-out;
    max-height: 5000px;
  }
  .c-nav a {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #707070;
    color: #333;
    padding: 0 50px 0 25px;
  }
  .c-nav a:after {
    content: "";
    font-family: "fa";
    font-size: 2rem;
    display: block;
    position: absolute;
    width: 20px;
    right: 17px;
  }
  .c-nav span, .c-nav a {
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
  }
  .c-nav h4 {
    font-size: 1.3rem;
    font-weight: normal;
  }
  .c-nav h4 span {
    padding: 3px 25px;
    display: inline-block;
    background: #970000;
    color: #fff;
    height: auto;
    width: auto;
  }
  .c-banner__underbreadcrumb {
    padding: 10px 10px 0;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .c-navlink a:before {
    font-family: "fa" !important;
    content: "";
    margin-right: 10px;
    width: 20px;
    margin-left: -18px;
  }
  .c-btn__site a {
    height: 40px;
    border-radius: 20px;
    font-size: 1.4rem;
  }
  .c-link__details a {
    padding: 0;
    height: 36px;
    font-size: 1.4rem;
  }
}
/* header */
.c-nav a {
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  #gototop-btn {
    bottom: 75px;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    overflow: hidden;
    width: 100vw;
  }
  footer .l-container {
    padding: 0;
    display: block;
  }
  footer .c-nav {
    max-height: 100%;
    position: static;
    /*
			dt {
				padding: 5px 15px;
				font-size: 15px;
			}
			*/
  }
  footer .c-nav .c-nav_li {
    overflow: hidden;
  }
  footer .c-nav .c-nav_li > ul, footer .c-nav .c-nav_li > dl {
    display: block;
    overflow: hidden;
    height: auto;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid #fff;
  }
  footer .c-nav .c-nav_li > ul a:after, footer .c-nav .c-nav_li > dl a:after {
    position: relative;
  }
  footer .c-nav .c-nav_li.is-open .p-megamenu__heading:after {
    transform: rotate(-90deg);
    transition: transform 0.2s ease-in;
  }
  footer .c-nav .c-nav_li.is-open ul, footer .c-nav .c-nav_li.is-open dl {
    height: auto;
    max-height: 1000px;
    transition: max-height 0.2s ease-in-out;
  }
  footer .c-nav .c-nav_li.is-open ul a:after, footer .c-nav .c-nav_li.is-open dl a:after {
    position: absolute;
  }
  footer .c-nav .c-navlink {
    font-size: 15px;
  }
  footer .c-nav .c-navlink a:before {
    content: "";
  }
  footer .c-nav .p-megamenu__heading {
    background: #3B3939;
    height: 50px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
  }
  footer .c-nav .p-megamenu__heading:after {
    transition: transform 0.2s ease-out;
    font-family: "fa";
    content: "";
    transform: rotate(90deg);
    position: absolute;
    right: 25px;
    font-size: 1.5rem;
  }
  footer .c-nav .p-megamenu__heading a {
    background: none;
    color: #fff;
    border-bottom: none;
    pointer-events: none;
  }
  footer .c-nav .p-megamenu__heading a:after {
    display: none;
  }
  footer .c-nav a {
    background: #CCC;
    border-bottom: 1px solid #fff;
  }
  .p-flogo {
    background: #430202;
    text-align: center;
    padding: 40px 0 20px 0;
    color: #fff;
  }
  .p-flogo img {
    display: inline-block;
  }
  .p-logo {
    margin-bottom: 40px;
  }
  .p-sns {
    margin-bottom: 30px;
  }
  .p-sns a {
    margin: 0 15px;
  }
  .p-logos {
    margin-bottom: 15px;
  }
  .p-smenu {
    display: block;
    padding: 10px 0;
    text-align: center;
    background: #222222;
    color: #C4B9B9;
    font-size: 1.2rem;
  }
  .p-smenu .l-container, .p-smenu .l-main, .p-smenu .l-side {
    padding: 0;
    display: block;
    height: auto;
  }
  .p-smenu a {
    color: #C4B9B9;
    padding: 0 8px;
    border-right: 1px solid #C4B9B9;
    line-height: 2.3rem;
  }
  .p-smenu a:last-child {
    border: none;
  }
  .p-smenu p {
    margin: 5px 0;
    font-weight: bold;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer {
    background: #630000;
    font-size: 1.2rem;
  }
  .l-footer .l-main {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .l-footer .l-side {
    width: 100%;
    justify-content: right;
  }
  footer {
    margin-top: 40px;
  }
  footer .c-nav {
    padding: 50px 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }
  footer .c-nav .c-nav_li {
    width: 25%;
    margin-bottom: 30px;
  }
  footer .c-nav .p-megamenu__heading {
    margin-bottom: 15px;
    font-size: 1.4rem;
    color: #EB7D7D;
    margin-left: 0;
  }
  footer .c-nav dt {
    font-weight: bold;
    line-height: 3rem;
  }
  footer .c-nav dt:before {
    font-family: "fa";
    content: "";
    margin-right: 8px;
  }
  footer .c-nav dd {
    padding-left: 20px;
  }
  footer .c-nav a {
    color: #fff;
    padding-right: 0;
  }
  footer .c-nav ul {
    padding-left: 20px;
  }
  footer .c-nav ul li {
    line-height: 3rem;
  }
  .p-flogo {
    background: #4e0202;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-flogo .logo {
    width: 97px;
    height: auto;
  }
  .p-sns {
    display: flex;
    margin: 0 50px;
  }
  .p-sns a {
    display: flex;
    margin: 0;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
  }
  .p-logos {
    display: flex;
  }
  .p-logos a {
    margin-right: 15px;
  }
  .p-smenu {
    background: #230000;
    color: #C4B9B9;
  }
  .p-smenu a {
    color: #C4B9B9;
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #C4B9B9;
  }
  .p-smenu a:first-child {
    padding-left: 0;
  }
}
@keyframes fadein {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.c-sidebox {
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  overflow: hidden;
}
.c-sidebox a {
  color: #2887EB;
}
.c-sidebox h2 {
  text-align: center;
  font-size: 1.6rem;
  padding: 5px 0;
  font-weight: bold;
}
.reccomend-casino h2 {
  font-size: 1.4rem;
  background: #F9D854;
  margin: -10px;
  margin-bottom: 10px;
  padding: 8px 0;
}
.reccomend-casino img {
  width: 28px;
  height: auto;
  margin-right: 8px;
  /*
    float: left;
    margin-right: 5px;
    */
}
.reccomend-casino li a {
  font-size: 1.6rem;
  padding: 8px 0;
}
.smalltab-index {
  display: flex;
}
.smalltab-index li {
  width: 100%;
  border-bottom: 2px solid #C4C4C4;
}
.smalltab-index a {
  color: #C4C4C4;
  display: block;
  text-align: center;
  line-height: 2rem;
  text-decoration: none !important;
}
.smalltab-index .active {
  border-bottom: 2px solid #9E0000;
}
.smalltab-index .active a {
  color: #373737;
}
.smalltab-content {
  display: none;
  position: relative;
  padding-top: 5px;
}
.smalltab-content li {
  margin: 8px 0;
  padding: 2px 0 3px 25px;
  border-bottom: 1px solid #C4C4C4;
}
.smalltab-content li:last-child {
  border: none;
}
.smalltab-content li a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.smalltab-content li:before {
  content: "";
  font-size: 1.3rem;
  display: block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  margin-left: -25px;
  float: left;
  background: #FF4545;
}
.smalltab-content li:nth-child(1):before {
  content: "1";
  background: #BA8C00;
}
.smalltab-content li:nth-child(2):before {
  content: "2";
  background: #989898;
}
.smalltab-content li:nth-child(3):before {
  content: "3";
  background: #C7713E;
}
.smalltab-content li:nth-child(4):before {
  content: "4";
}
.smalltab-content li:nth-child(5):before {
  content: "5";
}
.smalltab-content li:nth-child(6):before {
  content: "6";
}
.smalltab-content li:nth-child(7):before {
  content: "7";
}
.smalltab-content li:nth-child(8):before {
  content: "8";
}
.smalltab-content li:nth-child(9):before {
  content: "9";
}
.smalltab-content li:nth-child(10):before {
  content: "10";
}
.smalltab-content.active {
  display: block;
}
@media screen and (min-width: 1025px) {
  .reccomend-casino li a {
    font-size: 1.4rem;
  }
}
.c-sidebox {
  padding-bottom: 20px;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
}
.c-sidebox:not(:first-child) {
  margin-top: 25px;
}
@media screen and (min-width: 601px) {
  .c-sidebox:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .l-sidebar {
    padding-left: 30px;
  }
  .c-sidebox:not(:first-child) {
    margin-top: 20px;
  }
}
/* 今月のおすすめオンラインカジノ */
.reccomend-casino {
  padding: 0 0 6px;
}
.reccomend-casino h2 {
  margin: 0;
  padding: 15px;
  color: #fff;
  font-size: 13px;
  letter-spacing: -0.02em;
  background-color: #333;
}
.reccomend-casino .row::before, .reccomend-casino .row::after {
  content: none;
}
.reccomend-casino .c-linklist {
  margin: 10px 0 0;
  padding: 0 11px;
}
.reccomend-casino .c-linklist .c-linkitem a::after {
  content: "";
  color: #d2d2d2;
  font-weight: 900;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reccomend-casino li {
  padding: 0;
}
.reccomend-casino li:not(:last-child) {
  background: linear-gradient(to right, #d2d2d2, #d2d2d2 2px, transparent 2px, transparent 1px);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.reccomend-casino li a {
  padding: 11px 29px 8px 7px;
  color: #333;
  font-size: 14px;
  letter-spacing: -0.02em;
}
.reccomend-casino img {
  width: 50px;
  margin-right: 13px;
}
@media screen and (min-width: 601px) {
  .reccomend-casino {
    padding-bottom: 7px;
  }
  .reccomend-casino h2 {
    padding: 4px;
    font-size: 16px;
  }
  .reccomend-casino .c-linklist {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 25px;
  }
  .reccomend-casino .c-linklist .c-linkitem a::after {
    right: 0;
  }
  .reccomend-casino li {
    max-width: 42%;
  }
  .reccomend-casino li:last-child {
    border-bottom: 1px solid #d2d2d2;
  }
  .reccomend-casino li a {
    font-size: 13px;
  }
  .reccomend-casino img {
    width: 28px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .reccomend-casino h2 {
    padding: 6px;
    font-size: 13px;
  }
  .reccomend-casino .c-linklist {
    display: block;
    padding: 0 12px;
  }
  .reccomend-casino li {
    max-width: none;
  }
  .reccomend-casino li:last-child {
    border-bottom: 0;
  }
  .reccomend-casino li a {
    padding-right: 15px;
  }
}
/* アクセスランキング */
.reccomend-casino + .c-sidebox {
  padding-top: 25px;
}
.reccomend-casino + .c-sidebox h2 {
  margin-bottom: 10px;
  padding: 0 0 10px;
  font-size: 16px;
  border-bottom: 1px solid #929292;
}
.reccomend-casino + .c-sidebox .smalltab-index li {
  font-size: 14px;
  border-bottom: 3px solid #d2d2d2;
}
.reccomend-casino + .c-sidebox .smalltab-index a {
  padding: 5px;
}
.reccomend-casino + .c-sidebox .smalltab-index .active {
  border-bottom-color: #ff004e;
}
.reccomend-casino + .c-sidebox .smalltab-content {
  padding-top: 23px;
}
.reccomend-casino + .c-sidebox .smalltab-content ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  counter-reset: access;
}
.reccomend-casino + .c-sidebox .smalltab-content li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}
.reccomend-casino + .c-sidebox .smalltab-content li:not(:last-child) {
  margin-right: 10px;
}
.reccomend-casino + .c-sidebox .smalltab-content li:not(.access_rank_pr) {
  counter-increment: access;
}
.reccomend-casino + .c-sidebox .smalltab-content li::before {
  content: none;
}
.reccomend-casino + .c-sidebox .smalltab-content li a {
  color: #000;
  font-size: 12px;
  line-height: 1.5;
}
.reccomend-casino + .c-sidebox .smalltab-content figure {
  margin-bottom: 10px;
  position: relative;
}
.reccomend-casino + .c-sidebox .smalltab-content figure::before {
  content: counter(access);
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  background-color: #ff004e;
  position: absolute;
  top: 0;
  left: 0;
}
.reccomend-casino + .c-sidebox .access_rank_pr figure::before {
  content: "PR";
  width: 30px;
  background-color: #fcc12c;
}
/*
.reccomend-casino + .c-sidebox .access_rank_pr a {
  min-height: 150px;
}
*/
.reccomend-casino + .c-sidebox .scroll_area {
  padding-bottom: 10px;
  overflow-x: auto;
}
.reccomend-casino + .c-sidebox .side_rank_btn {
  max-width: 231px;
  height: 37px;
  margin: 20px auto 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.reccomend-casino + .c-sidebox .side_rank_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-right: 6px;
  color: #fff;
  font-size: 14px;
  background-color: #333;
  position: relative;
}
.reccomend-casino + .c-sidebox .side_rank_btn a i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .reccomend-casino + .c-sidebox {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .reccomend-casino + .c-sidebox h2 {
    padding-bottom: 15px;
  }
  .reccomend-casino + .c-sidebox .smalltab-index li {
    font-size: 12px;
  }
  .reccomend-casino + .c-sidebox .smalltab-content ol {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 4px;
  }
  .reccomend-casino + .c-sidebox .smalltab-content li {
    max-width: 100px;
    width: 47%;
  }
  .reccomend-casino + .c-sidebox .smalltab-content li:not(:last-child) {
    margin-right: 0;
  }
  .reccomend-casino + .c-sidebox .smalltab-content li:nth-child(n+3) {
    margin-top: 20px;
  }
  .reccomend-casino + .c-sidebox .scroll_area {
    padding-bottom: 0;
  }
  .reccomend-casino + .c-sidebox .side_rank_btn {
    max-width: none;
    height: 37px;
    margin: 20px -10px 0;
  }
}
@media screen and (max-width: 1023px) {
  .smalltab-content li a {
    display: block;
  }
}
.l-side.p-sidebar {
  display: block;
}
.l-side.p-sidebar h2 {
  color: #fff;
  text-align: center;
  background: #333;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  margin: 25px 0 10px 0;
}
.l-side.p-sidebar img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.p-sidebar__box {
  margin-bottom: 10px;
  text-align: center;
}
.p-sidebar__box li {
  display: flex;
  margin: 5px 0;
  font-size: 1.4rem;
  text-align: left;
}
.p-sidebar__box li a {
  padding: 5px 5px 5px 10px;
  color: #333333;
  display: block;
  background: #fff;
  width: 100%;
}
.p-sidebar__box li strong {
  font-weight: bold;
}
.p-sidebar__box li time {
  color: #919191;
  margin-top: 5px;
}
.p-sidebar__box a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 599px) {
  .l-side.p-sidebar {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .l-side.p-sidebar--index {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .l-side.p-sidebar--index {
    background: none;
    margin-left: 15px;
  }
}
.wpp-list li:before {
  background: #970000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  min-width: 20px;
  font-weight: bold;
}
.wpp-list li a:hover strong {
  color: #657AFF;
  text-decoration: underline;
}
.wpp-list li:nth-child(1):before {
  content: "1";
}
.wpp-list li:nth-child(2):before {
  content: "2";
}
.wpp-list li:nth-child(3):before {
  content: "3";
}
.wpp-list li:nth-child(4):before {
  content: "4";
}
.wpp-list li:nth-child(5):before {
  content: "5";
}
.wpp-list li:nth-child(6):before {
  content: "6";
}
.wpp-list li:nth-child(7):before {
  content: "7";
}
.wpp-list li:nth-child(8):before {
  content: "8";
}
.wpp-list li:nth-child(9):before {
  content: "9";
}
.wpp-list li:nth-child(10):before {
  content: "10";
}
.p-side__latests li a {
  position: relative;
  padding-left: 70px;
}
.p-side__latests li a:hover {
  background: #FDFFE5;
}
.p-side__latests li figure {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.p-side__posttype {
  border-top: 1px solid #AAAAAA;
}
.p-side__posttype li {
  display: block;
  margin: 0;
}
.p-side__posttype li.has-slide-child span {
  position: relative;
}
.p-side__posttype li.has-slide-child span:after {
  content: "";
  font-family: "fa";
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  border: 1px solid #AAAAAA;
}
.p-side__posttype li.is-open.has-slide-child span:after {
  transform: rotate(90deg);
}
.p-side__posttype li.is-open ul {
  max-height: 1000px;
  transition: max-height 0.2s ease-out;
}
.p-side__posttype li a, .p-side__posttype li span {
  cursor: pointer;
  border-bottom: 1px solid #AAAAAA;
  padding: 0 20px;
  display: flex;
  height: 50px;
  align-items: center;
}
.p-side__posttype li a:hover, .p-side__posttype li span:hover {
  background: #FFFFE5;
}
.p-side__posttype li ul {
  height: auto;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
}
.p-side__posttype li li a {
  background: #F9F9F9;
}
.p-side__posttype > li > a, .p-side__posttype > li > span {
  background: #fff;
}
.p-side__posttype > li > a:before, .p-side__posttype > li > span:before {
  content: "";
  font-family: "fa";
  margin-right: 20px;
  display: inline-block;
}
.p-side__recomend_casino {
  background: #fff;
  counter-reset: listCounter;
  padding: 0 15px;
}
.p-side__recomend_casino li {
  counter-increment: listCounter;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px dotted #C4B9B9;
  display: flex;
  align-items: center;
}
.p-side__recomend_casino li:last-child {
  border: none;
}
.p-side__recomend_casino li:before {
  content: counter(listCounter);
  min-width: 30px;
  color: #970000;
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 2px;
  text-decoration: none;
}
.p-side__recomend_casino li a {
  display: flex;
  align-items: center;
  color: #657AFF;
  text-decoration: underline;
  padding: 0;
}
.p-side__recomend_casino li a:hover {
  text-decoration: none;
}
.p-side__recomend_casino .thumb {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  margin-bottom: 0px !important;
}
.p-side__recomend_casino .thumb img {
  height: 100%;
  width: auto;
}
.l-contents .new-post-title {
  text-align: left;
  padding: 0;
  background: none;
  color: #373737;
  margin: 5px 0 20px;
  font-weight: bold;
  border: none;
  font-size: 2.4rem;
}
h1.new-post-title {
  margin-top: 20px !important;
}
img.img-responsive {
  width: auto;
}
.casino-gray-area {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.entry-body > .row {
  margin-left: 10px;
  margin-right: 10px;
}
.kizon-contents-area {
  padding: 0;
}
.hatena-bookmark-button img {
  width: auto !important;
}
.rating-container .label {
  color: inherit;
}
.l-contents p {
  font-size: 1.3rem;
}
.l-contents aside.page-meta-sect {
  margin: 30px 0;
  font-size: 1.3rem;
  line-height: 2em;
}
.l-contents aside.page-meta-sect h2 {
  padding: 5px 0;
  position: relative;
  text-align: left;
  font-size: 1.8rem;
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 20px;
  font-weight: bold;
}
.l-contents aside.page-meta-sect h2 i {
  color: #9E0000;
  font-size: 1.8rem;
}
.l-contents aside.page-meta-sect h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  border-bottom: 2px solid #9E0000;
}
.l-contents .c-content .single-meta-sect:first-child {
  margin-top: 0;
}
.l-contents .c-content .page-meta-related {
  margin-top: 15px;
}
.page-meta {
  margin: 15px -5px;
  font-size: 1.3rem;
  line-height: 2em;
}
.page-meta-category a {
  color: #949494;
}
.page-meta-author figure {
  text-align: center;
}
.page-meta-author figure img {
  width: 86px;
}
.page-meta-author figcaption {
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}
/*
#comment-review {
  padding: 20px 15px;
  background: #fff;
  
  .comment-respond {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    textarea {
      padding: 3px 5px;
      border: 1px solid #999;
      margin: 5px;
    }
  }
}
*/
@media screen and (min-width: 1025px) {
  div.main-wrap {
    display: block;
  }
  div.sub .side-contents-area {
    padding-right: 10px;
  }
  div.sub .side-contents-area a {
    color: #fff;
  }
  div.sub .side-contents-area .one-piece a {
    background: none;
  }
  div.sub .side-contents-area .category-nav-area, div.sub .side-contents-area .archive-area, div.sub .side-contents-area .side-keyword-area, div.sub .side-contents-area .side-menu-heading-2, div.sub .side-contents-area .side-menu-heading-3, div.sub .side-contents-area .search-area-top-sp-2 {
    background: none;
  }
  div.sub .side-contents-area .category-nav-area ul, div.sub .side-contents-area .archive-area ul, div.sub .side-contents-area .side-keyword-area ul, div.sub .side-contents-area .side-menu-heading-2 ul, div.sub .side-contents-area .side-menu-heading-3 ul, div.sub .side-contents-area .search-area-top-sp-2 ul {
    background: none;
  }
  div.sub .side-contents-area .category-nav-area ul li, div.sub .side-contents-area .archive-area ul li, div.sub .side-contents-area .side-keyword-area ul li, div.sub .side-contents-area .side-menu-heading-2 ul li, div.sub .side-contents-area .side-menu-heading-3 ul li, div.sub .side-contents-area .search-area-top-sp-2 ul li {
    background: none;
  }
  div.sub .side-contents-area .category-nav-area ul li a, div.sub .side-contents-area .archive-area ul li a, div.sub .side-contents-area .side-keyword-area ul li a, div.sub .side-contents-area .side-menu-heading-2 ul li a, div.sub .side-contents-area .side-menu-heading-3 ul li a, div.sub .side-contents-area .search-area-top-sp-2 ul li a {
    background: none;
  }
  div.sub #promotion p, div.sub #promotion a {
    color: #fff;
  }
  div.sub .side-ranking-wrap .wrap-no1 p, div.sub .side-ranking-wrap .wrap-no1 a, div.sub .side-ranking-wrap .wrap-no2 p, div.sub .side-ranking-wrap .wrap-no2 a, div.sub .side-ranking-wrap .wrap-no3 p, div.sub .side-ranking-wrap .wrap-no3 a, div.sub .side-ranking-wrap .wrap-no4 p, div.sub .side-ranking-wrap .wrap-no4 a, div.sub .side-ranking-wrap .wrap-no5 p, div.sub .side-ranking-wrap .wrap-no5 a, div.sub .side-ranking-wrap .wrap-no6 p, div.sub .side-ranking-wrap .wrap-no6 a, div.sub .side-ranking-wrap .wrap-no7 p, div.sub .side-ranking-wrap .wrap-no7 a, div.sub .side-ranking-wrap .wrap-no8 p, div.sub .side-ranking-wrap .wrap-no8 a, div.sub .side-ranking-wrap .wrap-no9 p, div.sub .side-ranking-wrap .wrap-no9 a, div.sub .side-ranking-wrap .wrap-no10 p, div.sub .side-ranking-wrap .wrap-no10 a {
    color: #fff;
  }
  .main-wrap {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .similar-entries {
    padding-left: 15px;
    padding-right: 15px;
  }
  .together-heading-area {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .main-wrap {
    padding: 0;
  }
  .main-wrap_02 {
    background: #fff;
    padding-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .page .c-content, .single .c-content {
    border-radius: 0;
  }
  .page .main-wrap_02, .single .main-wrap_02 {
    padding-bottom: 10px;
  }
  .page header, .single header {
    font-size: 13px;
  }
  .main-wrap_02 {
    /*
    margin-top: 10px;
    */
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .page-meta {
    font-size: 13px;
  }
  .page-meta-category {
    margin: 8px 0;
  }
}
#floating-banner {
  position: fixed;
  left: -300px;
  bottom: 50px;
  max-width: 250px;
  z-index: 10000;
}
#floating-banner.active {
  left: 25px;
  transition: 1s;
}
#floating-banner-close {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
  font-size: 23px;
  color: #454545;
  background: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 1023px) {
  #floating-banner {
    bottom: 20px;
    width: 66%;
    max-width: calc(250px * 0.66);
  }
  #floating-banner.active {
    left: 10px;
  }
}
.p-archive__title {
  font-size: 1.8rem;
  font-weight: normal;
}
.p-archive__title strong {
  color: #970000;
  font-weight: bold;
}
.p-archive__item, .p-archive__item--pr {
  position: relative;
  border-bottom: 1px solid #E8E8E8;
}
.p-archive__item .thumb, .p-archive__item--pr .thumb {
  position: absolute;
  left: 0;
}
.p-archive__item h3, .p-archive__item--pr h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.p-archive__item h3 a, .p-archive__item--pr h3 a {
  color: #333333;
}
.p-archive__item h3 a:hover, .p-archive__item--pr h3 a:hover {
  color: #657AFF;
  text-decoration: underline;
}
.p-archive__item .p-articles__meta, .p-archive__item--pr .p-articles__meta {
  color: #919191;
}
.p-archive__item .p-articles__meta time:before, .p-archive__item--pr .p-articles__meta time:before {
  content: "";
  font-family: "fa";
  margin-right: 3px;
}
.p-archive__item .p-articles__meta a, .p-archive__item--pr .p-articles__meta a {
  color: #919191;
  text-decoration: underline;
}
.p-archive__item .p-articles__meta a:hover, .p-archive__item--pr .p-articles__meta a:hover {
  text-decoration: none;
}
.p-archive__jumper {
  font-size: 1.4rem;
  width: 360px;
  border: 1px solid #919191;
  padding: 15px 20px;
  font-weight: bold;
  position: relative;
  margin: 10px 0;
}
.p-archive__jumper:after {
  content: "";
  font-family: "fa";
  position: absolute;
  right: 15px;
}
.p-archive__jumper select {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.p-archive__sorter {
  text-align: right;
  position: relative;
}
.p-archive__sorter:after {
  content: "";
  font-family: "fa";
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
}
.p-archive__sorter select {
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid #EB7D7D;
  border-radius: 4px;
  width: 170px;
  padding: 10px 15px;
  margin: 20px 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 599px) {
  .p-archive__item, .p-archive__item--pr {
    min-height: 90px;
    padding: 10px 0 10px 80px;
  }
  .p-archive__item figure, .p-archive__item--pr figure {
    height: 70px;
    width: 70px;
    overflow: hidden;
  }
  .p-archive__jumper {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .p-archive__item, .p-archive__item--pr {
    min-height: 106px;
    padding: 10px 0 10px 100px;
  }
  .p-archive__item figure, .p-archive__item--pr figure {
    height: 86px;
    width: 86px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .p-archive__item, .p-archive__item--pr {
    min-height: 130px;
    padding: 20px 10px 20px 190px;
    font-size: 1.2rem;
  }
  .p-archive__item figure, .p-archive__item--pr figure {
    height: 90px;
    overflow: hidden;
  }
  .p-archive__item p, .p-archive__item--pr p {
    font-size: 1.4rem;
  }
}
.p-archive__item--pr {
  background: #FDFFE5;
}
.p-comments__item {
  display: block;
  border: 1px solid #B9B9B9;
  margin: 20px 0;
  padding: 15px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #333333;
}
.p-comments__item:nth-child(even) {
  background: #F9F9F9;
}
.p-comments__item dl {
  margin: 0;
  padding: 0;
}
.p-comments__item dt {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 1em;
  border-bottom: 1px dotted #B9B9B9;
  text-decoration: none;
}
.p-comments__item dt:before {
  content: "";
  font-family: "fa";
  margin-right: 5px;
}
.p-comments__item dd {
  margin: 10px 0;
  padding: 0;
}
.p-comments__item dd .p-comments__author {
  color: #657AFF;
  font-weight: bold;
}
.p-comments__item dd .p-comments__author:before {
  font-weight: normal;
  content: "";
  font-family: "fa";
  margin-right: 3px;
}
.p-comments__item dd .p-comments__author:after {
  content: "さん";
  font-size: 1.2rem;
}
.p-comments__item dd.is-new:after {
  content: "new!";
  color: #657AFF;
  margin-left: 1em;
}
.p-comments__item .p-comments__meta {
  text-align: right;
  color: #919191;
}
.p-comments__item .p-comments__meta span:before {
  content: "";
  font-family: "fa";
  margin-right: 4px;
}
.p-comments--area {
  margin-top: 40px;
}
.p-comments--area h2 {
  font-size: 1.6rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #E8E8E8;
  margin-bottom: 20px;
}
.p-comments--area h3 {
  padding: 5px 0;
  position: relative;
  text-align: left;
  font-size: 1.6rem;
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 20px;
  font-weight: bold;
}
.p-comments--area h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  border-bottom: 2px solid #333333;
}
.c-comment--list {
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
  height: auto;
  transition: 0.2s ease-out;
}
.c-comment--list li {
  list-style: inside decimal;
  color: #00BD00;
  padding: 20px 0;
  border-bottom: 2px solid #E8E8E8;
}
.c-comment--list li P {
  font-weight: normal;
  font-size: 1.4rem;
  margin-left: 1.2em;
  color: #333333;
}
.c-comment--list.is-prepairing li:nth-child(n+6) {
  display: none;
}
.c-comment--list.is-open {
  max-height: 10000px !important;
}
.c-comment--list__title strong {
  font-weight: bold;
  margin-right: 1em;
}
.c-comment--list__title time {
  font-weight: normal;
  color: #919191;
  font-size: 1.4rem;
}
.c-comment--list__btn--open {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0;
}
.c-comment--list__btn--open button {
  font-weight: bold;
  font-size: 1.6rem;
  color: #657AFF;
  background: #EEEEEE;
  text-decoration: underline;
  padding: 15px 20px;
}
.c-comment--form {
  font-size: 1.4rem;
  background: #F8F8F8;
  padding: 15px;
  margin-top: 40px;
}
#commentform input {
  padding: 10px;
  border-radius: 4px;
}
#commentform textarea {
  padding: 10px;
  height: 100px;
  border-radius: 4px;
  width: 100%;
}
#commentform p {
  margin: 1em 0 0 0;
}
#commentform [type="text"], #commentform [type="email"], #commentform [type="tel"], #commentform [type="url"] {
  width: 220px;
}
#commentform img {
  width: auto;
}
.c-comment--form__btn--submit {
  margin: 20px 0;
}
.c-comment--form__btn--submit input {
  width: 200px;
  background: #6B93FF;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .c-comment--form [type="text"], .c-comment--form [type="email"], .c-comment--form [type="tel"], .c-comment--form [type="url"] {
    width: 100%;
  }
  .comment-form-cookies-consent {
    display: flex;
    align-items: start;
  }
  .comment-form-cookies-consent label {
    padding-left: 5px;
  }
}
.p-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi {
  display: flex;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #970000;
  margin: 20px auto;
  border-radius: 21px;
  overflow: hidden;
}
.wp-pagenavi .pages {
  width: 100px;
  text-align: center;
  border-right: 1px solid #E8E8E8;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 42px;
  height: 42px;
  display: block;
  line-height: 42px;
  color: #970000;
  border-right: 1px solid #E8E8E8;
}
.wp-pagenavi .current {
  background: #970000;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .wp-pagenavi {
    padding: 0 42px;
    position: relative;
  }
  .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    display: none;
  }
  .wp-pagenavi .first {
    position: absolute;
    left: 0;
  }
  .wp-pagenavi .last {
    position: absolute;
    right: 0;
  }
  .wp-pagenavi .pages:first-child {
    border-left: 1px solid #E8E8E8;
  }
  .p-pagenavi .sp {
    position: absolute;
    left: calc(50% - 50px);
    z-index: 1;
  }
  .p-pagenavi .sp .wp-pagenavi {
    border: none;
    padding: 0;
  }
  .p-pagenavi .sp .wp-pagenavi select {
    width: 100px;
    opacity: 0;
    height: 42px;
  }
}
@media screen and (min-width: 600px) {
  .wp-pagenavi .pages {
    display: none;
  }
}
.p-breadcrumb {
  background: #313131;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.5em 0;
}
.p-breadcrumb a {
  color: #fff;
  line-height: 0.8em;
}
.p-breadcrumb i {
  margin: 0 1em;
}
@media screen and (max-width: 1024px) {
  .p-breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
  }
  .p-breadcrumb i {
    margin: 0 0.5em;
  }
}
body.single-2022 .p-single {
  position: relative;
  padding: 0 15px;
}
body.single-2022 .p-single header {
  margin-top: 15px;
  font-size: 1.4rem;
  border: none;
}
body.single-2022 .p-single header h1 {
  font-size: 2.6rem;
  color: #333333;
  line-height: normal;
}
body.single-2022 .p-single header figure {
  margin: 20px 0;
}
body.single-2022 .p-single a:hover {
  opacity: 0.5;
}
body.single-2022 .p-single__meta {
  margin: 10px 0;
  display: flex;
}
body.single-2022 .p-single__meta a {
  color: #919191;
}
body.single-2022 .p-single__update:before {
  font-family: "fa";
  content: "";
}
body.single-2022 .p-single__category {
  margin: 10px 0;
}
body.single-2022 .p-single__category a {
  margin: 2.5px 0;
  white-space: nowrap;
  display: inline-block;
  background: #F7EBEB;
  padding: 0 5px;
  line-height: 26px;
  color: #970000;
  font-size: 1.4rem;
}
body.single-2022 .p-single__category a:before {
  content: "";
  font-family: "fa";
  margin-right: 4px;
}
body.single-2022 .p-single__tag {
  margin: 10px 0 10px 10px;
  display: flex;
  flex-wrap: wrap;
}
body.single-2022 .p-single__tag li {
  padding: 0 10px 0 0;
  margin: 2.5px 0;
}
body.single-2022 .p-single__tag a {
  display: inline-block;
  color: #DC0000;
  font-weight: bold;
  font-size: 1.3rem;
  border: 1px solid #DC0000;
  border-radius: 12px;
  padding: 0 15px;
  line-height: 23px;
  white-space: nowrap;
}
body.single-2022 .p-single__content p {
  margin: 0 0 25px;
  font-size: 1.8rem;
  line-height: normal;
}
body.single-2022 .p-single__content img {
  margin: 40px 0 30px;
  max-width: 640px;
  width: auto;
}
body.single-2022 .p-single__share p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
body.single-2022 .p-single__share .p-share {
  margin-top: 20px;
}
body.single-2022 .wp-block-word-balloon-word-balloon-block img {
  margin-top: 0 !important;
}
@media screen and (max-width: 599px) {
  body.single-2022 .p-single__content p {
    font-size: 1.6rem;
  }
  body.single-2022 .p-single__content img {
    margin: 40px 0 30px;
    max-width: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  body.single-2022 .p-single {
    padding: 0;
  }
  body.single-2022 .p-single .size-large img {
    width: 100%;
  }
}
body.single-2022 .p-share {
  display: flex;
  justify-content: center;
  margin: 25px auto 30px auto;
}
body.single-2022 .p-share a {
  display: block;
  padding: 0;
  border: none;
  margin: 0 3px;
  max-width: 120px;
  width: 120px;
  height: auto;
  line-height: 28px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 1.2rem;
}
body.single-2022 .p-share a:before {
  font-family: "fa";
  margin-right: 4px;
}
body.single-2022 .p-share .a2a_svg, body.single-2022 .p-share .a2a_label {
  display: none;
}
body.single-2022 .p-share .addtoany_list {
  display: flex;
}
body.single-2022 .p-share .addtoany_list span {
  margin: 0;
}
body.single-2022 .p-share .a2a_button_facebook {
  background: #1877F2;
}
body.single-2022 .p-share .a2a_button_facebook:before {
  content: "";
}
body.single-2022 .p-share .a2a_button_facebook:after {
  content: "シェア";
}
body.single-2022 .p-share .a2a_button_twitter {
  background: #1DA1F2;
}
body.single-2022 .p-share .a2a_button_twitter:before {
  content: "";
}
body.single-2022 .p-share .a2a_button_twitter:after {
  content: "ツイート";
}
body.single-2022 .p-share .a2a_button_hatena {
  background: #00A5DF;
}
body.single-2022 .p-share .a2a_button_hatena:before {
  content: "";
}
body.single-2022 .p-share .a2a_button_hatena:after {
  content: "ブックマーク";
}
body.single-2022 .p-share__comment {
  background: #EB7D7D;
  flex-basis: calc(120px + 6);
}
body.single-2022 .p-share__comment:before {
  content: "";
}
body.single-2022 .p-share__comment:after {
  content: "コメント";
}
@media screen and (max-width: 599px) {
  body.single-2022 .p-share .p-share__comment, body.single-2022 .p-share .a2a_button_facebook, body.single-2022 .p-share .a2a_button_twitter, body.single-2022 .p-share .a2a_button_hatena {
    width: 86px;
    margin: 1.5px;
  }
  body.single-2022 .p-share .p-share__comment:after, body.single-2022 .p-share .a2a_button_facebook:after, body.single-2022 .p-share .a2a_button_twitter:after, body.single-2022 .p-share .a2a_button_hatena:after {
    content: "";
  }
}
.p-singlenavi {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.p-singlenavi a {
  position: relative;
  display: block;
  width: 110px;
  margin: 0 7.5px;
  background: #333333;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  height: 46px;
  line-height: 46px;
  border: 2px solid #333333;
}
.p-singlenavi a:hover {
  background: #fff;
  color: #333;
}
.p-singlenavi .spacer {
  width: 110px;
  margin: 0 7.5px;
  height: 46px;
  line-height: 46px;
}
.p-singlenavi__prev i {
  line-height: 46px;
  position: absolute;
  left: 10px;
  top: 0;
}
.p-singlenavi__next i {
  line-height: 46px;
  position: absolute;
  right: 10px;
  top: 0;
}
/* 今回ブログを書いた人 */
.entry_author_unit {
  margin-top: 20px;
  font-size: 1.2rem;
  padding: 0;
  border: 1px solid #E8E8E8;
  /*
	.entry_author_unit * {
		font-size: inherit !important;
	}
	*/
}
.entry_author_unit .entry_author_unit_title {
  margin-bottom: 10px;
  text-align: center;
  background: #E8E8E8;
  font-size: 1.6rem;
  height: 30px;
  line-height: 30px;
}
.entry_author_unit .entry_author_unit_title:before {
  content: "";
  font-family: "fa";
  margin-right: 4px;
}
.entry_author_unit .entry_author_unit_title span {
  font-weight: bold;
}
.entry_author_unit .entry_author_unit_inner {
  display: flex;
  padding: 15px;
}
.entry_author_unit .entry_author_unit_inner figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 94px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.entry_author_unit .entry_author_unit_inner figure:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 30px;
  background-color: #1ee9c0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.entry_author_unit .entry_author_unit_inner figure:hover::before {
  opacity: 1;
}
.entry_author_unit .entry_author_unit_inner figure img {
  width: 60px !important;
  border-radius: 50%;
  text-align: center;
  margin: 0;
}
.entry_author_unit .entry_author_unit_inner figcaption {
  margin-top: 5px;
  color: #2887eb;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.entry_author_unit .entry_author_unit_inner .txtbox {
  margin: 0 15px;
}
.entry_author_unit .entry_author_unit_inner .txtbox p {
  font-size: 1.6rem;
}
.entry_author_unit .entry_author_unit_inner .c-navlink {
  text-align: right;
}
.entry_author_unit .entry_author_unit_inner .c-navlink a {
  color: #657AFF;
  padding-right: 0;
  font-size: 1.4rem;
  text-decoration: underline;
}
.entry_author_unit .entry_author_unit_inner .c-navlink a:hover {
  text-decoration: none;
}
.entry_author_unit .entry_author_unit_twitter_btn {
  display: flex;
  justify-content: center;
  margin: 5px 0;
}
.entry_author_unit .entry_author_unit_twitter_btn a {
  background: #1DA1F2;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 2px;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  display: block;
}
.entry_author_unit .entry_author_unit_twitter_btn a:before {
  content: "";
  font-family: "fa";
  font-size: 1.2rem;
  margin-right: 4px;
}
@media screen and (max-width: 599px) {
  .entry_author_unit .entry_author_unit_inner {
    display: block;
    padding: 0 0 20px 0;
  }
  .entry_author_unit .entry_author_unit_inner .entry_author_unit_title {
    margin-bottom: 20px;
  }
  .entry_author_unit .entry_author_unit_inner figure {
    margin: 0 auto;
  }
  .entry_author_unit .entry_author_unit_inner figure img {
    margin: 0;
  }
  .entry_author_unit .entry_author_unit_inner .txtbox {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .entry_author_unit .entry_author_unit_inner .txtbox p {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.p-articles {
  width: 100%;
}
.p-articles__content, .p-related_posts {
  margin: 0;
  position: relative;
}
.p-articles__content h3, .p-related_posts h3 {
  font-size: 1.4rem;
  margin: 10px 0 15px 0;
}
.p-articles__content article, .p-related_posts article {
  margin: 0 0 10px 0;
  width: 100%;
  padding: 0 5px;
}
.p-articles__content article time, .p-related_posts article time {
  padding: 0 5px;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 2.3rem;
}
.p-articles__content .thumb, .p-related_posts .thumb {
  display: block;
  margin: 0;
}
.p-articles__content .thumb img, .p-related_posts .thumb img {
  width: 100%;
}
.p-articles__meta b {
  font-weight: normal;
  background: #F27F33;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 2px;
  line-height: 1.9rem;
}
.p-articles__meta b.is-latest {
  background-color: #6B93FF;
}
.p-articles__meta b.is-diary {
  background-color: #F27F33;
}
.p-articles__meta b.is-post {
  background-color: #00C97E;
}
.p-articles__meta b.is-feature {
  background-color: #FF4B51;
}
.p-articles__meta b.is-trend {
  background-color: #FF00A1;
}
@media screen and (max-width: 599px) {
  .p-articles .c-btn__jump span.is-latest {
    border: 1px solid #6B93FF;
  }
  .p-articles .c-btn__jump span.is-diary {
    border: 1px solid #F27F33;
  }
  .p-articles .c-btn__jump span.is-post {
    border: 1px solid #00C97E;
  }
  .p-articles .c-btn__jump span.is-feature {
    border: 1px solid #FF4B51;
  }
  .p-articles .c-btn__jump span.is-trend {
    border: 1px solid #FF00A1;
  }
  .p-articles__content .p-articles__headers, .p-related_posts .p-articles__headers, .p-articles__content .p-articles__footers, .p-related_posts .p-articles__footers {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .p-articles__content article, .p-related_posts article {
    width: 50%;
    max-width: 50%;
    margin: 0;
  }
  .p-articles__content article a, .p-related_posts article a {
    display: block;
    margin: 0 5px 10px 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    overflow: hidden;
  }
  .p-articles__content article b, .p-related_posts article b {
    font-size: 1rem;
  }
  .p-articles__content article time, .p-related_posts article time {
    font-size: 1.2rem;
  }
  .p-articles__content article h3, .p-related_posts article h3 {
    margin: 10px;
  }
  .p-articles__content .p-articles__meta, .p-related_posts .p-articles__meta {
    margin: 10px;
  }
  .p-articles__content .p-articles__headers article:first-of-type, .p-related_posts .p-articles__headers article:first-of-type {
    width: 100%;
    max-width: 100%;
  }
  .p-articles__content .p-articles__footers article:last-of-type, .p-related_posts .p-articles__footers article:last-of-type {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .p-articles__tabs {
    margin: 15px 0;
  }
  .p-articles__tabs ul {
    display: flex;
  }
  .p-articles__tabs li {
    width: 100%;
    background: #DEDEDE;
  }
  .p-articles__tabs li a {
    border-top: 2px solid #DEDEDE;
  }
  .p-articles__tabs li.is-active {
    background: #F5F5F5;
  }
  .p-articles__tabs li.is-active.is-latest a {
    border-top: 2px solid #6B93FF;
  }
  .p-articles__tabs li.is-active.is-diary a {
    border-top: 2px solid #F27F33;
  }
  .p-articles__tabs li.is-active.is-post a {
    border-top: 2px solid #00C97E;
  }
  .p-articles__tabs li.is-active.is-feature a {
    border-top: 2px solid #FF4B51;
  }
  .p-articles__tabs li.is-active.is-trend a {
    border-top: 2px solid #FF00A1;
  }
  .p-articles__tabs li.is-latest a:hover {
    border-top: 2px solid #6B93FF;
  }
  .p-articles__tabs li.is-diary a:hover {
    border-top: 2px solid #F27F33;
  }
  .p-articles__tabs li.is-post a:hover {
    border-top: 2px solid #00C97E;
  }
  .p-articles__tabs li.is-feature a:hover {
    border-top: 2px solid #FF4B51;
  }
  .p-articles__tabs li.is-trend a:hover {
    border-top: 2px solid #FF00A1;
  }
  .p-articles__tabs a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #222222;
    display: block;
    padding: 1rem 0;
    text-align: center;
    border-left: 1px solid #fff;
  }
  .p-articles__content, .p-related_posts {
    min-height: 500px;
  }
  .p-articles__headers {
    margin: 0 0 10px 0;
    padding-left: 244px;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .p-articles__headers article {
    border-left: 4px solid #DEDEDE;
    padding-left: 8px;
  }
  .p-articles__headers article.is-active {
    border-left-color: #6B93FF;
  }
  .p-articles__headers article.is-active .thumb {
    z-index: 10;
  }
  .p-articles__headers h3 {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 2px 0 6px 0;
  }
  .p-articles__headers .thumb {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-articles__headers .thumb img {
    width: 224px;
  }
  .p-articles__footers {
    display: flex;
    margin: 0 -10px;
  }
  .p-articles__footers article {
    margin-bottom: 0;
    width: 33.333%;
    overflow: hidden;
    padding: 10px 10px 0 10px;
    border-left: 1px solid #EBEBEB;
  }
  .p-articles__footers article:first-child {
    border: none;
  }
}
@media screen and (min-width: 1025px) {
  .p-articles__headers {
    padding-left: 305px;
  }
  .p-articles__headers article .thumb img {
    width: 290px;
    height: 155px;
  }
  .p-articles__headers h3 {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 2px 0;
  }
}
.p-related_posts__title--single {
  font-size: 1.6rem;
  margin: 40px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #E8E8E8;
}
.p-related_posts__title--single:before {
  content: "";
  font-family: "fa";
  margin-right: 0.8em;
}
.p-related_posts {
  min-height: auto;
  display: flex;
  flex-wrap: wrap;
}
.p-related_posts article {
  width: 100%;
  max-width: 33.333%;
}
.p-related_posts article h3 {
  margin: 5px 0;
  font-size: 1.4rem;
  color: #333333;
}
@media screen and (max-width: 599px) {
  .p-related_posts {
    margin-left: -10px;
    margin-right: -10px;
  }
  .p-related_posts article {
    max-width: 50%;
  }
  .p-related_posts article a {
    box-shadow: none;
    border-radius: unset;
  }
}
/* 固定ページ用 親ページ向け */
.page_master_head {
  width: 100%;
  height: 240px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 15px;
}
.page_master_head_inner {
  padding: 17px 20px 24px;
  color: #fff;
  -webkit-backdrop-filter: blur(5px) brightness(0.9);
  backdrop-filter: blur(5px) brightness(0.9);
}
.page_master_title {
  font-size: 1.6rem;
  line-height: 2;
}
.page_master_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 22px;
}
@media screen and (min-width: 600px) {
  .page_master_head {
    padding: 35px 40px;
  }
  .page_master_head_inner {
    backdrop-filter: blur(5px) brightness(0.9);
    padding: 35px 30px;
  }
  .page_master_title {
    font-size: 2rem;
  }
  .page_master_meta {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .page_master_head {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 66px 120px 65px;
  }
  .page_master_head_inner {
    padding: 25px 44px 26px;
  }
  .page_master_meta {
    margin-top: 18px;
  }
}
/* 広告用オレンジボタン */
.aside_link_btn {
  margin: 30px auto 40px;
  width: 96%;
  height: 50px;
}
.aside_link_btn a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px 6px 6px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  border-radius: 8px;
}
.aside_link_btn a::before {
  content: "";
  font-family: "fa" !important;
  font-size: 1.6rem;
  margin-right: 10px;
  font-weight: normal;
}
.aside_link_btn_guide a {
  color: #000;
  box-shadow: 0 5px 1px #707070;
  background-color: #FFC700;
}
.aside_link_btn_guide a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 600px) {
  .aside_link_btn {
    max-width: 420px;
  }
  .aside_link_btn a::before {
    margin-right: 15px;
  }
}
/* 広告用バナーイメージ */
/* for smartphone */
.ap_bnr_area_image_100, .ap_bnr_area_image_90, .ap_bnr_area_image_80 {
  width: 100%;
  margin: 40px auto !important;
}
/* not smartphone */
@media screen and (min-width: 600px) {
  .ap_bnr_area_image_90 {
    width: 90%;
  }
  .ap_bnr_area_image_80 {
    width: 80%;
  }
}
/*# 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%2Fimport%2F_base.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2F_layout.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2F_component.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fcommon-all.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Fregacy%2F_vars.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Fregacy%2F_sidebar.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2F_r-side.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Fsidebar%2F_wpp.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Fsidebar%2F_latests.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Fsidebar%2F_posttypes.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Fsidebar%2F_recomend_casino.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Fcommon%2F_floating_banner.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Fcommon%2F_archive.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Fcommon%2F_comments.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Fcommon%2F_pagenavi.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Fcommon%2F_breadcrumb.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Fcommon%2F_single.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Fcommon%2F_share.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Fcommon%2F_singlenavi.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Fcommon%2F_author_card.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Findex%2F_articles.scss%22%2C%22wp-content%2Fthemes%2Fcasino-winnersclub-v16%2Fassets%2Fscss%2Fimport%2Fcommon%2F_related_posts.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BACrHD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAGE%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAChGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1WF%3BACMC%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAChQH%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FKF%3BAGqLA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAHvSF%3BAG6SA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG8YA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BACneF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzBD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACVF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1EH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BARxCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAhIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2JA%3BAACE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAGE%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAStRF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BACxBF%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBD%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAClKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAGE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BACxNF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAC9EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BACxBF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQD%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAEC%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAC5IH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BACxFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBzCD%3BAiBEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAEC%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB1CH%3BAA8SA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAApWF%3BAA0WA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAhZF%3BAAAA%3BAAuZA%3BAAAA%3BAAAA%3BAAAA%3BAAvZA%3BAA8ZA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%22%7D */