@charset "utf-8";
/*----------------------------------------------------
共通
----------------------------------------------------*/

body{
  background: #ffffff;
}

.home_min_title {
  text-align: center;
  color: #C9A063;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 751px) {
  .home_min_title {
    font-size: 25px;
  }
}
/*----------------------------------------------------
メインビジュアル
----------------------------------------------------*/
#mv {
  background: #000000;
}
#mv .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000000;
}
#mv_sub {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5.2%;
  height: 26vw;
  margin: 22vw 0 0 -2.6%;
  z-index: 2;
}
#mv_detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54vw;
  margin-bottom: 0.8%;
  z-index: 2;
}
#mv_detail2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33vw;
  margin-bottom: 0.8%;
  z-index: 2;
}
#mv_link {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  text-align: center;
  /*height: 21vw;*/
  /*margin-bottom: 0.8%;*/
  z-index: 2;
}
#mv_kaikan {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46vw;
  margin-bottom: 0.8%;
  z-index: 2;
}
.ani {
  opacity: 0;
  transition: all 1s;
}
.show {
  opacity: 1;
}
#topNav {
  display: none;
}
@media screen and (min-width: 751px) {
  #mv_sub {
    width: 2.916%;
    max-width: 56px;
    height: 260px;
    left: auto;
    right: 50%;
    margin: 11.77% -1.458% 0 0;
  }
  #mv_detail {
    width: 45.3125%;
    max-width: 870px;
    height: auto;
    left: 50%;
    top: 88%;
    margin: 0 0 3% -23%;
  }
  #mv_detail2 {
    width: 45.3125%;
    max-width: 870px;
    height: auto;
    left: 50%;
    margin: 0 0 0% -23%;
  }
  #mv_link {
    width: 15%;
    max-width: 300px;
    height: auto;
    left: 79%;
    /*top: 67%;*/
    margin-bottom: 0%;
  }
  #mv_kaikan {
    width: 15%;
    max-width: 300px;
    height: auto;
    left: 79%;
  }
  #topNav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 21.66%;
    /* 基準：416 */
  }
  #topNav .title {
    margin: 4.8% auto 0;
    padding-left: 4.3%;
    width: 84.615%;
  }
  #topNav .tnm150 {
    margin: 14.423% auto 0;
    width: 31.49%;
  }
  #topNav .tnm150 a {
    display: block;
  }
  #topNav .tnm150 a img {
    transition: all 0.1s;
  }
  #topNav .tnm150 a:hover img {
    opacity: 0.8;
  }
  #topNav>ul {
    padding-top: 1vw;
  }
  #topNav>ul>li {
    margin-top: 2.1vw;
  }
  #topNav>ul>li>a {
    display: block;
    position: relative;
    font-size: 1.198vw;
    color: #C9A063;
    font-weight: bold;
    text-decoration: none;
    padding-left: 16.827%;
  }
  #topNav>ul>li.wait>a {
    cursor: default;
    opacity: 0.4;
  }
  #topNav>ul>li>a::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    display: block;
    width: 14.4%;
    height: 1px;
    margin-top: -1px;
    background: #C9A063;
    transition: all .2s;
  }
  #topNav>ul>li:not(.wait)>a:hover::before {
    margin-left: -20px;
  }
  #topNavShare {
    padding-top: 2.4%;
    text-align: center;
  }
  #topNavShare ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #topNavShare ul li {
    margin: 0 2.4%;
    width: 12%;
  }
  #topNavShare a {
    display: block;
    padding: 0;
  }
  #topNavShare ul li img {
    width: 100%;
  }
}
@media screen and (min-width: 1921px) {
  #mv .wrap {
    width: 1920px;
    margin: 0 auto;
  }
  #topNav .title {
    margin-top: 20px;
    padding-left: 18px;
    width: 352px;
  }
  #topNav .tnm150 {
    margin-top: 60px;
    width: 131px;
  }
  #topNav>ul {
    padding-top: 1em;
  }
  #topNav>ul>li {
    margin-top: 2.2em;
  }
  #topNav>ul>li>a {
    font-size: 23px;
    padding-left: 70px;
  }
  #topNavShare {
    padding-top: 10px;
  }
  #topNavShare ul li {
    margin: 0 10px;
    width: 50px;
  }
}
/*----------------------------------------------------
お知らせ
----------------------------------------------------*/
#top_info .col {
  margin-top: 40px;
}
#top_info .col:first-child {
  margin-top: 20px;
}
#top_info .box {
  padding: 20px 3.3333%;
  border: solid 2px #C9A063;
}
#news .n_date {
  color: #000000;
  margin-bottom: 5px;
  line-height: 1;
}
#news .n_text {
  color: #000000;
  word-break: break-all;
  line-height: 1.6;
}
#news li{
  padding: 5px 0 2px;
  border-top: 1px solid #000;
}
#news li:first-child {
  padding-top: 0;
  border-top: none;
}
.scrollWrap,
.twitter_timeline {
  height: 180px;
}
.twitter_timeline {
  overflow-y: hidden;
}
@media screen and (min-width: 751px) {
  #top_info.section {
    margin-top: 110px;
  }
  #top_info .col,
  #top_info .col:first-child {
    margin-top: 0;
  }
  #top_info .box {
    padding: 38px 10px 38px 27px;
  }
  #top_info .cols {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }
  #top_info .cols .col {
    width: 46%;
    margin-top: 0;
  }
  .scrollWrap,
  .twitter_timeline {
    height: 360px;
  }
}
/*----------------------------------------------------
お知らせ scroll bar
----------------------------------------------------*/
.scroll_y {
  overflow-y:scroll;
}
.scrollWrap {
  overflow-y: scroll;
}
.mCSB_inside>.mCSB_container {
  margin-right: 20px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #C9A063;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #C9A063;
  width: 8px;
  border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #C9A063;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #C9A063;
}
/*----------------------------------------------------
開催趣旨
----------------------------------------------------*/
#top_aim {
  color:#ffffff;
}
#top_aim .com_text {
  margin-top: 2.4em;
}
#top_aim .image {
  margin-top: 30px;
}
@media screen and (min-width: 751px) {
  #top_aim {
    margin-top: 200px;
  }
  #top_aim .com_text {
    margin-top: 4.4em;
  }
  #top_aim .image {
    margin-top: 180px;
  }
}
/*----------------------------------------------------
みどころ
----------------------------------------------------*/
#top_highlight .sec_title {
  padding-bottom: 20px;
}
#top_highlight .wrap {
  margin-top: 40px;
}
#top_highlight .image {
  margin-top: 50px;
}
#top_highlight .text.extra_big {
  font-size: 25px;
  font-weight: 600;
}
#top_highlight .lh_high {
  line-height: 1.66;
}
#top_highlight .com_text {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #top_highlight .sec_title {
    padding-bottom: 0px;
  }
  #top_highlight .wrap {
    margin-top: 60px;
  }
  #top_highlight .image {
    margin-top: 150px;
  }
  #top_highlight .text.extra_big {
    font-size: 40px;
  }
  #top_highlight .lh_high {
    line-height: 2.2;
    font-size: 20px;
  }
}
/*----------------------------------------------------
ムービー
----------------------------------------------------*/
#top_movie .slide_wrap{
  margin: 60px 0 0;
}
#top_movie .col a {
  display: block;
}
@media screen and (min-width: 751px) {
  #top_movie .slide_wrap{
    margin-top: 40px 25px 0;
  }
}
@media screen and (min-width: 1129px) {
  #top_movie .slide_wrap{
    margin-top: 40px 0 0;
  }
}
.movie_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_wrap iframe,
.movie_wrap img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*----------------------------------------------------
開催概要
----------------------------------------------------*/
#top_about .box {
  margin-top: 30px;
}
@media screen and (min-width: 751px) {
  #top_about .box {
    margin-top: 70px;
  }
}


/*----------------------------------------------------
CLOSE
----------------------------------------------------*/
#close {
  color:#000000;
  margin: 50vh auto 0;
  transform: translateY(-50%);
  text-align: center;
}
#close .close_text {
  font-size: 17px;
  line-height: 2.0;
  font-weight: bold;
}
#close .close_text_small {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  #close .close_text {
    font-size: 30px;
    line-height: 1.8;
  }
  #close .close_text_small {
    font-size: 20px;
    line-height: 1.6;
  }
}

