@charset "UTF-8";
@import url(../settings/settings.scss);
@font-face {
  font-family: 'dash-digital';
  src: url("../../fonts/dash_digital-7.ttf") format("truetype");
}

@-webkit-keyframes anima_slide_8 {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}

@keyframes anima_slide_8 {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}

@-webkit-keyframes border_anime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes border_anime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes border_anime2 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes border_anime2 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes fadeInText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes topFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

@keyframes topFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

.count2 {
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  /*この数字を必要回数分に変更*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.change-time {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  /*この数字を変化させたい時間に変更*/
}

.none {
  display: none;
}

html {
  position: relative;
}

html body {
  width: 100vw;
  height: 100vh;
  font-family: 'dash-digital';
  background-color: #000;
}

html body #loading {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9997;
}

html body #header {
  position: fixed;
  z-index: 9999;
}

html body main {
  width: 100%;
  margin: 12.5vh auto 0 auto;
  z-index: 9998;
  position: relative;
  -webkit-animation: topFadeIn 1s 4s ease forwards;
          animation: topFadeIn 1s 4s ease forwards;
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  html body main {
    margin-top: 5vh;
  }
}

html body main .jt {
  width: 100%;
  margin: 5% auto 0 auto;
  border: none;
  opacity: 0;
  -webkit-animation: fadeInLogo 2s 1s ease forwards;
          animation: fadeInLogo 2s 1s ease forwards;
}

@media screen and (max-width: 1024px) {
  html body main .jt {
    height: 45vh;
  }
}

html body main .jt #jtimg_wrapper {
  width: 30%;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  html body main .jt #jtimg_wrapper {
    margin-top: 2vh;
    width: 75%;
  }
}

html body main .jt #jtimg_wrapper img {
  width: 100%;
  text-align: center;
}

html body main .jt #info {
  width: 100%;
  padding-top: 5vh;
}

@media screen and (max-width: 1024px) {
  html body main .jt #info {
    padding-top: 5vh;
    height: 25vh;
  }
}

@media screen and (max-width: 599px) {
  html body main .jt #info {
    padding-top: 1vh;
  }
}

html body main .jt #info #date {
  margin: 0;
  width: 100%;
  font-size: clamp(14px, 3vw, 30px);
  text-align: center;
  font-weight: 100;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4ff907;
  padding: 2vh;
}

@media screen and (max-width: 1024px) {
  html body main .jt #info #date {
    padding-top: 1vh;
  }
}

@media screen and (max-width: 599px) {
  html body main .jt #info #date {
    padding-top: 2vh;
  }
}

html body main .jt #info #admission {
  margin: 0;
  width: 100%;
  font-size: clamp(14px, 3vw, 30px);
  text-align: center;
  font-weight: 100;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a2a6a1;
  padding: 2vh;
}

@media screen and (max-width: 1024px) {
  html body main .jt #info #admission {
    padding-top: 2vh;
  }
}

@media screen and (max-width: 599px) {
  html body main .jt #info #admission {
    padding-top: 1vh;
  }
}

html body main .jt #info #venue {
  margin: 0;
  width: 100%;
  font-size: clamp(14px, 3vw, 30px);
  text-align: center;
  font-weight: 100;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4ff907;
  padding: 2vh;
}

html body main .jt #info #venue a {
  text-decoration: none;
  color: #4ff907;
}

html body main .jt #info #venue a:hover,
html body main .jt #info #venue a :visited {
  text-decoration: none;
  color: #4ff907;
}

@media screen and (max-width: 1024px) {
  html body main .jt #info #venue {
    padding-top: 2vh;
  }
}

@media screen and (max-width: 599px) {
  html body main .jt #info #venue {
    padding-top: 2vh;
  }
}

html body main .jt #info #place {
  margin: 0;
  width: 100%;
  font-size: clamp(12px, 3vw, 20px);
  text-align: center;
  font-weight: 100;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4ff907;
}

html body main .movie {
  z-index: 1000;
  width: 100%;
  margin: 20px auto 50px auto;
}

html body main .movie video {
  width: 100%;
}

html body main .content {
  width: 100%;
  margin: 100px auto;
}

@media screen and (max-width: 599px) {
  html body main .content {
    margin: 20px auto 50px auto;
  }
}

html body main .content .content_title {
  width: 100%;
  margin: 20px 0;
}

html body main .content .content_title h2 {
  font-size: clamp(16px, 4vw, 32px);
  margin: 0 auto;
  color: #4ff907;
  text-align: center;
}

@media screen and (min-width: 600px) {
  html body main .content .content_title h2 .sp {
    display: none;
  }
}

html body main .content .content_text {
  width: 70%;
  margin: 10px auto;
}

@media screen and (max-width: 599px) {
  html body main .content .content_text {
    width: 90%;
  }
}

html body main .content .content_text p {
  padding: 5px;
  margin: 0 auto;
  font-size: clamp(12px, 3vw, 16px);
  color: #ffff;
  font-family: sans-serif;
  letter-spacing: 1px;
  text-align: center;
}

html body main .content02 .content_title h2 {
  font-size: clamp(16px, 4vw, 32px);
  font-family: sans-serif;
}

html body main .content03 {
  width: 100%;
}

html body main .content03 .content_title03 h2 {
  font-size: clamp(12px, 4vw, 24px);
}

html body main .content03 .content_text03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  html body main .content03 .content_text03 {
    display: block;
  }
}

html body main .content03 .content_text03 .area_guide {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  html body main .content03 .content_text03 .area_guide {
    width: 100%;
  }
}

html body main .content03 .content_text03 .area_guide img {
  width: 100%;
}

html body main .content03 .content_text03 .area_guide_text {
  width: 50%;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  html body main .content03 .content_text03 .area_guide_text {
    width: 100%;
    margin-top: 20px;
  }
}

html body main .content03 .content_text03 .area_guide_text .area_guide_detail {
  margin: 25px;
}

html body main .content03 .content_text03 .area_guide_text .area_guide_detail h3 {
  color: #4ff907;
  margin: 0;
  font-size: clamp(12px, 3vw, 20px);
}

html body main .content03 .content_text03 .area_guide_text .area_guide_detail h3 span {
  font-family: sans-serif;
  font-size: clamp(12px, 3vw, 16px);
}

html body main .content03 .content_text03 .area_guide_text .area_guide_detail p {
  text-align: left;
  font-size: clamp(12px, 3vw, 16px);
}

html body main .content03 .content_text03 .area_guide_text .area_guide_detail p span a {
  color: red;
  text-decoration: none;
}

html body main .content03 .content_text03 .area_guide_text .area_guide_detail p span a:visited {
  text-decoration: none;
  color: red;
}

html body main .content03 .content_text03 .area_guide_text .area_guide_detail01 {
  margin-top: 10px;
}

html body main .supporters {
  width: 100%;
  margin: 50px auto 100px auto;
}

@media screen and (max-width: 599px) {
  html body main .supporters {
    margin: 25px auto 50px auto;
  }
}

html body main .supporters .content_title {
  width: 100%;
}

html body main .supporters .content_title h2 {
  font-size: clamp(12px, 4vw, 24px);
  margin: 0 auto;
  color: #4ff907;
  text-align: center;
}

html body main .supporters .icon_wrap01 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15% 15% 15% 15% 15%;
      grid-template-columns: 15% 15% 15% 15% 15%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 50px auto;
}

@media screen and (max-width: 1024px) {
  html body main .supporters .icon_wrap01 {
    -ms-grid-columns: 30% 30%;
        grid-template-columns: 30% 30%;
  }
}

@media screen and (max-width: 599px) {
  html body main .supporters .icon_wrap01 {
    -ms-grid-columns: 30% 30% 30%;
        grid-template-columns: 30% 30% 30%;
    margin: 5px auto;
  }
}

html body main .supporters .icon_wrap01 .supporter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 40px 0;
}

@media screen and (max-width: 599px) {
  html body main .supporters .icon_wrap01 .supporter {
    margin: 30px 5px;
  }
}

html body main .supporters .icon_wrap01 .supporter img {
  width: 30%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 599px) {
  html body main .supporters .icon_wrap01 .supporter img {
    width: 50%;
  }
}

html body main .supporters .icon_wrap01 .long_width_logo img {
  width: 50%;
}

@media screen and (max-width: 599px) {
  html body main .supporters .icon_wrap01 .long_width_logo img {
    width: 100%;
  }
}

html body main .supporters .icon_wrap01 .square_logo img {
  width: 35%;
}

@media screen and (max-width: 599px) {
  html body main .supporters .icon_wrap01 .square_logo img {
    width: 75%;
  }
}

html body main .supporters .icon_wrap01 .supporter05 img {
  width: 40%;
}

@media screen and (max-width: 599px) {
  html body main .supporters .icon_wrap01 .supporter05 img {
    width: 70%;
  }
}

html body main .supporters .icon_wrap01 .supporter13 img {
  width: 45%;
}

@media screen and (max-width: 599px) {
  html body main .supporters .icon_wrap01 .supporter13 img {
    width: 80%;
  }
}

html body #footer {
  position: relative;
  z-index: 9998;
  width: 100%;
}
/*# sourceMappingURL=index.css.map */