@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;
}

.ttlTheater {
  position: relative;
  width: 32%;
}

.noveltyTabArea {
  position: relative;
  width: 92%;
  margin: 0 auto 30px;
}

.noveltyTabArea .noveltyTabList {
  text-align: left;
  letter-spacing: -0.4em;
}

.noveltyTabArea .noveltyTabList li {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E" , "メイリオ", Meiryo, serif;
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  width: 49%;
  margin-bottom: 5px;
  padding: 13px 0;
  background: #000;
  text-align: center;
  display: inline-block;
}

.noveltyTabArea .noveltyTabList li:nth-of-type(odd) {
  margin-right: 2%;
}

.noveltyTabArea .noveltyTabList li.wide {
  width: 100%;
  margin: 0 0 5px;
}

.noveltyTabArea .noveltyTabList li.active {
  background: #fff;
  color: #000;
}

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

.noveltyTabArea .noveltyTabList li:nth-child(3n+1) {
  margin-left: 0;
}

.noveltyTabArea .noveltyTabList li:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.noveltyTabArea .noveltyTabList li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.novelty_inner {
  position: relative;
  width: 92%;
  margin: 0 auto;
}

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

.theater_novelty .novelty-container {
  margin-bottom: 20px;
}

.novelty-container .novelty__title {
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: solid 1px #2d2d2d;
}

.novelty-container .noveltyTxtArea {
  padding-top: 25px;
}

.novelty-container .noveltyTxtArea h4 {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.novelty-container .noveltyTxtArea .lead {
  font-size: 18px;
  margin-bottom: 10px;
}

.novelty-container .noveltyTxtArea .term {
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 15px;
}

.novelty-container .noveltyTxtArea .noveltyImg {
  width: 100%;
  margin: 0 auto 22px 0;
  border: 1px solid #2d2d2d;
}

.novelty-container .noveltyTxtArea .attention li {
  font-size: 12px;
  line-height: 1.3em;
  margin-bottom: 5px;
}

.novelty-container .noveltyTxtArea .attention li:last-child {
  margin-bottom: 0;
}

.novelty-container.fgo_novelty{
  line-height: 1.3;
}

.novelty-container.fgo_novelty a{
  color: #717092;
}

.novelty-container.fgo_novelty .novelty__title{
  font-size: 19px
}

.novelty-container.fgo_novelty .lead{
  font-size: 15px;
}

.novelty-container.fgo_novelty dl {
  margin-top: 25px;
}

.novelty-container.fgo_novelty dl dt{
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: bold;
}

.novelty-container.fgo_novelty dl dd {
  font-size: 13px;
}

.novelty-container.fgo_novelty .step dd{
  margin-bottom: 10px;
}

.novelty-container.fgo_novelty .step .attention li{
  margin: 4px 0 0 1em;
  font-size: 12px;
  text-indent: -1em;
}

.novelty-container.fgo_novelty .term_fgo dd {
  font-size: 13px;
  margin-bottom: 15px;
}

.novelty-container.fgo_novelty .term_fgo dd span{
  font-size: 12px;
}

.novelty-container.fgo_novelty .term_fgo dd:nth-of-type(odd) {
  margin-right: 2%;
}

.novelty-container.fgo_novelty .term_fgo dd img{
  max-width: 176px;
  width: 70%;
  margin: 15px auto;
}

.novelty-container.fgo_novelty .term_fgo dd .note{
  font-size: 11px;
}

.novelty-container.fgo_novelty .attention_fgo dd {
  font-size: 11px;
  margin-bottom: 5px;
}