@charset "UTF-8";
/***** 基本 *****/
/* カラー */
/* 値 */
/* ブレイクポイント */
/* breakpoint */
/* 基本設定 */
html {
  font-size: 62.5%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 50%; } }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

body, figure, p, h1, h2 {
  margin: 0;
  padding: 0; }

img {
  width: 100%;
  height: auto; }

a {
  color: #dd1122;
  text-decoration: none;
  -webkit-transition: all ease-in-out .6s;
  transition: all ease-in-out .6s; }
  a:hover {
    opacity: 0.75; }

body {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1; }

ul.nav-wrap, .bread,
#schedule, #access, #store, ul.messe-middle,
main.event h2, .event-inner, main.event > .schedule-wrap,
.footer-info {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 959px) {
    ul.nav-wrap, .bread,
    #schedule, #access, #store, ul.messe-middle,
    main.event h2, .event-inner, main.event > .schedule-wrap,
    .footer-info {
      width: 100%; } }

#event ul.bread {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    #event ul.bread {
      margin-bottom: 50px; } }

ul.bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 65px; }
  @media screen and (max-width: 959px) {
    ul.bread {
      padding-left: 20px;
      padding-right: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  @media screen and (max-width: 767px) {
    ul.bread {
      padding-left: 15px;
      padding-right: 15px; } }
  ul.bread li {
    padding-right: 20px; }
    ul.bread li a {
      border-bottom: solid 1px #dd1122;
      position: relative; }
      ul.bread li a::after {
        content: '';
        position: absolute;
        background-image: url(../img/icon-arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
        width: 6px;
        height: 10px;
        top: 2px;
        right: -14px; }

#access .access-inner {
  width: 800px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 959px) {
    #access .access-inner {
      width: 100%; } }

#movie-sub {
  margin-bottom: 60px; }

#date, #schedule, #store {
  padding-top: 70px;
  margin-top: -70px;
  margin-bottom: 60px; }
  @media screen and (max-width: 959px) {
    #date, #schedule, #store {
      padding-left: 20px;
      padding-right: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  @media screen and (max-width: 767px) {
    #date, #schedule, #store {
      padding-left: 15px;
      padding-right: 15px; } }

#date {
  padding-top: 70px;
  margin-top: -70px;
  margin-bottom: 60px; }
  @media screen and (max-width: 959px) {
    #date {
      padding-left: 5px;
      padding-right: 5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

#access {
  padding-top: 70px;
  margin-top: -70px;
  margin-bottom: 60px; }
  @media screen and (max-width: 959px) {
    #access .access-wrap {
      padding-left: 20px;
      padding-right: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  @media screen and (max-width: 767px) {
    #access .access-wrap {
      padding-left: 15px;
      padding-right: 15px; } }

/* ヘッダー */
header {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  width: 100%;
  z-index: 999; }
  @media screen and (max-width: 767px) {
    header {
      background: rgba(0, 0, 0, 0.85); } }
  header ul.nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 959px) {
      header ul.nav-wrap {
        padding-left: 20px;
        padding-right: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    @media screen and (max-width: 767px) {
      header ul.nav-wrap {
        padding-left: 0; } }
    header ul.nav-wrap > li {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-line-pack: justify;
          align-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header ul.nav-wrap > li.left {
        width: 200px;
        padding: 0;
        position: relative; }
        @media screen and (max-width: 959px) {
          header ul.nav-wrap > li.left {
            width: 140px; } }
        @media screen and (max-width: 767px) {
          header ul.nav-wrap > li.left {
            padding-left: 15px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: 70%; } }
        header ul.nav-wrap > li.left a {
          display: block; }
          header ul.nav-wrap > li.left a .top {
            font-size: 1.2rem;
            font-weight: bold;
            line-height: 1.4;
            display: inline-block;
            padding: 0 0 0 20px;
            -webkit-transition: all ease-in-out .6s;
            transition: all ease-in-out .6s;
            cursor: pointer;
            position: relative; }
            @media screen and (max-width: 767px) {
              header ul.nav-wrap > li.left a .top {
                font-size: 1.4rem; } }
            header ul.nav-wrap > li.left a .top::before {
              content: '';
              position: absolute;
              background-image: url(../img/icon-fire.png);
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center bottom;
              display: inline-block;
              -webkit-transition: all ease-in-out .6s;
              transition: all ease-in-out .6s;
              width: 14px;
              height: 22px;
              top: 5px;
              left: 0; }
            header ul.nav-wrap > li.left a .top:hover {
              color: #ffffff; }
              header ul.nav-wrap > li.left a .top:hover::before {
                background-image: url(../img/icon-fire_white.png); }
      header ul.nav-wrap > li.nav-sp {
        display: none;
        padding-right: 5px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 30%; }
        @media screen and (max-width: 767px) {
          header ul.nav-wrap > li.nav-sp {
            display: block; } }
        header ul.nav-wrap > li.nav-sp .menu {
          text-align: right; }
          header ul.nav-wrap > li.nav-sp .menu > div {
            padding: 10px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box; }
        header ul.nav-wrap > li.nav-sp img {
          width: 30px; }
      @media screen and (max-width: 767px) {
        header ul.nav-wrap > li.right {
          display: none;
          width: 100%; } }
      header ul.nav-wrap > li.right ul.nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%; }
        @media screen and (max-width: 767px) {
          header ul.nav-wrap > li.right ul.nav li {
            border-bottom: solid 1px #ffffff;
            width: 100%; }
            header ul.nav-wrap > li.right ul.nav li:nth-of-type(1) {
              border-top: solid 1px #ffffff; } }
      header ul.nav-wrap > li.right a {
        font-size: 1.4rem;
        font-weight: normal;
        text-align: center;
        color: #ffffff;
        display: block;
        padding: 20px 15px;
        border-bottom: solid 2px transparent;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media screen and (max-width: 959px) {
          header ul.nav-wrap > li.right a {
            padding-left: 5px;
            padding-right: 5px; } }
        @media screen and (max-width: 767px) {
          header ul.nav-wrap > li.right a {
            padding-left: 20px;
            padding-right: 20px;
            text-align: left;
            position: relative; }
            header ul.nav-wrap > li.right a::after {
              content: '';
              position: absolute;
              background-image: url(../img/icon-arrow_white.png);
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center bottom;
              width: 10px;
              height: 14px;
              top: 18px;
              right: 20px; } }
        header ul.nav-wrap > li.right a:hover {
          color: #dd1122;
          border-bottom: solid 2px #dd1122;
          opacity: 1; }
          @media screen and (max-width: 767px) {
            header ul.nav-wrap > li.right a:hover {
              color: #ffffff;
              border-bottom: solid 2px transparent; } }

/*  index */
main {
  position: relative; }
  main h2 {
    color: #dd1122;
    font-size: 2.4rem; }
  main .anchor {
    display: block;
    opacity: 0;
    margin-top: -50px;
    padding-top: 50px; }
  main #movie-main {
    background: #000000;
    overflow: hidden; }
    main #movie-main video {
      width: 100%;
      height: auto; }
    main #movie-main ul.messe-top {
      text-align: center;
      width: 100%;
      position: absolute;
      top: 200px; }
      main #movie-main ul.messe-top li {
        background: #dd1122;
        color: #ffffff;
        font-size: 2.4rem;
        font-weight: normal;
        line-height: 1.5;
        display: inline-block;
        padding: 30px 60px;
        border: 1px solid #dd1122;
        border-radius: 2px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          main #movie-main ul.messe-top li {
            font-size: 2rem;
            width: 100%;
            padding-left: 0;
            padding-right: 0; } }
    @media screen and (max-width: 767px) {
      main #movie-main {
        overflow: hidden; } }
  main .sp-event {
    display: none; }
    @media screen and (max-width: 767px) {
      main .sp-event {
        display: block; } }
    main .sp-event a {
      background-image: url(../img/icon-event.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center bottom;
      color: #333333;
      text-align: center;
      line-height: 80px;
      border: none;
      border-radius: 100%;
      display: inline-block;
      width: 80px;
      height: 80px;
      position: absolute;
      left: calc(50% - 40px);
      bottom: 50px; }
  main #movie-sub {
    background: #000000;
    text-align: center; }
    @media screen and (max-width: 767px) {
      main #movie-sub {
        position: relative;
        width: 100%;
        padding-top: 56.25%; }
        main #movie-sub iframe {
          position: absolute;
          top: 0;
          right: 0;
          width: 100% !important;
          height: 100% !important; } }
  main #schedule h2, main #access h2, main #store h2 {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px; }
    main #schedule h2::before, main #access h2::before, main #store h2::before {
      content: '';
      position: absolute;
      background-image: url(../img/icon-fire.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center bottom;
      display: inline-block;
      width: 10px;
      height: 22px;
      top: 0;
      left: 0; }
      @media screen and (max-width: 767px) {
        main #schedule h2::before, main #access h2::before, main #store h2::before {
          width: 12px;
          height: 18px; } }
  main .asterisk {
    font-size: 1.2rem;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 60px; }
  main table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0px; }
    main table:nth-last-of-type(1) {
      margin-bottom: 0; }
    main table caption {
      text-align: left;
      font-size: 16px;
      font-weight: bold;
      padding-top: 5px;
      padding-bottom: 5px; }
    main table th {
      background: #009944;
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 1.3;
      color: #ffffff;
      text-align: center;
      border: 1px solid #efefef;
      padding: 10px;
      border-top: none; }
      @media screen and (max-width: 767px) {
        main table th {
          padding-left: 5px;
          padding-right: 5px; } }
      main table th.venue {
        background: #2d004e;
        border-bottom: none; }
        main table th.venue a {
          color: #ffffff;
          border-bottom: solid 1px #ffffff; }
          main table th.venue a:hover {
            color: #dd1122;
            border-bottom: solid 1px #dd1122; }
    main table td {
      line-height: 1.3;
      border: 1px solid #efefef;
      padding: 10px; }
      @media screen and (max-width: 767px) {
        main table td {
          padding-left: 5px;
          padding-right: 5px; } }
      main table td:nth-of-type(1) {
        text-align: left; }
      main table td:nth-of-type(2) {
        text-align: left; }
      main table td:nth-last-of-type(1) {
        text-align: center; }
      main table td.venue {
        background: #efefef; }
  main a {
    border-bottom: 1px solid #dd1122; }
  main #date {
    text-align: center; }
    main #date h2 {
      margin-bottom: 20px; }
    main #date strong {
      font-family: 'times new roman', times, serif;
      font-size: 50px;
      display: block;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        main #date strong {
          font-size: 40px; } }
      main #date strong span {
        font-size: 35px;
        padding-left: 8px;
        padding-right: 8px; }
        main #date strong span:nth-last-of-type(1) {
          padding-left: 0;
          padding-right: 0; }
    main #date .hour {
      font-size: 24px; }
    main #date ul.messe-middle {
      text-align: center;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        main #date ul.messe-middle {
          padding-left: 15px;
          padding-right: 15px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; } }
      main #date ul.messe-middle li {
        color: #dd1122;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.5;
        display: inline-block;
        padding: 30px 40px;
        border: 1px solid #dd1122;
        border-radius: 2px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          main #date ul.messe-middle li {
            font-size: 1.8rem;
            padding: 20px;
            width: 100%; } }
        main #date ul.messe-middle li div {
          color: #333333;
          font-size: 1.8rem;
          font-weight: normal;
          margin-top: 5px; }
  main #schedule table th:nth-of-type(1) {
    width: 30%; }
    @media screen and (max-width: 767px) {
      main #schedule table th:nth-of-type(1) {
        width: 35%; } }
  main #schedule table th:nth-of-type(2) {
    width: 50%; }
    @media screen and (max-width: 767px) {
      main #schedule table th:nth-of-type(2) {
        width: 35%; } }
  main #schedule table th:nth-of-type(3) {
    width: 30%; }
  main #access .title {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  main #access .access-wrap {
    background: #efefef; }
    main #access .access-wrap .access-inner {
      padding-top: 30px; }
      main #access .access-wrap .access-inner .item {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 10px; }
      main #access .access-wrap .access-inner p {
        margin-bottom: 25px; }
      main #access .access-wrap .access-inner img {
        background: #ffffff; }
      main #access .access-wrap .access-inner figcaption {
        text-align: right;
        padding-top: 10px;
        padding-bottom: 30px; }
  main #store .store-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    main #store .store-wrap li {
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        main #store .store-wrap li {
          width: 100%; } }
      main #store .store-wrap li:nth-of-type(odd) {
        padding-right: 10px; }
        @media screen and (max-width: 767px) {
          main #store .store-wrap li:nth-of-type(odd) {
            padding-right: 0; } }
      main #store .store-wrap li:nth-of-type(even) {
        padding-left: 10px; }
        @media screen and (max-width: 767px) {
          main #store .store-wrap li:nth-of-type(even) {
            padding-left: 0; } }
    main #store .store-wrap table {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 20px; }
      main #store .store-wrap table th:nth-of-type(1) {
        width: 40%; }
      main #store .store-wrap table th:nth-of-type(2) {
        width: 60%; }
      main #store .store-wrap table td {
        text-align: left; }
  main ul.event-wrap {
    margin-bottom: 60px; }
    main ul.event-wrap li .event-inner {
      padding-top: 30px;
      padding-bottom: 30px; }
      @media screen and (max-width: 959px) {
        main ul.event-wrap li .event-inner {
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 20px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; } }
      @media screen and (max-width: 767px) {
        main ul.event-wrap li .event-inner {
          padding-left: 15px;
          padding-right: 15px;
          padding-bottom: 15px; } }
      main ul.event-wrap li .event-inner h3 {
        color: #dd1122;
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.4;
        padding-left: 20px;
        margin-top: 0;
        margin-bottom: 5px;
        position: relative; }
        main ul.event-wrap li .event-inner h3::before {
          content: '';
          position: absolute;
          background-image: url(../img/icon-fire.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center bottom;
          display: inline-block;
          width: 12px;
          height: 20px;
          top: 4px;
          left: 0; }
      main ul.event-wrap li .event-inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%; }
        main ul.event-wrap li .event-inner ul li {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: calc(100% - 310px); }
          @media screen and (max-width: 767px) {
            main ul.event-wrap li .event-inner ul li {
              width: 100%; } }
          main ul.event-wrap li .event-inner ul li.img {
            width: 310px;
            position: relative; }
            @media screen and (max-width: 767px) {
              main ul.event-wrap li .event-inner ul li.img {
                padding-top: 5px;
                width: 100%; } }
            main ul.event-wrap li .event-inner ul li.img img {
              width: 300px;
              height: auto;
              border-radius: 2px; }
              @media screen and (max-width: 767px) {
                main ul.event-wrap li .event-inner ul li.img img {
                  width: 100%; } }
          main ul.event-wrap li .event-inner ul li .sp-next {
            display: none;
            position: absolute;
            top: 15px;
            right: 10px; }
            @media screen and (max-width: 767px) {
              main ul.event-wrap li .event-inner ul li .sp-next {
                display: block; } }
            main ul.event-wrap li .event-inner ul li .sp-next a {
              background-image: url(../img/icon-event.png);
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center bottom;
              color: #333333;
              text-align: center;
              line-height: 80px;
              border: none;
              border-radius: 100%;
              display: inline-block;
              width: 60px;
              height: 60px; }
          main ul.event-wrap li .event-inner ul li:nth-of-type(odd) {
            padding-right: 10px; }
            @media screen and (max-width: 767px) {
              main ul.event-wrap li .event-inner ul li:nth-of-type(odd) {
                padding-right: 0; } }
          main ul.event-wrap li .event-inner ul li:nth-of-type(even) {
            padding-left: 10px; }
            @media screen and (max-width: 767px) {
              main ul.event-wrap li .event-inner ul li:nth-of-type(even) {
                padding-left: 0; } }
      main ul.event-wrap li .event-inner p, main ul.event-wrap li .event-inner li {
        font-size: 1.8rem;
        line-height: 2.0; }
        @media screen and (max-width: 767px) {
          main ul.event-wrap li .event-inner p, main ul.event-wrap li .event-inner li {
            width: 100%; } }
  main .map a {
    font-size: 1.8rem;
    line-height: 2.0; }

main.event .anchor.schedule {
  margin-top: 0;
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    main.event .anchor.schedule {
      margin-top: -50px;
      padding-top: 50px; } }
main.event > .schedule-wrap {
  margin-bottom: 60px; }
  @media screen and (max-width: 959px) {
    main.event > .schedule-wrap {
      padding-left: 20px;
      padding-right: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  @media screen and (max-width: 767px) {
    main.event > .schedule-wrap {
      padding-left: 15px;
      padding-right: 15px; } }
main.event h2 {
  color: #000000;
  font-family: 'times new roman', times, serif;
  font-size: 40px;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    main.event h2 {
      font-size: 35px;
      margin-top: 60px;
      margin-bottom: 60px; } }
main.event table th:nth-of-type(1) {
  width: 30%; }
  @media screen and (max-width: 767px) {
    main.event table th:nth-of-type(1) {
      width: 30%; } }
main.event table th:nth-of-type(2) {
  width: 50%; }
  @media screen and (max-width: 767px) {
    main.event table th:nth-of-type(2) {
      width: 45%; } }
main.event table th:nth-of-type(3) {
  width: 20%; }
  @media screen and (max-width: 767px) {
    main.event table th:nth-of-type(3) {
      width: 25%; } }
main.event .event-wrap {
  margin-bottom: 0; }

main.home ul.event-wrap > li:nth-of-type(odd) > .event-block {
  background: #efefef; }
main.home ul.event-wrap > li:nth-of-type(odd) > .event-block.first {
  background: #ffffff; }
  main.home ul.event-wrap > li:nth-of-type(odd) > .event-block.first .event-inner {
    padding-top: 0; }

main.event ul.event-wrap > li .event-block {
  background: #ffffff; }
main.event ul.event-wrap > li .event-block.first .event-inner {
  padding-top: 0; }

/* フッター */
footer {
  background: #efefef;
  margin-top: 100px; }

.footer-info {
  padding-top: 30px;
  padding-bottom: 10px; }
  @media screen and (max-width: 959px) {
    .footer-info {
      padding-left: 20px;
      padding-right: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  @media screen and (max-width: 767px) {
    .footer-info {
      padding-left: 15px;
      padding-right: 15px; } }
  .footer-info p {
    margin-bottom: 8px;
    line-height: 1.4; }

small {
  background: #000000;
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  width: 100%;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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