<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, select, textarea {
  box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 100%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #fff;
  line-height: 1.6;
  background-color: #000;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.img100 {
  width: 100%;
  height: auto;
}

a:hover {
  opacity: .8;
}

body {
  background-image: url(../img/bg_head.jpg);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.content {
  width: 1000px;
  margin: 0 auto;
}

header {
  background-color: #000;
  text-align: center;
  padding: 15px 0 12px;
  z-index: 2;
  position: relative;
}

#mainVisual {
  /*background-image: url(../img/bg_head.jpg);
  background-size: cover;
  min-height: 100vh;*/
}
#mainVisual #gentei {
  position: relative;
  z-index: 2;
}
#mainVisual #gentei img {
  position: absolute;
  top: 40px;
  left: -31px;
}
#mainVisual #present {
  position: relative;
  z-index: 2;
}
#mainVisual #present img {
  position: absolute;
  top: 28px;
  right: -25px;
}
#mainVisual h1 {
  position: relative;
  z-index: 1;
  min-height: 543px;
  height: 82vh;
}
#mainVisual h1 img {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#mainVisual .btn {
  text-align: center;
}

#CDT {
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 540px 0 0 0;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#CDT .day, #CDT .hour, #CDT .min, #CDT .sec {
  font-size: 100px;
  background-color: rgba(0, 0, 0, 0.702);
  border-radius: 10px;
  width: 122px;
  height: 122px;
  display: inline-block;
  line-height: 122px;
  -webkit-box-shadow: 0 0 15px 0 #fff;
  box-shadow: 0 0 15px 0 #fff;
}
#CDT .colon {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.702);
  font-size: 100px;
  line-height: 100px;
}

#news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news h2 {
  border-left: 2px solid #535353;
  border-right: 2px solid #535353;
  padding: 16px 43px;
}
#news #newsList {
  height: 54px;
  overflow-y: scroll;
}
#news #newsList dl {
  margin-left: 40px;
  margin-top: 8px;
  font-size: .9375rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news #newsList dl dt {
  width: 88px;
  margin-right: 26px;
}
#news #newsList dl dd {
  width: 670px;
}

.contents {
  position: relative;
  overflow: hidden;
  margin: 0 0;
  padding: 70px 0 27px;
}

.contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 2% -10% 0;
  background: #e4007f;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
  z-index: -1;
}

.contents_inner {
  -webkit-box-sizing: boder-box;
  box-sizing: boder-box;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  /*padding: 0 10px 0;*/
  color: #fff;
  text-align: center;
}
.contents_inner li {
  width: 316px;
  margin-bottom: 26px;
}

.bg_pink {
  background-color: #e4007f;
}

.snsArea {
  background-image: url(../img/bg_sns.png);
  width: 316px;
  height: 250px;
}
.snsArea h3 {
  padding: 85px 0 12px;
  text-align: center;
}
.snsArea li {
  width: 56px;
  margin-bottom: 0;
}
.snsArea li + li {
  margin-left: 11px;
}

#live {
  padding-bottom: 60px;
}

.twitter_widget, .timetable {
  width: 470px;
  border: 1px solid #fff;
  padding: 26px 32px;
  height: 762px;
  margin-bottom: 5px;
}
.twitter_widget h2, .timetable h2 {
  margin-bottom: 22px;
}
.twitter_widget .read, .timetable .read {
  background-color: #fff;
  width: 410px;
  height: 596px;
}

.twitter_widget {
  background-color: #5da5e9;
}
.twitter_widget .read {
  border-radius: 6px;
}

.timetable {
  background-color: #ff6ea1;
  /*table {
  	width: 100%;
  }
  th {
  	color: $color-glay;
  	font-size: .75rem;
  	width: 50px;
  }
  .space {
  	border-right: 1px solid $color-gray-lighter;
  	border-left: 1px solid $color-gray-lighter;
  }
  .border-top {
  	border-top: 1px solid $color-gray-lighter;
  }
  .border-bottom {
  	border-bottom: 1px solid $color-gray-lighter;
  }
  .nico {
  	color: $color-dark-bg;
  	background-color: $color-glay-bg;
  	border: 1px solid $color-gray-lighter;
  	font-size: .75rem;
  	padding: 0 5px;
  }
  .pink {
  	color: $color-primary;
  }
  .attraction, .booth, .goods {
  	color: $color-white;
  	font-size: .9375rem;
  	border-left: 1px solid $color-gray-lighter;
  	width: 34px;
  	padding: 12px 10px 0;
  }
  .attraction {
  	background-color: #e7459f;
  }
  .booth {
  	background-color: #0e7fcd;
  }
  .goods {
  	background-color: #5dac23;
  }*/
}

.hint {
  font-size: .6875rem;
  text-align: right;
  margin-bottom: 60px;
}

.attention {
  padding-bottom: 73px;
}
.attention h2 {
  text-align: center;
  font-size: 1.25rem;
  display: block;
  width: 240px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  margin: 0 auto 35px;
}
.attention ul {
  list-style: disc;
  font-size: .75rem;
  margin-bottom: 35px;
}

footer {
  text-align: center;
}
footer img {
  padding: 26px 0 7px;
}
footer small {
  font-size: .75rem;
  padding-bottom: 40px;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>