@import url("https://fonts.googleapis.com/css?family=Amiri:400,700");

@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button, input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

.fb_iframe_widget > span {
  vertical-align: top !important;
}

.ttlBluray {
  position: relative;
  width: 240px;
  width: 35%;
}

.ticketTabArea {
  position: relative;
  width: 690px;
  width: 92%;
  margin: 0 auto 20px;
}

.ticketTabArea .ticketTabList {
  text-align: left;
  letter-spacing: -0.4em;
}

.ticketTabArea .ticketTabList li {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 12px;
  color: #fff;
  position: relative;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 10px;
  padding: 10px 0;
  line-height: 1.4em;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  background: #000;
  cursor: pointer;
  text-align: center;
}

.ticketTabArea .ticketTabList li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 8px;
  height: 4px;
  background: url(/assets/img/theater/link_point.png);
  -webkit-background-size: 8px 4px;
          background-size: 8px 4px;
}

.ticketTabArea .ticketTabList li:nth-child(2n+1) {
  margin-left: 0;
}

.ticketTabArea .ticketTabList li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ticket_inner {
  position: relative;
  width: 690px;
  width: 92%;
  margin: 0 auto;
}

.ticket-container {
  position: relative;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  margin: 0 auto 20px;
  padding: 20px 15px;
  background: #000;
}

.ticket-container:last-child {
  margin-bottom: 0;
}

.ticket-container .ticket__title {
  font-size: 16px;
  line-height: 1.4em;
  padding-bottom: 15px;
  border-bottom: solid 1px #2d2d2d;
}

.ticket-container .ticketTxtArea {
  padding-top: 20px;
}

.ticket-container .ticketTxtArea h4 {
  font-size: 15px;
  margin-bottom: 20px;
}

.ticket-container .ticketTxtArea .soldOut {
  /*color: #717092;*/
  padding-left: 5px;
  margin-bottom: 5px;
  font-size: 17px;
}

.ticket-container .ticketTxtArea .date_end {
  padding-left: 5px;
  font-size: 11px;
  margin-bottom: 20px;
}

.ticket-container .ticketTxtArea .price {
  font-size: 15px;
  margin: 15px 0 5px;
}

.ticket-container .ticketTxtArea .privilege {
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.ticket-container .ticketTxtArea .ticketImg {
  width: 90%;
  margin: 0 auto 10px 0;
}

.ticket-container .ticketTxtArea .ticketImg.pre{
  width: 140px;
}

.ticket-container .ticketTxtArea .annotation li {
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 5px;
  padding-left: 1em;
}

.ticket-container .ticketTxtArea .annotation li:last-child {
  margin-bottom: 0;
}

.ticket-container .ticketTxtArea .ticket__text_link {
  display: inline-block;
  height: 33px;
  position: relative;
  padding: 0 25px 0 12px;
  background-color: #632897;
  line-height: 33px;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: normal;
  color: #fff;
  text-decoration: none;
  font-family: Courier, Monaco, monospace;
}