@charset "utf-8";
/*----------------------------------------------------

----------------------------------------------------*/
@media screen and (min-width: 751px) {
  .text {
    /*margin-top: 30px;*/
  }
  .text.boldline {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    margin-bottom: 1.5em;
  }
  .text.min {
    /*font-size: 16px;*/
    padding: 0 2em;
  }
  .text.min.noMgn {
    /* font-size: 16px;*/
    margin-top: 10px;
  }
  .text.mid {
    font-size: 20px;
  }
  .box {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .text.gaibu {
    font-size: 0.8em;
    color: #5f5a5a;
  }
  .text_price {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.6em;
    margin: 50px auto 0;
    width: 93%;
  }
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .text.boldline {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    margin-bottom: 1em;
  }
  .text.min {
    /* font-size: 15px;*/
    /*padding: 0 1em; */
  }
  .text.min.noMgn {
    /* font-size: 15px;*/
    margin-top: 10px;
  }
  .text.gaibu {
    font-size: 0.8em;
    color: #666;
  }
  .text_price {
    font-size: 14px;
    color: #666;
    line-height: 1.6em;
    margin-top: 50px;
  }
}
@media screen and (max-width: 374px) {
  .text.boldline {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: bold;
    border-bottom: 2px solid #000;
    margin-bottom: 1em;
  }
  .text.gaibu {
    font-size: 0.7em;
    color: #666;
  }
  .text_price {
    font-size: 14px;
    color: #666;
    line-height: 1.6em;
    margin-top: 30px;
  }
}
/*----------------------------------------------------
inner_tk
----------------------------------------------------*/
.inner_tk, .inner_tkSP {
  margin: 0 0;
}
.inner_tkPC {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .inner_tk, .inner_tkPC {
    margin: 0 20px;
  }
  .inner_tkSP {
    margin: 0 auto;
  }
}
/*----------------------------------------------------
入場料
----------------------------------------------------*/
.prices {
  margin-top: 25px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
}
.prices li {
  display: flex;
  justify-content: center;
  max-width: 250px;
  margin: 0 auto;
}
.prices span {
  display: block;
  font-weight: bold;
}
.prices .label {
  width: 70%;
  max-width: 350px;
  text-align: left;
}
.prices .data {
  width: 60%;
  max-width: 150px;
  text-align: right;
}
.prices li + li {
  padding-top: 10px;
}
@media screen and (min-width: 751px) {
  .prices {
    margin: 45px auto 0;
    padding: 15px 0;
    max-width: 600px;
  }
  .prices li {}
  .prices li + li {
    padding-top: 10px;
  }
  .prices span {
    font-size: 18px;
  }
}
/*----------------------------------------------------
アコーディオン
----------------------------------------------------*/
.accordions_plus {
  margin-top: 20px;
}
/*.ac_header,
.ac_content {
  background: #fff;
  padding: 15px 30px 15px 3.3333%;
}*/
.ac_box.min {
  font-size: 13px;
}
.ac_header {
  display: block;
  position: relative;
  font-weight: bold;
}
.ac_header::before, .ac_header::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  background: #000;
  transition: all 0.3s;
  top: calc(50% - 1px);
  right: 15px;
}
.ac_header::before {}
.ac_header::after {
  transform: rotate(90deg);
}
.accordions_plus.poke > .ac_box > .ac_header.navy {
  background: #293160;
  color: #fff;
  line-height: 1.5;
}
.accordions_plus.poke > .ac_box > .ac_header.pink {
  background: #C13A8E;
  color: #fff;
  line-height: 1.5;
}
.accordions_plus.poke > .ac_box > .ac_header.blue {
  background: #0086A5;
  color: #fff;
  line-height: 1.5;
}
.accordions_plus.poke > .ac_box > .ac_content {
  padding-bottom: 30px;
}
.accordions_plus.poke > .ac_box > .ac_header::before, .accordions_plus.poke > .ac_box > .ac_header::after {
  background: #fff;
}
.accordions_plus > .ac_box.expand .ac_header::after {
  transform: rotate(0deg);
}
.accordions_arrow > .ac_box > .ac_header {
  background: #fff;
  border: 1px solid #000;
  font-size: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
.accordions_arrow > .ac_box.expand > .ac_header {
  background: #f6fae0;
  border: 1px solid #fff;
}
.accordions_arrow > .ac_box > .ac_content {
  background: transparent;
  /*padding-right: 0;*/
  /*padding-right: 40px;*/
}
.accordions_arrow > .ac_box > .ac_header::before {
  width: 16px;
  height: 16px;
  right: 15px;
  top: calc(50% - 8px);
  background: #000;
  border-radius: 50%;
}
.accordions_arrow > .ac_box > .ac_header::after {
  width: 6px;
  height: 6px;
  top: calc(50% - 5px);
  right: 20px;
  /*right: 19px;*/
  background: transparent;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.accordions_arrow > .ac_box.expand > .ac_header::after {
  transform: rotate(-135deg);
  top: calc(50% - 2px);
}
@media screen and (min-width: 751px) {
  .ac_header {
    transition: all 0.3s;
  }
  .ac_header, .ac_content {
    background: #fff;
    padding: 20px 40px 20px 40px;
    /*padding: 20px 60px 20px 40px;*/
  }
  .ac_box.min {
    font-size: 16px;
  }
  .ac_header::before, .ac_header::after {
    height: 3px;
    right: 25px;
  }
  .accordions_plus.poke > .ac_box > .ac_header {
    font-size: 20px;
    padding: 10px 40px 10px 40px;
    /*padding: 5px 60px 5px 40px;*/
  }
  .accordions_plus.poke > .ac_box > .ac_content {
    padding-bottom: 50px;
  }
  .accordions_plus + .accordions_plus {
    margin-top: 40px;
  }
  .accordions_arrow > .ac_box > .ac_header {
    font-size: 20px;
    line-height: 1.3;
    padding: 15px 60px 15px 30px;
  }
  .accordions_arrow > .ac_box > .ac_header::before {
    width: 28px;
    height: 28px;
    top: calc(50% - 15px);
    /*right: 17px;*/
  }
  .accordions_arrow > .ac_box > .ac_header::after {
    width: 8px;
    height: 8px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    right: 25px;
    top: calc(50% - 7px);
  }
  .accordions_arrow > .ac_box.expand > .ac_header {
    border-width: 2px;
  }
  .accordions_arrow > .ac_box.expand > .ac_header::after {
    top: calc(50% - 4px);
  }
}
@media screen and (min-width: 480px) and (max-width: 750px) {
  .ac_header {
    background: #fff;
    padding: 15px 40px 15px 3.3333%;
    line-height: 1.4em;
  }
  .ac_content {
    background: #fff;
    padding: 15px 40px 15px 3.3333%;
    /*padding: 15px 20px;*/
  }
  .accordions_arrow > .ac_box > .ac_content {
    background: transparent;
    /*padding-right: 0;*/
    padding-right: 0px;
  }
  .accordions_plus.poke > .ac_box > .ac_header {
	/*font-size: 18px;
    line-height: 1.3;*/
    padding: 10px 40px 10px 40px;
    /*padding: 5px 60px 5px 40px;*/
  }
  .accordions_arrow > .ac_box > .ac_header {
	font-size: 18px;
    line-height: 1.3;
    padding: 15px 60px 15px 30px;
  }
}
@media screen and (max-width: 479px) {
  .ac_content {
    background: #fff;
    padding: 15px 10px;
  }
  .accordions_plus.poke > .ac_box > .ac_header {
    padding: 10px 40px 10px 20px;
    /*padding: 5px 60px 5px 40px;*/
  }
  .accordions_arrow > .ac_box > .ac_header {
    padding: 10px 40px 10px 20px;
  }
}
/*----------------------------------------------------
ドットリスト
----------------------------------------------------*/
/*.list_dot {
  margin-top: 20px;
}
.list_dot li {
  padding: 15px 0;
  position: relative;
}
.list_dot li::before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list_dot .cols .col {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .list_dot .cols .col:last-child {
    margin-top: 1em;
    ;
  }
}
@media screen and (min-width: 751px) {
  .list_dot .cols {
    display: flex;
    justify-content: space-between;
  }
  .list_dot.vcenter .cols {
    align-items: center;
  }
  .list_dot .cols .col:first-child {
    width: 225px;
  }
  .list_dot .cols .col:last-child {
    width: calc(100% - 225px);
  }
}*/
/*----------------------------------------------------
チケット購入
----------------------------------------------------*/
/*.howtobuy li:last-child::before {
  background: none;
}*/
/*----------------------------------------------------
購入ガイド
----------------------------------------------------*/
#guide .accordions_arrow, #faq .accordions_arrow {
  margin-top: 30px;
}
#guide .underline {
  color: #000;
  transition: all 0.3s;
}
@media screen and (min-width: 751px) {
  #guide .accordions_arrow, #faq .accordions_arrow {
    /*margin-top: 65px;*/
  }
}

/*----------------------------------------------------
よくある質問
----------------------------------------------------*/
#faq {
  margin-bottom: 0;
}
#faq .accordions_arrow + .bar_title {
  margin-top: 80px;
}
#faq .bar_title + .text {
  margin-top: 40px;
}
@media screen and (min-width: 751px) {
  #faq .accordions_arrow + .bar_title {
    margin-top: 120px;
  }
}
/*----------------------------------------------------
ボーダー付きBOX
----------------------------------------------------*/
.box_border {
  margin-top: 20px;
  border: 1px solid #000;
  padding: 15px 3.333%;
  box-sizing: border-box;
}
.box_border .text {
  margin-top: 1em;
}
@media screen and (min-width: 751px) {
  .how_text {
    font-weight: bold;
    font-size: 18px;
  }
  .box_border {
    margin-top: 20px;
    border: 1px solid #000;
    padding: 20px 3.3333%;
  }
}
/*----------------------------------------------------
ボタン赤
----------------------------------------------------*/
.button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.button_r {
  display: block;
  font-weight: bold;
  color: #000;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 3px;
  min-width: 240px;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border: 4px solid #E70012;
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
  background: #fff;
}
.button span {
  position: relative;
  z-index: 1;
}
.button_r:hover {
  color: #E70012;
  border: 4px solid #E70012;
  border-color: #E70012;
  background-color: #FFF7F7;
}
@media screen and (min-width: 751px) {
  .button-block__element_r {
    position: relative;
    margin: 0 10px;
  }
  .button_r {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 20px 80px;
  }
}
@media screen and (max-width: 750px) {
  .button-block__element_r {
    position: relative;
    margin: 0 0px;
  }
  .button_r {
    font-size: 1rem;
    line-height: 1.4;
    padding: 10px 10px;
  }
}
/*----------------------------------------------------
ボタン
入場予約・チケット情報
----------------------------------------------------*/
.button_to_tiket {
  display: block;
  font-weight: bold;
  color: #000;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 100px;
  min-width: 240px;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border: 3px solid #fff;
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
  background: #fdd000;
}
.button span {
  position: relative;
  z-index: 1;
}
.button_to_tiket:hover {
  color: #000;
  border: 3px solid #EDD00A;
  border-color: #EDD00A;
  background-color: #FCF4BF;
}
@media screen and (min-width: 751px) {
  .button-block__element_to_tiket {
    position: relative;
    margin: 0 10px;
    width: 750px;
  }
  .button_to_tiket {
    font-size: 21px;
    line-height: 1.6em;
    padding: 16px 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 750px) {
  .button-block__element_to_tiket {
    position: relative;
    margin: 0 0px;
    width: 96%;
  }
  .button_to_tiket {
    font-size: 18px;
    line-height: 1.4em;
    padding: 18px 40px;
  }
}
@media screen and (max-width: 479px) {
  .button-block__element_to_tiket {
    position: relative;
    margin: 0 0px;
    width: 96%;
  }
  .button_to_tiket {
    font-size: 14px;
    line-height: 1.4em;
    padding: 16px;
  }
}
/*----------------------------------------------------
ボタン黄色 
公式チケットサイトはこちら
----------------------------------------------------*/
.button_y {
  display: block;
  font-weight: bold;
  color: #000;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 50px;
  min-width: 240px;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border: 3px solid #fff;
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
  background: #FDD000;
}
/*.button span {
  position: relative;
  z-index: 1;
}*/
.button p {
  position: relative;
  z-index: 1;
}
.button_y:hover {
  color: #000;
  border: 3px solid #EDD00A;
  border-color: #EDD00A;
  background-color: #FCF4BF;
}
@media screen and (min-width: 751px) {
  .button-block__element_y {
    position: relative;
    margin: 0 0px;
    width: 750px;
  }
  .button_y {
    font-size: 21px;
    line-height: 1.6em;
    padding: 16px 40px;
  }
}
@media screen and (min-width: 480px) and (max-width: 750px) {
  .button-block__element_y {
    position: relative;
    margin: 0 0px;
    width: 96%;
  }
  .button_y {
    font-size: 16px;
    line-height: 1.3em;
    padding: 18px 40px;
  }
}
@media screen and (max-width: 479px) {
  .button-block__element_y {
    position: relative;
    margin: 0 0px;
    width: 96%;
  }
  .button_y {
    font-size: 14px;
    line-height: 1.4em;
    padding: 16px;
  }
}
/*----------------------------------------------------
ボタン 
アコーディオンの中のボタン
----------------------------------------------------*/
.btnWrap {
  text-align: center;
}
/*.btn_black, */ .btn_grad_yellow {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  /*padding: 0 40px 0 20px;
  line-height: 40px;
  border-radius: 20px;*/
  color: #000;
  /*font-size: 15px;*/
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
/*.btn_black {
  background: #000;
  border: 1px solid #fff;
  min-width: 250px;
}*/
.btn_grad_yellow {
  /*width: 100%;*/
  text-align: center;
  /*max-width: 450px;
  line-height: 25px;
  border-radius: 25px;*/
  background: #FDD000;
  /*background: rgb(126,0,0);
  background: linear-gradient(0deg, rgba(126,0,0,1) 0%, rgba(223,128,79,1) 100%);*/
  border: 2px solid #fff;
}
@media screen and (min-width: 751px) {
  /*  .btnWrap {
    text-align: center;
  }*/
  /*.btn_black, */ .btn_grad_yellow {
    font-size: 17px;
    width: 75%;
    line-height: 1.4em;
    min-width: 270px;
    padding: 10px 40px;
    border-radius: 50px;
    border-width: 2px;
    transition: all 0.3s;
  }
  /*  .btn_black::after {
    border-top-width: 3px;
    border-right-width: 3px;
    right: 30px;
  }*/
  /*  .btn_black {
    font-size: 20px;
  }*/
  /*.btn_grad_yellow {
    font-size: 17px;
    width: 70%;
  }*/
  .btn_grad_yellow:hover {
    background: #FCF4BF;
    color: #000;
    border: 2px solid #FDD000;
  }
}
@media screen and (min-width: 480px) and (max-width: 750px) {
  /*.btnWrap {
    text-align: center;
  }*/
  .btn_grad_yellow {
    width: 98%;
    font-size: 16px;
    text-align: center;
    line-height: 1.4em;
    padding: 1em;
    border-radius: 50px;
    background: #FDD000;
    border: 1px solid #fff;
  }
  .btn_grad_yellow:hover {
    background: #FCF4BF;
    color: #000;
    border: 1px solid #FDD000;
  }
}
@media screen and (max-width: 479px) {
  .btn_grad_yellow {
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 1.1em;
    padding: 12px;
    border-radius: 50px;
    border: 1px solid #fff;
  }
  .btn_grad_yellow:hover {
    background: #FCF4BF;
    color: #000;
    border: 1px solid #FDD000;
  }
}
/*----------------------------------------------------
共通・バナー
----------------------------------------------------*/
.banners {
  /*margin-top: 30px;*/
  text-align: center;
  font-size: 0;
}
/*.banners .ban {
  display: inline-block;
  line-height: 0;
  background: #fff;
}
.banners .ban img {
  width: 100%;
}*/
@media screen and (max-width: 750px) {
  .banners .ban + .ban {
    margin-top: 30px;
  }
}
@media screen and (min-width: 751px) {
  .banners {
    /* margin-top: 75px;*/
  }
/*  .banners.pc_w490 .ban {
    width: 49%;
  }
  .banners.pc_w490 .ban + .ban {
    margin-left: 2%;
  }
  .banners.pc_w320 .ban {
    width: 32%;
  }
  .banners.pc_w320 .ban + .ban {
    margin-left: 2%;
  }
  .banners.pc_w240 .ban {
    width: 24%;
  }
  .banners.pc_w240 .ban + .ban {
    margin-left: 1.3%;
  }
  .banners.pc_w195 .ban {
    width: 19.5%;
  }
  .banners.pc_w195 .ban + .ban {
    margin-left: 0.5%;
  }*/
}