@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: #3e3e3e;
  text-decoration: none !important;
}

body {
  width: 100%;
  height: 100vh;
  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 !important; white-space: nowrap;
}

td a {
  color: #3e3e3e !important;
}


@media screen and (min-width: 1000px) {
  body:before {
    content: "";
    background: inherit;
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
    position: fixed;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    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 {}
  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);
  }
}

.overlay{position: fixed; top: calc(0vh - -75px); left: 50%; z-index: -1;}
.overlay .ovl__obj_1,
.overlay .ovl__obj_2,
.overlay .ovl__obj_3{position: absolute; left: 50%; z-index: 0;}
.overlay .ovl__obj_1{width: 125px; top: 110px; margin: 0 0 0 575px; animation: floating-f 1.25s ease-in-out infinite alternate-reverse;}
.overlay .ovl__obj_2{width: 95px; top: 345px; margin: 0 0 0 -715px; animation: floating-f 1.0s ease-in-out infinite alternate-reverse;}
.overlay .ovl__obj_3{width: 80px; top: 615px; margin: 0 0 0 535px; animation: floating-f 1.1s ease-in-out infinite alternate-reverse;}

.topbar {
  /*background: #f60;*/
  color: white;
  padding: 0;
  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;
  position: relative;
}
.topbar h3{
  font-size: 18px !important;
  line-height: 1.4 !important;
  margin: 0;
}
.topbar2 {
  background-color: #dbdbdb;
  border: 1px solid #c9104a;
  padding: 10px;
  margin: 0 auto 15px;
  color: #c9104a;
  font-size: 120%;
  text-align: center;
  line-height: 1.2;
}
.gr_line {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-image: linear-gradient(30deg, #f291fd 0%, #ceed9c 30%, #f1a2e4 50%, #74efeb 85%, #f291fd 100%);
  background-position: 0% 0%;
  background-size: 3000px 100%;
  animation: Gr_gld 3.2s linear infinite;
  animation-delay: 2.0s;
}
.gr_txt{
  color: #cd2a83; margin: 0; padding: 0;
}
@keyframes Gr_gld {
  0% {background-position: 0 0%;}
  100% {background-position: 3000px 0%;}
}



@media screen and (max-width: 736px) {
  .topbar h3{
    font-size: 14px !important;
  }
  .topbar2 {
    font-size: 100%;
  }
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  /*bottom: -50px;*/
  background: #c92d07;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: bootstrap-icons;
  font-weight: 900;
  content: '\f077';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -18px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

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{}
nav.bg-dark{
    opacity: 1;
    background-color: rgb(33 37 41 / 1) !important;
}
nav.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
nav.navbar>.container-xl{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 768px) {
    nav.navbar-expand {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}
@media (min-width: 1200px) {
    nav.container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    nav.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }
}

.nav-wrap {
  background: #0f0f0f;
}
.cd-primary-nav {
  background: rgb(25 165 255 / 0.75) 100%;
}
div#site_nav{}
div#site_nav ul{display: flex; -webkit-justify-content: center; justify-content: center; margin: 0; padding: 0;}
.cd-primary-nav {display: flex; -webkit-justify-content: center; justify-content: center;}
.cd-primary-nav a,
.cd-primary-nav span {display: block; padding: 0.8em 0.99em;}





/*** footer .cd-primary-nav {background: none;} ***/
.cd-primary-nav a:before,
.cd-primary-nav a:after {border-color: white !important;}
/*.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: #da5172;
  text-shadow: 0 3px 0 #fff, 1px 2px 0 #fff;
}
.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: #da5172;
  font-weight: bold;
}
.section-program {
  background: rgb(255 255 255 / 0.45);
  color: #da5172;
}
.section-program ol,
.section-program ul{
    margin-bottom: 0;
    padding-left: 0;}

.section-sponser {
  background: rgb(132 178 255 / 0.65);
}
.section-status {
	color: #ffffff;
}
.section-dark {
	background: rgb(255 255 255 / 0.45);
	padding: 40px 0;
}

.panel.panel-default {
  background: transparent;
}
.panel-primary {
  border-color: #f4f4f4;
  border-width: 0;
}
.panel-primary > .panel-heading {
  border-bottom: none;
  background: #177dd3; /* Old browsers */
  background-image: linear-gradient(180deg, rgba(42, 179, 252, 1), rgba(58, 99, 255, 1) 48%, rgba(42, 179, 252, 1));
  color: white;
}
.panel-heading h1 {
  font-size: 24px;
  font-weight: 700;
}
.band-color-sat,
.band-color-sat + div .media-detail {
  background: #7871dd;
	/*
  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: #d574cd;
	/*
  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 !important;
}
/* for FLY */
.entry-status .h1 {
  background: white !important;
  color: #797541;
}
/* for FINAL
.entry-status .h1 {
  background: black;
  color: white;
}
*/
@media screen and (max-width: 736px) {
  .cd-primary-nav {
    background: rgba(0, 0, 0, 0.95) 100%;
  }
  .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 #999999;
  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: #da5172 !important;
  background: #fff !important;
  border: 2px solid #da5172 !important
  /* 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: #da5172 !important;
  color: white !important;
  border-color: transparent;
}
.btn-unlink {
  background: #ccc !important;
  color: #666 !important;
  border-color: #999 !important;
  cursor: no-drop !important;
}
ul.tab {
  border-color: #0f0f0f;
  border: none;
  padding: 0;
}
ul.tab > li {
  background: #da5172;
  border-color: #eb7793;
}
ul.tab > li.active.sun {
  background-color: #d9333f;
}
ul.tab > li.active.sat {
  background-color: #007bbb;
}
ul.tab > li a {
  color: white;
}
ul.tab > li.active.sun:before {
  border-color: #d9333f transparent transparent transparent;
}
ul.tab > li.active.sat:before {
  border-color: #007bbb transparent transparent transparent;
}

/* page
------------------- */
.top-banner {
  background-color: rgb(255 255 255 / 0.45);
}
.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;
}
.result-movie{position: relative;}
.result-movie button{display: block; background-color: #ad9d5c; border: 2px solid #7f7353; border-radius: 5px; color: #fff; line-height: 29px; text-align: center; width: 165px; font-size: 13.5px; text-decoration: none; position: absolute; top: -32px; right: -10px; cursor: pointer;}
.result-movie button:hover{opacity: 0.7;}
.result-movie.on{display: block;}
.result-movie.off{display: none;}

@media screen and (max-width: 736px) {
  .result-movie button {position: relative; top: 0; right: 0; margin: 10px auto 0;}
}


/* 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;
}
}

/* shop
------------------- */
.shop h3 {
	font-weight: bold;
	margin:-16px -16px 20px -6px;
	color: #ffffff;
	padding: 10px;
	font-size: 150%;
	background: #eab92d; /* Old browsers */
	background: -moz-linear-gradient(top, #eab92d 0%, #c79810 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eab92d 0%,#c79810 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eab92d 0%,#c79810 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */
}

/* ComingSoon...
------------------- */
/* 2026 */
@keyframes floating-c {
  0%   {transform: translateY(-1.25%);}
  100% {transform: translateY(1.25%);}
}
@keyframes floating-f {
  0%   {transform: translateY(-3.5%);}
  100% {transform: translateY(3.5%);}
}

#cs2026{
  width: 100%;
  height: 100vh;
  min-height: 960px;
  overflow: hidden;
}
#cs2026 .cs__main{
    position: relative;
    margin: 1.5rem auto;
    height: calc(90vh - 150px);
    min-height: 760px;
    z-index: -1;
}
#cs2026 .cs__main img{width: 100%;}
#cs2026 .cs__main .cs__logo{
    width: 640px;
    position: absolute;
    top: 363px;
    left: 50%;
    margin: 0 0 0 -320px;
    z-index: 2;
}
#cs2026 .cs__main .cs__chara{
    width: 740px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -370px;
    z-index: 0;
    animation: floating-c 2.25s ease-in-out infinite alternate-reverse;
}
#cs2026 .cs__main .cs__obj_1,
#cs2026 .cs__main .cs__obj_2,
#cs2026 .cs__main .cs__obj_3,
#cs2026 .cs__main .cs__obj_cloud,
#cs2026 .cs__main .cs__catch{position: absolute; left: 50%; z-index: 0;}
#cs2026 .cs__main .cs__obj_1{width: 125px; top: 90px; margin: 0 0 0 320px; animation: floating-f 1.25s ease-in-out infinite alternate-reverse;}
#cs2026 .cs__main .cs__obj_2{width: 95px; top: 330px; margin: 0 0 0 -420px; animation: floating-f 1.0s ease-in-out infinite alternate-reverse;}
#cs2026 .cs__main .cs__obj_3{width: 80px; top: 425px; margin: 0 0 0 290px; animation: floating-f 1.1s ease-in-out infinite alternate-reverse;}
#cs2026 .cs__main .cs__obj_cloud{width: 720px; top: 405px; left: 50%; margin: 0 0 0 -360px; z-index: 1;}
#cs2026 .cs__main .cs__catch{width: 190px; top: -5px; margin: 0 0 0 -380px; z-index: 1;}

p.cs__w_text{font-size: 1.2rem; color: #9a5fd9; text-shadow: 0 1px 10px #fff, 0 1px 10px #fff, 0 1px 10px #fff;}

@media screen and (max-width: 736px) {
  #cs2026{height: 85vh; min-height: 700px;}
  #cs2026 .cs__main{height: calc(80vh - 150px); min-height: 520px;}
  #cs2026 .cs__main .cs__logo{width: 380px; top: 290px; margin: 0 0 0 -190px;}
  #cs2026 .cs__main .cs__chara{width: 520px; margin: 0 0 0 -255px;}
  #cs2026 .cs__main .cs__obj_1{width: 64px; top: 18px; margin: 0 0 0 150px;}
  #cs2026 .cs__main .cs__obj_2{width: 54px; top: 210px; margin: 0 0 0 -200px;}
  #cs2026 .cs__main .cs__obj_3{width: 60px; top: 285px; margin: 0 0 0 130px;}
  #cs2026 .cs__main .cs__obj_cloud{width: 580px; top: 262px; margin: 0 0 0 -290px;}
  #cs2026 .cs__main .cs__catch{width: 110px; top: 3px; margin: 0 0 0 -190px;}
}


/* custom
------------------- */
.pd10 {
	padding: 10px;
}
.pl0 {
	padding-left: 0px;
}
.pl-10 {
	padding-left: 10px;
}
.pr-10 {
	padding-right: 10px;
}
.pb-30 {
	padding-bottom: 30px;
}
.col-primary {
	color:#c92407;
}
.line-marker01 {
background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0) 60%, #e9e7c9 85%);
}
.mb-0 {
	margin-bottom:0px;
}
.mb-10 {
	margin-bottom:10px;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-30 {
	margin-bottom:30px;
}
.mb-50 {
	margin-bottom:50px;
}
.mt-10 {
	margin-top:10px;
}
.mt-20 {
	margin-top:20px;
}
.mt-30 {
	margin-top:30px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-20 {
	margin-right: 20px;
}
.ml-20 {
	margin-left: 20px;
}
.arrow-none::after {
  content: "" !important;
}
.btn-arrow::after {
	font-family: bootstrap-icons;
	content: "\F285";
	position: absolute;
	top: calc(50% - 9px);
	right: 25px;
	line-height: 1;
	color: #47463a;
	font-size: 120%;
}
.col-sm-1b {
  width: 20%;
}
.img-border {
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
}
.opacity05 {
	opacity: 0.7;
}

section#live{background: rgb(0 0 0 / 0.55);}
section#live .content{max-width: 780px; margin: 0 auto 40px;}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 20px solid #797541;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 736px) {
  section#live .content {
      width: 90%;
      margin: 0 auto;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border: 5px solid #000;
  }
}

.outline .panel-body, .howto .panel-body {
	font-size: 16px;
}
.outline .panel-body a, .howto .panel-body a {
  color: #da5172 !important;
}               
.outline .panel-body ul, .howto .panel-body ul{
  padding-left: 0 !important;
  margin: 0;
}

@media screen and (max-width: 736px) {
  .outline .panel-body, .howto .panel-body {
    font-size: 14px;
  }
}
.arrow::after {
	font-family: bootstrap-icons;
  content: "\F4F2";
	margin-left: 5px;
	line-height: 1em;
}

.badge {
	--bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.40em;
  --bs-badge-font-size: 0.9em;
  --bs-badge-font-weight: 400;
  --bs-badge-color: #FFF;
  --bs-badge-border-radius: 3px;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
	background-color: #999;
	margin-right: 0.5em;
}