:root {
  font-size: 10px;
  line-height: 1.6;
}
body {
  font-size: 1.6rem;
}
/* -----------------------------------------------------------------------
## Reset #################################################################
----------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul, ol, dl, dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a:focus {
  outline: none;
}


.mainContents {
  margin-top: 750px;
}

/* -----------------------------------------------------------------------
## Stage #################################################################
----------------------------------------------------------------------- */
.stage {
  background: #fff;
}

.stage_inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 64px 16px;
}
.stageInfo + .stageTtl {
  padding-top: 64px;
}
.stageTtl {
  line-height: 1.2;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: bold;
}

.stageTtl_sub {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}

.story {
  margin-bottom: 2em;
}
.story .catch {
  margin-bottom: 1em;
  font-weight: bold;
  display: block;
  font-style: italic;
}

.stageInfo_ttl {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 5em;
  margin-right: 4px;
  padding: 2px 6px;
  background: #e1362d;
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.stageInfo_program {
  margin-bottom: 40px;
}
.stageInfo_program .stageInfo_ttl {
  margin-bottom: 4px;
}

.stageInfo_program .programList_ttl {
  font-weight: bold;
}

.stageInfo_program .programList_item {
  font-size: 1.4rem;
}

.stageInfo_program .programList_item + .programList_ttl {
  margin-top: 1em;
}

.stageInfo_production {
  margin-bottom: 40px;
}

.stageInfo_production .stageInfo_item {
  display: inline-block;
  margin: 0 64px 0 0;
  line-height: 25px;
}

.stageInfo_production .stageInfo_item:last-child {
  margin-right: 0;
}

.stageInfo_production .brackets {
  margin-left: 4px;
}

.stageInfo_member {
  margin-bottom: 40px;
}

.stageInfo_member .stageInfo_ttl {
  margin-bottom: 4px;
}

.stageInfo_member .memberList_item {
  margin-right: 40px;
  list-style: none;
  display: inline-block;
}

.stageInfo_member .brackets {
  margin-left: 4px;
  font-size: 1.2rem;
}

.stageInfo_date {
  margin-bottom: 40px;
}
.stageInfo_date .timetable {
  border-collapse: collapse;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.stageInfo_date .timetable th {
  padding: 0 .5em;
}
.stageInfo_date .timetable th,
.stageInfo_date .timetable td {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.stageInfo_date .timetable td.soldout {
  background: #ccc;
  color: #fff;
}
.stageInfo_date .timetable a {
  display: block;
  padding: .5em 1em;
}
.stageInfo_date .timetable .remaining {
  color: #e1362d;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  font-weight: bold;
}
.stageInfo_date .timetable .stageName {
  display: block;
  font-size: 1.2rem;
}
.stageInfo_date .stageInfo_ttl {
  margin-bottom: 4px;
}

.stageInfo_date .brackets {
  margin-right: 32px;
}

.stageInfo_date .notes {
  margin-top: 16px;
  text-indent: -1em;
  padding-left: 1em;
  list-style: none;
  font-size: 1.2rem;
}

.stageInfo_price {
  margin-bottom: 40px;
}

.stageInfo_price .stageInfo_ttl {
  margin-bottom: 4px;
}

.stageInfo_price .price {
  display: inline-block;
  margin-right: 32px;
}

.stageInfo_price .notes {
  font-size: 1.2rem;
}
.stageInfo_price .notes li {
  margin-top: 16px;
}

.stageInfo_place {
  padding-bottom: 120px;
}

.stageInfo_place .stageInfo_ttl {
  margin-bottom: 4px;
}

.stageInfo_place .brackets {
  margin-left: 4px;
}
.stageInfo_place .address {
  font-size: 1.2rem;
}
.stageInfo_place .root {
  margin-top: 1em;
}
.stageInfo_place .root li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
}

.stageInfo_place #gMap {
  margin-top: 16px;
  padding-top: 50%;
}

.stageInfo_place .gMapBtn {
  display: none;
}

.linkBtn {
  margin-top: 1em;
  font-size: 1.4rem;
}

.linkBtn a {
  display: inline-block;
  background: #1e87db;
  color: #fff;
  border-radius: 3px;
  padding: 8px 1em;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.linkBtn a:hover {
  opacity: .8;
}

.linkBtn.no-anime a:hover {
  background: #1e87db;
}
.stageInfo_column {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 768px) {
  html, body {
    height: auto;
  }
  /* ################# Stage ################# */
  .stage {
    padding: 0;
  }
  .stage_inner {
    padding: 32px 16px;
  }
  .stageInfo + .stageTtl {
    padding-top: 32px;
  }
  .stageTtl_sub {
    font-size: 1.4rem;
  }
  .stage .notes {
    margin-top: 1em;
  }
  .stageTtl {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .story {
    font-size: 1.4rem;
  }
  .story .catch {
    font-size: 1.4rem;
  }
  .stageInfo_date .notes {
    font-size: 1rem;
  }
  .stageInfo_production .stageInfo_ttl {
    margin-bottom: 8px;
  }
  .stageInfo_production .stageInfo_item {
    width: auto;
    margin-bottom: 4px;
  }
  .stageInfo_member .memberList_item {
    margin-right: 0;
  }
  .stageInfo_member .brackets {
    font-size: 1rem;
  }
  .spIb {
    display: inline-block;
  }
  .stageInfo_date .timetable a {
    padding: .5em .2em;
  }
  .stageInfo_date .timetable .stageName {
    font-size: 1rem;
  }
  .stageInfo_price .notes {
    font-size: 1rem;
  }
  .stageInfo_place {
    padding-bottom: 32px;
  }
  .stageInfo_place #gMap {
    padding-top: 75%;
  }
  .stageInfo_place .gMapBtn {
    display: block;
  }
  .stageInfo_place .gMapBtn a {
    display: block;
    background: #1e87db;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    margin-top: 8px;
  }
}
