@charset "UTF-8";

strong {
    font-weight: bold;
}

.p-ticket .copyright{
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.p-ticket .global-main { padding-top: 30px; }

.p-ticket .static-tab li {
flex-basis: 50%;
}

.p-ticket .static-tab a { color: rgba(0, 0, 0, 0.6); }

.p-ticket .static-tab a:hover { color: #000; }


.p-ticket .common-section a {
	color: #b80606;
  text-decoration: underline;
}

.p-ticket .common-paragraph { padding: 0 10px; }

.p-ticket .common-section + .common-section { padding-top: 30px; }

.p-ticket.common-title.-lv1 { margin-bottom: 30px; }

.p-ticket .common-title.-lv2 {
	margin-top: 40px;
	margin-bottom: 15px;
  padding: 0;
}

.p-ticket .common-title.-lv3 {
	margin-top: 40px;
	margin-bottom: 15px;
  padding: 0;
  font-weight: bold;
  	font-size: 0.9em;
}

.p-ticket .common-section .lead {
	/*font-weight: bold;*/
	font-size: 18px;
	line-height: 1.8;
	margin-top: 50px;
}
.p-ticket .common-section .-lv1 + .lead { margin-top: 40px; }


.p-ticket .common-section sup {
	font-size: small;
	color: #999;
}

.p-ticket .text-left { text-align: left; }



.p-ticket .common-section.-howto .common-title.-lv2 {
font-size: 20px;
}

.p-ticket .common-section.-howto .common-title.-lv2:before{
	content:"";
display:inline-block;
    background-color:#b80606;
    width:15px;
    height:0.4em;
    vertical-align: middle;
    margin-right: 10px;}



/**/
.p-ticket .section.flex {
    display: flex;
    margin: 20px 0;
    justify-content: space-between;    
}

.p-ticket .section.flex .salestype{
  border: solid 1px #c5c0b4;
  text-align: center;
  width:calc(94% / 4);
}
.en.p-ticket .section.flex .salestype {
    width: calc(94% / 3);
}


.p-ticket .section.flex .salestype a{
color: #333;
text-decoration: none;
}

.p-ticket .section.flex .salestype .-lottery{
background: #f9f7f2;
padding-top: 20px;
padding-bottom: 20px;
}
.p-ticket .section.flex .salestype .-general{
background: #fefaef;
padding-top: 20px;
padding-bottom: 20px;
}
.p-ticket .section.flex .salestype .-ticketcenter{
background: #f9f5e9;
padding-top: 20px;
padding-bottom: 20px;
}

.p-ticket .section.flex .salestype .title{
font-weight: bold;
margin-bottom: 0.5em;
}
.p-ticket .section.flex .salestype .type{
color: #908468;
font-size: 12px;
}
.p-ticket .section.flex .salestype .date{
padding-top: 10px;
padding-bottom: 10px;
font-weight: bold;
}
.p-ticket .section.flex .salestype .date span{
font-size: 0.7em;
}
.p-ticket .anker ul{
text-align: center;
font-size: 16px;
margin: 20px auto 60px;
}

.p-ticket .anker ul li{
display: inline-block;
margin: 1em 1.5em 1em 1em;
}

.p-ticket .anker ul li a{
	position:relative;
  padding-right: 1.2em;
  text-decoration: none;
}
.p-ticket .anker ul li a:hover{
  text-decoration: underline;
}

.p-ticket .anker ul li a:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-top: #b80606 1px solid;
	border-right: #b80606 1px solid;
  -webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position:absolute;
	right: 0;
	top:0;
	bottom:0.4em;
	margin:auto;
}

/**/

.p-ticket .common-section.-howto .details .period{
font-weight: bold;
margin: 2em 0;
}
.p-ticket .common-section.-howto .details .period span{
font-weight: normal;
font-size: 0.7em;
border: 1px solid #333;
margin-right: 10px;
padding: 0.1em 1em;
line-height: 1;
vertical-align:middle;
}



.p-ticket .details .common-title.-lv3{
    color: #a7a08d;
    cursor: pointer;
}

.p-ticket .details .common-title.-lv3 .circle-toggle{
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #a7a08d;
    background-color: #fff;
    color: #a7a08d;
    display: inline-block;
    line-height:16px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 0 0 1em;
    font-weight: bold;
    font-family: Arial, Helvetica, "sans-serif";
}

.p-ticket .details .targetfilm .accordionarea{
    display: none;
    border-bottom: 1px solid #c5c0b4;
    border-top: 1px solid #c5c0b4;
    padding: 20px 0;
}



.p-ticket .details .targetfilm .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p-ticket .details .targetfilm .flex .entryfilm{
  width:calc(93% / 3);
  margin-bottom: 20px;
}
.p-ticket .common-section.-howto .details .entryfilm img{
margin-bottom: 15px;
}

.p-ticket .common-section.-howto .details .entryfilm .title{
font-weight: bold;
font-size: 18px;
line-height: 1.4;
}

.p-ticket .common-section.-howto .details .entryfilm .title a{
color: #333;
text-decoration: underline;
line-height: 1.4;
}




.p-ticket .common-section.-howto .details .entryfilm .subtitle{
font-size: 14px;
color: #a7a08d;
margin-bottom: 0.5em;
}



.p-ticket .common-section.-howto .details .entryfilm .date{
font-weight: bold;
font-size: 14px;
margin: 1em 0;
}
.p-ticket .common-section.-howto .details .entryfilm .date span{
font-weight: lighter;
color: #000;
}


.p-ticket .common-section.-howto .details .kakomi {
    margin: 40px 0;
    display: block;
    padding: 15px 20px;
}

.p-ticket .common-section.-howto .details .kakomi:after {
  content: "";
  display: table;
  clear: both;
}

.p-ticket .common-section.-howto .details .kakomi dl {
  width:100%;
  margin-top: 1em;
}
.p-ticket .common-section.-howto .details .kakomi dt {
  width:25%;
  margin: 0 0 1.5em 0;
  display: block;
  clear: left;
  float: left;
  white-space: nowrap;
}
.en.p-ticket .common-section.-howto .details .kakomi dt {
    white-space: normal;
}

.p-ticket .common-section.-howto .details .kakomi dd {
  float:left;
  width:71%;
  margin: 0 0 1.5em 0;
  border-left: 2px solid #a7a08d;
  padding-left: 1em;
}


.p-ticket .common-section.-howto .details .kakomi .notes,
.p-ticket #ticketcenter.details span.date{
    color: #72664b;
}

.p-ticket .common-section.-howto .details .kakomi .common-title.-lv4{
font-weight: bold;
border-left: 4px solid #d5cebd;
padding-left: 0.5em;
margin-bottom: 10px;
} 

.p-ticket .common-section.-howto .details .circle-no {
  counter-reset: marusuuji;
  list-style: none;
  padding: 0;
  color: #a7a08d;
  margin-bottom: 20px;
}
 
.p-ticket .common-section.-howto .details .circle-no  li{
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
line-height: 1.8;
}
.p-ticket .common-section.-howto .details .circle-no li:before {
  content: counter(marusuuji);
  counter-increment: marusuuji;
  background-color: #fff;
  border: 1px solid #a7a08d;
  color: #a7a08d;
  display: block;
  float: left;
  line-height: 16px;
  margin-left: -20px;
  text-align: center;
  vertical-align: top;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  font-size: 0.8em;
      margin-top: 0.4em;
}


.p-ticket .common-section.-howto .details .common-table table {
    border: solid 1px #c5c0b4;
    margin-top: 30px;
    margin-bottom: 10px;
}

.p-ticket .common-section.-howto .details .common-table th,
.p-ticket .common-section.-howto .details .common-table td {
    padding: 0 1em;
    border-bottom: 1px dotted #c5c0b4;
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    vertical-align: top;
}
.p-ticket .common-section.-howto .details .common-table th,
.p-ticket .common-section.-howto .details .common-table td {
    border-right: 1px solid #c5c0b4;
    border-bottom: 1px solid #c5c0b4;    
}

.p-ticket .common-section.-howto .details .common-table th {
background: #f5efe2;
vertical-align: middle;
text-align: center;
width: 7em;
}
.p-ticket .common-section.-howto .details .common-table td.time {
background: #fbf9f4;
vertical-align: middle;
text-align: center;
width: 5em;
}
.p-ticket .common-section.-howto .details .common-table td a{
color: #333;
}


.p-ticket #ticketcenter.details .common-title.-lv3 {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0.5em;
}

.p-ticket #ticketcenter.details .common-paragraph ul{
margin-top: 40px;
}

.p-ticket .ticket-contact {
	border-radius: 4px;
	color: #b80606;
	margin: 25px 0 0;
	text-decoration: none;
	display: block;
	border: #b80606 solid 1px;
	line-height: 1.8;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.p-ticket .ticket-contact .common-table{
  width: 80%;
  margin: auto;
}

.p-ticket .ticket-contact .common-table th,
.p-ticket .ticket-contact .common-table td{
    border-bottom: none;
}

.p-ticket .ticket-contact .common-table tr:first-child{
  border-bottom: 1px dotted #c5c0b4;
}


.p-ticket .notes { color: #908468; }

.p-ticket .emphasis-notes { color: #ed1c24; }

.p-ticket .emphasis-text{
	font-weight:bold;
	margin-top:15px;
	font-size:1em;
	line-height:normal;
}

.p-ticket .text-indent{
  margin-left: 3em;
}

.p-ticket .common-table table {
  margin-bottom: 25px;
}
.p-ticket .list-notes{
 /* margin-left: 1.5em;*/
}


.p-ticket .list-notes li{
  list-style: disc;
  list-style-position: outside;  
}


.p-ticket #ticket-faq .list-notes li,
.p-ticket .details .list-notes li{
  list-style:  none;
  margin-left: 1em;
}


.p-ticket #ticket-faq .list-notes li:before, 
.p-ticket .details .list-notes li:before {
	content: '※ ';
	margin-left:-1.5em;
}




/*価格一覧*/
#pricelist .common-section .lead {
	font-weight: bold;
	font-size: 24px;
	color: #df0209;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 30px;
}

#pricelist .notes-small {
	color: #999;
	font-size: 12px;
	line-height: 1.5;
}

#pricelist .table-notes { text-align: right;
margin-top: 30px;
margin-bottom: 0;}

#pricelist .common-table table {
	border: solid 1px #c5c0b4;
	margin-top: 30px;
	margin-bottom: 10px;
}

#pricelist .common-table .table-notes+table {
	margin-top: 0.2em;
}

#pricelist .common-table th {
	white-space: normal;
	background: #FCFCFC;
}

#pricelist .common-table th.title-cell {
	width: 49%;
	vertical-align: middle;
	text-align: center;
}

#pricelist .common-table td.title-cell {
	text-align: left;
	vertical-align: middle;
}

#pricelist .common-table .price-cell {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

#pricelist .common-table th,
#pricelist .common-table td { padding: 5px; }

#pricelist .common-table th,
#pricelist .common-table td {
	border-right: 1px solid #c5c0b4;
	border-bottom: 1px solid #c5c0b4;
}

#pricelist .common-table tr:nth-child(odd),
#pricelist .common-table tr:nth-child(2) { background: #FCFCFC; }


/**/
.p-ticket #ticket-faq .common-title.-lv1 + dl{
    margin-top: 30px;
}

.p-ticket dl {
    margin-bottom: 40px;
    line-height: 1.8;
    font-size: 14px;
}

.p-ticket dt {
    margin-bottom: 15px;
    margin-left: 30px;
}

.p-ticket dd {
    line-height: 1.4;
    margin-left: 30px;
    font-size: 14px;
}

.p-ticket .circle-back-q {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #aa8d47;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    margin: -0.5em 0.5em 0 -30px;
    font-weight: bold;
    font-family: "游ゴシック", YuGothic;
}

.p-ticket .circle-back-a {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #D4C39A;
    color: #fff;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    margin: -0.5em 0.5em 0 -30px;
    font-weight: bold;
    font-family: "游ゴシック", YuGothic;
    display: inline-block;
}

.p-ticket .kakomi {
    border: solid 2px #c5c0b4;
    margin: 60px  15px;
    padding: 25px 40px;
    display: inline-block;
}
.p-ticket .kakomi .common-title.-lv2{
margin-top: 0;}

.p-ticket .kakomi .common-paragraph {
padding: 0;
}

/*en*/

.en.p-ticket .common-section .common-paragraph +.lead{
margin-top: 40px; 

} 

.en.p-ticket .lead-small{
	font-weight:bold;
	color:#e90209;
	font-size: 16px;
	margin-top:25px;
}


@media screen and (max-width: 639px) {

.p-ticket img{
width: 100%;
height: auto;
}

.p-ticket .comingsoon {
	font-size: 22px;
	padding: 110px 0;
}
  
#pricelist .table-notes {
  font-size: 12px;
}
.p-ticket .details .common-title.-lv3 {
text-align: center;
}

.p-ticket #ticketcenter.details .common-title.-lv3 {
text-align: left;
}

.p-ticket .common-section.-howto .details .period {
    margin: 1em 0;
}

.p-ticket .details .targetfilm .flex {
    display: block;
}

.p-ticket .details .targetfilm .flex .entryfilm {
    width: 100%;
    margin-bottom: 50px;
}

.p-ticket .common-section.-howto .details .kakomi {
    margin: 20px 0;
}
.p-ticket .common-section.-howto .details .kakomi dt {
    width: 100%;
    margin: 0 0 1em 0;
    display: block;
    clear: both;
    float:none;
    font-weight: bold;
    white-space:normal;
    font-size: 12px;
}
.p-ticket .common-section.-howto .details .kakomi dd {
    float:none;
    width: 100%;
    margin: 0 0 2em 0;
    border-left:none;
    padding-left: 0;
}

.p-ticket .section.flex {
    flex-wrap: wrap;
}

.p-ticket .section.flex .salestype {
    width: calc(96% / 2);
    margin-bottom: 15px;

}

.p-ticket .section.flex .salestype .title {
    font-size: 13px;
}
.p-ticket .section.flex .salestype .date {
    font-size: 13px;
}

}
