@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
html, body {
  height: 100%; }

body {
  font-size: small;
  *font: x-small;
  background: #FFF;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  font-size: 15px; }

select, input, button, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

@media (max-width: 768px) {
  img {
    max-width: 100%; } }

/*
**:::::::  common style   :::::::
*/
@media (min-width: 1024px) {
  #pagetop {
    position: fixed;
    right: 8px;
    bottom: -50px;
    width: 41px;
    height: 38px;
    background: url(../images/common/img_pagetop.png) 0 0 no-repeat;
    z-index: 9999; }

  #pagetop a {
    background: url(../images/common/img_pagetop_arrow.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 35px;
    margin-top: 3px;
    text-indent: -9999px;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 41px;
    outline: none; }

  #pagetop a:hover {
    background-position: 0 100%; }

  #pagetop a img {
    display: block; }

  br.pc_hide {
    display: none; } }
a {
  text-decoration: none;
  color: #f59b31;
  outline: none;
  text-decoration: none; }

a:hover {
  color: #1d84c6; }

#header {
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px #DDD solid;
  background-color: #061214; }

@media (min-width: 941px) {
  #header-inner {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%; }

  #header nav {
    width: 100%; }

  #header nav ul {
    display: table;
    width: 100%; }

  #header nav ul li {
    display: table-cell;
    font-family: 'Fjalla One',sans-serif;
    text-align: center;
    font-size: 15px;
    padding: 0 25px;
    position: relative;
    display: inline-block;
    background-image: url(../img/common/bg/bg_gnav.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 10px 14px;
    letter-spacing: .08em; }

  #header nav ul li a {
    color: #fff; }

  #header nav ul li a:hover {
    color: #a4e5f1; }

  #header nav ul li.logo {
    width: 160px;
    padding-right: 200px; }

  #header nav ul li.logo img {
    vertical-align: middle;
    max-width: 100%; }

  .p_none,
  #header nav ul li.drawer-brand {
    display: none !important; }

  #header nav ul li:last-child {
    margin-right: 0; } }
@media (max-width: 940px) {
  #header {
    height: 0px;
    font-family: 'Fjalla One',sans-serif; }

  #header nav ul li a {
    line-height: 30px; }

  #header nav ul li.logo {
    display: none; } }
main {
  width: 100%;
  min-height: 100%;
  height: auto; }

#main {
  width: 100%;
  min-height: 100%; }
  @media (min-width: 768px) {
    #main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media (min-width: 768px) {
  .top_main {
    height: 960px; } }

.main-visual {
  background: url(../img/top_bg01.jpg) no-repeat center top;
  background-size: cover;
  width: calc(100% - 390px);
  height: auto;
  min-height: 100%;
  display: block;
  color: transparent;
  position: relative; }
  @media (max-width: 768px) {
    .main-visual {
      width: 100%;
      min-height: auto; } }
  .main-visual .catch {
    position: absolute;
    top: 34px;
    right: 5%; }
    @media (max-width: 768px) {
      .main-visual .catch {
        width: 60%; } }
  .main-visual .top_bottom {
    position: absolute;
    left: 50%;
    bottom: 34px;
    max-width: 80%;
    margin-left: -40%; }

.info {
  background: url(../img/side_bg.png) no-repeat center;
  background-size: cover;
  width: 390px;
  height: 100%;
  min-height: 640px;
  box-sizing: border-box;
  padding: 390px 30px 0 40px;
  position: relative;
  color: #fff; }
  @media (min-width: 768px) {
    .info {
      font-size: 14px;
      font-weight: bold;
      line-height: 1.6; } }
  @media (max-width: 768px) {
    .info {
      width: 100%;
      height: auto;
      min-height: auto;
      padding: 50px 5%; } }
  .info .performers {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px #fff dashed; }

@media (min-width: 768px) {
  .info img.logo {
    position: absolute;
    top: 50px;
    right: 5%; } }
@media (max-width: 768px) {
  .info img.logo {
    position: relative;
    top: -180px;
    margin-bottom: -130px; } }
@media (min-width: 768px) {
  .info img.theater {
    position: absolute;
    top: 270px;
    right: 5%;
    width: 330px; } }
@media (max-width: 768px) {
  .info img.theater {
    width: 240px;
    margin: 20px auto; } }
@media (min-width: 768px) {
  .info img.curio-logo {
    width: 200px;
    margin-top: 30px; } }
@media (max-width: 768px) {
  .info img.curio-logo {
    width: 130px;
    margin: 50px auto 0; } }

.sns {
  margin-top: 18px; }

.snsList {
  display: inline-block;
  margin-right: 10px; }

.tweet {
  position: relative;
  top: 5px; }

.page_bg {
  width: 100%;
  background: url(../img/page_bg.png) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100%;
  padding-bottom: 50px; }

.intro_wrap {
  max-width: 1080px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .intro_wrap {
      width: 90%;
      margin: 0 auto; } }

.tit_page {
  padding-top: 70px;
  margin-bottom: 50px;
  text-align: center; }
  @media (max-width: 768px) {
    .tit_page {
      width: 80%;
      margin: 0 auto 50px; } }

.intro_text {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  max-width: 800px;
  margin: 0 auto; }

.intro_img {
  max-width: 100%;
  margin-bottom: 40px; }

.intro_img02 {
  max-width: 100%;
  margin-top: 40px; }

.title1 {
  padding: 10px 0;
  margin-bottom: 24px;
  font-size: 23px;
  color: #fff;
  text-align: center; }

.title1::after {
  content: '';
  width: 80px;
  margin: 20px auto;
  display: block;
  height: 1px;
  background-color: #fff; }

.theater_table {
  width: 100%;
  margin-bottom: 70px; }

.theater_table thead th {
  background: rgba(57, 83, 135, 0.8);
  color: #fff;
  border-bottom: 0; }

.theater_table th {
  border-bottom: 1px #fff solid;
  padding: 5px 10px;
  text-align: left;
  width: 20%;
  font-weight: normal; }

.theater_table td {
  border-bottom: 1px #fff solid;
  padding: 10px 0;
  padding-left: 10px;
  width: 30%; }

.theater_table tr td:last-child {
  width: 50%;
  font-size: 17px; }

@media (max-width: 768px) {
  .theater_table thead {
    display: none; }

  .theater_table th {
    border-bottom: none;
    padding: 7px 0;
    width: 100%;
    text-align: center;
    display: block;
    background-color: #222; }

  .theater_table td {
    border-bottom: 1px #DDD solid;
    padding: 7px 2%;
    display: inline-block;
    width: 44%;
    font-size: 15px;
    margin: 0; }

  .theater_table tr td:last-child {
    padding: 7px 2%;
    display: inline-block;
    width: 46%;
    font-size: 15px; } }
.artist_list {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: #999 solid 1px; }

@media (min-width: 768px) {
  .artist_img {
    float: left;
    max-width: 50%; } }

.atrtists dl {
  color: #fff; }
  @media (min-width: 768px) {
    .atrtists dl {
      float: right;
      width: 45%; } }
  .atrtists dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px; }
    .atrtists dl dt span {
      font-family: 'Fjalla One',sans-serif;
      font-size: 13px;
      letter-spacing: 0.08em;
      font-weight: normal;
      color: #e0ff79;
      display: inline-block;
      margin-left: 20px; }
  .atrtists dl dd {
    font-size: 14px; }

.awards {
  font-family: 'Fjalla One',sans-serif;
  text-align: center;
  color: #fff; }

.imgList {
  max-width: 800px;
  width: 90%;
  margin: 50px auto 0; }
  .imgList li {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .imgList li {
        float: left;
        width: 49%; } }
    @media (min-width: 768px) {
      .imgList li:nth-child(odd) {
        margin-right: 2%; } }
    .imgList li img {
      max-width: 100%; }

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #fff !important; }

/*# sourceMappingURL=cmn.css.map */
