@charset "UTF-8";
/* CSS Document */

html {
  background-color: #af171f;
}

body {
  width: 100%;
  background-color: #af171f;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 960px;
  word-wrap: break-word;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.red {
  color: #f00;
}
.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 840px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  body {
    width: 100%;
    min-width: 100%;
  }
}

.pdL50 {
  padding-left: 50px !important;
}

.pdL80 {
  padding-left: 80px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pL3 {
  padding-left: 3px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pl1 {
  padding-left: 1em;
}

a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.dsIB {
  display: inline-block;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------
																															グロナビ
--------------------------------------------------------------------------------------------------------------------------------------------*/

.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  height: 100px;
  line-height: 1;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}
#top-head a,
#top-head {
  color: #fff;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  margin-left: 17px;
  margin-top: 10px;
  float: left;
}

.top-info {
  background-color: #ca0820;
  text-align: right;
  font-size: 10px;
  line-height: 1.6;
  float: right;
  color: #ffffff;
  padding: 8px 15px 8px 15px;
  border-radius: 0 0 10px 10px;
  letter-spacing: 0.6px;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 17px;
  top: 30px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
#global-nav ul li {
}
#global-nav ul li:last-child {
  margin-right: 0px;
}
#global-nav ul li a {
  padding: 0;
  font-size: 24px;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 100px;
  background: #fff;
  background: rgba(0, 0, 0, 0.6);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  padding-bottom: 0;
}
#top-head.fixed .logo {
}
#top-head.fixed #global-nav ul li a {
  color: #fff;
  padding: 0;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 0;
  width: 30px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
  padding: 13px 13px 10px 17px;
  background-color: #75b100;
  border-radius: 0 0 0 10px;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 98%;
  background: #ffffff;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 840px) {
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #af171f;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 10px;
    top: 0;
    color: #333;
    font-size: 26px;
    min-width: 110px;
    max-width: 120px;
    padding: 1% 0 0;
  }

  #top-head .logo {
    margin-left: 0;
    margin-top: 0;
  }

  #top-head .logo img {
    width: 100%;
  }

  #global-nav {
    z-index: 999;
    position: absolute;
    top: -480px;
    background: #af171f;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    flex-flow: column;
    row-gap: 10px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #global-nav ul li:last-child {
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 2px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

/*--------------------------------------------------------------------------------------------------------------------------------------------
																													　　　　top
--------------------------------------------------------------------------------------------------------------------------------------------*/

.mainImg_top {
  /*margin:0 auto;*/
  margin: 30px auto 50px;
  max-width: 1080px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 840px) {
  .mainImg_top {
    padding-top: 0;
    background-color: #af171f;
    width: 80%;
    margin: 30px auto;
    font-size: 32px;
  }
  .mainImg_top img {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .mainImg_top {
    font-size: 26px;
  }
}

/*--------------------------------------------------------------------------------------------------------------------------------------------
																															wrapper内
--------------------------------------------------------------------------------------------------------------------------------------------*/

.wrapper {
  width: 100%;
  background: url(../img/common/gn_bottom_line01.png) repeat-x top;
  background-color: #af171f;
  margin-top: 100px;
}

.wrapper_box {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.contents {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contents a {
  color: #fff;
}

.contents_box {
  border: solid 2px #fff;
  border-radius: 10px;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: 2em;
  margin-right: 2em;
}

.contents_box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 50px;
}
.contents_box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 40px;
}
.contents_box h5 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #111;
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-top: 40px;
}

.contents_box ul {
  padding-bottom: 20px;
}

.sns_box {
  position: absolute;
  right: 7%;
}

.sns_button {
  z-index: 999;
  padding-top: 5px;
  padding-right: 15px;
}

.sns_button .btn01,
.sns_button .btn02 {
  float: left;
  line-height: 0;
  vertical-align: baseline;
}
.sns_button .btn02 {
  margin-left: 10px;
}

@media screen and (max-width: 840px) {
  .sns_box {
    right: 7%;
  }

  .sns_button {
    z-index: 999;
    padding-top: 10px;
    padding-left: 10px;
  }

  .wrapper_box {
    width: 100%;
    max-width: 100%;
  }

  .sns_button .btn02 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 640px) {
  .contents {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    color: #fff;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .contents_box h3 {
    width: 100%;
  }

  .contents_box h3 img {
    width: 100%;
  }

  .contents_box {
    border: solid 2px #fff;
    border-radius: 10px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .sns_button {
  }
}

/*--------------------------------------------------------------------------------------------------------------------------------------------
																															フッター
--------------------------------------------------------------------------------------------------------------------------------------------*/

footer {
  color: #fff;
  font-size: 11px;
  background-color: #af171f;
  border-top: solid 1px #fff;
  padding-top: 20px;
  padding-bottom: 14px;
  width: 100%;
}

footer .footer_box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

footer .copy {
  padding-left: 17px;
  float: left;
}

footer .contact {
  padding-right: 17px;
  float: right;
}

@media screen and (max-width: 640px) {
  footer {
    text-align: center;
  }

  footer .copy {
    float: none;
  }

  footer .contact {
    float: none;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------------------
																															公演概要
--------------------------------------------------------------------------------------------------------------------------------------------*/

.hosoku {
  font-size: 13px;
  display: inline-block;
}

.hosoku2 {
  padding-left: 5px;
  font-size: 12px;
}

.tokuten01 {
  display: inline-block;
  color: #ffdf00;
}

.tokuten02 {
  display: inline-block;
  color: #9dff00;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------
																															あらすじ
--------------------------------------------------------------------------------------------------------------------------------------------*/

.story_txt {
  line-height: 1.65;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------
																															よくある質問
--------------------------------------------------------------------------------------------------------------------------------------------*/

.faq_qa {
  padding-left: 2em;
  text-indent: -1em;
}

.faq_list ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.faq_q_h4 {
  color: #006835;
  font-weight: bold;
  margin-bottom: 10px;
}

.faq_a {
  display: inline-block;
  color: #e6214a;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------
																															キャスト
--------------------------------------------------------------------------------------------------------------------------------------------*/

.h3_title {
  font-size: 30px;
  text-align: center;
  margin: 0px auto 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  width: 96%;
}

.cast_list {
  display: flex;
  flex-flow: wrap;
  gap: 30px 1.33%;
  margin: 0 10px 50px;
}

.cast_list li {
  width: 24%;
}

.cast_list li.large {
  width: 38.962%;
  margin-bottom: 30px;
}

.cast_list li img {
  width: 100%;
}

.cast_list::before {
  content: "";
  width: 18.5%;
  display: block;
  order: 1;
}

.cast_list::after {
  content: "";
  width: 18.5%;
  display: block;
}

.cast_list li img {
  margin-bottom: 10px;
}

.cast_list li dt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.cast_list li dt span {
  font-size: 14px;
  text-indent: -0.5em;
  display: inline-block;
}

.cast_list li dd {
  font-size: 14px;
}

.cast_list li dd span {
  display: inline-block;
  font-size: inherit;
  margin-left: 0.5em;
}

@media (max-width: 780px) {
  .cast_list li,
  .cast_list::before,
  .cast_list::after {
    width: 32%;
  }
  .cast_list li.large {
    width: 49%;
  }
  .cast_list li.last_order {
    order: 5;
  }
  .cast_list::before {
    order: 6;
  }
  .cast_list::after {
    order: 7;
  }
}

/*@media (max-width: 640px) {
	.cast_list li, .cast_list::before, .cast_list::after {
		width: 31%;
	}
}*/

@media (max-width: 640px) {
  .cast_list li,
  .cast_list::before,
  .cast_list::after {
    width: 48%;
  }
  .cast_list li.large {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cast_list li {
    text-align: center;
  }
  .cast_list li dd {
    font-size: 12px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------------------
																												グッズ
--------------------------------------------------------------------------------------------------------------------------------------------*/

.goods_img01 {
  width: 40%;
}

.goods_img02 {
  width: 25%;
}

.goods_img01 img {
  width: 100%;
}

.goods_img02 img {
  width: 100%;
}

.goods_img {
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .goods_img01 {
    width: 90%;
  }

  .goods_img02 {
    width: 65%;
  }
}

/*--------------------------------------------------------------------------------------------------------------------------------------------
																															パンくず
--------------------------------------------------------------------------------------------------------------------------------------------*/

#bread {
  margin-top: 124px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #666666;
  color: #ffffff;
  font-size: 13px;
}

#bread a {
  padding-left: 1em;
  padding-right: 1em;
  color: #ffffff;
}

.bread_box {
  width: 960px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 840px) {
  .bread_box {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }

  #bread {
    margin-top: 5%;
  }
}

.schedule_table {
  width: 400px;
  float: right;
}

.schedule_table th {
  background-color: #b6dd8e;
}

.schedule_table th,
.schedule_table td {
  border: 1px solid #fff;
  padding: 5px;
  font-size: 14px;
}

@media screen and (max-width: 840px) {
  .schedule_table {
    display: none;
  }
}

.a {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.attend_list li {
  text-indent: -1em;
  margin-left: 1em;
}

/*191016cyclo追加*/
.refund {
  border: 2px dotted #fff;
  padding: 30px 30px 0px;
  margin-bottom: 30px;
}

.ticketList {
  text-align: center;
  margin-bottom: 50px;
}

.ticketList__txt {
  font-size: 30px;
  font-weight: 700;
}

.ticketList__aside {
  font-size: 12px;
  font-weight: 700;
}

.ticketDl {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 40px;
}

.ticketDl__title {
  max-width: 800px;
  width: 92%;
  position: relative;
  text-align: center;
}

.ticketDl__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0px;
}

.ticketDl__title:not(:first-child) {
  margin-top: 30px;
}

.ticketDl__title span {
  font-size: 20px;
  font-weight: 700;
  background-color: #af171f;
  position: relative;
  z-index: 2;
  padding: 0px 10px;
}
