@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ============================================================

	style info : reset

============================================================ */
body {
  -webkit-text-size-adjust: none;
}

html, body, div, p,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, textarea,
pre, blockquote,
th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: none;
}

input, textarea, select {
  font-size: 100%;
}

img {
  vertical-align: top;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

em, strong, th {
  font-style: normal;
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: none;
}

/* ============================================================

	style info : common

============================================================ */
/* -----------------------------------
	basic
----------------------------------- */
body {
  background: black;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.ie body {
  font-size: 100%;
}

body,
input,
textarea,
select {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

th, td {
  color: white;
  line-height: 1.8;
}

a {
  outline: none;
  color: white;
  cursor: pointer;
  text-decoration: underline;
}
a:visited {
  color: white;
  text-decoration: underline;
}
a:hover, a:active {
  color: white;
  text-decoration: none;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  box-shadow: #fff 0 0 0;
}
a:hover img.rollover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 1.5dppx) {
  img.retina {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 640px) and (min-resolution: 1.5dppx) {
  img.retina {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
br.pc {
  display: block;
}

br.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  br.pc {
    display: none;
  }

  br.sp {
    display: block;
  }
}
table {
  width: 100%;
}
table th,
table td {
  padding: 0 0 1em 0;
  font-weight: normal;
  vertical-align: top;
}
table th {
  width: 12%;
  padding-right: 1em;
}

img {
  width: 100%;
  height: auto;
}

/* -----------------------------------
	layout
----------------------------------- */
#wrapper {
  position: relative;
  overflow: hidden;
}
.ui-inner {
  max-width: 795px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .ui-inner {
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
  }
}

#contents {
  position: relative;
  z-index: 300;
  background: url(../img/contents_bg.png) center top repeat-y;
}
@media screen and (max-width: 640px) {
  #contents {
    background: none;
  }
}

/* -----------------------------------
	header
----------------------------------- */
#header {
  position: relative;
  z-index: 200;
  margin-bottom: 100px;
}
#header ul {
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
}
#header ul li {
  float: left;
  padding-right: 2px;
  /*border-right: solid 2px #262626;*/
  background: url(../img/header_nav_bdr.png) right top repeat-y;
}
#header ul li a {
  display: block;
}
#header ul li img {
  width: auto;
  height: 39px;
}
#video {
  position: relative;
  z-index: 190;
  padding-top: 56.25%;
}
#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #header {
    margin-bottom: 0;
  }
  #header h1 {
    margin-top: -10px;
  }
  #header ul {
    position: relative;
    z-index: 300;
  }
  #header ul li {
    width: 18.91%;
  }
  #header ul li img {
    width: 100%;
    height: auto;
  }
  #header ul li.official {
    width: 59.46%;
  }
  #header ul li.asmart {
    width: 100%;
  }
  #header ul li.asmart img {
    display: block;
    width: 104%;
    margin: 0 -2%;
  }
  #video {
    margin: 10px 0 20px 0;
  }
}

#footer {
  position: relative;
  z-index: 100;
  padding: 90px 0 60px 0;
  text-align: center;
}
#footer .copyright {
  font-size: 75%;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 20px 0 10px 0;
  }
  #footer .copyright {
    font-size: 68.75%;
  }
}

#pagetop {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 310;
}
#pagetop img {
  width: 78px;
}
@media screen and (max-width: 640px) {
  #pagetop {
    position: relative;
    top: auto;
    right: auto;
    botom: auto;
    left: auto;
    margin: 30px 0 0 0;
  }
  #pagetop img {
    width: 45px;
  }
}

.reserve-section {
  position: relative;
  z-index: 300;
}
.reserve-section h1,
.reserve-section h2 {
  margin-bottom: 40px;
  padding: 0 0 115px 0;
  color: #ff5160;
  font-size: 356.25%;
  background: url(../img/reserve_ico_arrow_2x.png) center bottom no-repeat;
  background-size: 142px;
  font-weight: 100;
  line-height: 1;
  letter-spacing: .15em;
}
.ie8 .reserve-section h2, .ieOld .reserve-section h2,
.ie8 .reserve-section h1, .ieOld .reserve-section h1 {
  background: url(../img/reserve_ico_arrow.png) center bottom no-repeat;
}
.reserve-section .banner {
  max-width: 795px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .reserve-section .banner {
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.reserve-section .banner a {
  display: block;
  width: 74.71%;
  margin: 0 auto;
}
.reserve-section .banner span {
  display: block;
  margin-top: 15px;
  font-size: 150%;
  letter-spacing: .1em;
}
.reserve-section .pic {
  margin-top: 90px;
}
@media screen and (max-width: 640px) {
  .reserve-section h1,
  .reserve-section h2 {
    margin-bottom: 15px;
    padding: 10px 0 45px 0;
    font-size: 143.75%;
    background-size: 58px;
  }
  .reserve-section .banner {
    margin: 0;
  }
  .reserve-section .banner a {
    width: 100%;
  }
  .reserve-section .banner span {
    margin-top: 10px;
    font-size: 75%;
  }
  .reserve-section .pic {
    margin-top: 20px;
  }
}

.introduction-section {
  padding-top: 70px;
  padding-bottom: 105px;
}
.introduction-section h2 {
  margin-bottom: 30px;
  text-align: center;
}
.introduction-section h2 img {
  width: auto;
  height: 19px;
}
.introduction-section p {
  margin-top: 1.9em;
  line-height: 1.9;
  letter-spacing: .03em;
}
@media screen and (max-width: 640px) {
  .introduction-section {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .introduction-section h2 {
    margin-bottom: 0;
    font-size: 100%;
    line-height: 1.5;
  }
  .introduction-section p {
    font-size: 87.5%;
  }
}

.setlist-section,
.information-section {
  padding-top: 45px;
  border-top: solid 1px #fff;
}
.setlist-section h2,
.information-section h2 {
  margin-bottom: 68px;
  text-align: center;
}
.setlist-section h2 img,
.information-section h2 img {
  width: auto;
  height: 19px;
}
@media screen and (max-width: 640px) {
  .setlist-section,
  .information-section {
    padding-top: 30px;
  }
  .setlist-section h2,
  .information-section h2 {
    margin-bottom: 30px;
  }
}

.setlist-section {
  padding-bottom: 95px;
  font-size: 112.5%;
}
.setlist-section .ui-inner {
  overflow: hidden;
  *zoom: 1;
  max-width: 765px;
}
.setlist-section h2 {
  margin-bottom: 65px;
}
.setlist-section ul li {
  margin-bottom: .4em;
}

.setlist-section ul li.herecomesthedawn {
  line-height: 1;
}

.setlist-section ul li.herecomesthedawn span.small {
  line-height: 1;
  font-size: 50%;
  width:auto;
}

.setlist-section ul li span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 4em;
}
.setlist-section .main01 {
  float: left;
  width: 65%;
}
.setlist-section .main02 {
  overflow: hidden;
}
.setlist-section .encore {
  overflow: hidden;
}
.setlist-section h3 {
  margin: 2.2em 0 .4em 0;
}
@media screen and (max-width: 640px) {
  .setlist-section {
    padding-bottom: 40px;
    font-size: 87.5%;
  }
  .setlist-section .ui-inner {
    max-width: none;
    margin: 0 30px;
    text-align: center;
  }
  .setlist-section h2 {
    margin-bottom: 30px;
  }
  .setlist-section .main01 {
    float: none;
    width: auto;
  }
}

.information-section {
  margin-bottom: 110px;
}
.information-section .jacket {
  text-align: center;
}
.information-section .jacket img {
  width: 379px;
  border: solid 1px #323131;
}
.information-section .data {
  margin: 40px 50px;
}
.information-section table th,
.information-section table td {
  padding: 35px 0 0 0;
}
.information-section table th {
  width: 23%;
  color: #f67d7a;
}
.information-section table dl dt {
  font-weight: bold;
}
.information-section table dl dd {
  margin-bottom: 1.8em;
}
.information-section .extra {
  padding: 35px;
  border: solid 1px #ff5160;
  text-align: center;
}
.information-section .extra h3 {
  margin-bottom: .1em;
}
.information-section .extra h4 {
  margin: 30px 0 20px 0;
}
.information-section .extra h4 img {
  width: auto;
  height: 24px;
}
.information-section .extra p {
  color: #f67d7a;
}
.information-section .extra ul li.doa {
  color: #999;
}

.information-section .extra ul li.herecomesthedawn {
  line-height: 100%;
}
.information-section .extra ul li span.small {
  line-height: 2.4;
  font-size: 50%;
}

@media screen and (max-width: 640px) {
  .information-section {
    margin-bottom: 30px;
  }
  .information-section .jacket img {
    width: 70%;
  }
  .information-section .data {
    margin: 20px 0;
  }
  .information-section table,
  .information-section tbody,
  .information-section tr,
  .information-section th,
  .information-section td {
    display: block;
  }
  .information-section table th,
  .information-section table td {
    padding: 0;
    font-size: 87.5%;
  }
  .information-section table th {
    width: auto;
    margin-top: 1.8em;
  }
  .information-section table dl dt {
    font-weight: bold;
  }
  .information-section table dl dd {
    margin-bottom: 1.8em;
  }
  .information-section .extra {
    padding: 20px;
    font-size: 87.5%;
  }
  .information-section .extra h3 {
    margin-bottom: 1em;
  }
  .information-section .extra ul {
    margin-top: 1em;
    font-size: 85.71429%;
  }
}

.reserve02 h2 {
  font-size: 281.25%;
  letter-spacing: .1em;
}
.reserve02 .launch {
  max-width: 795px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  max-width: 720px;
  margin-top: 110px;
}
@media screen and (max-width: 640px) {
  .reserve02 .launch {
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.reserve02 .launch a {
  display: block;
  position: relative;
  padding: 30px 15px;
  border: solid 1px #fff;
  text-align: center;
  font-size: 125%;
  letter-spacing: .01em;
  text-decoration: none !important;
}
.reserve02 .launch a:hover {
  border-color: #f67d7a;
  color: #f67d7a;
}
.reserve02 .launch span {
  position: absolute;
  left: -25px;
  top: -30px;
  display: block;
  background: #9a6634;
  color: #fff;
  padding: 0 20px;
  line-height: 2em;
  height: 2em;
  font-size: 115.0%;
  font-style: italic;
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
@media screen and (max-width: 640px) {
  .reserve02 h2 {
    font-size: 125%;
    line-height: 1.3;
  }
  .reserve02 .launch {
    margin-top: 40px;
    max-width: none;
  }
  .reserve02 .launch span {
    left: -15px;
    top: -15px;
    font-size: 87.5%;
  }
  .reserve02 .launch a {
    padding: 20px;
    font-size: 87.5%;
  }
}

p.itemwarn {
  text-align: center;
  font-size: 70%;
}

span.warn {
  font-size: 70%;
}

div.extra h3 span{
  font-size:125%;
}

div.clearfile {
  margin-top: 1.5em;
  text-align: center;
  font-size: 87.5%;
}