@charset "UTF-8";
html {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  color: #0c0c0c;
  background: #fff;
}

.uk-link, a {
  color: #000;
}

@media screen and (max-width: 480px) {
  html {
    font-size: 12px;
  }
}

.uk-navbar-nav > li > a {
  color: #cecece;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  color: #000;
}

.uk-navbar-container {
  background: none !important;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  flex-direction: column;
}

.uk-text-white {
  color: #000;
}

.bg-black {
  background: #000;
}

.border_right_solid {
  vertical-align: middle;
  border-right: 1px solid #e5e5e5 !important;
  color: #000;
}

.border_top_dashed {
  border-top: 1px dashed #e5e5e5 !important;
}

.border_bottom_dashed {
  border-bottom: 1px dashed #e5e5e5 !important;
}

.border_right_dashed {
  min-height: unset !important;
  border-right: 1px dashed #e5e5e5 !important;
}

.card-border {
  border: 1px solid #e5e5e5;
}

.uk-totop {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
}

.uk-totop:hover {
  opacity: 0.7;
}

.uk-alert-close {
  color: #000;
}

.kirakira {
  /* z-index: 9999; */
  pointer-events: none;
  margin: 0 auto;
  /* position: fixed !important;   */
}

.mb-20 {
  margin-bottom: 20px;
}

.uk-button-default {
  color: #333;
  border: 1px solid #333;
}

.uk-button-default:focus, .uk-button-default:hover {
  background-color: #565656;
  color: #fff;
  border-color: #b2b2b2;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
  min-height: unset;
  padding: 0px 40px;
}

.uk-navbar-nav.small > li > a {
  min-height: unset;
  padding: 0px 15px;
}

a > img:hover {
  opacity: 0.7;
}

.uk-button-large {
  width: 100%;
  padding: 10px 40px;
  line-height: 20px;
}

.uk-button {
  text-transform: none;
}

textarea.form-control {
  min-height: 400px;
}

.com-con {
  background: #000;
  color: #fff;
  word-wrap: break-word;
}

.com-con h1 {
  color: #000;
}

.uk-pagination {
  font-size: 24px;
}

/* member */
.member {
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  z-index: 9999;
  max-width: 540px;
}

.member.sp {
  border: 1px solid #d5d5d5;
  padding: 20px 0;
  margin-bottom: 10px;
}

.member .uk-link-text {
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
}

.uk-text-black {
  color: #000 !important;
}

.uk-table th {
  vertical-align: middle;
}

blockquote {
  position: relative;
  padding: 10px 0;
  box-sizing: border-box;
  font-style: italic;
  color: #fff;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -60px;
  content: "“";
  font-family: sans-serif;
  color: #D6B75E;
  font-size: 90px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.uk-serif {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.uk-serif-p {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.lotted {
  height: 28px;
  vertical-align: text-bottom;
  margin-left: 10px;
}

.lotted.small {
  height: 22px;
  vertical-align: sub;
  margin-left: 0;
  margin-right: 4px;
}

.lotted-heading {
  height: 42px;
  vertical-align: text-bottom;
  margin-left: 10px;
}

.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.6);
}

.bg-dia {
  background-size: contain;
  background-position-y: bottom;
  padding-bottom: 50px;
  background-repeat: no-repeat;
}

.bg-dia.lg {
  padding-bottom: 150px;
}

.card-heading {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.card-numbers {
  position: absolute;
  left: 160px;
}

.card-logo {
  display: block;
  width: 140px;
  margin: 0 auto 20px;
}

.card-logo img {
  display: block;
  width: 100%;
}

.lotted-card {
  display: block;
  width: 300px;
  height: 202px;
}

.footer {
  background-size: contain;
  background-position-y: bottom;
  padding-bottom: 80px;
  background-repeat: no-repeat;
}

.footer.lg {
  background-size: cover;
}

.uk-offcanvas-overlay {
  background: rgba(255, 255, 255, 0.5);
}

.uk-offcanvas-bar {
  background: #333;
}

.uk-offcanvas-bar .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.7);
}

.uk-navbar-toggle {
  color: #fff;
}

.uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .img-header-text {
    font-size: 16px;
  }
}

.img-header-text {
  position: absolute;
  left: 12%;
  top: 12%;
}

.uk-button-default:disabled:hover {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}

.text_noselect {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

.sp-footer-nav a {
  color: #fff;
}

.obi {
  color: #000;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.img-button {
  border: none;
  background: none;
}

.img-button:hover {
  opacity: 0.7;
}

.gold {
  color: #c1a81f !important;
}

.uk-button-danger {
  background: #4B5088;
}

.uk-button-danger:hover {
  background: #7B8EB9;
}

.uk-navbar-nav > li > a {
  color: #333;
}

.gradation-label {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4d538a+0,7d90bb+100 */
  background: #4d538a;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #4d538a 0%, #7d90bb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #4d538a 0%, #7d90bb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #4d538a 0%, #7d90bb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d538a', endColorstr='#7d90bb',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 4px 8px;
  color: #fff;
}

.uk-text-1vw {
  font-size: 1vw;
}

.border-gold {
  border: 2px solid #B48B0D;
}

.border-gold-bold {
  border: 8px solid #B48B0D;
}

.border-bottom-gold {
  border-bottom: 2px solid #B48B0D;
}

.border-bottom-gold-bold {
  border-bottom: 8px solid #B48B0D;
}

.uk-text-bold {
  font-weight: bold !important;
}

.uk-table-divider > :first-child > tr:not(:first-child), .uk-table-divider > :not(:first-child) > tr, .uk-table-divider > tr:not(:first-child) {
  border-top: 2px solid #B48B0D;
}

.uk-table-justify td:last-child {
  border-left: 2px solid #B48B0D;
}

.fortune_teller_name {
  padding: 0 0 10px;
  font-size: 1vw;
}

.fortune_teller_name.sp {
  font-size: 4vw;
}
