@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400, 700, 900);
/* ==================================================

StyleSheet

===================================================== */
.range-perfect .flex li:last-child:before {
  content: none;
}

#CDT > div {
  font-weight: 700;
}
/* block
-------------------*/
a {
  color: #FF1458;
}

body {
  background-color: #090909;
  background: url(../img/background.jpg) center/cover no-repeat;
  -webkit-background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}
th {
  background: #eee;
}
@media screen and (min-width: 1000px) {
  body:before {
    content: "";
    background: inherit;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    position: fixed;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    z-index: -1;
  }
}
@media all and (-ms-high-contrast: none) {
  body:before {
    content: none;
  }
}
body:before {
  content: none\9;
}
@media screen and (max-width: 999px) {
  body {
    background: none;
  }
  body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../img/background_sp.jpg) center/cover no-repeat;
    -webkit-background-size: cover;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
}

.topbar {
  /*background: #f60;*/
  color: white;
  padding: 5px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 1px 0 #ccc inset;
  background: #f40b0b;
}
header {
  border-bottom: none;
}
header h1 {
  font-weight: 900;
}

header .cap {
  color: #231815;
  margin-right: 50px;
}
@media screen and (max-width: 736px) {
  .header-sns {
    right: 50px;
    left: auto;
    margin-top: -10px;
  }
}

.nav-wrap {
  background: #0f0f0f;
}
.cd-primary-nav {
  background: linear-gradient(
    135deg,
    rgba(255, 0, 97, 1) 0%,
    rgba(255, 0, 97, 1) 100%
  );
}
.cd-primary-nav a:before,
.cd-primary-nav a:after {
  border-color: white;
}
/*.cd-primary-nav-trigger .cd-menu-icon {
  background-color: #009efa;
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  background-color: #009efa;
}*/
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before,
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: white;
}
.gloval-nav .cd-primary-nav span {
  background-color: #787878 !important;
}

.section-heading {
  color: white;
}
.section-pickup {
  background: none;
}
.section-pickup:before {
  background: none;
}
.section-pickup + section {
  padding-top: 0;
}
.pickup-body p {
  text-shadow: 2px 2px 3px black;
}
.pickup-body a {
  color: white;
  border: none;
  background: orange;
  font-weight: bold;
}
.section-program {
  background: rgba(8, 32, 36, 0.4);
  color: white;
}
.section-sponser {
  background: white;
}
.section-sponser .section-heading {
  color: #111;
}

.panel.panel-default {
  background: transparent;
}
.panel-primary {
  border-color: #f4f4f4;
  border-width: 0;
}
.panel-primary > .panel-heading {
  border-bottom: none;
  background: #303030;
  background: -moz-linear-gradient(
    top,
    #ffb76b 0%,
    #ffa73d 50%,
    #ff7c00 51%,
    #ff7f04 100%
  );
  background: -webkit-linear-gradient(
    top,
    #ffb76b 0%,
    #ffa73d 50%,
    #ff7c00 51%,
    #ff7f04 100%
  );
  background: linear-gradient(
    to bottom,
    #ffb76b 0%,
    #ffa73d 50%,
    #ff7c00 51%,
    #ff7f04 100%
  );
  color: white;
}
.panel-heading h1 {
  font-size: 24px;
  font-weight: 700;
}
.band-color-sat,
.band-color-sat + div .media-detail {
  background: #00b4ed;
  background: -moz-linear-gradient(left, #00b4ed 0%, #036eb8 100%);
  background: -webkit-linear-gradient(left, #00b4ed 0%, #036eb8 100%);
  background: linear-gradient(to right, #00b4ed 0%, #036eb8 100%);
}
.band-color-sun,
.band-color-sun + div .media-detail {
  background: #e95377;
  background: -moz-linear-gradient(left, #da5272 0%, #f8b62d 100%);
  background: -webkit-linear-gradient(left, #da5272 0%, #f8b62d 100%);
  background: linear-gradient(to right, #da5272 0%, #f8b62d 100%);
}
.band-color-sat,
.band-color-sun {
  color: white;
}
/* for FLY */
.entry-status .h1 {
  background: white;
  color: #FF1458;
}
/* for FINAL
.entry-status .h1 {
  background: black;
  color: white;
}
*/
@media screen and (max-width: 736px) {
  .topbar {
    font-size: 13px;
  }
  .panel-heading h1 {
    font-size: 18px;
  }
}
.panel.panel-default > .panel-heading {
  background-color: transparent;
}
.well {
  background-color: transparent;
  border: 1px solid #ccc;
}
.well.well-default {
  background-color: #fff583;
  border-color: transparent;
}
.panel-info {
  border-color: #a5d9e2;
}
.band-info {
  background-color: transparent;
  color: black;
  margin-bottom: 15px;
  border-bottom: 1px solid #00a29a;
  border-radius: 0;
}
.shopstyle-fig > div:after {
  border-color: transparent transparent transparent #a5d9e2;
}
.well.well-warning {
  background-color: #3e3f8f;
  color: white;
}
.well.well-success,
.band-success {
  background-color: #00a29a;
}
.panel-success {
  border-color: #00a29a;
}
.beginner-fig > div:after {
  border-left-color: #00a29a;
}
.bg-success {
  color: #00a29a;
  border-color: #00a29a;
}
.btn-success {
  background-color: #e95377;
  border-color: #de3f43;
}
.panel-warning {
  border-color: #999;
}
/* inline
------------------- */
/* .font-primary {
  font-family: "Lato", sans-serif;
} */
.color-primary {
  color: #3f3f3f;
}
.cd-primary-nav a,
.cd-primary-nav span {
  color: white;
}
.btn-primary {
  color: white;
  background: #444444;
  /* Old browsers */
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
  color: white;
}
.btn-link,
.btn-link:focus,
.btn-link:hover,
.btn-link:active {
  background: #2a9ddc;
  color: white;
  border-color: transparent;
}
.btn-unlink {
  background: #cccccc;
  color: #666666;
  display: inline-block;
}
ul.tab {
  border-color: #0f0f0f;
  border: none;
}
ul.tab > li {
  background: #666666;
  border-color: #999999;
}
ul.tab > li.active {
  background-color: #444444;
}
ul.tab > li a {
  color: white;
}
ul.tab > li.active:before {
  border-color: #444444 transparent transparent transparent;
}

/* page
------------------- */
.top-banner {
  background-color: #0f0f0f;
  background-image: url(../img/bg_slidermain01.jpg);
  /* background: -moz-linear-gradient(left, #0e3c92 0%, #f8b62d 70%, #f39800 100%);
  background: -webkit-linear-gradient(left, #0e3c92 0%, #f8b62d 70%, #f39800 100%);
  background: linear-gradient(to right, #0e3c92 0%, #f8b62d 70%, #f39800 100%); */
}
.slick-dots li.slick-active button:before {
  color: #0e3c92;
}
.gloval-nav .cd-primary-nav > li {
  border-left-color: white;
  border-right-color: #f4f4f4;
  border: none;
}
.media-primary .media-left,
.thumnail .thumnail-left {
  background: #e95377;
}
.entry-step:before,
.entry-step:after {
  border-color: #545454;
}
/* .dataTables_paginate>a, .dataTables_paginate>span>a {
  color: white;
  background: transparent;
} */
/* .dataTables_paginate>span>.ui-state-disabled {
  background-color: #0f0f0f;
  border-color: #ddd;
  color: #444;
} */
.dataTables_paginate > .ui-state-disabled {
  background: transparent;
}
/* div.dataTables_filter input {
  background-color: black;
  color: white;
} */
/* @media screen and (max-width: 736px) {
  .datatable-id,
  .datatable-range,
  .datatable-jokyo-shop,
  .datatable-caravan-agenda,
  .datatable-passed-machine {
      background: #E3F2FD;
  }
} */
.datatable-passed-block {
  vertical-align: middle !important;
  text-align: center;
}
.img-present {
  position: relative;
}
.img-present > img {
  position: absolute;
  top: -15px;
  right: 5px;
}
@media screen and (max-width: 736px) {
  .img-present > img {
    top: -8px;
    width: 110px;
  }
}
.mfp-bg {
  background: #0b3057;
}

button.mfp-arrow {
  background: #0f0f0f;
  width: 75px;
}
.mfp-arrow:before,
.mfp-arrow:after {
  position: absolute;
  z-index: 51;
  top: 50%;
  right: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-right: -10px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
}
.mfp-arrow:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
}
.mfp-arrow-left:before,
.mfp-arrow-left:after {
  position: absolute;
  z-index: 51;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -10px;
  content: "";
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-right: 2px solid #fff;
}
.mfp-arrow-left:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-right: 2px solid #fff;
}
@media screen and (max-width: 736px) {
  button.mfp-arrow {
    width: 50px;
  }
  .mfp-arrow:before,
  .mfp-arrow:after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: -5px;
  }
  .mfp-arrow-left:before,
  .mfp-arrow-left:after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -5px;
  }
}
.shopstyle-inner {
  background: #a5d9e2;
  color: black;
}
.sponserd {
  background: red;
}
/* .shop-booth a {
  border-color: #4e4e4e;
} */
.result-block a[href^="../assets/img/result/sun/range21_2.jpg"] {
  padding-right: 0;
  background: none;
}
.result-block
  a[href^="../assets/img/result/sun/range21_2.jpg"]
  + ul
  .h3
  + li.inline-block:after {
  content: none;
}
.result-block
  a[href^="../assets/img/result/sun/range21_2.jpg"]
  + ul
  li:last-child {
  display: none;
}


/* covid-19
------------------- */
.covid-minheight1 {
	min-height: none;
}
.covid-minheight2 {
	min-height: none;
}
.covid-minheight3 {
	min-height: none;
}
@media screen and (min-width: 737px) {
  .covid-minheight1 {
	min-height: 390px;
}
.covid-minheight2 {
	min-height: 502px;
}
.covid-minheight3 {
	min-height: 402px;
}
}
