@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* 変数宣言 */
/* 変数宣言 */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-feature-settings: "palt";
}

a {
  ransition: all 0.5s ease 0s;
  color: #fb8127;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #fb8127;
  outline: none;
  text-decoration: none;
}
a:active {
  color: #fb8127;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: #fb8127;
  outline: none;
  text-decoration: none;
}

.mainVisual {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  /* z-index: 999; */
  text-align: center;
  padding-top: 150px;
}
@media (max-width: 955px) {
  .mainVisual {
    padding-top: 0px;
    margin-bottom: 20px;
    margin-top: 130px;
  }
}

.mainlogo {
  width: 500px;
  margin: 0 auto;
}
@media (max-width: 955px) {
  .mainlogo {
    width: 70%;
    margin: 0 auto;
  }
}

.ticketnotice {
  margin-bottom: 10px;
}

.senkoubtn {
  margin-left: 10px;
}

.senkoubtn a {
  background-color: #ff0000;
  color: #ffffff;
  padding: 10px;
}
.senkoubtn a:hover {
  background-color: #b10000;
}

.eventdate {
  background-color: #fc8027;
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0px;
}
@media (max-width: 955px) {
  .eventdate {
    margin-bottom: 20px;
  }
}

.notice-box h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #fc8027;
  margin-bottom: 1rem;
}
.notice-box h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fc8027;
  margin-bottom: 3rem;
}
.notice-box ul {
  margin-bottom: 3rem;
}
.notice-box ul li {
  margin-top: 0.5rem;
}

.notice-head {
  margin-bottom: 2rem;
  color: #ffffff;
}

.sponsor ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.sponsor ul li {
  height: 70px;
  margin: 10px;
}
@media (max-width: 955px) {
  .sponsor ul li {
    height: auto;
    margin: 0.5rem;
    width: auto;
  }
}
.sponsor ul li img {
  height: 100%;
}
@media (max-width: 955px) {
  .sponsor ul li img {
    width: 100%;
    height: auto;
  }
}

.sponsor h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.hiwari-ttl {
  text-align: center;
}

.fcenter p {
  text-align: center;
}

/*infoエリアをはじめは非表示*/
#info {
  display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: 800px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}
/*# sourceMappingURL=style.css.map */