@charset "UTF-8";

/*2024/09/20更新*/


a:focus,
a:hover{
	outline:none;
}
.p-ticket article a:hover{
text-decoration: underline;
}

.p-ticket .global-main img{
    max-width: 50%;
    height: auto;
}


.p-ticket ._sp{
display: none;
}


/*レイアウト*/
.p-ticket .global-main{
/*margin-top: 23px;*/
line-height: 1.6;
box-sizing: content-box;
color: #333;
}
.p-ticket .global-main section{
border-bottom: 1px solid #c9c9c9;
padding-bottom: 50px;
padding-top: 25px;
box-shadow: 0px 15px 0px 0px #e6e6e6;
}

.p-ticket .global-main section:first-of-type{
padding-top: 0px;}
    
.p-ticket .global-main section:last-of-type {
    box-shadow: none;
    border: none;
}
.p-ticket .inner-box{
padding-left: 15px;
padding-right: 15px;
}
.p-ticket .inner-box li {
margin-bottom: 0.6em;
}

/*調整用*/
.f20{
font-size: 20px;
}
.mb15{
margin-bottom: 15px
}

/*スタイル*/

.p-ticket .price-cell sup {
top: 0;
}


/*リンクなしボタン*/
.-nolink{
pointer-events: none;
cursor: default;
opacity: 0.3;
filter: brightness(85%);
}


.btn-shadow{
box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.7);
}

.p-ticket .gradient-div {
  width: 100%;
  background: #ffffff;
  /*box-shadow: inset 0 10px 15px rgba(237, 237, 237, 0.7);
  box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.16);*/
  padding-top: 30px;
}

.p-ticket .attention{
color: #df0623;
}

.p-ticket .outlink.-emphasis{
color: #df0623;
position: relative;
padding-right: 1.8em;
}
.p-ticket .outlink.-emphasis::after{
content: "";
background-image: url("../img/common/icon_link_red.png");
background-size: contain;
background-repeat: no-repeat;
transform: translateY(0.1em);
width: 1em; 
height: 1em;
display: inline-block;
margin-left: 0.5em;
}


.p-ticket .outlink.-white{
color: #fff;
position: relative;
}
.p-ticket .outlink.-white::after{
content: "";
background-image: url("../img/common/icon_link_w.png");
background-repeat: no-repeat;
background-size: cover;
width: 1em;
height: 1em;
display: inline-block;
margin-left:0.5em;
transform: translateY(0.1em);
}

/*ドットのリスト*/
.p-ticket .list-simple {
    list-style-type: disc; 
    padding-left: 30px;
}

/*※のリスト*/
.p-ticket .list-kome li{
  list-style-type: none;
  position: relative;
  padding-left: 20px; 
}
.p-ticket .list-kome li::before {
  content: "※"; 
  position: absolute;
  left: 0; 
  top: 0; 
}
.en.p-ticket .list-kome li::before {/*英語ページでは※をアスタリスクに*/
  content: "＊"; 
}

.p-ticket .infomation-area{
    display: block;
    font-size: 14px;
    padding: 15px;
    border-radius: 8px;
    background-color: #f2f2f2;
    margin-top: 1.5em;
}

.p-ticket .infomation-area > p + p{
margin-top: 0.8em;
}

.p-ticket .simple-line{
    display: block;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

.p-ticket .sales-period{
font-size: 18px;
font-weight: bold;
color: #000;
margin-bottom: 12px;
}

/**/
.p-ticket .numbers{
font-size: 24px;
font-weight: bold;
color: #000;
}
.p-ticket .numbers .text{
font-size: 14px;
margin-top: -0.5em;
vertical-align: top; 
}
/*フリーダイヤル*/
.p-ticket .freedial{
    position: relative;
}

.p-ticket .freedial::before{
    content: "";
    background-image: url('../img/common/icon_freedial.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1em;
    display: inline-block;
    margin-right: 10px;
    transform: translateY(0.2em);
}

/*左マージン*/
.indent-block{
display: block;
margin-left: 1.5em;
}


/*決済テキスト*/
.p-ticket .item-kessai{
   font-size: 15px;
} 

.p-ticket .item-kessai span{
font-weight: bold;
margin-right: 1em;
}

/*赤▼リンク*/
.p-ticket a.link-arrow {
  font-size: 15px;
  display: block;
  text-decoration: none;
  color: #333;
  position: relative;
}

.p-ticket a.link-arrow::before {
    content: "";
    background-image: url('../img/common/icon-redarrow.png');
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    display: inline-block;
    margin-right: 2px;
}

/*全幅背景 pcでは白spではグレー*/
.p-ticket .boardarea{
background-color: #fff;
padding: 30px 0 20px;
margin-top:30px;
margin-bottom: 30px;
}

/*全幅背景 pcではグレーspでは白*/
.p-ticket .kanbanboard{
display: block;
background-color: #f7f7f7;
border: 1px solid #d8d8d8;
padding: 1em 15px;
margin-bottom: 15px;
text-align: center;
}

.p-ticket .kanbanboard.-white{
background-color: #ffffff;
}

.p-ticket .kanbanboard .maintext{
font-size: 21px;
color: #000;
font-weight: bold;
margin-bottom: 0.3em;
}
.p-ticket .kanbanboard .subtext{
font-size: 16px;
color: #4d4d4d;
margin-bottom: 1em;
}


/**/
.p-ticket .taremaku {
padding-bottom: 1.5em;
}

.p-ticket .taremaku .title{
    display: block;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding-top: 1em;
    padding-bottom: 1em;
}
.p-ticket .taremaku .text{
background-color: #f2f2f2;
padding: 1em;
}




/* 下線付き横並び */
.p-ticket .keisennote {
  display: flex;
   border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.p-ticket .keisennote dt{
font-weight: bold;
margin: 0 10px 0 0;
flex: 2;}
.p-ticket .keisennote dd {
margin: 0;
flex: 5; 
}




/*上部ナビゲーション*/
.p-ticket .shadowBox{
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  padding-top: 23px;
}

.p-ticket .contents-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: bold;
}
.p-ticket .contents-nav .-link {
  color: #989898;
  text-decoration: none;
  padding: 10px 3px;
  position: relative;
  text-align: center;
  flex-grow: 1;
  font-size: 14px;
}

.p-ticket .contents-nav li {
    margin-bottom: 6px;
}

.p-ticket .contents-nav .-link.active {
  color: #df0623;
}

.p-ticket .contents-nav .-link:hover {
  color: #df0623;
}

.p-ticket .contents-nav .-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #df0623;
}

.p-ticket .contents-nav .-link:hover::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: none;
}

.p-ticket .contents-nav .-link.active:hover::after{
  height: 6px;
  background-color: #df0623;
}

/*下部ナビゲーション*/
.p-ticket .contents-footer-nav {
    border-top: 3px solid #666666;
    margin-top: 50px;
    margin-bottom: 50px;    
}

.p-ticket .footer-nav-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 20px;
}

.p-ticket .contents-footer-nav .-list {
    list-style-type: none;
    padding: 0;
    margin: 12px 0 0;
    display: flex;
}
.p-ticket .contents-footer-nav .-list li {
    display: flex;
}
.p-ticket .contents-footer-nav .-list li:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
}
.p-ticket .contents-footer-nav .-list a {
    text-decoration: none;
    color: #000;
}

.p-ticket .contents-footer-nav .-list a.active{
color: #b2b2b2;
}

/*よくある質問へのボタン*/
.p-ticket .faq-btn{
    margin-left: auto;
    order: 1; 
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 10px 5em;
    color: #000;
}
.p-ticket .faq-btn a{
    color: #000;
    text-decoration: none;
}


/*ボタン*/
.p-ticket .more-infomation-btn {
    margin-top: 15px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.p-ticket .more-infomation-btn a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    border-radius: 8px;
    color: #fff;
    background-color: #df0623;
}

.p-ticket .more-infomation-btn.-gray a {
  border: 1px solid #cccccc;
  background-color: #f7f7f7;
  color: #000;
}



/*見出し要素*/
.p-ticket .contents-title.-lv1{
text-align: center;
font-size: 24px;
font-weight: bold;
margin-bottom: 20px;
}

.p-ticket .contents-title.-lv2{
    margin-bottom: 30px;    
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #666666;
}

.p-ticket .contents-title.-lv3{
    margin-top: 40px;
    margin-bottom: 0.9em;    
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
    border-left: 5px solid #df0623;
}

.p-ticket .contents-title.-lv4{
    margin-top: 25px;
    margin-bottom: 0.7em;    
    font-size: 16px;
    font-weight: bold;

}
.p-ticket .contents-title.-lv4::before {
  content: "■"; 
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}


/*作品リンク*/
.p-ticket .film-list a:hover{
text-decoration: underline;
}

.p-ticket .film-list {
    list-style-type: none; 
    padding: 0; 
    margin: 1.5em auto;
}

.p-ticket .films-linkbox {
    width: 45%;
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
    min-height: 3em;
    display: flex;
    align-items: center;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    }
.p-ticket .inner-box .film-list  li{
margin-bottom: 0;
}

.p-ticket .films-linkbox a {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    display: block;
    flex-grow: 1;
    text-decoration: none;
    padding-right: 1.5em;
}

.p-ticket .films-linkbox::after {
    content: "";
    background-image: url('../img/common/icon_link_red.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/*index-先行販売*/
.p-ticket .schedule img {
    max-width: 100%;
    height: auto;
    display: block; 
    margin: 0 auto;
}


/*index-テーブル*/
.p-ticket.p-ticket-index .common-table table {
    border-collapse: collapse;
    border: 1px solid #d3d3d3; 
    width: 100%;
    margin-top: 1.5em
}

.p-ticket.p-ticket-index .common-table th,
.p-ticket.p-ticket-index .common-table td {
    font-size: 15px;
    border: 1px solid #d3d3d3; 
    padding: 1em 15px;
}

/* thのスタイル */
.p-ticket.p-ticket-index .common-table th {
    background-color: #ededed;
}



/*index－車椅子*/
.p-ticket .kanbanboard .kurumaisu-title{
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 2px solid #d9d9d9;
    display: block;
    position: relative;
}
.p-ticket .kanbanboard .kurumaisu-title::before{
    content: "";
    background-image: url('../img/common/icom-kurumaisu.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    margin-right: 0.5em;
    transform: translateY(0.25em);
}



/*price－価格一覧テーブル*/
.p-ticket.p-ticket-prices .common-section .lead {
	font-weight: bold;
	font-size: 24px;
	color: #df0209;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 30px;
}

.p-ticket.p-ticket-prices .notes-small {
	color: #999;
	font-size: 12px;
	line-height: 1.5;
}

.p-ticket.p-ticket-prices .table-notes { text-align: right;
margin-top: 30px;
margin-bottom: 0;}

.p-ticket.p-ticket-prices .common-table table {
	border: solid 1px #c5c0b4;
	margin-top: 30px;
	margin-bottom: 10px;
}

.p-ticket.p-ticket-prices .common-table .table-notes+table {
	margin-top: 0.2em;
}

.p-ticket.p-ticket-prices .common-table th {
	white-space: normal;
	background: #FCFCFC;
}

.p-ticket.p-ticket-prices .common-table th.title-cell {
	width: 49%;
	vertical-align: middle;
	text-align: center;
}

.p-ticket.p-ticket-prices .common-table td.title-cell {
	text-align: left;
	vertical-align: middle;
}

.p-ticket.p-ticket-prices .common-table .price-cell {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

.p-ticket.p-ticket-prices .common-table th,
.p-ticket.p-ticket-prices .common-table td { padding: 5px; }

.p-ticket.p-ticket-prices .common-table th,
.p-ticket.p-ticket-prices .common-table td {
	border-right: 1px solid #c5c0b4;
	border-bottom: 1px solid #c5c0b4;
}

.p-ticket.p-ticket-prices .common-table tr:nth-child(odd),
.p-ticket.p-ticket-prices .common-table tr:nth-child(2) { background: #FCFCFC; }




/*アコーディオン*/
.p-ticket .accordion {
    width: 100%;
    margin: 0 auto;
}

.p-ticket .accordion img{
    max-width: 100%;
    height: auto;
}

.p-ticket .accordion p + p{
margin-bottom: 0.5em;}


.p-ticket .accordion-checkbox {
    display: none;
}

.p-ticket .accordion-button {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    border-top: 1px solid #d9d9d9;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 50px;
    cursor: pointer;
    text-align: left;
    outline: none;
    transition: background-color 0.3s;
    display: block;
    position: relative;
}

.p-ticket .accordion-button:hover {

}

.p-ticket .accordion-button::after {
    content: '＋';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-color: #df0623;
    color: white;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
}

.p-ticket .accordion-checkbox:checked + .accordion-button::after {
    content: '－';
    background-color: #808080;
}

.p-ticket .accordion-content {
    display: none;
    background-color: #f2f2f2;
    padding: 1.5em;
    margin-bottom: 10px;
    border-top: 1px solid #d9d9d9;
}

.p-ticket .accordion-checkbox:checked + .accordion-button + .accordion-content {
    display: block;
}

.p-ticket .accordion-button:last-of-type {
    border-bottom: 1px solid #d9d9d9;
}

.p-ticket .accordion-button:hover {
    background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0.5), rgba(224, 224, 224, 0.2));
    transition: background-image 0.3s ease;
}

.p-ticket .accordion .maintext {
    font-size: 21px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.3em;
}

.p-ticket .accordion hr{
    border: none;
    height: 1px;
    background-color:#d9d9d9;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.p-ticket .accordion .contents-title.-lv4{
    margin-top: 0;
    margin-bottom: 0;    
}
.p-ticket .accordion .contents-title.-lv4 + p {
    margin-bottom: 0;
}
.p-ticket .accordion p + .contents-title.-lv4 {
    margin-top: 0.8em;
}
.p-ticket .accordion .more-infomation-btn a{
padding: 11px 0;
}
.p-ticket .accordion .more-infomation-btn p + p {
    margin-bottom: 0;
}

@media screen and (max-width: 639px){
  /*.p-ticket .global-main{ margin-top: 44px;}*/
  .p-ticket .shadowBox{padding-top: 44px;}
  .p-ticket ._pc{display: none;}
  .p-ticket-index .global-main section{/*indexページではsection間のマージンはありません。*/
  border-bottom: none;
  padding-bottom: 0;
  box-shadow: none;
  }
  .p-ticket .gradient-div {
  padding-top: 20px;
}
  .p-ticket-index .contents-title.-lv3{/*indexページの見出し上マージンは別途設定。*/
  margin-top: calc(72px - 25px);
  }
  .p-ticket .more-infomation-btn {
  width: 100%;}
  .p-ticket .films-linkbox {
  width: auto;
  }
  /*全幅背景 pcでは白spではグレー*/
  .p-ticket .boardarea{
  background-color: #f2f2f2;
  }
  /*pcではグレーspでは白*/
  .p-ticket .kanbanboard{
  background-color: #fff;
  }    
  .p-ticket .footer-nav-box {
  display: block;
  margin: auto;
  text-align: center;
  }
  .p-ticket .contents-footer-nav .-list {
  justify-content: center;
  }
  .p-ticket .faq-btn{
  width: 100%;
  margin-top: 15px;
  padding: 10px 1em;
  }
  .p-ticket .keisennote dt{
  flex: 5;}
  .p-ticket .keisennote dd {
  flex: 4; 
  }
}


/*スマホ電話番号リンク色*/
a[href^="tel:"] {
    color: #333;
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

