@charset "UTF-8";

/**======================================
	top
======================================**/

/*--------------------------------------
	common
---------------------------------------*/

.area {
  background: #fff;
}

.heading_top {
  margin-bottom: 0.3em;
  font-size: 4.6rem;
  text-align: center;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  color: var(--main-color);
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.heading_sub {
  margin-bottom: 2em;
  font-size: 1.5rem;
  text-align: center;
  color: var(--main-color);
  line-height: 1em;
}

@media screen and (max-width: 599px) {
  .heading_top {
    font-size: 3.6rem;
  }

  .heading_sub {
    font-size: 1.5rem;
  }
}

.top_area_more a {
  color: inherit;
}

.top_area_more a:hover {
  color: #a80000;
}

.area.top_area {
  position: relative;
}

.icon-angle-right::before {
  font-size: 1.2rem;
}

.morebtn_part {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .top_area_more {
    right: 5%;
  }
}

/* slick */

.slick-prev {
  left: 0;
  z-index: 2;
  transition: 0.3s;
}

.slick-next {
  right: 21px;
  z-index: 2;
  transition: 0.3s;
}

.slick-prev::before,
.slick-next::before {
  position: relative;
  font-family: 'icomoon';
  font-weight: 900;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
}

.slick-prev::before {
  padding: 12px 17px 12px 13px;
  content: '\e907';
}

.slick-next::before {
  padding: 12px 13px 12px 17px;
  content: '\e908';
}

.slick-prev:hover::before,
.slick-next:hover::before {
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  opacity: 1;
}

/*--------------------------------------
	promo
---------------------------------------*/

#promo_wrap {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  z-index: 2;
}

#promo_wrap .promo_slider li.object_fit {
  margin-bottom: 0;
}

#promo_wrap .promo_slider li:not(:first-child) {
  opacity: 0;
}

@media screen and (max-width: 599px) {
  #promo_wrap ul.promo_slider .object_fit::before {
    padding-top: 250px;
  }
}

@media screen and (min-width: 600px) {
  #promo_wrap ul.promo_slider .object_fit::before {
    padding-top: 500px;
  }
}

@media screen and (min-width: 1025px) {
  #promo_wrap ul.promo_slider .object_fit::before {
    padding-top: 600px;
  }
}

/* top_video */

.top_video {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 141px);
  background: #333;
}

.top_video video {
  position: absolute;
  display: block;
  padding-top: 0;
  min-width: 100%;
  min-height: calc(100vh - 141px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 599px) {
  .top_video {
    height: 300px;
  }

  .top_video video {
    min-height: 0;
    height: 300px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .top_video {
    height: 500px;
  }

  .top_video video {
    min-height: 0;
    height: 500px;
  }
}

/*--------------------------------------
	top_contents
---------------------------------------*/

/* background */

#backgroundcolor .top_area:nth-child(even) {
  background: var(--bg-color);
}

@media screen and (min-width: 1025px) {
  #backgroundcolor .top_area:first-child {
    padding-top: 90px !important;
  }
}

/* top_maindate_area */

#top_maindate_area {
  padding: 30px 0 35px;
  background: var(--main-color);
}

#top_maindate_area .top_maindate_part p {
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.2em;
}

#top_maindate_area .top_maindate_part .maindate {
  margin-bottom: 0.2em;
  font-size: 5rem;
  font-family: YakuHanJP, 'Jost', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}

#top_maindate_area .top_maindate_part .maintime {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-family: YakuHanJP, 'Jost', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}

#top_maindate_area .top_maindate_part .mainplase {
  font-size: 2.4rem;
}

@media screen and (max-width: 599px) {
  #top_maindate_area {
    padding: 20px 0 23px !important;
  }

  #top_maindate_area .top_maindate_part .maindate {
    font-size: 3rem;
  }

  #top_maindate_area .top_maindate_part .maintime {
    font-size: 2rem;
  }

  #top_maindate_area .top_maindate_part .mainplase {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 600px) {
  #top_maindate_area {
    padding: 30px 0 !important;
  }
}

/* top_importantnews */

#top_importantnews_area .top_importantnews_part {
  display: flex;
  padding: 10px 10px 10px 15px !important;
  border: 5px solid #eee;
}

.top_importantnews_part .icon-exclamation-circle {
  flex-basis: 40px;
  max-width: 40px;
  font-size: 30px;
}

.top_importantnews_part .importantnews_cont {
  flex-basis: calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.top_importantnews_part .importantnews_cont li {
  margin-bottom: 10px;
}

.top_importantnews_part .importantnews_cont li:last-child {
  margin-bottom: 0;
}

.top_importantnews_part .importantnews_cont .news_date {
  color: #aaa;
}

@media screen and (max-width: 599px) {
  #top_importantnews_area {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }

  .top_importantnews_part .icon-exclamation-circle {
    flex-basis: 40px;
    max-width: 40px;
    font-size: 30px;
  }

  .top_importantnews_part .importantnews_cont {
    flex-basis: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .top_importantnews_part .icon-exclamation-circle {
    padding-top: 10px;
  }
}

@media screen and (min-width: 600px) {
  #top_importantnews_area {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }

  #top_importantnews_area .top_importantnews_box {
    margin-bottom: 0 !important;
  }

  .top_importantnews_part .icon-exclamation-circle {
    flex-basis: 50px;
    max-width: 50px;
    font-size: 28px;
  }

  .top_importantnews_part .importantnews_cont {
    flex-basis: calc(100% - 50px);
    max-width: calc(100% - 50px);
  }

  .top_importantnews_part .importantnews_cont .news_date {
    float: left;
    clear: left;
  }

  .top_importantnews_part .importantnews_cont .news_title {
    padding-left: 100px;
  }
}

/* top_news_area */

.news_box .list_cont a {
  text-decoration: none;
}

.news_box .list_cont a:hover {
  color: inherit !important;
}

.news_box .list_cont a img {
  transition: 0.5s;
}

.news_box .list_cont a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
  transition: 0.5s;
}

.news_box .list_cont p.news_date time {
  margin-bottom: 5px;
  font-weight: 500;
  font-style: italic;
  color: var(--main-color);
}

@media screen and (max-width: 599px) {
  .news_box ul.news_ul {
    margin-bottom: 15px !important;
  }

  .news_box .list_cont {
    margin-bottom: 0.5em;
  }

  .news_box .list_cont .news_cont {
    display: flex;
    justify-content: space-between;
  }

  .news_box .list_cont .news_cont .pic_cont {
    flex-basis: 40%;
    max-width: 40%;
  }

  .news_box .list_cont .news_cont .news_caption {
    flex-basis: 58%;
    max-width: 58%;
  }

  .news_box .list_cont p.news_date time {
    font-size: 1.4rem;
  }

  .news_box .list_cont a .pic_cont .news_category {
    padding: 2px 8px;
  }
}

@media screen and (min-width: 600px) {
  .news_box ul.news_ul {
    margin-bottom: 0 !important;
  }

  .news_box .list_cont {
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 1025px) {
}

/* top_about_area */

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

@media screen and (min-width: 600px) {
  .about_box {
    text-align: center;
  }
  .about_box .youtube_part {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}

@media screen and (min-width: 1025px) {
}

/* top_lineup_area */

.lineup_box .list_cont a {
  text-decoration: none;
}

.lineup_box .list_cont a:hover {
  color: inherit;
}

.lineup_box .list_cont .lineup_title {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .lineup_box ul.lineup_ul li:nth-last-child(1),
  .lineup_box ul.lineup_ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  .lineup_box ul.lineup_ul li:nth-last-child(1),
  .lineup_box ul.lineup_ul li:nth-last-child(2),
  .lineup_box ul.lineup_ul li:nth-last-child(3) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
}

/* top_program_area */

.program_box .list_cont a {
  text-decoration: none;
}

.program_box .list_cont a:hover {
  color: inherit;
}

.program_box .list_cont .program_title {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .program_box ul.program_ul li:nth-last-child(1),
  .program_box ul.program_ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  .program_box ul.program_ul li:nth-last-child(1),
  .program_box ul.program_ul li:nth-last-child(2),
  .program_box ul.program_ul li:nth-last-child(3) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
} /* top_ticket_area */

@media screen and (max-width: 599px) {
  .ticket_box .morebtn_part p:nth-child(2) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 600px) {
  .ticket_box {
    text-align: center;
  }

  .ticket_box .morebtn_part {
    display: flex;
    justify-content: center;
  }

  .ticket_box .morebtn_part p:nth-child(2) {
    margin-left: 10px;
  }
}

/* top_access_area */

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 450px;
  position: relative;
  border: solid 1px var(--main-color);
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 599px) {
  #top_access_area .gmap {
    margin-bottom: 1.5em;
    padding-bottom: 100%;
  }
}

@media screen and (min-width: 600px) {
}

@media screen and (min-width: 1025px) {
}
