@charset "UTF-8";
/*
Theme Name: albirex_bb
Theme URI:
Author: albirex_bb
Author URI: http://
Description:
License: GNU General Public License
License URI: license.txt
Tags:
*/


/* ========================================
シーズンチケット関係
========================================*/
.red,
.blue,
.green,
.fuchsia,
.purple,
.pink{
	color:#ffffff;
	padding: 5px;
}

.red{background-color:#FF3333;}

.blue{background-color:#3366FF;}

.pink{background-color:#FF99FF;}

.lime{
	background-color:#90EE90;
	color:#000000;
	padding: 5px;
}

.green{background-color:#3CB371;}

.fuchsia{background-color:#FF69A3;}

.purple{background-color:#9966FF;}

.yellow{
	background-color:#FFFF66;
	color:#000000;
	padding: 5px;
}


.pickup{
	color:#FF3300;
	margin-left: 10px;
}


/* チケット テーブル */
table.tbl-ticket01{
	width: 100%;
	margin-bottom: 10px;
}


table.tbl-ticket01,
table.tbl-ticket01 th,
table.tbl-ticket01 td{
	border:1px solid #cccccc;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

table.tbl-ticket01 th:nth-child(3),
table.tbl-ticket01 th:nth-child(5),
table.tbl-ticket01 td:nth-child(3),
table.tbl-ticket01 td:nth-child(5),
table.tbl-ticket01 tr.adult td:nth-child(4),
table.tbl-ticket01 tr.adult td:nth-child(6),
table.tbl-ticket01 tr.child td:nth-child(3),
table.tbl-ticket01 tr.child td:nth-child(5){
	background-color: #FFDBC9;
}

table.tbl-ticket01 tr.adult td:nth-child(3),
table.tbl-ticket01 tr.adult td:nth-child(5){
	background-color: transparent;
}

table.tbl-ticket01 .red{
	background-color:#FF3333;
	color:#ffffff;
}

table.tbl-ticket01 .blue{
	background-color:#3366FF;
	color:#ffffff;
}

table.tbl-ticket01 .lime{
	background-color:#90EE90;
	color:#000000;
}

table.tbl-ticket01 .green{
	background-color:#3CB371;
	color:#ffffff;
}

table.tbl-ticket01 .fuchsia{
	background-color:#FF69A3;
	color:#ffffff;
}

table.tbl-ticket01 .purple{
	background-color:#9966FF;
	color:#ffffff;
}

table.tbl-ticket01 .yellow{
	background-color:#FFFF66;
	color:#000000;
}


/* チケット 座席図 */
.zaseki{overflow: hidden;}

.zaseki .left{float: left;}


/* チケット 申込リスト */

.application ol{
	list-style-type: decimal;
	margin-bottom: 20px;}
.application li{margin-left: 30px;}

.application h4{
	font-size: 140%;
	margin-top: 0;
	margin-bottom: 10px;
}


/* チケット お問い合わせ */
.ticket-box1{
	width: 100%;
	margin-bottom:30px;
	padding: 0;
	border:1px solid #cccccc;
}

.ticket-box1 .tit1{
	background-color:#c0c0c0;
	padding: 5px 15px;
	margin-bottom: 10px;
}

.ticket-box1 .tit1 p{
	font-size: 110%;
	color:#000000;
}

.ticket-box1 p.txt{
	margin: 0 10px 20px;
}
/* ========================================
チケット
========================================*/
#ticket{}

/* 販売スケジュール */
#ticket .ticket1{
  padding: 0 0 30px 0;
}
#ticket .ticket1 table{
  border-left:1px solid #BFBFBF;
  border-top:1px solid #BFBFBF;
}
#ticket .ticket1 th,
#ticket .ticket1 td{
  border-right:1px solid #BFBFBF;
  border-bottom:1px solid #BFBFBF;
  padding: 6px;
}
#ticket .ticket1 th{
  background: #B5B5B5;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  line-height: 120%;
}
#ticket .ticket1 td{
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 120%;
}


/* チケット価格 */
#ticket .ticket2{
  padding: 0 0 30px 0;
}
#ticket .ticket2 table{}
#ticket .ticket2 th,
#ticket .ticket2 td{
  border-right:1px solid #BFBFBF;
  border-bottom:1px solid #BFBFBF;
}
#ticket .ticket2 th{}
#ticket .ticket2 td.u-color1{ background: #FF3333; color: #FFF;}
#ticket .ticket2 td.u-color2{ background: #3366FF; color: #FFF;}
#ticket .ticket2 td.u-color3{ background: #90EE90; color: #000;}
#ticket .ticket2 td.u-color4{ background: #3CB371; color: #FFF;}
#ticket .ticket2 td.u-color5{ background: #FF69A3; color: #FFF;}
#ticket .ticket2 td.u-color6{ background: #FFF;}
#ticket .ticket2 td.u-color7{ background: #9966FF; color: #FFF;}
#ticket .ticket2 td.u-color8{ background: #FFFF66; color: #000;}
#ticket .ticket2 td{
  text-align: center;
  vertical-align: middle;
  background: #FFF;
}

/* 座席図 */
#ticket .ticket3{
  padding: 0 0 30px 0;
}
#ticket .ticket3__wrap{
  overflow: hidden;
}
#ticket .ticket3 .block{
  margin: 0 15px 20px 0;
  float: left;
}

#ticket .ticket3__txt{
}

/* チケット価格 */
#ticket .ticket4{}
#ticket .ticket4 h3{
  margin: 20px 0 10px 0;
}

#ticket .ticket4 li{
  list-style-type: disc;
  margin: 0 0 10px 1.7em ;
}


/* 試合観戦に関する注意事項 */

.p-notes h3{
		margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 24px;		
}

.p-notes h4{
	  font-size: 20px;		
    padding: 0.5em;
    color: #494949;
    background: #fffaf4;
    border-left: solid 5px #ffaf58;
    margin: 30px 0 20px!important;	
}

.p-notes p{
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.1em;
}

.p-notes p span.style1{
	font-weight: bold;
	color: #b80808;
}

.p-notes p span.style2{
	font-weight: bold;
}

.p-notes ul li{
	font-size: 16px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 180%;
	letter-spacing: 0.1em;
}

.p-notes hr{
    border: none;
    border-top: 5px solid #e1e1e1;
		margin:60px 0;	
}

@media screen and (max-width: 767px) {


.p-notes h3{
  font-size: 18px;		
}

.p-notes h4{
	  font-size: 16px;
}

.p-notes p{
	  font-size: 14px;	
}

.p-notes ul li{
	  font-size: 14px;		
}

.p-notes hr{
	margin: 20px 0 ;
}


}

/* 販売スケジュール20-21 */
.second-body .attention {
	padding: 25px 1.5em;
	border: 2px solid#EA5404;
	margin-bottom: 40px;
}
table.bt thead th {
	background-color: #d5d5d5;
}
.w100p {
	width: 100%;
}
.tc {
	text-align: center;
}
table.bt th,
table.bt td {
	border: solid 1px #999;
	font-weight: normal;
	padding: 0.5em;
	vertical-align: middle;
	color: #4c4c4c;
}
.tcW {
  color: #fff;
}
td.cell-or {
  background-color: #ffe5d7;
}
td.cell-bl {
  background-color: #d3d9fd;
}
@media screen and (max-width: 767px) {
	.table-wrap {
		overflow: auto;
		white-space: nowrap;
	}
}

/* 一般チケット購入方法 */
.b-ticket {
    text-align: center;
}
.h-mt {
	margin-top: 40px;
}
.attention h4 {
  display: inline-block;
  margin-bottom: 1em !important;
  padding: 0.5em 1em;
  background-color: #f8ebdc;
  color: #444 !important;
  font-weight: bold;
  font-size: 14px;
}
.second-body p {
  margin-bottom: 30px;
  line-height: 2.4;
}
.futo {
  font-weight: bold;
}
.second-body article ol {
  /* list-style: decimal; */
  margin-left: 1.5em;
  /* padding-left: 0; */
}
.second-body article ol > li {
  margin-bottom: 15px;
  line-height: 2.4;
  list-style: decimal;
}
.layout-second .second-body article .list2 li {
  margin-right: 0;
  margin-bottom: 0;
  width: 96% !important;
  line-height: 2.4;
/* 追加↓ */
  position: relative;
  padding-left: 1.5em;
}
ul.list2 > li:before {
  content: "\25aa";
  font-size: 1.1em;
  left: 0;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
	.h-mt {
		margin-top: 20px;
	}
	.second-body .attention {
		margin-bottom: 20px;
		padding: 1em;
	}
	.second-body p {
		margin-bottom: 0;
		line-height: 1.6;
	}
	.second-body article ol > li {
		margin-bottom: 0;
		line-height: 1.6;
	}
	.layout-second .second-body article .list2 li {
		border: none;
		line-height: 1.6;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	ul.note .body {
		display: inline-block;
	}
}

/* 20210913 販売スケジュール 追記：ここから */
.ticket_schedule + .ticket_schedule{
  margin-top: 40px;
}
.ticket_vs{
  margin-bottom: 0.8em !important;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.ticket_vs::before{
  content: "■";
  color: #EA5404;
  margin-right: 0.2em;
}
.ticket_place{
  margin-left: 0.5em;
}
br:not([class]) + .ticket_place{
  margin-left: 0;
}
@media screen and (max-width: 767px){
  .ticket_place{
    margin-left: 0;
  }
}
.ticket_info{
  font-size: 16px;
  line-height: 1.7;
}
.ticket_info > dt{
  font-weight: bold;
}
.ticket_info > dd{
  margin-left: 1em;
}
.ticket_info dd + dt{
  margin-top: .5em;
}
.layout-second .second-body article table.ticket_date_table,
.ticket_date_table{
  width: auto !important;
  border: 1px solid #666;
  border-collapse: collapse;
  line-height: 1.4;
}
.ticket_date_table th,
.ticket_date_table td{
  padding: 0.2em 1em;
  border: 1px solid #666;
  border-collapse: collapse;
}
.ticket_date_table tr > th{
  background-color: #d5d5d5;
  font-weight: normal;
  text-align: right;
}
.ticket_date_table tr.booster{
  background-color: #ffe5d7;
}
.ticket_date_table tr.booster > th{
  background-color: #EA5404;
  color: white;
}
.ticket_date_table tr.fc{
  background-color: #d3d9fd;
}
.ticket_date_table tr.fc > th{
  background-color: #253070;
  color: white;
}
br.spOnly{
  display: none;
}
@media screen and (max-width: 767px){
  br.spOnly{
    display: inline;
  }
}
.ticket_schedule--sml .ticket_vs{
  font-size: 16px;
}
.ticket_schedule--sml .ticket_info{
  font-size: 14px;
}
/* !20210913 販売スケジュール 追記：ここまで */

/* 202110XX チケット会場図・価格 ここから */
.ticket-notice-block {
  margin-top: 5em;
  margin-bottom: 1em;
}

.tab {
  display: none;
}

.tab.on {
  display: block;
}

@media screen and (max-width: 767px) {
  .ticket-notice-block {
    margin-top: 3em;
  }
}

.placeListOuter{
  display: flex;
  justify-content: flex-start;
  margin: 30px 0 20px 0;
}
.placeList {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.about_dynamic_pricing_btn {
  position: relative;
  display: inline-block;
  margin: 0 0 1.33em 0;
  padding: .66em 2.22em .66em .66em;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: white !important;
  background-color: #EA5404;
  border-radius: .55em;
  cursor: pointer;
}

.placeItem {
  margin-bottom: 1.33em;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: white !important;
  background-color: #EA5404;
  border-radius: .55em;
  text-align: center;
  cursor: pointer;
  padding: 0.66em 1.66em;
  transition: opacity .2s ease 0s;
}

.placeItem:hover {
  opacity: .7;
}

.placeItem:last-child {
  margin-bottom: 0;
}

.about_dynamic_pricing_btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.4em;
  height: 1.4em;
  right: .4em;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border-radius: 50%;
  z-index: 1;
}

.about_dynamic_pricing_btn::after {
  content: "";
  position: absolute;
  display: block;
  border-left: .66em solid #EA5404;
  border-top: .4em solid transparent;
  border-bottom: .4em solid transparent;
  right: .66em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 500px) {

  .placeItem,
  .about_dynamic_pricing_btn {
    font-size: 3.6vw;
  }

  .placeItem+.placeItem {
    margin-left: 0;
    margin-top: 15px;
  }
}
/* 202110XX チケット会場図・価格 ここまで */

/* 20211110 チケット購入方法 */
.tab {
  display: none;
}

.tab.on {
  display: block;
}

.seatbuySec h4,
.fanclub-payment-method h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.seatbuySec h5,
.fanclub-payment-method h5 {
  margin-bottom: 8px;
}
.seatbuySec h5::before,
.fanclub-payment-method h5::before {
  content: "●";
  color: rgb(234, 84, 4);
}

.fanclub-payment-method .paypay_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 14px;
  margin-bottom: 15px;
}

.fanclub-payment-method .paypay_item {
  position: relative;
  padding: 1em 1em 1em 2em;
  border-radius: 1em;
  line-height: 1;
  cursor: pointer;
}

.fanclub-payment-method .paypay_item+.paypay_item {
  margin-top: 8px;
}

.fanclub-payment-method .paypay_item::before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid rgb(234, 84, 4);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.fanclub-payment-method .paypay_item:hover::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 100%;
  background-color: rgb(234, 84, 4);
}

.fanclub-payment-method .paypay_item.on {
  color: white;
  background-color: rgb(234, 84, 4);
}

.fanclub-payment-method .paypay_item.on::after {
  display: none;
}

.fanclub-payment-method .paypay_item.on::before {
  border-left-color: white;
}

.fanclub-payment-method .paypayFlow {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.fanclub-payment-method .paypayFlowItem {
  width: 31%;
  margin-top: 15px;
  margin-left: 1%;
  margin-right: 1%;
  max-width: 400px;
}

.fanclub-payment-method .paypayFlowItem.half {
  width: 48%;
}

.fanclub-payment-method .paypayFlowItem.wide {
  width: 55%;
}

.fanclub-payment-method .paypayFlowItem__fig {
  display: flex;
  align-items: flex-end;
  height: 280px;
  line-height: 0;
  margin-bottom: 8px;
}

.fanclub-payment-method .paypayFlowItem.half .paypayFlowItem__fig,
.fanclub-payment-method .paypayFlowItem.wide_side .paypayFlowItem__fig,
.fanclub-payment-method .paypayFlowItem.wide .paypayFlowItem__fig {
  height: 250px;
}

.fanclub-payment-method .paypayFlowItem__fig>img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.fanclub-payment-method .paypayFlowItem__exp {
  display: flex;
  align-items: flex-start;
}

.fanclub-payment-method .paypayFlowItem__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: white;
  background-color: rgb(234, 84, 4);
  font-weight: 600;
  font-size: 20px;
}

.fanclub-payment-method .paypayFlowItem__txt {
  flex: 1;
  margin-top: -0.2em;
  margin-left: 8px;
  margin-bottom: 0;
  line-height: 1.4;
}

.fanclub-payment-method .paypay_caution {}

.fanclub-payment-method .cautionImages {
  display: flex;
  max-width: 600px;
}

.fanclub-payment-method .cautionImage {
  line-height: 0;
}

.fanclub-payment-method .cautionImage+.cautionImage {
  margin-left: 15px;
}

.fanclub-payment-method .cautionText {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: red;
}

@media screen and (max-width: 767px) {
  .seatbuySec h4,
  .fanclub-payment-method h4 {
    font-size: 14px;
  }
  .seatbuySec h5,
  .fanclub-payment-method h5 {
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .fanclub-payment-method .paypay_list {
    margin-left: 0;
  }

  .fanclub-payment-method .paypay_item {
    line-height: 1.2;
  }

  .fanclub-payment-method .paypayFlow {
    display: block;
  }

  .fanclub-payment-method .paypayFlowItem {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .fanclub-payment-method .paypayFlowItem.half {
    width: auto;
  }

  .fanclub-payment-method .paypayFlowItem.wide {
    width: auto;
  }

  .fanclub-payment-method .paypayFlowItem__fig {
    width: 80%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    justify-content: center;
  }

  .fanclub-payment-method .paypayFlowItem.half .paypayFlowItem__fig,
  .fanclub-payment-method .paypayFlowItem.wide_side .paypayFlowItem__fig,
  .fanclub-payment-method .paypayFlowItem.wide .paypayFlowItem__fig {
    height: auto;
  }

  .fanclub-payment-method .paypayFlowItem__num {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }

  .fanclub-payment-method .cautionImages {
    display: block;
  }

  .fanclub-payment-method .cautionImage {
    width: 80%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .fanclub-payment-method .cautionImage+.cautionImage {
    margin-left: auto;
    margin-top: 10px;
  }

  .fanclub-payment-method .cautionText {
    font-size: 14px;
  }
}

.howtobuy{
  margin-top: 30px;
  margin-bottom: 60px;
}
.howtobuy .howtoTypeList{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 60px;
  z-index: 2;
}
.howtobuy .howtotypeItem{
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 92%;
  bottom: 0;
  left: 0;
  border: 2px solid #EA5404;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  background-color: white;
  color: #EA5404;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  z-index: 1;
  cursor: pointer;
}
.howtobuy .howtotypeItem + .howtotypeItem{
  margin-left: 1%;
}
.howtobuy .howtotypeItem.on{
  height: 100%;
  
  background-color: #EA5404;
  color: white;
}
.howtobuy .howtoTab{
  box-sizing: border-box;
  position: relative;
  border: 2px solid #EA5404;
  padding: 16px;
  border-radius: 5px;
  z-index: 1;
}
.howtobuy .howtoTab p{
  margin-bottom: 0;
}
.howtobuy .howtoTab p + p{
  margin-top: .5em;
}
@media screen and (max-width: 767px) {
  .howtobuy{
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .howtobuy .howtoTypeList{
    height: 44px;
  }
  .howtobuy .howtotypeItem{
    width: auto;
    height: 92%;
    font-size: 14px;
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}

.appBanner{
  display: flex;
  align-items: center;
  margin-top: -15px;
  margin-bottom: 30px;
}
.appBanner > div > a{
  display: block;
  line-height: 0;
}
.appBanner > .appstore{
  width: 175px;
}
.appBanner > .appstore > a > img{
  width: 100%;
  height: auto;
}
.appBanner > .googleplay{
  width: 250px;
}
@media screen and (max-width: 767px) {
  .seatbuySec{
    margin-bottom: 40px;
  }
  .appBanner{
    margin-top: 0;
    margin-bottom: 20px;
  }
}
/* 20211110 チケット購入方法 ここまで */

/* 20220114 チケットTOP */
.ticketWrap .ticketSec + .ticketSec {
  margin-top: 100px;
}

.ticketWrap .ticketSec p {
  margin-bottom: 0.25em;
  line-height: 1.7;
}

.ticketWrap .ticketPageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ticketWrap .ticketSecTtl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
  background-color: #EA5404;
  border-left: 12px solid #3e3e3e;
}

.ticketWrap .ticketSecTtl__jp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 !important;
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1 !important;
  letter-spacing: 0.1em;
}

.ticketWrap .ticketSecTtl__en {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 5px 10px;
  margin: 0 !important;
  color: white;
  font-size: 18px;
  font-family: "abolition", sans-serif;
  line-height: 1.1 !important;
}

.ticketWrap .ticketSecSubTtl {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: .75em;
  padding: 0.25em .5em 0.25em 1.75em;
  text-indent: -1.25em;
  background-color: #003F98;
  color: white;
}

.ticketWrap .ticketSecSubTtl::before {
  content: "▶︎";
  margin-right: 0.25em;
  color: white;
}

.ticketWrap .ticketSecSubSubTtl {
  font-weight: bold;
  margin-top: .5em;
}
.ticketWrap .ticketSecSubSubTtl::first-letter{
  color: #003F98;
}

.ticketWrap .ticketBTicketLink {
  display: block;
  max-width: 230px;
  margin: 10px 0 50px 0;
  line-height: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.ticketWrap .ticketBTicketLink > img {
  max-width: 100%;
  height: auto;
}

.ticketWrap .ticketBTicketLink:hover {
  opacity: 0.7;
}

.ticketWrap .ticketNotice {
  padding-left: 1em;
  text-indent: -1em;
}

.ticketWrap .ticketSubLink {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 0.1em;
  border-bottom: 1px dashed #EA5404;
  text-indent: 0;
  line-height: 1.2;
  color: inherit;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.ticketWrap .ticketSubLink::after {
  content: "▶︎";
  margin-left: 0.1em;
  color: #EA5404;
}

.ticketWrap .ticketSubLink:hover {
  opacity: 0.7;
}

.ticketWrap .ticketBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}

.ticketWrap .ticketBox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #EA5404;
  padding: 1em;
  font-weight: bold;
}

.ticketWrap .ticketBox__inner > p {
  margin-bottom: 0;
}

.ticketWrap .ticketLinkBtn {
  text-align: center;
  margin-top: 40px;
}

.ticketWrap .ticketLinkBtn__link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  color: inherit;
  line-height: 1.2;
  padding: 8px 45px 8px .5em;
  border-bottom: 2px dotted #EA5404;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.ticketWrap .ticketLinkBtn__link:hover {
  opacity: 0.7;
}

.ticketWrap .ticketLinkBtn__link::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 10px;
  margin-top: -15px;
  border-radius: 50%;
  border: 1px solid #EA5404;
  background-color: #EA5404;
  z-index: 1;
}

.ticketWrap .ticketLinkBtn__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  border-left: 12px solid white;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin-top: -7px;
  z-index: 2;
}

.ticketWrap .ticketLink {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 320px;
  padding: 1em 40px 1em 20px;
  margin: 40px auto 0 auto;
  background-color: #666666;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.ticketWrap .ticketLink--wide{
  width: 360px
}
.ticketWrap .ticketLink:hover {
  opacity: 0.7;
}

.ticketWrap .ticketLink::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 10px;
  margin-top: -15px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: white;
  z-index: 1;
}

.ticketWrap .ticketLink::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  border-left: 12px solid #666666;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin-top: -7px;
  z-index: 2;
}

.ticketWrap .ticketFaqList {
  margin-top: 30px;
}

.ticketWrap .ticketFaqItem + .ticketFaqItem {
  margin-top: 30px;
}

.ticketWrap .ticketFaqItem_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}

.ticketWrap .ticketFaqItem_q > span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  margin-top: -1px;
}

.ticketWrap .ticketFaqItem_q::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "Q";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 3px;
  font-family: "abolition", sans-serif;
  color: white;
  background-color: #EA5404;
  line-height: 1;
  font-weight: bold;
}

.ticketWrap .ticketFaqItem_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.ticketWrap .ticketFaqItem_a > p {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  margin-top: -1px;
  padding: 0;
  line-height: 1.6;
}

.ticketWrap .ticketFaqItem_a::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "A";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 3px;
  font-family: "abolition", sans-serif;
  color: #EA5404;
  border: 1px solid #EA5404;
  background-color: white;
  line-height: 1;
  font-weight: bold;
}

.ticketWrap .placeListOuter {
  margin-top: 24px;
  margin-bottom: 0;
}

.ticketWrap .placeItem {
  font-size: 16px;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .ticketWrap {
    /* 共通パーツ上書き */
  }
  .ticketWrap .ticketSec + .ticketSec {
    margin-top: 60px;
  }
  .ticketWrap .ticketSecTtl {
    margin-bottom: 18px;
  }
  .ticketWrap .ticketSecTtl__jp {
    font-size: 16px;
  }
  .ticketWrap .ticketSecTtl__en {
    font-size: 14px;
  }
  .ticketWrap .ticketBTicketLink {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .ticketWrap .ticketSecSubTtl {
    font-size: 15px;
  }
  .ticketWrap .ticketLink {
    width: 90%;
    max-width: 360px;
    font-size: 15px;
    margin-top: 30px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .ticketWrap .ticketLinkBtn {
    width: 92%;
    margin-top: 24px;
  }
  .ticketWrap .ticketLinkBtn__link {
    font-size: 15px;
  }
  .ticketWrap .ticketLinkBtn__link::before {
    right: 6px;
  }
  .ticketWrap .ticketLinkBtn__link::after {
    right: 13px;
  }
  .ticketWrap .ticketBox {
    margin-top: 18px;
  }
  .ticketWrap .ticketFaqList {
    margin-top: 20px;
  }
  .ticketWrap .ticketFaqItem + .ticketFaqItem {
    margin-top: 20px;
  }
  .ticketWrap .placeListOuter {
    margin-top: 18px;
    margin-bottom: 0;
  }
  .ticketWrap .placeItem {
    font-size: 15px;
    margin-bottom: .75em;
    margin-top: 0;
  }
}

.placeInfoH {
  font-size: 15px;
  font-weight: bold;
}

.placeInfoSubH {
  font-weight: bold;
}

.placeInfoSubH::before {
  content: "●";
  color: #EA5404;
  margin-right: 0.25em;
}

.placeInfoSubH ~ .placeInfoSubSubH,
.placeInfoSubH ~ p {
  margin-left: 1.25em;
}

.placeInfoSubSubH {
  font-weight: bold;
}

.placeInfoExt {
  max-width: 480px;
  line-height: 0;
  margin: 12px 0;
}

.placeInfoExt > img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .placeInfoExt {
    margin-left: auto;
    margin-right: auto;
  }
}

/* 20220114 チケットTOP ここまで*/

/* 20221026 チケット購入方法 ここから */
.seatbuy_indent {
  margin-left: 1em;
}

.seatbuy_h5 {
  margin-top: 1em;
  font-weight: bold;
}

p.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.card_list {
  margin: 0.5em 0;
}

.card_list > li::before {
  content: "・";
  display: inline-block;
  width: 1em;
}

.paypay_list {
  margin-top: 1em;
}

.appBanner {
  margin-top: -10px;
  margin-bottom: 0;
}

.bticket_uketori_flow {
  margin-top: 1em;
}

.bticket_uketori_flow_item {
  display: inline-block;
  position: relative;
  margin-bottom: 3em;
  line-height: 0;
}

.bticket_uketori_flow_item::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 25%;
  border-top: 1em solid #EA5404;
  border-left: 1.5em solid transparent;
  border-right: 1.5em solid transparent;
  -webkit-transform: translate(-50%, 1em);
          transform: translate(-50%, 1em);
}

.bticket_uketori_flow_item:last-child {
  margin-bottom: 2em;
}

.bticket_uketori_flow_item:last-child::after {
  display: none;
}

.indexListArea {
  display: inline-block;
  padding: 15px 25px;
  margin-bottom: 30px;
  border: 1px dashed #EA5404;
}

@media screen and (max-width: 767px) {
  .indexListArea {
    padding: 10px 15px;
  }
}

.indexListMidashi {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.5em;
}

@media screen and (max-width: 767px) {
  .indexListMidashi {
    font-size: 16px;
  }
}

.indexList {
  margin: 0;
}

.indexItem {
  border-bottom: 1px dotted #d0d0d0;
}

.indexItem + .indexItem {
  margin-top: 0.5em;
}

.indexItem--lv2 {
  margin-left: 2em;
}

.indexItem__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #797979 !important;
}

.indexItem__link > span {
  color: #EA5404;
  font-weight: bold;
}
/* 20221026 チケット購入方法 ここまで */

/* 20220202　チケットリセール ここから */
.ticket-resale .c-heading--lv3 {
  padding: 5px 10px;
  background-color: #EA5404;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
.ticket-resale .c-heading--lv4{
  border-left: 4px solid #EA5404;
  color: #EA5404;
  line-height: 1.4;
  font-weight: normal;
  margin: 0;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 2px 0 2px 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px){
  .ticket-resale .c-heading--lv3 {
    font-size: 16px;
  }
  .ticket-resale .c-heading--lv4{
    font-size: 16px;
  }
}
/* 20220202　チケットリセール ここまで */