#vol11_akudo section {
  margin-bottom: 100px;
  max-width: 800px;
  margin: 0 auto 50px auto;
}
#vol11_akudo h1 {
  font-size: 4rem;
  margin-bottom: 30px;
  line-height: 1.4;
}
#vol11_akudo h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #222;
  text-transform: uppercase;
}
#vol11_akudo hgroup.stage {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #222;
  gap: 20px;
}
#vol11_akudo hgroup.stage h2 {
  margin: 0;
  padding: 0;
  border-bottom: none;
  text-transform: uppercase;
}
#vol11_akudo h3 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  line-height: 1.3;
}
#vol11_akudo .note {
  margin: 0.5em 0;
}
#vol11_akudo .note li {
  padding-left: 1em;
  text-indent: -1em;
}
#vol11_akudo .note02 {
  margin: 30px 0;
}
#vol11_akudo .note02 li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  #vol11_akudo h1 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
  #vol11_akudo h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5em;
    line-height: 1.3;
  }
}
#vol11_akudo .leadcopy {
  font-size: 1.6rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #888AB1;
}
#vol11_akudo .toiawase {
  padding: 1em;
  background: #EFEFEF;
  margin-bottom: 30px;
}
#vol11_akudo .toiawase h2 {
  font-size: 1.8rem;
}
#vol11_akudo .toiawase dl dt {
  float: left;
  clear: both;
  width: 5em;
}
#vol11_akudo .toiawase dl dd {
  padding-left: 5.5em;
}

/* --- fixedStageMenu
  ----------------------------------------*/
#fixedStageMenu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #222;
}
#fixedStageMenu.show {
  display: block;
}
#fixedStageMenu ul {
  display: flex;
}
#fixedStageMenu ul li:not(:last-child) {
  border-right: 1px dashed #FFF;
}
#fixedStageMenu ul li a {
  display: block;
  padding: 10px 10px 10px 40px;
  font-size: 1.5rem;
  color: #FFF;
  position: relative;
}
#fixedStageMenu ul li a:before {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 2rem;
  color: #FFF;
  position: absolute;
  left: 15px;
  top: 10px;
}
#fixedStageMenu ul li a:hover {
  text-decoration: none;
  background: #333;
}
#fixedStageMenu ul li a dt {
  font-size: 1.8rem;
}
#fixedStageMenu ul li a dd.date {
  font-size: 1.4rem;
}
#fixedStageMenu ul li a dd.theater {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #fixedStageMenu {
    width: 100%;
  }
  #fixedStageMenu ul li {
    width: 33%;
  }
  #fixedStageMenu ul li a {
    display: block;
    padding: 10px 10px 10px 30px;
    font-size: 1.2rem;
    color: #FFF;
    position: relative;
  }
  #fixedStageMenu ul li a:before {
    left: 10px;
    top: 10px;
  }
  #fixedStageMenu ul li a dt {
    font-size: 1.6rem;
  }
  #fixedStageMenu ul li a dd {
    display: none;
  }
}

/* --- forTheAudience
  ----------------------------------------*/
#vol11_akudo .fortheaudience {
  background: #EFEFEF;
  margin-bottom: 4rem;
}
#vol11_akudo .fortheaudience hgroup {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem;
}
#vol11_akudo .fortheaudience hgroup h2 {
  font-size: 1.8rem;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
#vol11_akudo .fortheaudience hgroup .btn {
  background: #222;
  border-radius: 50vh;
  padding: 2px 10px;
  color: #FFF;
  font-size: 1.4rem;
}
#vol11_akudo .fortheaudience hgroup.active {
  background: #222;
  color: #FFF;
}
#vol11_akudo .fortheaudience hgroup.active .btn {
  background: #FFF;
  color: #222;
}
#vol11_akudo .fortheaudience .data {
  display: none;
  padding: 4rem 2rem;
}
#vol11_akudo .fortheaudience .data ul {
  margin-bottom: 2rem;
}

/* --- tab-wrap
  ----------------------------------------*/
#flyer h2 {
  width: fit-content;
}

.tab-wrap {
  max-width: 100%;
  margin: 30px 0 30px;
}
.tab-wrap .tab-label {
  background: #222;
  font-weight: normal;
}
.tab-wrap .tab-switch:checked + .tab-label {
  background: #F2F2F2;
  color: #222;
}
.tab-wrap .tab-label {
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .tab-wrap .tab-label {
    flex-basis: auto;
    margin-bottom: 0;
    margin-right: 5px;
    margin: 0 2px;
  }
}

.englishflyer a {
  display: block;
  padding: 0.5rem 2rem;
  background: #222;
  color: #FFF;
  text-decoration: none;
  border-radius: 5px;
  width: fit-content;
  margin-bottom: 1rem;
  border: 1px solid #222;
}
.englishflyer a:hover {
  background: #FFF;
  color: #222;
  border: 1px solid #222;
  text-decoration: none;
}

.directorsnote a {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  padding: 0.5rem 2rem;
  background: #222;
  color: #FFF;
  text-decoration: none;
  border-radius: 5px;
  width: fit-content;
  margin-bottom: 1rem;
  border: 1px solid #222;
}
.directorsnote a:hover {
  background: #FFF;
  color: #222;
  border: 1px solid #222;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .directorsnote a {
    display: block;
  }
  .directorsnote a span {
    display: block;
  }
  .directorsnote a span.name {
    text-align: right;
    font-size: 1.4rem;
  }
}

/* --- #comment
  ----------------------------------------*/
#comment .commentblock {
  padding-top: 2rem;
  border-top: 1px dotted #333;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
#comment .commentblock .sig {
  order: 2;
}
#comment .commentblock .text {
  order: 1;
}
#comment .sig {
  text-align: right;
  font-size: 2rem;
}
#comment .sig span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #comment .commentblock {
    padding-top: 0;
    border-top: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #comment .commentblock .sig {
    order: 1;
  }
  #comment .commentblock .text {
    order: 2;
  }
  #comment .commentblock .sig {
    text-align: left;
    margin-bottom: 0;
    font-size: 2rem;
    width: fit-content;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0.5rem 0;
  }
  #comment .commentblock .sig span {
    font-size: 1.6rem;
  }
}
#comment .commentlink {
  margin-bottom: 3rem;
}
#comment .commentlink a {
  display: block;
  padding: 0.5rem 2rem;
  background: #222;
  color: #FFF;
  text-decoration: none;
  border-radius: 5px;
  width: fit-content;
  margin-bottom: 1rem;
  border: 1px solid #222;
}
#comment .commentlink a:hover {
  background: #FFF;
  color: #222;
  border: 1px solid #222;
  text-decoration: none;
}

/* --- #comment
  ----------------------------------------*/
#review .reviewlink dt {
  font-size: 1.3rem;
}
#review .reviewlink dd {
  line-height: 1.4;
}
#review .reviewlink dd.url {
  margin-top: 0.5rem;
  color: #AAA;
  font-size: 1.2rem;
}
#review .reviewlink a {
  transition: 0.3s;
  display: block;
  padding: 0.5rem 2rem;
  background: #222;
  color: #FFF;
  text-decoration: none;
  border-radius: 5px;
  width: fit-content;
  margin-bottom: 1rem;
  border: 1px solid #222;
}
#review .reviewlink a:hover {
  background: #FFF;
  color: #222;
  border: 1px solid #222;
  text-decoration: none;
}

/* --- #stageList
  ----------------------------------------*/
#stageList {
  max-width: 800px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  background: #222;
}
#stageList li {
  width: 33.333%;
  color: #FFF;
}
#stageList li:not(:last-child) {
  border-right: 1px dashed #FFF;
}
#stageList li a {
  background: #222;
  color: #FFF;
  padding: 10px;
  display: block;
}
#stageList li a:hover {
  text-decoration: none;
  background: #333;
}
#stageList li a dl {
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #stageList {
    display: block;
  }
  #stageList li {
    width: 100%;
  }
  #stageList li:not(:last-child) {
    border-bottom: 1px dashed #FFF;
    border-right: none;
  }
  #stageList li a dl {
    margin: 0;
  }
}

/* --- .stageContainer
  ----------------------------------------*/
#vol11_akudo .stageguide h3 {
  font-size: 1.8rem;
  font-weight: normal;
  padding: 0 0 5px 0;
  margin: 0 0 2rem;
  border-bottom: 1px dotted #333;
  width: fit-content;
}
#vol11_akudo .stageguide h3:not(:first-child) {
  margin: 3rem 0 2rem;
}
#vol11_akudo .stageguide .stageContainer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
#vol11_akudo .stageguide .stageContainer > * {
  width: 48%;
  padding: 4rem 0 0 0;
}
#vol11_akudo .stageguide .stageContainer .timeschedule,
#vol11_akudo .stageguide .stageContainer .stageNotes {
  margin: 0 0 2rem;
}
#vol11_akudo .stageguide .stageContainer .stageNotes.addinfo {
  background: #efefef;
  padding: 1.5rem;
}
#vol11_akudo .stageguide .stageContainer .stageNotes.addinfo li {
  padding-left: 1em;
  text-indent: -1em;
}
#vol11_akudo .stageguide .stageContainer .stageNotes.addinfo li + li {
  margin-top: 1rem;
}
#vol11_akudo .stageguide .stageContainer .theaterdata {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  #vol11_akudo .stageguide .stageContainer {
    display: block;
    margin-bottom: 3rem;
  }
  #vol11_akudo .stageguide .stageContainer > * {
    width: 100%;
    padding: 4rem 0 0 0;
  }
  #vol11_akudo .stageguide .stageContainer .map iframe {
    height: 65vh;
  }
}
#vol11_akudo .stageguide .ticketSale > dt {
  background: #EEE;
  width: fit-content;
  padding: 5px 2rem;
  border-radius: 5px 5px 0 0;
}
#vol11_akudo .stageguide .ticketSale > dd {
  border: 1px dotted #333;
  padding: 2rem;
  margin-bottom: 1rem;
}
#vol11_akudo .stageguide .ticketsalePeatix {
  display: block;
  width: fit-content;
  background: #222;
  color: #FFF;
  padding: 5px 20px;
  border-radius: 5px;
}
#vol11_akudo .stageguide .ticketsale dt {
  margin-bottom: 1rem;
  border-bottom: 1px dotted #333;
}
#vol11_akudo .stageguide .ticketsale dd {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
#vol11_akudo .stageguide .ticketsale + .ticketnote {
  margin-top: 2rem;
}
#vol11_akudo .stageguide .ticketaichi {
  border: 1px dotted #333;
  padding: 2rem;
  display: grid;
  grid-template-columns: max-content auto;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
}
#vol11_akudo .stageguide .ticketnote li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5rem;
}
#vol11_akudo .stageguide .btnlist {
  display: flex;
  gap: 2rem;
}
#vol11_akudo .stageguide .btnlist li a {
  display: block;
  width: fit-content;
  background: #222;
  color: #FFF;
  padding: 5px 20px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #vol11_akudo .stageguide .btnlist {
    display: block;
  }
  #vol11_akudo .stageguide .btnlist li {
    margin-bottom: 1rem;
  }
}

#book_discussion strong {
  font-weight: 500;
}

/* --- .support
  ----------------------------------------*/
#vol11_akudo #support dl {
  margin: 4rem 0;
}
#vol11_akudo #support dl dt {
  font-weight: bold;
}
#vol11_akudo #support dl dd {
  margin-bottom: 3rem;
}

/* --- .credit
  ----------------------------------------*/
#vol11_akudo #credit .stafflist {
  margin-top: 4rem;
}
#vol11_akudo #credit dl {
  display: grid;
  grid-template-columns: max-content 1fr;
}
#vol11_akudo #credit .act {
  display: grid;
  gap: 1rem;
  grid-template-columns: max-content minmax(80px, 150px);
}
#vol11_akudo #credit .act p {
  align-self: self-end;
}
#vol11_akudo #credit .act_disc {
  margin: 1rem 0 2rem;
}
#vol11_akudo #credit .act_disc li {
  text-indent: -1em;
  padding-left: 1em;
}
#vol11_akudo #credit .act_disc li.logo {
  max-width: 150px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #vol11_akudo #credit dl {
    display: block;
  }
  #vol11_akudo #credit dl dd {
    margin-bottom: 1rem;
  }
  #vol11_akudo #credit .act {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
  }
  #vol11_akudo #credit .act .logo {
    max-width: 150px;
    margin: 0 auto;
  }
  #vol11_akudo #credit .act p {
    align-self: self-end;
    margin-bottom: 0;
  }
}

/* --- message
  ----------------------------------------*/
#message .sig {
  text-align: right;
}
#message .link {
  text-align: center;
}

#vol11_akudo .PDFDL {
  padding: 100px 0;
}
#vol11_akudo .PDFDL h2 {
  text-align: center;
  margin-bottom: 10px;
}
#vol11_akudo .PDFDL p {
  text-align: center;
}