body {
  background-color: #000;
  font-family: 'Yu Gothic UI';
  font-size: 30px;
  color: #AEBEFF;
  line-height: 1.3;
}

.header {
  height: 100vh;
  position: relative;
  background-image: url(../image/screen.png);
  background-size: cover;
  background-position: center center;
}

.header_nav {
  position: absolute;
  top: 100px;
  right: 100px;
}

.header_nav li {
  list-style: none;
  text-align: right;
  margin-bottom: 30px;
}

.header_nav li a {
  text-decoration: none;
  color: #FFF;
}

.header_logo {
  height: 100vh;
  background-image: url(../image/main_visual.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_logo p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_logo img {
  width: 70%;
  height: auto;
  padding-top: 280px;
}

.main {
  padding: 0 200px;
}

.main_title {
  font-family: 'Snap ITC';
  font-size: 100px;
  color: #FFF;
}

.main_about {
  margin-top: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main_aboutTitle {
  height: 680px;
  background-image: url(../image/about.png);
  background-size: auto 680px;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.main_aboutTitle h2 {
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
}

.main_aboutText {
  width: 720px;
  padding-left: 100px;
}

.main_aboutText p {
  font-size: 28px;
  margin-bottom: 37px;
}

.main_menu {
  margin-top: 510px;
}

.main_menuTitle {
  padding-left: 120px;
}

.main_menu h3 {
  color: #FFF;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
}

.main_menuAlcohol {
  margin-top: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_menuAlcohol_table {
  padding-left: 100px;
}

.main_menuAlcohol_table table {
  margin-top: 80px;
  width: 720px;
}

.main_menuAlcohol_table table tr td:last-child {
  text-align: right;
}

.main_menuAlcohol_table .alcoholType {
  padding-top: 40px;
}

.main_menuSoftdrink {
  margin-top: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_menuSoftdrink_table {
  padding-right: 170px;
}

.main_menuSoftdrink_table table {
  margin-top: 80px;
  width: 465px;
}

.main_event {
  position: relative;
  margin-top: 620px;
}

.main_eventTitle {
  height: 560px;
  background-image: url(../image/hall.png);
  background-repeat: no-repeat;
  background-position: 65% bottom;
}

.main_eventTitle p {
  font-family: 'Snap ITC';
  font-size: 80px;
  color: #FFF;
  -webkit-transform: rotate(-21deg);
          transform: rotate(-21deg);
  position: absolute;
  top: 220px;
}

.main_eventList {
  margin-top: 200px;
  padding-right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.main_eventList li {
  list-style: none;
  margin-bottom: 40px;
}

.main_eventList li div {
  display: block;
  width: 890px;
}

.main_eventList li div a {
  text-decoration: none;
  color: #AEBEFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_access {
  margin-top: 500px;
}

.main_accessTitle {
  padding-left: 120px;
}

.main_accessDetail {
  margin-top: 220px;
  text-align: center;
}

.main_accessDetail div {
  margin-top: 120px;
}

.main_accessDetail div p {
  margin-top: 80px;
}

.footer {
  background-color: #080E23;
  height: 965px;
  margin-top: 460px;
  position: relative;
}

.footer_nav {
  padding: 120px 0 0 360px;
}

.footer_nav li {
  list-style: none;
  margin-bottom: 45px;
}

.footer_nav li a {
  text-decoration: none;
  color: #AEBEFF;
  font-size: 60px;
}

.footer_logo {
  position: absolute;
  bottom: 110px;
  right: 190px;
}

.footer_logo img {
  width: 470px;
  height: auto;
}
/*# sourceMappingURL=style.css.map */