* {
  margin: 0;
  padding: 0; }

html, body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  line-height: 1.6;
  min-width: 900px;
  letter-spacing: -0.3px;
  font-size: 16px;
  font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  background-color: #000;
  color: #fff;
  -webkit-text-size-adjust: 100%; }

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal; }

ol, ul {
  list-style: none; }

img {
  border: none; }

a, a:visited {
  cursor: pointer;
  color: #00a0e9;
  text-decoration: underline; }

a:hover, a:active {
  cursor: pointer;
  color: #00a0e9;
  text-decoration: underline;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-out;
  opacity: 1;
  opacity: .7; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#all_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.contents {
  margin: 0 auto;
  position: relative;
  width: 900px;
  font-size: 30px;
  margin-top: 50px;
  background: url(images/img_bg.jpg) no-repeat 0 360px; }

#bg {
  position: absolute;
  width: 100%;
  height: auto; }

header {
  position: relative;
  top: 0;
  left: 0;
  width: 900px;
  height: auto;
  margin: 0 auto 680px; }

.head {
  padding-top: 10px;
  text-align: center; }

.information {
  font-weight: 400;
  text-align: center;
  font-size: 28px;
  letter-spacing: -0.6px;
  -moz-text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.81);
  -webkit-text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.81);
  -ms-text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.81);
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.81);
  line-height: 1.7; }

section {
  position: relative;
  width: 770px;
  height: auto;
  margin: 0 auto; }

.artist {
  margin: 70px auto 40px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px; }
  .artist h2 {
    font-size: 32px;
    display: flex;
    align-items: center;
    color: #fff; }
    .artist h2:before {
      content: "";
      height: 1px;
      flex-grow: 1;
      background-color: #fff;
      margin-right: -0.3rem; }
    .artist h2:after {
      content: "";
      height: 1px;
      flex-grow: 1;
      background-color: #fff;
      margin-left: -0.4rem; }
  .artist .artist_logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .artist .artist_logo .artist_logo_img {
      text-align: center;
      margin: 3.5%;
      width: 25%; }
      .artist .artist_logo .artist_logo_img.the4th {
        width: 100%;
        text-align: center; }

header #logo {
  position: relative;
  margin: 50px auto;
  text-align: center; }

#date {
  position: relative;
  margin: 30px auto;
  text-align: center;
  width: 80%; }
  #date img {
    width: 75%; }

#ticket .ticket_box {
  position: relative; }
  #ticket .ticket_box .url {
    position: absolute;
    top: 70px;
    left: 43px; }

#goods {
  margin: 40px auto;
  text-align: center; }

#notice {
  border-top: 1px solid #fff;
  padding: 40px 0; }
  #notice ul li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 23px;
    margin: 7px 0; }
  #notice p {
    font-size: 22px;
    margin: 40px 0; }

footer {
  position: relative;
  width: 900px;
  text-align: center;
  font-size: 9px;
  color: #424242;
  margin: 0 auto;
  padding: 30px 0; }

.blue {
  color: #00a0e9; }

#btn_enki {
  border-radius: 30px;
  background: #ff2bf8;
  width: 70%;
  margin: 10px auto;
  padding: 10px 0px;
  text-align: center;
  font-size: 50px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-out;
  opacity: 1; }
  #btn_enki:hover {
    background: #ff027b; }

/*# sourceMappingURL=main.css.map */
