@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ホバー変更はやさ*/
/* ボーダーボックスの変更*/
/* ボーダーボックスの変更*/
/* 反転*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/* Light/Medium */
/* Regular/Medium */
/* 游明朝体 Regular/Medium */
/* 游明朝体 Demibold */
/* 游明朝体 extrabold */
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
背景
----------------------------------------------------*/
/*----------------------------------------------------
親要素よりも幅を超えて表示
----------------------------------------------------*/
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
擬似要素
----------------------------------------------------*/
/*----------------------------------------------------
テキスト内リンク
//html例：
<p>テキスト<a href="" class="link_text">こちら</a>テキス</p>
----------------------------------------------------*/
/* ホバーで下線が左に消える */
/* ホバーで左から右に線が出る */
/*----------------------------------------------------
ボタン

基本のhtml
<a href="" class="btn">
  <span>私たちについて</span>
</a>
----------------------------------------------------*/
/* 初期：bg塗りあり、枠線塗りあり ⇨ hoverで反転 */
/* 初期：bg塗りなし、枠線塗りあり ⇨ hoverで反転 */
/* ボタン矢印あり 「 ---\ 」*/
/*----------------------------------------------------
終了表示
----------------------------------------------------*/

.z-indextop {
    width:  100%;                              /* 幅指定 */
    height: auto;                              /* 高さ指定 */
    box-sizing:  border-box;                   /* 崩れ防止 */
    font-size: 20px;                           /* 文字サイズ指定 */
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;                        /* 余白指定 */
    z-index:  1000;                              /* 重なり順指定 */
    }

.z-index {
    width:  100%;                              /* 幅指定 */
    height: auto;                              /* 高さ指定 */
    background-color: #000000;                 /* 背景色指定 */
    opacity: 0.5;                              /* 透過指定 */
    padding: 20px;                             /* 余白指定 */
    box-sizing:  border-box;                   /* 崩れ防止 */
    z-index:  100;                              /* 重なり順指定 */
    }

/*----------------------------------------------------
赤背景ボックス
----------------------------------------------------*/
.box_darkRed {
  padding: 20px 3.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #290204;
  border: 1px solid #fff;
  line-height: 1.6;
  /* -750 */
  /* 751- */
}
.box_darkRed .underline {
  color: #fff;
  text-decoration: underline;
}
@media all and (max-width: 751px) {
  .box_darkRed {
    margin: 0 18px 30px;
  }
}
@media all and (min-width: 751px) {
  .box_darkRed {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.6667;
    padding: 32px 3.3333%;
  }
}

/*----------------------------------------------------
日時指定予約
----------------------------------------------------*/
#ticket_info {
  /*background: white;*/
  /* 751- */
}
@media all and (min-width: 751px) {
  #ticket_info {
    margin-top: 65px;
  }
}
#ticket_info .lead {
  color: #fff;
  margin-top: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #ticket_info .lead {
    color: #fff;
    margin-top: 45px;
    font-size: 24px;
  }
}
#ticket_info .secMidTitle {
  margin-bottom: 36px;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 751px) {
  #ticket_info .secMidTitle {
    font-size: 17px;
  }
}
#ticket_info .secMidTitle span::before {
  background-color: #D20E19;
}
@media all and (min-width: 751px) {
  #ticket_info .secMidTitle {
    margin-bottom: 80px;
  }
}
#ticket_info .text {
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.6667;
}

/*----------------------------------------------------
観覧料
----------------------------------------------------*/
#price {
  color: white;
  /* 751- */
}
#price .secMidTitle {
  /* -750 */
  margin-bottom: 40px;
  /* 751- */
}
@media all and (max-width: 751px) {
  #price .secMidTitle {
    font-size: 17px;
    letter-spacing: 0em;
    line-height: 1.2;
  }
}
@media all and (min-width: 751px) {
  #price .secMidTitle {
    margin-bottom: 60px;
  }
}
#price .prices {
  margin-top: 25px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 15px 0;
}
#price .prices li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 250px;
  margin: 0 auto;
}
#price .prices span {
  display: block;
  font-weight: bold;
}
#price .prices .label {
  width: 80%;
  max-width: 350px;
  text-align: left;
}
#price .prices .data {
  width: 50%;
  max-width: 150px;
  text-align: center;
}
#price .prices li + li {
  padding-top: 10px;
}
@media all and (min-width: 751px) {
  #price .prices {
    margin: 45px auto 0;
    padding: 15px 0;
    max-width: 600px;
  }
  #price .prices li {
    max-width: 276px;
  }
  #price .prices li + li {
    padding-top: 10px;
  }
  #price .prices span {
    font-size: 18px;
  }
}
#price .text {
  font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  /* 751- */
}
@media all and (min-width: 751px) {
  #price .text {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}
/*----------------------------------------------------
観覧料TOKYO
----------------------------------------------------*/
#price2 {
  color: white;
  /* 751- */
}
#price2 .secMidTitle {
  /* -750 */
  margin-bottom: 40px;
  /* 751- */
}
@media all and (max-width: 751px) {
  #price2 .secMidTitle {
    font-size: 17px;
    letter-spacing: 0em;
    line-height: 1.2;
  }
}
@media all and (min-width: 751px) {
  #price2 .secMidTitle {
    margin-bottom: 60px;
  }
}
#price2 .prices2 {
  margin-top: 25px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 15px 0;
}
#price2 .prices2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 300px;
  margin: 0 auto;
}
#price2 .prices2 span {
  display: block;
  font-weight: bold;
}
#price2 .prices2 .label {
  width: 80%;
  max-width: 350px;
  text-align: left;
}
#price2 .prices2 .data {
  width: 50%;
  max-width: 150px;
  text-align: center;
}
#price2 .prices2 li + li {
  padding-top: 10px;
}
@media all and (min-width: 751px) {
  #price2 .prices2 {
    margin: 45px auto 0;
    padding: 15px 0;
    max-width: 600px;
  }
  #price2 .prices2 li {
    max-width: 576px;
  }
  #price2 .prices2 li + li {
    padding-top: 10px;
  }
  #price2 .prices2 span {
    font-size: 18px;
  }
}
#price2 .text {
  font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  /* 751- */
}
@media all and (min-width: 751px) {
  #price2 .text {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.6667;
  }
}

/*----------------------------------------------------
チケット購入
----------------------------------------------------*/
#buy {
  background-color: #fff;
}
#buy .secMidTitle {
  margin-bottom: 54px;
  /* 751- */
}
#buy .secMidTitle span::before {
  background-color: #000000;
}
@media all and (min-width: 751px) {
  #buy .secMidTitle {
    margin-bottom: 109px;
  }
}
#buy .ac_header {
  -webkit-box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.2);
}
#buy .box_border {
  padding-top: 13px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #buy .box_border {
    padding-top: 20px;
  }
}
#buy .buy_article {
  margin-top: 25px;
  border-left: 2.5px solid #D20E19;
  /* 751- */
}
@media all and (min-width: 751px) {
  #buy .buy_article {
    margin-top: 70px;
    border-left-width: 5px;
  }
}
#buy .buy_article + .buy_article {
  margin-top: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #buy .buy_article + .buy_article {
    margin-top: 80px;
  }
}
#buy .buy_title {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  /* 751- */
}
@media all and (min-width: 751px) {
  #buy .buy_title {
    font-size: 25px;
  }
}
#buy .buy_content {
  padding: 15px 0 0px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #buy .buy_content {
    padding: 0;
  }
}
#buy .buy_title,
#buy .buy_content {
  padding-left: 3.3333%;
}
@media screen and (min-width: 751px) {
  #buy .buy_title,
#buy .buy_content {
    padding-left: 6%;
  }
}
@media screen and (min-width: 1081px) {
  #buy .buy_article + .buy_article {
    margin-top: 135px;
  }
}

/*----------------------------------------------------
チケット購入ボタン
----------------------------------------------------*/
.official_ticket {
  display: block;
  position: relative;
  background: #000000;
  max-width: 450px;
  border: 2px solid #fff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 5px 50px 5px 3.3333%;
  text-decoration: none;
}
.official_ticket span {
  display: block;
  font-weight: bold;
  color: #fff;
}
.official_ticket .arrow {
  position: absolute;
  width: 18px;
  height: 14px;
  background: url(../images/tickets/ticket_arrow_sp.png) no-repeat;
  transform: rotate(180deg);
  background-size: contain;
  background-position: center center;
  right: 10px;
  top: calc(50% - 6.5px);
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .official_ticket {
    border: 3px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .official_ticket span {
    font-size: 20px;
  }
  .official_ticket .arrow {
    width: 36px;
    height: 19px;
    right: 30px;
    top: calc(50% - 9.5px);
    background: url(../images/tickets/ticket_arrow_pc.png) no-repeat;
    transform: rotate(180deg);
    background-size: contain;
    background-position: center center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .official_ticket:hover {
    background: #D20E19;
  }
  .official_ticket:hover .arrow {
    right: 45px;
  }
}
/*----------------------------------------------------
アコーディオン
----------------------------------------------------*/
.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;
  /* 751- */
}
.ac_header::before, .ac_header::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: calc(50% - 1px);
  right: 15px;
}
.ac_header::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media all and (min-width: 751px) {
  .ac_header {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
}

.accordions_plus > .ac_box > .ac_header {
  background: #000000;
  color: #fff;
  line-height: 1.5;
}
.accordions_plus > .ac_box > .ac_header::before, .accordions_plus > .ac_box > .ac_header::after {
  background: #fff;
}
.accordions_plus > .ac_box > .ac_header.white {
  background: #fff;
  color: black;
  /* 751- */
}
.accordions_plus > .ac_box > .ac_header.white::before, .accordions_plus > .ac_box > .ac_header.white::after {
  background: black;
}
@media all and (min-width: 751px) {
  .accordions_plus > .ac_box > .ac_header.white:hover {
    background-color: black;
    color: white;
  }
  .accordions_plus > .ac_box > .ac_header.white:hover::before, .accordions_plus > .ac_box > .ac_header.white:hover::after {
    background: white;
  }
}
.accordions_plus > .ac_box > .ac_content {
  padding-bottom: 30px;
}
.accordions_plus > .ac_box.expand .ac_header::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordions_arrow > .ac_box > .ac_header {
  background: #fff;
  border: 1px solid #000;
  font-size: 16px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordions_arrow > .ac_box > .ac_header::before {
  width: 16px;
  height: 16px;
  right: 15px;
  top: calc(50% - 8px);
  background: black;
  border-radius: 50%;
  border: 1px solid white;
}
.accordions_arrow > .ac_box > .ac_header::after {
  width: 6px;
  height: 6px;
  top: calc(50% - 5px);
  right: 19px;
  background: transparent;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordions_arrow > .ac_box.expand > .ac_header {
  background: #000000;
  border: 1px solid #fff;
  color: white;
}
.accordions_arrow > .ac_box.expand > .ac_header::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: calc(50% - 2px);
}
.accordions_arrow > .ac_box.expand > .ac_header:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.accordions_arrow > .ac_box > .ac_content {
  background: transparent;
  padding-right: 0;
}
.accordions_arrow > .ac_box > .ac_content.bgWhite {
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  .ac_header,
.ac_content {
    background: #fff;
    padding: 20px 60px 20px 40px;
  }

  .ac_box.min {
    font-size: 16px;
  }

  .ac_header::before,
.ac_header::after {
    height: 3px;
    right: 25px;
  }

  .accordions_plus.brown > .ac_box > .ac_header {
    font-size: 20px;
    padding: 5px 60px 5px 40px;
    border: 1px solid black;
  }
  .accordions_plus.brown > .ac_box > .ac_header:hover {
    background: white;
    color: black;
  }
  .accordions_plus.brown > .ac_box > .ac_header:hover::after, .accordions_plus.brown > .ac_box > .ac_header:hover::before {
    background: black;
  }

  .accordions_plus.brown > .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% - 14px);
    right: 17px;
  }
  .accordions_arrow > .ac_box > .ac_header::after {
    width: 12px;
    height: 12px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    right: 25px;
    top: calc(50% - 7px);
  }
  .accordions_arrow > .ac_box > .ac_header:hover {
    background-color: black;
    color: white;
  }

  .accordions_arrow > .ac_box.expand > .ac_header {
    border-width: 2px;
  }
  .accordions_arrow > .ac_box.expand > .ac_header::after {
    top: calc(50% - 4px);
  }
}
/*----------------------------------------------------
ドットリスト
----------------------------------------------------*/
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .list_dot.vcenter .cols {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .list_dot .cols .col:first-child {
    width: 340px;
  }

  .list_dot .cols .col:last-child {
    width: calc(100% - 340px);
  }
}
/*----------------------------------------------------
ボタン
----------------------------------------------------*/
.btn_black,
.btn_grad_red {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 0 10px;
  line-height: 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.btn_black {
  background: #000;
  border: 1px solid #fff;
  min-width: 250px;
}
.btn_black::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  right: 20px;
  top: calc(50% - 6px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn_grad_red {
  width: 100%;
  text-align: center;
  max-width: 450px;
  line-height: 50px;
  border-radius: 25px;
  background: rgb(126, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(126, 0, 0)), to(rgb(223, 128, 79)));
  background: linear-gradient(0deg, rgb(126, 0, 0) 0%, rgb(223, 128, 79) 100%);
  border: 1px solid #fff;
}

@media screen and (min-width: 751px) {
  .btn_black,
.btn_grad_red {
    line-height: 46px;
    min-width: 270px;
    padding: 0 50px 0 30px;
    border-radius: 30px;
    border-width: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btn_black {
    font-size: 20px;
    border: 1px solid black;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn_black::after {
    border-top-width: 3px;
    border-right-width: 3px;
    right: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn_black:hover {
    background: white;
    color: black;
    opacity: 0.8;
  }
  .btn_black:hover::after {
    border-color: #000;
    right: 20px;
  }

  .btn_grad_red {
    font-size: 17px;
    width: 300px;
  }
  .btn_grad_red:hover {
    opacity: 0.8;
  }
}
/*----------------------------------------------------
チケット購入
----------------------------------------------------*/
.howtobuy li:last-child::before {
  background: none;
}

/*----------------------------------------------------
購入ガイド
----------------------------------------------------*/
#guide {
  /* 751- */
}
#guide .secMidTitle {
  color: white;
  /* 751- */
}
@media all and (min-width: 751px) {
  #guide .secMidTitle {
    margin-bottom: 77px;
  }
}
#guide .underline {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#guide .accordions_arrow {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  #guide a.underline:hover {
    color: #BF1920;
  }
}

/*----------------------------------------------------
よくある質問
----------------------------------------------------*/
#faq {
  background-color: #fff;
  /* 751- */
}
#faq .box > .secMidTitle {
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .box > .secMidTitle {
    margin-bottom: 77px;
  }
}
#faq .secMidTitle span::before {
  background-color: #000000;
}
#faq .accordions_arrow {
  margin-top: 40px;
}
#faq .accordions_arrow + .bar_title {
  margin-top: 80px;
}
#faq .bar_title + .text {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  #faq .accordions_arrow + .bar_title {
    margin-top: 120px;
  }
}
#faq .coronaArea {
  margin-top: 100px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #faq .coronaArea {
    margin-top: 123px;
  }
}
#faq .coronaArea .secMidTitle {
  margin-bottom: 60px;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 751px) {
  #faq .coronaArea .secMidTitle span::before {
    left: 75%;
  }
}
@media all and (min-width: 751px) {
  #faq .coronaArea .secMidTitle {
    margin-bottom: 84px;
  }
}

/*----------------------------------------------------
ボーダー付きBOX
----------------------------------------------------*/
.box_border {
  margin-top: 20px;
  border: 1px solid #000;
  padding: 0px 3.333% 12px;
  -webkit-box-sizing: border-box;
          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: 0px 3.3333%;
  }
}
/*# sourceMappingURL=ticket.css.map */
