@charset "UTF-8";
/* 赤 */
/* 赤 */
/* 赤 */
/* 赤 */
/* グレー */
/* グレー */
br.sp {
  display: none;
}

#vol10_akudo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#vol10_akudo #side {
  width: 330px;
  position: sticky;
  top: 0;
  max-height: 100vh;
  overflow: auto;
  padding-right: 30px;
}
#vol10_akudo #contents {
  width: calc(100% - 330px);
}
#vol10_akudo .sns {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #vol10_akudo {
    display: block;
  }
  #vol10_akudo #side {
    width: 100%;
    position: relative;
    top: 0;
    max-height: none;
    overflow: auto;
    padding: 0 5%;
  }
  #vol10_akudo #contents {
    width: 100%;
  }
}
#side .sidenav {
  margin: 0;
}
#side .sidenav li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 1rem;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  #side .sidenav {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #side .sidenav li {
    width: 50%;
  }
  #side .sidenav li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #000;
  }
}
#contents h1 {
  font-size: 4rem;
  margin-bottom: 3rem;
}
#contents h1 .sub {
  font-size: 2rem;
}
#contents .catchcopy {
  font-size: 2.4rem;
}

#review .btn01 {
  display: block;
  width: fit-content;
}

#comment h2 {
  font-weight: bold;
  font-size: 3rem;
  color: #CDCDCD;
  margin-bottom: 2rem;
  border-bottom: 1px solid #CDCDCD;
}
#comment .notes {
  font-size: 1.5rem;
}
#comment .sig {
  text-align: right;
}

.castchangenotice a {
  display: block;
  max-width: 80%;
  margin: 6rem auto;
  border: 1px solid #870002;
  color: #870002;
  transition: 0.3s;
  padding: 1.5rem 1rem;
  text-align: center;
  position: relative;
}
.castchangenotice a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #870002;
  border-right: 2px solid #870002;
  display: block;
  position: absolute;
  right: 2rem;
  bottom: calc(50% - 4px);
  transform: rotate(45deg);
}
.castchangenotice a:hover {
  text-decoration: none;
}

.fortheaudience {
  max-width: 80%;
  margin: 0 auto 6rem auto;
  background: #EFEFEF;
  padding: 2rem;
}
.fortheaudience h2 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0;
  transition: 0.5s;
}
.fortheaudience h2 span {
  font-size: 1.8rem;
  font-weight: normal;
}
.fortheaudience h2 div.btn {
  display: block;
  font-size: 1.6rem;
  padding: 5px 30px 5px 10px;
  background: #FFF;
  border-radius: 3px;
}
.fortheaudience h2 div.btn:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  display: block;
  position: absolute;
  right: 1rem;
  bottom: calc(50% - 4px);
  transform: rotate(45deg);
}
.fortheaudience h2.active div.btn:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  display: block;
  position: absolute;
  right: 1rem;
  bottom: calc(50% - 4px);
  transform: rotate(-135deg);
}
.fortheaudience div.text {
  margin-top: 30px;
  display: none;
}
.fortheaudience div.text ul {
  margin-bottom: 1.5rem;
}
.fortheaudience div.text ul li:before {
  content: "・";
}

@media screen and (max-width: 767px) {
  .fortheaudience {
    max-width: 100%;
    margin: 0 auto 3rem auto;
    padding: 2rem 1rem;
  }
}
#schedule h2 {
  font-weight: bold;
  font-size: 3rem;
  color: #CDCDCD;
  margin-bottom: 2rem;
  border-bottom: 1px solid #CDCDCD;
}

#ticket h2 {
  font-weight: bold;
  font-size: 3rem;
  color: #CDCDCD;
  margin-bottom: 2rem;
  border-bottom: 1px solid #CDCDCD;
}
#ticket h3 {
  font-weight: bold;
  font-size: 1.8rem;
}
#ticket .notes {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
#ticket .notes li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}

#theater h2 {
  font-weight: bold;
  font-size: 3rem;
  color: #CDCDCD;
  margin-bottom: 2rem;
  border-bottom: 1px solid #CDCDCD;
}

#contact h2 {
  font-weight: bold;
  font-size: 3rem;
  color: #CDCDCD;
  margin-bottom: 2rem;
  border-bottom: 1px solid #CDCDCD;
}
#contact ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 15px;
}

#support h2 {
  font-weight: bold;
  font-size: 3rem;
  color: #CDCDCD;
  margin-bottom: 2rem;
  border-bottom: 1px solid #CDCDCD;
}
#support ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 15px;
}
#support ul li p {
  text-indent: 0;
}

#credit h2 {
  font-weight: bold;
  font-size: 3rem;
  color: #CDCDCD;
  margin-bottom: 2rem;
  border-bottom: 1px solid #CDCDCD;
}
#credit .notes {
  font-size: 1.5rem;
}
#credit .sig {
  text-align: right;
}

.snsbox {
  padding: 0;
}
.snsbox section {
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .teikei .mark {
    display: block;
    width: 100%;
    align-items: flex-end;
  }
  .teikei .mark li {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    padding: 0 1em;
  }
  .teikei .mark li img {
    width: 50%;
  }
}