﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
.in_preparation{
  text-align: center; font-weight: bold; padding: 20px 0; font-size: 22px;
}
.btn_center {
  display: block;
  margin: 20px auto 0;
  text-align: center
}

.btn_center .btn_a {
  font-size: 20px;
  padding: 8px 90px;
  margin: 10px auto 20px
}

.btn_a {
  background-color: #ffb400;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 5px 30px;
  border-radius: 30px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
  transition-duration: 0.5s;
  font-weight: bold
}

.btn_a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f101'
}

.btn_a:hover {
  box-shadow: 2px 2px 0 #ccc;
  background-color: #ff9900;
  transition-duration: 0.5s
}

#timer {
  font-size: 50px;
  color: #fff;
  text-shadow: 3px 3px 10px #333, -2px -2px 10px #333;
  font-weight: bold;
  font-family: vdl-logomaru, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1
}

.yyc-day {
  font-size: 100px
}

.yyc-hou-text,
.yyc-min-text,
.yyc-sec-text {
  font-size: 24px
}

@media all and (-ms-high-contrast: none) {
  .top_cd {
    margin-bottom: 20px
  }
}

body {
  font-display: swap;
  font-size: 16px;
  font-weight: 500;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif
}

#loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  display: flex;
  justify-content: center
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 9999
}

#loading img {
  width: auto;
  height: 150px
}

.main_bg {
  background-color: #24bbfb
}

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

.pc-hide {
  display: none
}

.sp-hide {
  display: block
}

@media screen and (max-width: 1000px) {
  .pc-hide {
    display: block
  }

  .sp-hide {
    display: none
  }
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}
header .container a{display: inline-block; position: absolute; z-index: 99;}
.sub-page header .container a{position: relative;}

@media (min-width: 576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width: 1000px) {
  .container {
    max-width: 980px
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1000px
  }
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

nav {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  width: 100%
}

.g_nav {
  display: flex;
  justify-content: center;
  list-style: none
}

.g_nav li {
  text-align: center
}

.g_nav li img {
  display: block;
  margin: 0 auto
}

.g_nav li a {
  display: block;
  width: 140px;
  color: #049fe8;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 0
}

.g_nav li a:hover {
  background-color: rgba(255, 180, 0, 0.5);
  transition-duration: 0.5s
}

.g_nav li a:hover img {
  animation: kurukuru .5s linear
}

@keyframes kurukuru {
  0% {
    transform: rotateY(0deg)
  }

  100% {
    transform: rotateY(360deg)
  }
}

.title_bg {
  color: #fff;
  text-align: center;
  background: url("../img/title_bg.png") repeat-x left center transparent;
  font-size: 24px
}

.title_bg span {
  background-color: #24bbfb;
  display: inline-block;
  padding: 20px 26px
}

#news {
  padding-top: 10px
}

#news .title_bg {
  background: url("../img/title_bg_gr.gif") no-repeat center center transparent
}

#news .title_bg span {
  background: url("../img/icon_news.png") no-repeat 15px center #24bbfb;
  padding: 20px 17px 20px 74px
}

#news p {
  margin-bottom: 1rem
}

#news .img-center {
  text-align: center
}

#news .light-box {
  display: flex;
  list-style: none inside;
  flex-wrap: wrap;
  justify-content: space-around
}

#news .light-box li {
  margin: 10px
}

#news .light-box li a img {
  border: 3px solid #fff;
  box-shadow: 0px 3px 3px #ccc
}

#news .light-box li a img:hover {
  opacity: 0.8;
  transition-duration: 0.5s
}

.news_box {
  background-color: #fff;
  padding: 20px 60px 10px;
}

.news_box .n_date {
  border: 1px solid #049FE8;
  color: #049FE8;
  display: inline-block;
  padding: 5px 10px
}

.news_box h3 {
  color: #049FE8;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0
}

.news_box article {
  border-bottom: 1px dotted #049FE8;
  margin-bottom: 10px
}

.sub-page .news_box {
  text-align: center
}

.sub-page .news_box p {
  max-width: 630px;
  margin: 0 auto;
}

.wh_box {
  background-color: #fff;
  padding: 20px 60px 10px;
  position: relative
}

.thanks_txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 130px;
  right: 130px;
  height: 300px;
  font-size: 18px;
  font-weight: bold
}

.title_border {
  border-left: 6px solid #049FE8;
  border-bottom: 1px solid #049FE8;
  color: #049FE8;
  padding: 5px 0 5px 10px;
  margin: 10px 0
}

.inner_box {
  background-color: #eee;
  width: 694px;
  margin: 20px auto 30px;
  padding: 10px 40px
}

.link_orange {
  color: #ff9000
}

#contact .container {
  text-align: center
}

#contact h2 {
  font-family: vdl-logomaru, sans-serif;
  font-size: 34px;
  color: #049FE8;
  font-weight: normal;
  margin: 30px 0 20px;
  line-height: 1
}

#contact h2 span {
  font-size: 24px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  display: block
}

#contact .inner {
  width: 460px;
  margin: 0 auto
}

#contact p {
  border-bottom: 1px dotted #049FE8;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5
}

#contact p:nth-child(3) {
  border: none
}

#contact .c_box {
  background-color: #24bbfb;
  color: #fff;
  padding: 15px 20px
}

#contact .c_box dt,
#contact .c_box dd {
  text-align: left;
  font-weight: bold
}

#contact .c_box dt {
  float: left;
  clear: left;
  width: 4rem
}

#contact .c_box dd::before {
  content: "："
}

#contact .c_box dd a {
  color: #fff
}

.bnr_link {
  transition-duration: 0.3s
}

.bnr_link:hover img {
  transition-duration: 0.3s;
  transform: translateY(-3px);
  box-shadow: 0 3px 0 #ccc
}

#contact {
  padding-bottom: 30px
}

#page-top {
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  background: url("../img/pattern_stripe.jpg") repeat 0 0 #24bbfb;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px
}

#page-top span {
  display: block;
  font-size: 10px
}

#page-top:hover img {
  animation: top 1.5s infinite
}

footer p {
  text-align: center;
  color: #049FE8;
  font-size: 24px;
  font-weight: bold;
  padding-top: 25px
}

footer p.copyright {
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0 25px
}

@keyframes top {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-10px)
  }
}

.img-op:hover {
  opacity: 0.6;
  transform: translateY(-5px)
}

.sub-page header {
  background: url("../img/sub_header_bg.jpg") no-repeat center center transparent;
  padding-bottom: 40px;
  background-size: cover;
}
.sub-page header .container {
  position: relative; left: auto; top: 0; transform: none;
}
.sub-page header .sub_copy {
  margin: 0 auto;
  display: block;
  width: 62%;
  width: max-content;
  padding-left: 0
}

.sub-page header .sub_copy .top_text {
  font-size: 25px
}

.sub-page header .sub_copy #days {
  font-size: 80px
}

.sub-page header .sub_copy #days .sun {
  transform: rotate(90deg);
  display: inline-block;
  font-size: 29px;
  vertical-align: middle;
  position: relative;
  left: -10px;
  top: -8px
}

.sub-page nav {
  top: 0;
  background-color: transparent
}

.sub-page nav .g_nav {
  justify-content: flex-end
}

.sub-page nav .g_nav .current a {
  border-bottom: 3px solid #fff
}

.sub-page nav .g_nav li a {
  font-size: 14px;
  width: auto;
  padding: 15px 0 0;
  margin: 0 30px;
  color: #fff;
  text-shadow: 2px 2px 2px #333
}

.sub-page nav .g_nav li a:hover {
  background-color: transparent;
  transform: translateY(-5px);
  padding-bottom: 5px
}

.sub-page nav .g_nav li a img {
  display: none
}

.sub-page #news {
  padding-top: 0
}

.sub-page #news .title_bg {
  background-color: #24bbfb
}

.sub-page #faq .title_bg {
  background: url("../img/title_bg_gr.gif") no-repeat center center #24bbfb
}

.sub-page #faq h3 {
  color: #049FE8;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 20px;
  border: 1px solid #049FE8;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 15px
}

.sub-page #course {
  padding-bottom: 50px
}

.sub-page #course .title_bg {
  background: url("../img/title_bg_gr.gif") no-repeat center center #24bbfb
}

.sub-page #course .title_bg span {
  background: url(../img/icon_course.png) no-repeat 15px center #24bbfb;
  padding: 20px 17px 20px 74px
}

.sub-page #course h3 {
  color: #049FE8;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 20px;
  border: 1px solid #049FE8;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 15px
}

.sub-page #course h4 {
  background-color: #24bbfb;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 20px 0;
  font-weight: bold
}

.sub-page #course .box_bg {
  background-color: #fff;
  color: #049FE8;
  font-size: 26px;
  padding: 20px 0 50px;
  text-align: center
}

.sub-page #course .box_bg iframe {
  width: 100%
}

.sub-page #entry {
  padding-bottom: 50px
}

.sub-page #entry .title_bg {
  background: url("../img/title_bg_gr.gif") no-repeat center center #24bbfb
}

.sub-page #entry .title_bg span {
  background: url(../img/icon_entry.png) no-repeat 15px center #24bbfb;
  padding: 20px 17px 20px 74px
}

.sub-page #entry h3 {
  color: #049FE8;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 20px;
  border: 1px solid #049FE8;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 15px
}

.sub-page #entry .inner {
  padding: 30px 40px 20px;
  margin-bottom: 1rem;
  background-color: #efefef
}

.sub-page #entry .inner h4 {
  border-bottom: 1px solid #049FE8;
  border-left: 3px solid #049FE8;
  color: #049FE8;
  padding-left: 10px;
  margin-bottom: 10px
}

.sub-page #entry p {
  margin-bottom: 1rem
}

.sub-page #summary {
  padding-bottom: 50px
}

.sub-page #summary .title_bg {
  background: url("../img/title_bg_gr.gif") no-repeat center center #24bbfb
}

.sub-page #summary .title_bg span {
  background: url(../img/icon_summary.png) no-repeat 15px center #24bbfb;
  padding: 20px 17px 20px 74px
}

.sub-page #summary h3 {
  color: #049FE8;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 20px;
  border: 1px solid #049FE8;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 15px
}

.sub-page #summary p {
  margin: 1rem 0 2rem;
  line-height: 2;
  font-size: 18px;
  font-weight: bold
}

.sub-page #summary table {
  width: 100%;
  margin: 20px 0
}

.sub-page #summary table th,
.sub-page #summary table td {
  padding: 1rem 2rem
}

.sub-page #summary table th {
  width: 4em;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  border-bottom: 2px solid #049FE8;
  box-sizing: content-box
}

.sub-page #summary table td {
  border-bottom: 2px solid #ccc
}

.sub-page #summary table b {
  font-weight: bold
}

.sub-page #summary table span {
  font-weight: bold;
  color: #049FE8
}

.sub-page #eco {
  padding-bottom: 50px
}

.sub-page #eco .title_bg {
  background: url("../img/title_bg_gr.gif") no-repeat center center #24bbfb
}

.sub-page #eco .title_bg span {
  padding: 20px
}

.sub-page #eco p {
  margin: 1rem 0 2rem;
  line-height: 2;
  font-size: 18px;
  font-weight: bold
}

.sub-page #eco .inner {
  padding: 30px;
  border-radius: 10px;
  border: 5px solid #049FE8
}

.sub-page #eco ul {
  list-style: none
}

.sub-page #eco ul li {
  font-size: 20px;
  color: #049FE8;
  border-bottom: 1px dotted #049FE8;
  margin: 10px;
  text-indent: -3rem;
  padding-left: 3rem;
  padding-bottom: 10px
}

.sub-page #eco ul li::before {
  content: '1、　'
}

.sub-page #notice {
  padding-bottom: 50px
}

.sub-page #notice .title_bg {
  background: url("../img/title_bg_gr.gif") no-repeat center center #24bbfb
}

.sub-page #notice .title_bg span {
  padding: 20px
}

.sub-page #notice h3 {
  color: #049FE8;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 20px;
  border: 1px solid #049FE8;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 15px
}

.sub-page #notice ul {
  list-style: decimal inside
}

.sub-page #notice ul li {
  font-size: 18px;
  color: #000000;
  border-bottom: 1px dotted #049FE8;
  margin: 10px;
  padding-bottom: 10px
}

.sub-page #archive {
  padding-bottom: 50px
}

.sub-page #archive .title_bg {
  background: url("../img/title_bg_gr.gif") no-repeat center center #24bbfb
}

.sub-page #archive .title_bg span {
  padding: 20px
}

.sub-page #archive h3 {
  color: #049FE8;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 20px;
  border: 1px solid #049FE8;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 15px
}

.sub-page #archive table {
  width: 100%;
  border-color: #efefef;
  margin-bottom: 40px
}

.sub-page #archive table th,
.sub-page #archive table td {
  padding: 10px 20px
}

.sub-page #archive table th {
  background-color: #efefef
}

.title_big {
  font-size: 1.7rem
}

.sub-page article p {
  font-size: 20px;
  color: #049FE8;
  margin-bottom: 1rem
}

#faq {
  background-color: #fff
}

#faq dl {
  border-bottom: 1px dotted #049FE8;
  margin: 10px 0 20px;
  padding-bottom: 20px
}

#faq dl dt {
  color: #049FE8;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1rem
}

#faq dl dt::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f059';
  margin-right: 20px
}

#faq dl dd {
  font-size: 16px;
  text-indent: -38px;
  margin-left: 40px
}

#faq dl dd img {
  margin: 10px 0
}

#faq dl dd::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f031';
  margin-right: 20px;
  color: #24bbfb;
  font-size: 20px
}

#faq dl .table {
  width: 100%;
  margin-top: 10px
}

#faq dl .table img {
  display: block;
  margin: 0 auto
}

#faq dl .table th {
  text-align: center
}

#faq dl .table th,
#faq dl .table td {
  padding: 10px;
  text-indent: 0;
  margin-left: 0
}

#faq dl .table thead th {
  background-color: #24bbfb;
  color: #fff
}

@media screen and (max-width: 1000px) {
  .sub-page .g_nav li a img {
    display: inline
  }

  #entry .inner p a {
    word-break: break-all;
    overflow-wrap: break-word
  }
}

.top_main {
  display: block;
  margin: 0 auto;
  width: 80%;
  width: fit-content;
  width: max-content;
  padding-left: 0px;
  position: relative;
  z-index: 2
}

#days {
  font-size: 104px;
  color: #fff;
  text-shadow: 3px 3px 10px #333, -2px -2px 10px #333;
  font-weight: bold;
  font-family: vdl-logomaru, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-bottom: 10px
}

#days span {
  font-size: 40px
}

#days .sun {
  transform: rotate(90deg);
  display: inline-block;
  font-size: 40px;
  vertical-align: middle
}

.top_text {
  font-family: vdl-logomaru, sans-serif;
  font-size: 33px;
  color: #fff;
  text-shadow: 3px 3px 10px #333, -2px -2px 10px #333;
  letter-spacing: 1px;
  line-height: 1.4
}

.top_cd {
  font-family: vdl-logomaru, sans-serif;
  font-size: 20px;
  color: #fff;
  text-shadow: 3px 3px 10px #333, -2px -2px 10px #333
}

#mainVisual{
  position: relative;
  top: 0;
  z-index: 0; font-size: 0;
  width: 1920px; margin: 0 auto; left: 50%; transform: translateX(-50%);
}
#mainVisual img{
  width: 100%; z-index: 0;
}

#mainVisual:before{
  content:'';
  width: 100%;
  height: 30%;
  background: url(../img/36th/slide-dot.png) repeat-x;
  background-size: contain;
  position: absolute; top: 0; left: 0;
  z-index: 1;
}
#event-date{
  position: absolute; bottom: 30%; left: 50%; transform: translateX(-50%); white-space: nowrap;
  font-size: 30px; font-weight: bold; z-index: 9; color: #fff; text-align: center;
  font-family: 'Noto Sans JP',sans-serif; line-height: 1;
}
#event-date *{font-weight: bold; box-sizing: border-box;}
#event-date >span{
  color: #f95b00; text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff; font-style: italic;
  margin-bottom: 15px; display: none; font-weight: 900;
}
#event-date time{display: block; position: relative; padding: 8px 8px 12px;}
#event-date time span{transform: scaleX(.9); display: block; position: relative; z-index: 2;}
#event-date time:before{
  content:'';
  background: #0789e2; transform: skewX(-20deg);
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;
}
#event-date time:after{
  content:'';
  background: #fff; transform: skewX(-20deg);
  position: absolute; top: -8%; left: -1%; width: 102%; height: 116%; z-index: 0;
  box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.logo {
  float: left;
  width: 75px;
  background-color: #fff
}

.top_ribon {
  display: block;
  margin: 0 auto;
  padding: 50px 0 0 0
}

.reiwa {
  text-align: center;
  font-family: vdl-logomaru, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 3px 3px 10px #333, -2px -2px 10px #333;
  line-height: 1.5
}

.top header {
  position: relative
}

header .container {
  position: absolute;
  left: calc(50% - 500px); top: 0; z-index: 9;
}

.top_miya {
  position: absolute;
  right: -40px;
  bottom: -144px
}

@media all and (-ms-high-contrast: none) {
  .top_miya {
    bottom: -105px
  }

  .top_text {
    margin-bottom: 20px
  }
}

#thanks .title_bg {
  background: url(../img/title_bg.png) repeat-x left 45px transparent;
  padding-top: 20px
}

#thanks .title_bg span {
  background: url("../img/icon_thanks.png") no-repeat 15px center #24bbfb;
  padding: 20px 43px 20px 74px
}

#thanks .wh_box {
  padding-bottom: 30px
}

#thanks .wh_box p {
  padding: 10px 20px
}

#thanks .text-left {
  font-size: 14px;
  color: #049FE8
}

#s_island .title_area {
  background: url("../img/s_island_bg.jpg") no-repeat center center #fff;
  color: #fff;
  padding: 30px 0 80px
}

#s_island .title_area p {
  padding: 30px 220px 0;
  text-shadow: 1px 1px 4px #000
}

#s_island .title_bg {
  background: url("../img/title_bg_s.png") no-repeat center center transparent;
  padding: 10px 0;
  text-indent: 30px
}

#s_island h3 {
  color: #049FE8;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 20px;
  border: 1px solid #049FE8;
  display: inline-block;
  line-height: 1.5
}

#s_island .inner {
  width: 540px;
  margin: 0 auto
}

#s_island .inner .btn_center,
#s_island .inner .movie,
#s_island .inner .report {
  margin: 10px auto
}

#s_island .inner .photo_g {
  background: url("../img/photo_g_bg.jpg") no-repeat center center transparent
}

#s_island .inner .photo_g a {
  display: block;
  width: 100%;
  padding: 130px 0;
  transition-duration: 0.3s;
  cursor: pointer
}

#s_island .inner .photo_g a:hover img {
  transform: translateX(10px);
  transition-duration: 0.3s
}

#info {
  padding-top: 70px
}

#info .title_bg {
  background: url("../img/title_bg_gr.gif") no-repeat center center transparent
}

#info .inner {
  width: 757px;
  margin: 20px auto 0
}

.bnr_list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px
}

.bnr_list li a:hover img {
  transform: translateY(-3px);
  transition-duration: 0.3s;
  box-shadow: 0 3px 0 #ccc;
  opacity: 0.9
}

#sponsor {
  padding-top: 30px;
  padding-bottom: 100px
}

#sponsor .title_bg {
  background: url("../img/title_bg_gr.gif") no-repeat center center transparent
}

#sponsor .title_bg span {
  background-color: transparent
}

#sponsor .inner {
  width: 757px;
  margin: 20px auto 0
}

#sponsor .inner .bnr_list:last-child {
  justify-content: flex-start
}

#sponsor .inner .bnr_list:last-child li {
  margin-right: 25px
}

.slick-dots li button:before {
  color: #fff;
  font-size: 16px;
  opacity: 0.8
}

.sp_text {
  display: none
}

.sp_miya {
  display: none
}

@media screen and (max-width: 768px) {

  .top_ribon {
    display: none
  }

  .sp_text {
    display: block;
    background-color: #049FE8;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 60px
  }

  .top header {
    width: 100%;
    height: auto;
    height: 90vh !important
  }

  .top header .container {
    height: 90vh
  }
  #mainVisual{
    width: 100%; transform: none; left: 0;
  }
  #event-date{
    bottom: 20%;
    font-size: 5vw;
  }
  #event-date >span{
    display: block;
  }

  .slick-slide {
    height: 90vh !important
  }

  .slick-slide img {
    height: 90vh
  }

  .top_miya {
    display: none
  }

  .sp_miya {
    display: block;
    width: 80vw;
    float: right;
    padding: 30px
  }

  .reiwa {
    font-size: 6vw
  }

  .yyc-day-text::after {
    content: '\A';
    white-space: pre
  }

  .yyc-hou,
  .yyc-min,
  .yyc-sec {
    font-size: 9vw
  }
}

@media screen and (max-width: 1000px) {
  .top_text {
    font-size: 24px
  }

  .top_main #days {
    font-size: 70px
  }

  .yyc-day {
    font-size: 70px
  }

  header .container {
    height: 100vh; left: 50%; transform: translateX(-50%);
  }

  nav.NavMenu {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    width: 100%;
    height: max-content;
    transform: translateY(-100%);
    transition: all 0.6s
  }

  nav.NavMenu ul {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
    padding-top: 40px
  }

  nav.NavMenu ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 25%;
    border-bottom: 1px solid #e5e5e5
  }

  nav.NavMenu ul li:last-child {
    padding-bottom: 0
  }

  nav.NavMenu ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    margin: 0 auto
  }

  nav.NavMenu.active {
    transform: translateY(0%)
  }

  .Toggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 32px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.6)
  }

  .Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #049FE8;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px
  }

  .Toggle span:nth-child(1) {
    top: 9px
  }

  .Toggle span:nth-child(2) {
    top: 18px
  }

  .Toggle span:nth-child(3) {
    top: 27px
  }

  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .inner_box {
    width: 100%;
    padding: 10px 20px
  }

  #info .inner {
    width: 100%
  }

  #sponsor .inner {
    width: 100%
  }

  .top_miya {
    right: 20px;
    bottom: 0
  }

  #s_island .title_area p {
    padding: 30px 40px 0
  }

  .thanks_txt {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: unset;
    position: relative;
    top: 0;
    right: 0;
    height: auto;
    font-size: 18px;
    font-weight: bold
  }

  .sub-page header .container {
    height: auto;
  }

  .sub-page header .sub_copy #days {
    font-size: 11vw
  }

  .sub-page nav .g_nav li a img {
    display: block
  }

  .sub-page nav .g_nav li a {
    display: block;
    color: #000;
    padding: 1em 0;
    margin: 0 auto;
    text-shadow: none
  }
}

@media screen and (max-width: 768px) {
  .bnr_list {
    display: block;
    clear: both
  }

  .bnr_list li {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 10px
  }

  #sponsor {
    padding-bottom: 30px
  }

  #sponsor .inner .bnr_list:last-child li {
    margin-right: 0
  }

  #sponsor .inner .bnr_list:last-child:after {
    content: '';
    display: block;
    clear: both
  }

  #info .img-p {
    margin-top: 30px
  }

  #s_island .inner {
    width: 100%
  }

  .yycountdown-box {
    word-break: break-all
  }

  .movie iframe {
    width: 100%;
    height: 40vh
  }

  .wh_box,
  .news_box {
    padding: 20px
  }

  #contact .inner {
    width: 100%
  }

  .top_main #days {
    word-break: break-all
  }

  .top_text {
    font-size: 4vw
  }

  .top_main #days {
    font-size: 40px
  }

  .yyc-day {
    font-size: 40px
  }

  .yyc-hou-text,
  .yyc-min-text,
  .yyc-sec-text {
    font-size: 20px
  }

  .top header {
    height: 100vh;
    overflow: hidden
  }

  #days .sun {
    transform: none;
    display: inline-block;
    font-size: 26px;
    vertical-align: bottom
  }

  .top_main {
    padding: 10px 10px 0
  }

  #timer {
    font-size: 20px
  }

  .btn_center .btn_a {
    padding: 8px
  }

  #thanks .title_bg span {
    padding: 5px 43px 10px 68px
  }

  #s_island .title_area {
    padding: 20px 0 30px
  }

  nav.NavMenu ul li {
    width: 50%
  }

  .top_miya {
    width: 70vw
  }

  .sub-page header .sub_copy .top_text {
    font-size: 5vw
  }

  .sub-page header .sub_copy #days .sun {
    transform: rotate(90deg);
    display: inline-block;
    font-size: 4vw;
    vertical-align: middle;
    position: relative;
    left: -10px;
    top: -3px
  }
}

/*追加*/
.course2023_pdf span {
  text-align: left;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  color: #049fe8;
}

#faq a {
  color: #06c;
}

#contact .container h2 {
  line-height: 1.5;
}

#contact .c_box {
  display: flex;
  justify-content: center;
}

#contact .c_box dt {
  float: left;
  clear: left;
  width: 10rem;
  text-align: center;
}

#contact .day {
  font-size: 16px;
  text-align: center;
}

#contact .c_box span {
  border-bottom: 1px solid;
  color: #fff;
}

#faq .tableWrapper {
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 2rem;
}

.spTopImg {
  font-size: 0;
}

.spTopImg img {
  width: 100%;
}

.slider li img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width:750px) {

  .top header,
  .top header .container {
    height: auto !important;
  }

  .top header .container {
    position: absolute;
    top: 0; left: 0; transform: none;
  }

  .sp_text {
    width: 100vw;
  }

  #s_island .title_bg {
    background: url("../img/title_bg_sp.png") no-repeat center transparent;
    padding: 10px 0;
    text-indent: 25px;
  }

  #contact .inner p {
    font-size: 16px;
  }

  footer p {
    font-size: 16px;
  }

  footer p.copyright {
    font-size: 12px;
  }

  #contact .c_box dt {
    width: auto;
  }

  #contact .c_box dt span a {
    text-decoration: none;
    color: #fff;
  }
}

@media screen and (max-width: 1000px) {
  #faq .tableWrapper {
    overflow-x: scroll;
  }

  table:not(.ui-datepicker-calendar) {
    width: 1000px !important;
  }

  #info {
    padding-top: 50px;
  }

  #summary .table2 th {
    width: initial !important;
    -moz-text-align-last: initial;
    text-align-last: initial !important;
    text-justify: initial;
    border-bottom: initial !important;
    box-sizing: initial !important;
  }

  #summary .table2 {
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
  }

  #summary .table2 th {
    display: block;
    background-color: #049FE8;
    color: #fff;
  }

  #summary .table2 td {
    display: block;
    box-sizing: border-box;
    border-bottom: initial !important;
  }
}

.cen33 {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .cen33 {
    text-align: left;
  }
}