@charset "UTF-8";
/* ----- reset ----- */
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, th, td, div, label, select, header, main, footer, hr, input {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: none;
  vertical-align: bottom;
  height: auto;
}

caption, cite, code, dfn, em, th, var, strong {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* ----- END reset ----- */
/* ----- content ----- */
html {
  color: #444;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.66;
  height: 100vh;
  scroll-behavior: smooth;
}

body {
  height: 100vh;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 1030px) {
  body {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  body {
    letter-spacing: 0.1em;
  }
}
#wrapper {
  width: 100%;
  position: relative;
  min-height: 100%;
}

header {
  width: 100%;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 4em;
  position: relative;
  z-index: 50;
}
header h1.h1_logo {
  margin: 0;
  text-align: left;
}
header .logo {
  display: inline-block;
  width: 240px;
  height: auto;
}

main {
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: calc(6em + 58px);
}

footer {
  width: 100%;
  padding: 20px 40px;
  background-color: #c7b299;
  position: absolute;
  bottom: 0;
}
footer p {
  font-size: 11px;
  margin: 0;
}
footer .pagetop {
  content: "";
  background-image: url(../images/pagetop.svg);
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
  right: 40px;
  top: -26px;
  display: block;
  position: absolute;
}

a {
  color: #1197ce;
}

p, ul, ol, dl, table {
  margin-bottom: 2em;
}

h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-weight: bold;
}

h2 {
  color: #998675;
  font-size: 1.85em;
  margin-bottom: 10px;
  text-align: center;
}

h3 {
  color: #998675;
  font-size: 1.5em;
  margin-bottom: 20px;
  text-align: center;
}
h3::before {
  content: "";
  height: 0.65em;
  width: 0.65em;
  margin: 0 0.4em 0.3em 0;
  background-color: #c7b299;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
h3::after {
  content: "";
  height: 0.65em;
  width: 0.65em;
  margin: 0 0 0.3em 0.4em;
  border: solid 2px #c7b299;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

h4 {
  color: #998675;
  font-size: 1.25em;
  margin-bottom: 10px;
}

h5 {
  color: #998675;
  font-size: 1.1em;
  margin-bottom: 10px;
}

h6 {
  color: #998675;
  font-size: 1em;
  margin-bottom: 10px;
}

p {
  font-size: 1.1em;
}

img {
  width: 100%;
}

ul {
  font-size: 1.1em;
  list-style-type: disc;
  padding-left: 1em;
}
ul li {
  list-style-type: none !important;
  position: relative;
  margin-bottom: 0.5em;
  font-weight: bold;
}
ul li::before {
  content: "";
  background-color: #998675;
  width: 0.4em;
  height: 0.4em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: -0.8em;
  top: 0.6em;
}

ul.mokuzi {
  padding: 0 1.5em 1.5em 2.5em;
  border-radius: 0.5em;
  border: 1px solid #998675;
  overflow: hidden;
}
ul.mokuzi h6 {
  width: calc(100% + 4em);
  margin-left: -2.5em;
  padding: 0.5em;
  background-color: #998675;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5em;
}
ul.mokuzi li {
  margin-bottom: 1em;
}
ul.mokuzi li:last-child {
  margin-bottom: 0;
}
ul.mokuzi li::before {
  background-color: #1197ce;
}

ol {
  font-size: 1.1em;
  list-style-type: decimal;
  padding-left: 1em;
}

table {
  border-top: 1px solid #998675;
  border-left: 1px solid #998675;
  font-size: 1em;
  width: 100%;
}
table th, table td {
  border-right: 1px solid #998675;
  border-bottom: 1px solid #998675;
  padding: 10px 20px;
}
table th ul, table th ol, table th p:last-child, table td ul, table td ol, table td p:last-child {
  margin: 0;
}
table th {
  background-color: #F4F0EB;
}

strong {
  font-weight: bold;
}

hr {
  border: 1px solid #998675;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 14.5px;
  }
  header {
    padding: 20px;
  }
  header .logo {
    width: 220px;
  }
  footer {
    padding: 20px;
  }
  footer .pagetop {
    width: 42px;
    height: 42px;
    top: -21px;
    right: 20px;
  }
}
/* ----- END content ----- */
/* ----- hamburger_menu ----- */
.menu-btn {
  position: fixed;
  top: 1em;
  right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3em;
  width: 3em;
  border-radius: 1.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
}
.menu-btn span, .menu-btn span::before, .menu-btn span::after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background-color: #998675;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
.menu-btn span::before {
  bottom: 5px;
  left: 2px;
}
.menu-btn span::after {
  top: 5px;
  right: 2px;
}
.menu-btn.click span::before {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-btn.click span::after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 15em;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ebe4db;
}
.menu-content ul {
  padding: 80px 10px 0;
}
.menu-content ul li {
  list-style: none;
  text-align: right;
}
.menu-content ul li::before {
  display: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #998675;
  text-decoration: none;
  padding: 0.5em 2em 0.75em 0;
  position: relative;
  font-weight: bold;
}
.menu-content ul li a::before {
  content: "";
  border-top: 5.2px solid transparent;
  border-bottom: 5.2px solid transparent;
  border-left: 6.5px solid #998675;
  position: absolute;
  right: 1em;
  top: 1em;
}
.menu-content.click {
  left: calc(100% - 15em); /*メニューを画面内へ*/
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 70;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
  .menu-btn {
    right: 1em;
    background-color: #ebe4db;
  }
  .menu-btn span, .menu-btn span::before, .menu-btn span::after {
    height: 2px;
    width: 18px;
  }
  .menu-btn span::before {
    bottom: 4px;
    left: 1.8px;
  }
  .menu-btn span::after {
    top: 4px;
    right: 1.8px;
  }
  .menu-content {
    width: 17em;
    background-color: #ebe4db;
  }
  .menu-content ul li a {
    font-size: 1.4em;
    padding: 0.5em 2em 0.75em 0;
  }
  .menu-content.click {
    left: calc(100% - 17em); /*メニューを画面内へ*/
  }
}
/* ----- END hamburger_menu ----- */
/* ----- index_page ----- */
.index_page header {
  position: fixed;
}
.index_page main {
  max-width: 100%;
  padding-bottom: 58px;
}
.index_page main .split {
  display: table;
  width: 100%;
}
.index_page main .split .split-item {
  display: table-cell;
  width: 50%;
}
.index_page main .split .split-left {
  position: relative;
  padding: 0;
}
.index_page main .split .split-left .split-left__inner {
  height: 20em;
  width: 20em;
  left: calc(25% - 10em);
  top: calc(50% - 10em);
  position: fixed;
  z-index: 25;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_page main .split .split-left .split-left__inner h2 {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.index_page main .split .split-left .split-left__inner a {
  color: #998675;
  font-size: 1.5em;
  height: 1.5em;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 25;
  padding: 0.5em 0.75em;
  margin-bottom: 0.5em;
  text-decoration: none;
}
.index_page main .split .split-left .split-left__inner a:last-child {
  margin-bottom: 0;
}
.index_page main .split .split-left .split-left__inner a::before, .index_page main .split .split-left .split-left__inner a::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border: 2px solid transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.index_page main .split .split-left .split-left__inner a::before {
  bottom: -2px;
  left: -2px;
}
.index_page main .split .split-left .split-left__inner a::after {
  top: -2px;
  right: -2px;
}
.index_page main .split .split-left .split-left__inner a:hover::after, .index_page main .split .split-left .split-left__inner a:hover::before {
  width: 100%;
  height: 100%;
}
.index_page main .split .split-left .split-left__inner a:hover::before {
  border-top-color: #c7b299;
  border-left-color: #c7b299;
  -webkit-transition: height 0.3s, width 0.3s 0.3s;
  transition: height 0.3s, width 0.3s 0.3s;
}
.index_page main .split .split-left .split-left__inner a:hover::after {
  border-bottom-color: #c7b299;
  border-right-color: #c7b299;
  -webkit-transition: height 0.3s, width 0.3s 0.3s;
  transition: height 0.3s, width 0.3s 0.3s;
}
.index_page main .split .split-left #particle-canvas {
  height: 100vh;
  width: 50%;
  position: fixed !important;
}
.index_page main .split .split-right {
  background: #F4F0EB;
  padding: 9em 40px 6em;
}
.index_page main .split .split-right .split-right__inner {
  min-height: calc(100vh - 15em - 58px);
  width: 100%;
}
.index_page main h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 1em;
  padding: 0.15em calc(1em + 20px) 0;
  line-height: 1.5;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.index_page main h2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.5em;
  background-color: #c7b299;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 20px;
}
.index_page main h2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.5em;
  border: solid 2px #c7b299;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  right: 20px;
}
.index_page main .flexbox {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index_page main .posts {
  max-width: calc(50% - 0.5em);
  width: 100%;
  background-color: #fff;
  display: block;
  margin-bottom: 1em;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.index_page main .posts img {
  width: calc(100% + 40px);
  height: auto;
  margin: -20px 0 20px -20px;
  border-radius: 10px 10px 0 0;
}
.index_page main .content .post_link {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
}
.index_page main .content .post_link::before, .index_page main .content .post_link::after {
  display: none;
}
.index_page main .posts_link {
  width: 100%;
  text-align: center;
  margin-top: 1em;
}
.index_page main .posts_link a {
  color: #998675;
  font-size: 1.5em;
  height: 1.5em;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 25;
  padding: 0.5em 0.75em;
  margin-bottom: 0.5em;
  text-decoration: none;
}
.index_page footer {
  width: 50%;
  margin-left: 50%;
}

@media screen and (max-width: 1534px) {
  .index_page main .flexbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index_page main .posts {
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
  }
  .index_page main .posts img {
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (max-width: 1030px) {
  .index_page main .split .split-left .split-left__inner a::after, .index_page main .split .split-left .split-left__inner a::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .index_page header {
    position: relative;
    margin-bottom: 0;
  }
  .index_page main .split {
    display: block;
  }
  .index_page main .split .split-item {
    display: block;
    width: 100%;
  }
  .index_page main .split .split-left {
    height: 100vw;
    margin-top: -76px;
  }
  .index_page main .split .split-left .split-left__inner {
    height: 100vw;
    width: 100vw;
    top: 1.5em;
    left: 0;
    position: relative;
  }
  .index_page main .split .split-left .split-left__inner a {
    margin-bottom: 0.2em;
  }
  .index_page main .split .split-left .split-left__inner a:first-child {
    margin-top: 2em;
  }
  .index_page main .split .split-left #particle-canvas {
    height: 100vw;
    width: 100vw;
    position: absolute !important;
    top: 0;
    left: 0;
  }
  .index_page main .split .split-right {
    padding: 40px 20px 6em;
  }
  .index_page main .split .split-right .split-right__inner {
    width: 100%;
  }
  .index_page footer {
    width: 100%;
    margin-left: 0;
  }
}
/* ----- END index_page ----- */
/* ----- input_page ----- */
.input_page h2 {
  margin: 0 0 1em;
  padding: 0.15em calc(1em + 20px) 0;
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1.5;
}
.input_page h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  width: 0.5em;
  margin: 0 0.35em 0.2em 0;
  background-color: #c7b299;
  display: inline-block;
  vertical-align: middle;
}
.input_page h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  width: 0.5em;
  margin: 0 0 0.2em 0.35em;
  border: solid 2px #c7b299;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input_page form .select_box {
  padding: 30px;
}
.input_page form .select_box:nth-child(odd) {
  background-color: #f4f0eb;
}
.input_page form .select_box .in_select_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.input_page form .select_box .in_select_box label {
  width: 90px;
  font-weight: bold;
  padding-top: 0.45em;
}
.input_page form .select_box .in_select_box select {
  padding: 0.6em 1em 0.6em 0.7em;
  margin: 0;
  color: #444;
  font-size: 1em;
  border: solid 1px #998675;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  background-color: #fff;
}
.input_page form .select_box .in_select_box select::-ms-expand {
  display: none;
}
.input_page form .select_box .in_select_box select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #444;
}
.input_page form .select_box .in_select_box .select_arrow {
  margin: 0 0.3em 0 0;
  display: inline-block;
  width: 6em;
  position: relative;
}
.input_page form .select_box .in_select_box .select_arrow:last-child {
  margin: 0;
}
.input_page form .select_box .in_select_box .select_arrow2 {
  display: inline-block;
  width: 9em;
  position: relative;
}
.input_page form .select_box .in_select_box .select_arrow::after, .input_page form .select_box .in_select_box .select_arrow2::after, .input_page form .select_box .in_select_box .select_arrow3::after {
  content: "";
  border-color: #998675 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  height: 0;
  width: 0;
  right: 0.6em;
  top: 1em;
  position: absolute;
  pointer-events: none;
}
.input_page form .select_box .in_select_box .select2 {
  width: 100% !important;
  max-width: 460px;
}
.input_page form .select_box .in_select_box .select2-container--default .select2-selection--single {
  border: solid 1px #998675;
  border-radius: 3px;
  height: 2.6em;
  padding: 0.38em 0.2em;
}
.input_page form .select_box .in_select_box .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.6em;
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
}
.input_page form .select_box .in_select_box .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #998675 transparent transparent transparent;
  border-width: 6.5px 5.2px 0 5.2px;
  margin-left: -5.2px;
  margin-top: -3px;
}
.input_page form .select_box .in_select_box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #998675 transparent;
  border-width: 0 5.2px 6.5px 5.2px;
}
.input_page form .select_box .in_select_box .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  background-color: #eee;
  padding: 8px;
  position: relative;
}
.input_page form .select_box .in_select_box .select2-container--default .select2-search--dropdown::after {
  position: absolute;
  top: 12px;
  right: 14px;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.input_page form .select_box .in_select_box .select2-container--default .select2-results > .select2-results__options {
  max-height: 350px;
}
.input_page form button {
  font-size: 1em;
  margin: 50px auto 0;
  width: 300px;
  display: block;
  border: none;
  background-color: #998675;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px #736357;
          box-shadow: 0px 5px #736357;
}
.input_page form button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  top: 5px;
}
.input_page .backlink {
  text-align: center;
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .input_page form .select_box {
    padding: 10px 20px 20px;
  }
  .input_page form .select_box .in_select_box {
    display: inline-block;
  }
  .input_page form .select_box .in_select_box label {
    display: block;
    width: 100%;
    margin-bottom: 0.3em;
  }
  .input_page form .select_box .in_select_box select {
    padding: 0.4em 1em 0.4em 0.7em;
    height: 2.6em;
  }
  .input_page form .select_box .in_select_box .select_arrow::after, .input_page form .select_box .in_select_box .select_arrow2::after, .input_page form .select_box .in_select_box .select_arrow3::after {
    top: 1.1em;
  }
  .input_page form .select_box .in_select_box .select_arrow {
    margin: 0;
  }
  .input_page form .select_box .in_select_box .select2-container--default .select2-search--dropdown::after {
    top: 14px;
  }
}
@media screen and (max-width: 374px) {
  .input_page form button {
    width: calc(100% - 40px);
  }
}
/* ----- END input_page ----- */
/* ----- input_page crycur ----- */
.crycur form .select_box {
  text-align: center;
}
.crycur form .select_box .in_select_box {
  text-align: left;
  max-width: calc(19em + 100px);
}
.crycur form .select_box .in_select_box .select_arrow3 {
  display: inline-block;
  width: 18.6em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .crycur form .select_box .in_select_box {
    max-width: 19em;
  }
}
/* ----- END input_page crycur ----- */
/* ----- casino_index ----- */
.casino_index main {
  text-align: center;
  padding-bottom: calc(4em + 58px);
}
.casino_index main h2 {
  position: relative;
  z-index: 25;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.casino_index main .casino_box {
  text-align: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 2em; /* Safari */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.casino_index main .casino_box .casino_link {
  position: relative;
  height: 1.5em;
  color: #998675;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 0.5em 0.75em;
  margin: 0 0 0.5em;
  z-index: 25;
  text-decoration: none;
}
.casino_index main .casino_box .casino_link::before, .casino_index main .casino_box .casino_link::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border: 2px solid transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.casino_index main .casino_box .casino_link::before {
  bottom: -2px;
  left: -2px;
}
.casino_index main .casino_box .casino_link::after {
  top: -2px;
  right: -2px;
}
.casino_index main .casino_box .casino_link:hover::after, .casino_index main .casino_box .casino_link:hover::before {
  width: 100%;
  height: 100%;
}
.casino_index main .casino_box .casino_link:hover::before {
  border-top-color: #c7b299;
  border-left-color: #c7b299;
  -webkit-transition: height 0.3s, width 0.3s 0.3s;
  transition: height 0.3s, width 0.3s 0.3s;
}
.casino_index main .casino_box .casino_link:hover::after {
  border-bottom-color: #c7b299;
  border-right-color: #c7b299;
  -webkit-transition: height 0.3s, width 0.3s 0.3s;
  transition: height 0.3s, width 0.3s 0.3s;
}
.casino_index main #particle-canvas {
  height: 100vh;
  width: 100vw;
  position: fixed !important;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .casino_index main {
    padding-bottom: calc(1em + 58px);
  }
  .casino_index main .casino_box {
    padding-top: 1em;
  }
}
@media screen and (max-width: 1030px) {
  .casino_index main .casino_box .casino_link::after, .casino_index main .casino_box .casino_link::before {
    display: none;
  }
}
/* ----- END casino_index ----- */
/* ----- input_page casino ----- */
.casino main .content {
  margin-bottom: 10em;
}
.casino main .content form .select_box {
  text-align: center;
}
.casino main .content form .select_box .in_select_box {
  text-align: left;
  max-width: 19em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.casino main .content form .select_box .in_select_box label {
  width: 12em;
}
.casino main .content form .select_box .in_select_box .select_arrow.adjust {
  margin-top: 0.75em;
}
.casino main .content form .select_box .select_arrow {
  width: 7em;
}
.casino main .casino_box .backlink {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.casino main .casino_box .backlink a {
  text-decoration: none;
  color: #444;
}

@media screen and (max-width: 767px) {
  .casino main .content form .select_box {
    padding: 20px;
  }
}
/* ----- END input_page casino ----- */
/* ----- output_page ----- */
.output_page .fig {
  width: 100%;
  height: 50vh;
  margin-bottom: 4em;
}
.output_page main {
  padding: 0px 20px calc(6em + 58px);
}
.output_page main .content p {
  font-weight: bold;
}
.output_page main .content h2 {
  color: #444;
  vertical-align: middle;
  border-bottom: 2px solid #998675;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-right: 0.3em;
}
.output_page main .content h2 span {
  font-size: 0.7em;
  color: #998675;
}
.output_page main .content h2 span.black {
  color: #444;
}
.output_page main .content .profit {
  width: 620px;
  margin: 0 auto 80px;
}
.output_page main .content .profit .stockname {
  font-size: 1.2em;
  color: #444;
  text-align: center;
  margin-bottom: 20px;
}
.output_page main .content .profit .stockname span {
  color: #998675;
}
.output_page main .content .profit .profit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.output_page main .content .profit .profit_box .box1 {
  padding: 25px 30px;
  width: 280px;
  border-radius: 15px;
  background-color: #F4F0EB;
  display: inline-block;
  text-align: left;
}
.output_page main .content .profit .profit_box .box1 p {
  font-size: 1.3em;
  margin-bottom: 0;
}
.output_page main .content .profit .profit_box .box1 p span {
  color: #998675;
}
.output_page main .content .profit .profit_box .box1 .box1_title {
  font-size: 1.5em;
  color: #998675;
  line-height: 0.9;
  margin: 0.4em 0 0.8em;
  text-align: center;
}
.output_page main .content .profit .profit_box .triangle {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #998675;
  height: 24px;
  margin-left: 3px;
}
.output_page main .content .profit .annotation1 {
  font-size: 0.95em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}
.output_page main .content .profit .figlink {
  text-align: center;
  width: 100%;
}
.output_page main .content .profit2 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.output_page main .content .profit2 .box2 {
  padding: 25px 30px;
  width: 300px;
  border-radius: 15px;
  border: 2px solid #998675;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 8px 5px;
}
.output_page main .content .profit2 .box2 p {
  font-size: 1.3em;
  margin-bottom: 0;
}
.output_page main .content .profit2 .box2 p span {
  color: #998675;
}
.output_page main .content .profit2 .box2 .box2_title {
  font-size: 1.5em;
  color: #444;
  line-height: 0.9;
  margin: 0.4em 0 0.8em;
  text-align: center;
}
.output_page main .content .profit2 .box2 .box2_message {
  font-size: 1em;
  margin-top: 0.3em;
}
.output_page main .content .profit2 .nottrade_message {
  font-size: 0.95em;
  width: 100%;
  padding: 20px 15px 0;
  display: inline-block;
}
.output_page main .backlink {
  text-align: center;
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .output_page main .content .profit {
    width: 100%;
    margin: 0 auto 60px;
  }
  .output_page main .content .profit .profit_box {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .output_page main .content .profit .profit_box .triangle {
    border-top: 12px solid #998675;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    width: 24px;
    display: block;
    margin: 12px auto 0;
  }
  .output_page main .content .profit2 .box2 {
    width: 280px;
    margin: 5px 0;
  }
}
/* ----- END output_page ----- */
/* ----- output_page crycur ----- */
.output_page main .content .profit .stockname.exc {
  margin-bottom: 0px;
}

/* ----- END output_page crycur ----- */
/* ----- output_page casino ----- */
.output_page main .content .casino-data {
  text-align: center;
}
.output_page main .content .casino-data div {
  width: 620px;
  text-align: left;
  display: inline-block;
}
.output_page main .content .casino-data h4 {
  padding: 0 0.3em;
}
.output_page main .content .casino-data p {
  margin-bottom: 0px;
  padding: 0.4em 0.6em 0.2em;
}
.output_page main .content .casino-data p span {
  color: #998675;
}
.output_page main .content .casino-data p span.RED, .output_page main .content .casino-data p span.BLACK, .output_page main .content .casino-data p span.GREEN {
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  text-align: center;
  border-radius: 0.2em;
  margin: 0.3em 0.1em 0.4em 0;
}
.output_page main .content .casino-data p span.RED {
  background-color: #c1272d;
}
.output_page main .content .casino-data p span.BLACK {
  background-color: #444;
}
.output_page main .content .casino-data p span.GREEN {
  background-color: #009245;
}
.output_page main .content .casino-data p span.WIN {
  color: #de1c24;
}
.output_page main .content .casino-data p span.LOSE {
  color: #0071bc;
}
.output_page main .content .casino-data .data01 {
  background-color: #F4F0EB;
}
.output_page main .content .casino-data .data02 {
  border-bottom: 2px solid #998675;
}

@media screen and (max-width: 767px) {
  .output_page main .content .casino-data div {
    width: 100%;
  }
}
/* ----- END output_page casino ----- */
/* ----- post_index ----- */
.post-index main h2 {
  margin: 0 0 1em;
  padding: 0.15em calc(1em + 20px) 0;
  position: relative;
  display: inline-block;
  line-height: 1.5;
}
.post-index main h2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.5em;
  margin: 0 0.35em 0.2em 0;
  background-color: #c7b299;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 20px;
}
.post-index main h2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.5em;
  margin: 0 0 0.2em 0.35em;
  border: solid 2px #c7b299;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  right: 20px;
}
.post-index.post_page header {
  margin-bottom: 4em;
}
.post-index.post_page header h1 {
  font-size: 0;
  margin-bottom: 0;
  text-align: left;
}
.post-index.post_page main .flexbox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* justify-content: space-between; */
}
.post-index.post_page main .posts {
  max-width: calc(33.33% - 1em);
  margin: 0 0.5em 1em;
  display: block;
  padding: 20px;
  border-radius: 10px;
  text-decoration: none;
}
.post-index.post_page main .posts img {
  width: calc(100% + 40px);
  height: auto;
  margin: -20px 0 20px -20px;
  border-radius: 10px 10px 0 0;
}

.post_page main .content .post_link {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  color: #998675;
  background: none;
  border-top: none;
}
.post_page main .content .post_link::before, .post_page main .content .post_link::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .post-index.post_page main {
    padding: 0 20px calc(6em + 58px);
  }
  .post-index.post_page main .flexbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .post-index.post_page main .posts {
    max-width: 400px;
    border-radius: 8px;
  }
  .post-index.post_page main .posts img {
    border-radius: 8px 8px 0 0;
  }
  .post-index.post_page .post_link {
    font-size: 1.3em;
  }
}
/* ----- END post_index ----- */
/* ----- post_page ----- */
.post_page {
  background-color: #F4F0EB;
}
.post_page header {
  margin-bottom: 2em;
}
.post_page main {
  padding: 0 20px calc(6em + 58px);
  text-align: center;
}
.post_page main .content {
  width: 70%;
  max-width: 800px;
  background-color: #fff;
  padding: 40px;
  display: inline-block;
  text-align: left;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post_page main .content .date {
  font-size: 13px;
  color: #7B7B7B;
  text-align: right;
  margin-top: -13px;
}
.post_page main .content h1 {
  font-size: 1.7em;
  margin-bottom: 1.5em;
  text-align: center;
}
.post_page main .content h2 {
  font-size: 1.7em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}
.post_page main .content h2 p {
  color: #998675;
  font-size: 0.8em;
  position: absolute;
  top: -2.6em;
  left: 50%;
  margin-left: -1em;
  width: 1.8em;
  height: 1.8em;
  background-color: #fff;
  border: 2px solid #998675;
  padding-top: 0.15em;
  padding-left: 0.1em;
}
.post_page main .content h2 p::before {
  content: "";
  position: absolute;
  top: 0.08em;
  left: 0.1em;
  width: 1.6em;
  height: 1.58em;
  border: 2px solid #998675;
  padding-top: 0.05em;
}
.post_page main .content h2 p.over10 {
  margin-left: -1.3em;
  width: 2.34em;
}
.post_page main .content h2 p.over10::before {
  content: "";
  position: absolute;
  top: 0.12em;
  left: 0.08em;
  width: 2.15em;
  height: 1.55em;
  border: 2px solid #998675;
  padding-top: 0.05em;
}
.post_page main .content h2 p span {
  font-size: 0.5em;
}
.post_page main .content h3 {
  font-size: 1.3em;
  text-align: left;
  color: #444;
  padding: 0.5em 1em;
  border-top: 2px solid #998675;
  background: #f4f0eb;
}
.post_page main .content h3::before, .post_page main .content h3::after {
  display: none;
}
.post_page main .content p {
  margin-bottom: 1.5em;
}
.post_page main .content img {
  margin-bottom: 3em;
}
.post_page main .content .post_img {
  width: calc(100% + 80px);
  margin-left: -40px;
  height: auto;
  margin-bottom: 2em;
}
.post_page main .content section {
  margin-bottom: 1em;
  display: inline-block;
  width: 100%;
}
.post_page main .content section .box3_rap {
  width: 100%;
  text-align: center;
  margin-bottom: 1.5em;
}
.post_page main .content section .box3_rap .box3 {
  padding: 30px 30px calc(30px - 0.8em);
  width: 100%;
  max-width: 375px;
  border-radius: 15px;
  background-color: #F4F0EB;
  display: inline-block;
  text-align: left;
  font-weight: bold;
}
.post_page main .content section .box3_rap .box3 p {
  font-size: 1.3em;
  margin-bottom: 0.8em;
}
.post_page main .content section .box3_rap .box3 p span {
  color: #998675;
}
.post_page main .sidebar {
  width: calc(30% - 1.5em);
  margin-left: 1em;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.post_page main .sidebar h3 {
  margin-bottom: 10px;
}
.post_page main .sidebar .posts {
  margin-bottom: 1em;
  max-width: 100%;
  display: inline-block;
  padding: 20px;
  width: 100%;
  text-decoration: none;
}
.post_page main .sidebar .posts img {
  width: calc(100% + 40px);
  height: auto;
  margin: -20px 0 20px -20px;
  border-radius: 10px 10px 0 0;
}
.post_page footer p {
  font-size: 11px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .post_page main {
    padding: 0 0 calc(6em + 58px);
    text-align: center;
  }
  .post_page main .content {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0;
  }
  .post_page main .content h1 {
    font-size: 1.5em;
  }
  .post_page main .content h2 {
    font-size: 1.7em;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .post_page main .content h2 p {
    font-size: 1em;
  }
  .post_page main .content h2 p::before {
    top: 0.1em;
  }
  .post_page main .content .post_img {
    width: calc(100% + 40px);
    margin-left: -20px;
    height: auto;
    margin-bottom: 2em;
  }
  .post_page main .sidebar {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .post_page main .sidebar h3 {
    margin-top: 1em;
  }
  .post_page main .sidebar .posts {
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
  }
  .post_page main .sidebar .posts img {
    border-radius: 8px 8px 0 0;
  }
}
/* ----- END post_page ----- */
/* ----- post_page rank ----- */
.post_page.rank main .content h2 {
  margin-top: 2.6em;
}

@media screen and (max-width: 767px) {
  .post_page.rank main .content h2 {
    margin-top: 2.8em;
  }
}
/* ----- END post_page rank ----- */
/* ----- post_page mg01 ----- */
.post_page.mg01 main .content table {
  width: 50%;
  min-width: 280px;
}

@media screen and (max-width: 767px) {
  .post_page.mg01 main .content table {
    width: 100%;
  }
}
/* ----- END post_page mg01 ----- */
/* ----- post_page count ----- */
.post_page main .content .autoapp {
  background-color: #f4f0eb;
  padding: 1.5em;
  border-radius: 0.5em;
  margin-bottom: 1.5em;
}
.post_page main .content .autoapp .flexbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_page main .content .autoapp .flex50 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 15em;
}
.post_page main .content .autoapp .flex50 label {
  padding-top: 0.45em;
}
.post_page main .content .autoapp .flex50 .select_arrow2, .post_page main .content .autoapp .flex50 input {
  width: 50%;
  text-align: center;
}
.post_page main .content .autoapp select {
  padding: 0.5em;
  margin-bottom: 1em;
  color: #444;
  font-size: 1em;
  border: solid 1px #998675;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.post_page main .content .autoapp select option {
  display: inline;
}
.post_page main .content .autoapp label {
  margin-right: 0.5em;
  font-weight: bold;
  display: inline-block;
  color: #998675;
  display: inline;
}
.post_page main .content .autoapp input {
  padding: 0.5em;
  border: none;
  color: #444;
  font-size: 1em;
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post_page main .content .autoapp .count_label {
  padding-top: 0.8em;
}
.post_page main .content .autoapp .count {
  padding: 1em;
  border-radius: 2em;
  font-size: 1em;
  width: calc(100% - 3em);
}
.post_page main .content .autoapp .winlose {
  font-size: 1em;
  display: inline-block;
  text-align: center;
  width: 100%;
  background-color: transparent;
  padding: 0.5em;
}
.post_page main .content .autoapp .winlose label {
  margin-left: 0.5em;
}
.post_page main .content .autoapp .winlose p {
  display: inline;
  margin-right: 0.5em;
  padding: 0.5em 0;
}
.post_page main .content .autoapp .count_button {
  text-align: center;
  width: 100%;
}
.post_page main .content .autoapp .count_button button {
  font-size: 1.4em;
  font-weight: bold;
  display: inline-block;
  width: 5em;
  height: 5em;
  vertical-align: middle;
  border-radius: 2.5em;
  margin: 0 0.1em 1em;
  border: 2px solid;
}
.post_page main .content .autoapp .count_button .win {
  color: #998675;
  border-color: #998675;
  background-color: #fff;
}
.post_page main .content .autoapp .count_button .lose {
  color: #fff;
  border-color: #c7b299;
  background-color: #998675;
}
.post_page main .content .autoapp .reset_button {
  margin-top: 0.2em;
  width: 100%;
  text-align: center;
}
.post_page main .content .autoapp .reset_button input {
  padding: 0.3em 0.5em;
  margin-bottom: 0;
  border: solid 1px #998675;
  text-decoration: none;
  color: #998675;
  background-color: #f4f0eb;
}
.post_page main .content .figure {
  max-width: 500px;
}

@media screen and (max-width: 1023px) {
  .post_page main .content .autoapp .flexbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post_page main .content .autoapp .flex50 {
    text-align: center;
    width: calc(50% - 0.5em);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .post_page main .content .autoapp .flex50 label, .post_page main .content .autoapp .flex50 .select_arrow2, .post_page main .content .autoapp .flex50 input {
    width: 100%;
    margin-right: 0;
    font-size: 1.2em;
  }
}
/* ----- END post_page count ----- */
/* ----- post_page count mg02 ----- */
.post_page.mg02 main .content .autoapp .num {
  text-align: center;
  width: 100%;
}
.post_page.mg02 main .content .autoapp .num input {
  width: 5.5em;
  font-size: 1.5em;
}
.post_page.mg02 main .content .autoapp .num p {
  width: 2.5em;
  display: inline-block;
}

/* ----- END post_page count mg02 ----- */
/* ----- tool_class ----- */
.pc {
  display: inline-block;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clearfix {
  display: inline-block;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.t_center {
  text-align: center;
  padding: 0 20px;
}

.b {
  font-weight: bold;
}

.b_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #c1e0ff));
  background: linear-gradient(transparent 75%, #c1e0ff 75%);
  font-weight: bold;
}

.anchor {
  margin-top: -1em;
  padding-top: 1em;
}

@media screen and (max-width: 1023px) {
  .tb {
    display: inline-block;
  }
  form button:hover {
    -webkit-box-shadow: 0px 5px #736357;
            box-shadow: 0px 5px #736357;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
/* ----- END tool_class ----- */