@font-face {
  font-family: 'NotoSans-regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSans-bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.ttf") format("truetype");
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo:

  @mixin =========================================================================================== */
#theater-page {
  width: 100%;
}

.container {
  padding-bottom: 150px;
}

.headline {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 140px;
  background: url("../img/common/hd_bg_secondary2.jpg") center center no-repeat;
  background-size: cover;
}

.headline__inner {
  position: relative;
  width: 980px;
  height: 100%;
  margin: 0 auto;
}

.headline__name {
  font-family: 'Roboto', serif;
  font-weight: 500;
  font-size: 73px;
  line-height: 1.0em;
  letter-spacing: .13em;
  position: absolute;
  right: 0;
  bottom: -57px;
  text-align: right;
  color: #3D3E3F;
}

.headline__name span {
  font-size: 14px;
  letter-spacing: .5em;
  font-family: 'Roboto', "Hiragino Kaku Gothic ProN", 'NotoSans-bold', sans-serif;
  font-weight: bold;
  display: block;
  line-height: 1.0em;
  padding-top: 5px;
}

.lead {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}

.lead__inner {
  position: relative;
  width: 810px;
  margin: 0 auto;
}

.lead__copyEn {
  font-size: 73px;
  font-family: 'Roboto', serif;
  font-weight: 500;
  line-height: 1.33em;
  letter-spacing: .13em;
}

.lead__copyJa {
  font-size: 14px;
  letter-spacing: .5em;
  position: absolute;
  right: 130px;
  bottom: 15px;
}

.advance1 {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}

.advance1__inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

.advance1__btnTicket {
  text-align: center;
}

.advance1__btnTicket img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0 auto;
}

.advance1__btnTicket a {
  display: inline-block;
  vertical-align: top;
}

.advance1__btnTicket a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

.areanav {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}

.areanav .day_last {
  position: relative;
  width: 980px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: .13em;
}

.areanav__inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.areanav__list {
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}

.areanav__list li {
  font-size: 15px;
  letter-spacing: .13em;
  line-height: 1.0em;
  display: inline-block;
  width: 135px;
  border-bottom: #e6e9eb solid 2px;
  margin: 0 10px 22px 10px;
}

.areanav__list a {
  display: block;
  line-height: 1.0em;
  padding: 30px 0;
}

.areablock {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}

.areablock__inner {
  position: relative;
  width: 810px;
  margin: 0 auto;
}

.areablock__name {
  font-size: 17px;
  color: #82909A;
  letter-spacing: .13em;
  font-family: 'Roboto', "Hiragino Kaku Gothic ProN", 'NotoSans-bold', sans-serif;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-bottom: #e6e9eb solid 2px;
  padding-bottom: 20px;
  line-height: 1.0em;
  margin-bottom: 20px;
}

.areablock__head, .areablock__detail {
  display: table;
  width: 100%;
  margin-bottom: 18px;
}

.areablock__head dt, .areablock__detail dt {
  display: table-cell;
  font-size: 14px;
  width: 21%;
  vertical-align: top;
}

.areablock__head dd, .areablock__detail dd {
  display: table-cell;
  font-size: 14px;
  width: 34%;
  vertical-align: top;
}

.areablock__head dd:last-child, .areablock__detail dd:last-child {
  width: 46%;
}

.areablock__head a, .areablock__detail a {
  text-decoration: underline;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.areablock__head a:hover, .areablock__detail a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  text-decoration: none;
}

.areablock__head dt, .areablock__head dd {
  font-family: 'Roboto', "Hiragino Kaku Gothic ProN", 'NotoSans-bold', sans-serif;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 21.875vw
  @mixin =========================================================================================== */
  #theater-page {
    width: 100%;
  }
  .container {
    padding-bottom: 80px;
    padding-bottom: 25vw;
  }
  .headline {
    position: relative;
    width: 100%;
    height: 135px;
    height: 42.1875vw;
    margin-bottom: 75px;
    margin-bottom: 23.4375vw;
    background: url("../img/common/hd_bg_secondary2_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .headline__inner {
    position: relative;
    width: 87.5%;
    height: 100%;
    margin: 0 auto;
  }
  .headline__name {
    font-family: 'Roboto', serif;
    font-weight: 500;
    font-size: 36.5px;
    font-size: 11.40625vw;
    line-height: 1.0em;
    letter-spacing: .13em;
    position: absolute;
    right: 0;
    bottom: -35px;
    bottom: -10.9375vw;
    text-align: right;
    color: #3D3E3F;
  }
  .headline__name span {
    font-size: 10px;
    font-size: 3.125vw;
    letter-spacing: .5em;
    font-family: 'Roboto', "Hiragino Kaku Gothic ProN", 'NotoSans-bold', sans-serif;
    font-weight: bold;
    display: block;
    line-height: 1.0em;
    padding-top: 10px;
    padding-top: 3.125vw;
  }
  .lead {
    position: relative;
    width: 100%;
    margin-bottom: 33px;
    margin-bottom: 10.3125vw;
  }
  .lead__inner {
    position: relative;
    width: 87.5%;
    margin: 0 auto;
  }
  .lead__copyEn {
    font-size: 36.5px;
    font-size: 11.40625vw;
    font-family: 'Roboto', serif;
    font-weight: 500;
    line-height: 1.25em;
    letter-spacing: .13em;
  }
  .lead__copyJa {
    font-size: 10px;
    font-size: 3.125vw;
    letter-spacing: .27em;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .advance1 {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
  .advance1__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .advance1__btnTicket {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .advance1__btnTicket img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .advance1__btnTicket a {
    display: inline-block;
    vertical-align: top;
  }
  .advance1__btnTicket a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
  }
  .areanav {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
  .areanav .day_last {
    position: relative;
    width: 100%;
    letter-spacing: .13em;
    font-size: 10px;
    font-size: 3.125vw;
  }
  .areanav__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .areanav__list {
    letter-spacing: 0;
    font-size: 0;
    text-align: center;
  }
  .areanav__list li {
    font-size: 11px;
    font-size: 3.4375vw;
    letter-spacing: .13em;
    line-height: 1.0em;
    display: inline-block;
    width: 130px;
    width: 40.625vw;
    border-bottom: #e6e9eb solid 2px;
    margin: 0 10px 20px 10px;
    margin: 0 3.125vw 6.25vw 3.125vw;
  }
  .areanav__list a {
    display: block;
    line-height: 1.0em;
    padding: 20px 0;
    padding: 6.25vw 0;
  }
  .areablock {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
  .areablock__inner {
    position: relative;
    width: 87.5%;
    margin: 0 auto;
  }
  .areablock__name {
    font-size: 12px;
    font-size: 3.75vw;
    color: #82909A;
    letter-spacing: .05em;
    font-family: 'Roboto', "Hiragino Kaku Gothic ProN", 'NotoSans-bold', sans-serif;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-bottom: #e6e9eb solid 1px;
    border-bottom: #e6e9eb solid 0.3125vw;
    padding-bottom: 20px;
    padding-bottom: 6.25vw;
    line-height: 1.0em;
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
  .areablock__head, .areablock__detail {
    display: block;
    width: 100%;
    margin-bottom: 18px;
    zoom: 1;
  }
  .areablock__head:after, .areablock__detail:after {
    content: "";
    clear: both;
    display: block;
  }
  .areablock__head dt, .areablock__detail dt {
    display: block;
    font-size: 10px;
    font-size: 3.125vw;
    width: 25%;
    vertical-align: top;
    float: left;
    line-height: 1.6em;
  }
  .areablock__head dd, .areablock__detail dd {
    display: block;
    font-size: 10px;
    font-size: 3.125vw;
    width: 70%;
    vertical-align: top;
    float: left;
    line-height: 1.6em;
  }
  .areablock__head dd:last-child, .areablock__detail dd:last-child {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    padding-top: 5px;
    padding-top: 1.5625vw;
    color: #666666;
  }
  .areablock__head a, .areablock__detail a {
    text-decoration: underline;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .areablock__head a:hover, .areablock__detail a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    text-decoration: none;
  }
  .areablock__head dt {
    font-family: 'Roboto', "Hiragino Kaku Gothic ProN", 'NotoSans-bold', sans-serif;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .areablock__head dd {
    font-family: 'Roboto', "Hiragino Kaku Gothic ProN", 'NotoSans-bold', sans-serif;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .areablock__head dd:last-child {
    display: none;
  }
}

/***************************************/
.cution_nav {
  margin-bottom: 40px;
  margin-bottom: 12.5vw;
  text-align: center;
}

.cution_nav li {
  width: 87.5%;
  margin: 0 auto;
  padding: 13px 10px;
  border-bottom: 1px #e5477e solid;
  border-bottom: 0.3125vw #e5477e solid;
  height: 64px;
  font-size: 11px;
  font-size: 3.4375vw;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}

.cution_nav li:nth-of-type(even) {
  border-bottom: 1px solid #f6ab00;
  border-bottom: 0.3125vw solid #f6ab00;
}

.cution_nav li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.cution_nav li span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .cution_nav {
    width: 980px;
    margin: 0 auto 70px;
  }
  .cution_nav li {
    border-width: 2px !important;
    display: inline-block;
    margin: 0 20px 26px 20px;
    padding: 13px 10px;
    width: 280px;
    height: 64px;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  .cution_nav li:hover {
    opacity: .5;
  }
}

.tag {
  display: inline-block;
  padding: 4px;
  line-height: 1;
  color: #FFF;
  font-size: 10px;
  width: 105px;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.tag:not(:first-of-type) {
  margin-left: .5em;
}

.tag.fastest {
  background: #E5477E;
}

.tag.lv {
  background: #F6AB00;
}

.tag.bf {
  background: #90c31f;
  margin-right: .5rem;
}

@media screen and (max-width: 768px) {
  .tag {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .tag:first-of-type {
    margin-left: 25%;
  }
  .tag.bf {
    margin-right: .3rem;
  }
}

@media screen and (min-width: 769px) {
  .tag {
    font-size: 12px;
    padding: 5px;
    width: 130px;
  }
}

.theater_info {
  position: relative;
  width: 87.5%;
  margin: 60px auto 0;
}

.theater_info .info_article {
  margin-bottom: 30px;
  padding: 25px 10px;
  border: #e6e9eb solid 1px;
}

.theater_info h5 {
  font-size: 12px;
  font-size: 3.75vw;
  font-weight: bold;
}

.theater_info .txt {
  font-size: 10px;
  font-size: 3.125vw;
  margin-top: 10px;
}

.theater_info .att_list {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 15px;
  font-size: 10px;
  font-size: 3.125vw;
}

.theater_info .tag {
  margin: 0 0.3em;
  width: 92px;
}

@media screen and (min-width: 769px) {
  .theater_info {
    width: 810px;
  }
  .theater_info .info_article {
    padding: 30px 40px;
  }
  .theater_info h5 {
    font-size: 17px;
  }
  .theater_info .txt {
    font-size: 13px;
  }
  .theater_info .att_list {
    font-size: 12px;
  }
  .theater_info .tag {
    width: 102px;
  }
}