@charset "UTF-8";
a, body, dd, div, dl, dt, em, footer, h1, h2, h3, h4, header, html, iframe, img, li, ol, p, section, span, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

:root {
  font-size: 62.5%;
}

html {
  font-size: 62.5%;
}

body {
  background-image: linear-gradient(90deg, #030727, #001C3F);
  font-size: 1.3px;
  font-size: 1.3em;
  line-height: 1.7;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, arial, verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
}

a:link, a:hover, a:visited {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a:link:hover, a:hover:hover, a:visited:hover {
  opacity: 0.8;
}

.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

.button {
  display: inline-block;
  position: relative;
  width: 600px;
  padding: 24px 0 20px;
  border-radius: 4px;
  background: #49AEFF;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.button::after {
  content: '';
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  width: 12px;
  height: 22px;
  margin-top: -11px;
  background: url(images/arrow.svg) no-repeat;
}

.twitter {
  display: block;
}

.twitter img {
  display: block;
}

.header {
  width: 100%;
  background: #49AEFF;
}

.header_in {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 9px;
  font-size: 1.6rem;
}

.main {
  overflow: hidden;
  position: relative;
  height: 930px;
}

.main a {
  display: block;
}

.main img {
  display: block;
}

.main::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 930px;
  margin-left: calc( (1920px / 2) * -1);
  background: url(images/bg.jpg);
  background-position: center top;
  content: '';
}

.main::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: url(images/main_mask.png);
  background-size: 100% 100%;
  background-position: center bottom;
  content: '';
}

.main_title {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: calc((62px + 418px) * -1);
}

.main_contents {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-left: 110px;
  padding-left: 20px;
  background: rgba(0, 26, 63, 0.6);
}

.main_info {
  margin-top: 94px;
  margin-left: -1px;
}

.main_ticket {
  margin-top: 30px;
}

.main_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 350px;
  margin-top: 20px;
}

.main_logo_item + .main_logo_item {
  margin-left: 20px;
}

.contents {
  width: 960px;
  margin: 35px auto 0;
  padding-bottom: 200px;
}

.copy {
  display: block;
  margin: auto;
}

.lead {
  margin-top: 32px;
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: center;
}

.lead_notes {
  margin-top: 50px;
  font-size: 1.8rem;
}

.title {
  padding: 90px 0 40px;
}

.title img {
  display: block;
}

.title-text {
  position: relative;
  padding-left: 40px;
  color: #72C0FF;
  font-size: 2.8rem;
  line-height: 1;
}

.title-text::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 30px;
  margin-top: -17px;
  background: #72C0FF;
}

.title-text_type2 {
  font-size: 2.4rem;
  font-weight: bold;
}

.date {
  display: table;
  width: 100%;
}

.date_table, .date_text {
  display: table-cell;
  vertical-align: top;
}

.date_text {
  padding: 20px 0 0 30px;
}

.date_text_line {
  font-size: 1.5rem;
  line-height: 1.4;
}

.date_text_line + .date_text_line {
  margin-top: 8px;
}

.date_text_link {
  padding-top: 10px;
  text-align: right;
}

.place {
  display: table;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
}

.place li {
  display: table-cell;
  vertical-align: middle;
}

.place_map {
  width: 630px;
}

.place_title {
  padding: 28px 0 18px;
  font-size: 3rem;
  line-height: 0.9;
}

.place_title_sub {
  font-size: 1.5rem;
}

.ticket_lineL {
  font-size: 2.8rem;
}

.ticket_line_sub {
  font-size: 1.8rem;
}

.ticket_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ticket_list_button {
  width: 400px;
}

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

.cast + .cast {
  margin-top: 20px;
}

.cast_item {
  float: left;
  text-align: center;
}

.cast_item + .cast_item {
  margin-left: 20px;
}

.cast_item img {
  display: block;
}

.cast_text {
  padding-top: 10px;
}

.cast_text_sub {
  font-size: 1.2rem;
}

.cast-1 .cast_item {
  width: 200px;
}

.cast-1 .cast_text {
  font-size: 2rem;
}

.cast-2 {
  padding: 20px 20px 12px;
  background: #001C3F;
  font-size: 2rem;
}

.cast-2 .cast_item {
  width: 176px;
}

.cast-3 .cast_item {
  width: 145px;
}

.cast-3 .cast_item + .cast_item {
  margin-left: 18px;
}

.cast-3 .cast_text {
  font-size: 1.6rem;
}

.staff {
  font-size: 1.8rem;
  line-height: 1.8;
}

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

.collabo_logo + .collabo_logo {
  margin-top: 50px;
}

.collabo_logo_item {
  font-size: 2rem;
}

.collabo_logo_item img {
  display: block;
}

.collabo_logo_item + .collabo_logo_item {
  margin-left: 50px;
}

.support_logo {
  display: table;
}

.support_logo_item {
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
}

.support_logo_item + .support_logo_item {
  padding-left: 50px;
}

.support_event {
  padding: 15px 0 8px;
  font-size: 2.4rem;
}

.info {
  display: table;
}

.info_item {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
}

.info_item:first-child {
  width: 360px;
}

.center {
  text-align: center;
}

.text-y {
  color: #FFFF00;
}

.text-g {
  color: #72C0FF;
}

.text-15 {
  font-size: 1.5rem;
}

.mtop-10 {
  margin-top: 10px;
}

.mtop-15 {
  margin-top: 15px;
}

.mtop-20 {
  margin-top: 20px;
}

.mtop-30 {
  margin-top: 30px;
}

.mtop-40 {
  margin-top: 40px;
}

.mtop-50 {
  margin-top: 50px;
}

.mright-20 {
  margin-right: 20px;
}
