@charset "UTF-8";
/*/////////////////////////////
 reset
 /////////////////////////////*/
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, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

button {
  background: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*/////////////////////////////
 base
 /////////////////////////////*/
body {
  width: 100%;
  height: 100%;
  line-height: 1.4;
  font-size: 10px;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #fff;
  -webkit-text-size-adjust: 100%;
}

html {
  height: 100%;
}

/* list
* ------------------------- */
li {
  list-style: none;
}

/* link
* ------------------------- */
a {
  color: #ff0080;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

/* img
* ------------------------- */
img {
  width: 100%;
  vertical-align: bottom;
  border: 0px;
}

a img {
  border: 0px;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
    outline: none;
    vertical-align: top;
  }
}
/* headings
* ------------------------- */
h1, h2, h3, h4, h5 {
  font-weight: bold;
  font-size: 100%;
}

/* clearfix
* ------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* other
* ------------------------- */
/* linkbox */
.linkbox {
  cursor: pointer;
}

/* pc,sp */
.spOnly {
  display: none;
}

@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }
}
/* ==========================================================
 【live Holic】(c)visual and echo japan
	Created: 2017-01-25

【module】
  00.common
 ========================================================== */
 /*/////////////////////////////
  00. common
  - 1. container
  - 2. contentTitle01
  - 3. reserveBtn
  - 4. lyt2col
  - 5. pageTopBox
/////////////////////////////*/
/* 1. container
* ------------------------- */
.container {
  max-width: 960px;
  margin: 0 auto;
}

/* 2. contentTitle01
* ------------------------- */
.contentTitle01 {
  color: #ff0080;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 25px;
  position: relative;
}
.contentTitle01:after {
  content: "";
  width: 87.91667%;
  height: 0;
  border-top: #ff0080 1px dashed;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5px;
}

/* 3. reserveBtn
* ------------------------- */
.reserveBtn {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #ff0080;
  display: block;
  border-radius: 2px;
  padding: 17px 0 15px;
  -webkit-transition: .3s;
  transition: .3s;
}
.reserveBtn:hover {
  color: #ff0080;
  background: #fff;
  text-decoration: none;
}

/* 4. lyt2col
* ------------------------- */
.lyt2col {
  overflow: hidden;
  margin: 0 -10px;
}
.lyt2col > .col {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0 10px;
}

/* 5. pageTopBox
* ------------------------- */
.pageTopBox {
  width: 220px;
  padding: 50px 0 0;
  margin: 0 auto;
}
.pageTopBox a {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  padding: 7px 0 5px;
}

/* ==========================================================
【section】
  01.header
  02.footer
  03.main
  04.baseInfo
  05.goodsArea
  06.actBlock
  07.foodArea
  08.ticketsArea
  09.accessArea
  10.archivesSection
  11.movieContent
  12.timeBlock
  13.goodsArea
  14. modal

 ========================================================== */
 /*/////////////////////////////
  01. header
  - 1. header
/////////////////////////////*/
/* 1. header
* ------------------------- */
.header {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.header .visual {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.header .visual img {
  width: auto;
  height: 100%;
	position: absolute;
	top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .scrollLink {
  color: #ff0080;
  font-size: 13px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .1em;
  line-height: 1;
  position: absolute;
  top: 86.82%;
  left: 48.7%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.header .scrollLink a {
  display: block;
  padding: 50px 0 0;
}
.header .scrollLink a:hover {
  text-decoration: none;
}
.header .scrollLink a:before {
  content: "";
  width: 30px;
  height: 40px;
  display: block;
  border: #ff0080 2px solid;
  border-radius: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
}
.header .scrollLink a:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #ff0080;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -3px;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
 /*/////////////////////////////
  02. footer
  - 1. footer
/////////////////////////////*/
/* 1. footer
* ------------------------- */
.footer {
  background: #1e1e1e;
  padding: 12px 0 11px;
}
.footer > div {
  overflow: hidden;
}
.footer .logo {
  width: 178px;
  float: left;
}
.footer .copy {
  width: 164px;
  float: right;
  margin: 5px 0 0;
}

 /*/////////////////////////////
  03. main
  - 1. main
/////////////////////////////*/
/* 1. main
* ------------------------- */
.main {
  background: url("../img/bg.gif") repeat;
  padding: 0 0 20px;
}
.main .leadText {
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
  padding: 70px 0 15px;
}
.main .section {
  margin: 50px 0 0;
}

 /*/////////////////////////////
  04. baseInfo
  - 1. baseInfo
/////////////////////////////*/
/* 1. baseInfo
* ------------------------- */
.baseInfo {
  background: #ff0080;
  padding: 20px 0;
}
.baseInfo > div {
  overflow: hidden;
}
.baseInfo .infoList {
  width: 40%;
  float: left;
  margin-left: 3%;
  color: #141414;
  font-size: 12px;
  line-height: 1.8;
}
.baseInfo .infoList:first-child {
  margin-left: 0;
}
.baseInfo .infoList li > * {
  display: table-cell;
  vertical-align: top;
}
.baseInfo .infoList li .cap {
  white-space: nowrap;
}
.baseInfo .infoList li a {
  color: #fff;
}
.baseInfo .sns {
  width: 14%;
  float: left;
  margin-left: 3%;
}

 /*/////////////////////////////
  05. goodsArea
  - 1. goodsArea
/////////////////////////////*/
/* 1. goodsArea
* ------------------------- */
.goodsArea .title {
  color: #ff0080;
  font-size: 22px;
  margin: 0 0 15px;
}
.goodsArea .goodsInner {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.goodsArea .goodsInner > * {
  display: table-cell;
  vertical-align: top;
}
.goodsArea .goodsInner .topicsText02 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.6;
}
.goodsArea .goodsInner .reserveBox02 {
  width: 225px;
}

 /*/////////////////////////////
  06. actBlock
  - 1. actBlock
/////////////////////////////*/
/* 1. actBlock
* ------------------------- */
.actBlock {
  text-align: center;
}
.actBlock + .actBlock {
  margin-top: 40px;
}
.actBlock .title {
  color: #ff0080;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 5px;
}
.actBlock .title span {
  font-size: 20px;
}
.actBlock .timeText {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 20px;
}
.actBlock .order50Text {
  color: #a0a0a0;
  font-size: 12px;
  margin: 0 0 20px;
}
.actBlock .actTextPC {
  font-size: 16px;
  letter-spacing: -0.4em;
  word-spacing: 0.1em;
}
.actBlock .actTextPC > li {
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  padding: 0 1em;
  position: relative;
}
.actBlock .actTextPC > li .spList {
  display: inline-block;
  padding-left: 2em;
  position: relative;
}
.actBlock .actTextPC > li:before,
.actBlock .actTextPC > li .spList:before {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  left: -0.25em;
}
.actBlock .actTextPC > li .spList:before {
  left: 0.75em;
}
.actBlock .actTextPC > li:first-child:before {
  display: none;
}
.actBlock .actTextPC > li.noSlash:before {
  display: none;
}

 /*/////////////////////////////
  07. foodArea
  - 1. foodArea
  - 2. foodBlock
/////////////////////////////*/
/* 1. foodArea
* ------------------------- */
.foodArea {
  overflow: hidden;
}
.foodArea .foodLead,
.foodArea .foodNotice {
  font-size: 12px;
  letter-spacing: -0.03em;
  line-height: 1.6;
}

/* 2. foodBlock
* ------------------------- */
.foodArea .foodBlock {
  overflow: hidden;
  margin: 0 -2.38095%;
}
.foodArea .foodBlock > .col {
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding: 0 2.5%;
  margin: 35px 0 0;
}
.foodArea .foodBlock > .col.titleCol {
  position: relative;
}
.foodArea .foodBlock > .col.titleCol .hdg {
  border: #ff0080 1px solid;
  position: absolute;
  top: 0;
  right: 9.6%;
  bottom: 0;
  left: 9.6%;
}
.foodArea .foodBlock > .col.titleCol .hdgTitle {
  width: 100%;
  height: 89px;
  min-height: 89px !important;
  color: #ff0080;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.foodArea .foodBlock > .col.titleCol .hdgTitle strong {
  font-size: 70px;
}
.foodArea .foodBlock > .col.titleCol .hdgTitle .date {
  font-size: 23px;
  display: block;
}
.foodArea .foodBlock > .col .title {
  color: #ff0080;
  width: 100%;
  display: table;
  table-layout: inherit;
  margin: 0 0 5px;
}
.foodArea .foodBlock > .col .title > * {
  display: table-cell;
  vertical-align: middle;
}
.foodArea .foodBlock > .col .title .act {
  font-size: 12px;
  letter-spacing: -0.03em;
}
.foodArea .foodBlock > .col .title .region {
  font-size: 30px;
  white-space: nowrap;
  text-align: right;
}
.foodArea .foodBlock > .col .title .region small {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.foodArea .foodBlock > .col .text {
  background: #ff0080;
  padding: 10px 6% 15px;
}
.foodArea .foodBlock > .col .text dt {
  font-size: 12px;
  font-weight: bold;
  min-height: 3em;
}
.foodArea .foodBlock > .col .text dd {
  color: #000;
  font-size: 12px;
  margin: 5px 0 0;
}
.foodArea .foodBlock > .col .text dd .price {
  display: block;
}
.foodArea .foodBlock > .col .text dd .price:after {
  content: "-";
  display: inline-block;
}

 /*/////////////////////////////
  08. ticketsArea
  - 1. ticketsArea
/////////////////////////////*/
/* 1. ticketsArea
* ------------------------- */
.ticketsArea {
  overflow: hidden;
}
.ticketsArea .ticketsText02 {
  border-left: #ff0080 6px solid;
  padding-left: 14px;
}
.ticketsArea .ticketsText02 p {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}
.ticketsArea .ticketsLink {
  overflow: hidden;
  margin: 0 -10px;
}
.ticketsArea .ticketsLink > li {
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding: 0 10px;
}
.ticketsArea .ticketsLink > li .cap {
  height: 35px;
  display: block;
  text-align: center;
  margin: 0 0 15px;
}
.ticketsArea .ticketsLink > li .cap img {
  width: auto;
  max-width: 100%;
}
.ticketsArea .ticketsLink > li .btn {
  display: block;
  margin: 0 0 15px;
}

 /*/////////////////////////////
  09. accessArea
  - 1. accessArea
/////////////////////////////*/
/* 1. accessArea
* ------------------------- */
.accessArea {
  overflow: hidden;
}
.accessArea .accessText {
  width: 340px;
  float: left;
  margin-right: 50px;
}
.accessArea .accessText p {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 25px;
}
.accessArea .accessText p a {
  color: #ff0080;
}
.accessArea .gMap {
  width: calc(100% - 390px);
  height: auto;
  float: left;
  position: relative;
  overflow: hidden;
}
.accessArea .gMap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.accessArea .gMap:before {
  content: "";
  display: block;
  padding-top: 67.36842%;
}

 /*/////////////////////////////
  10. archivesSection
  - 1. archivesSection
/////////////////////////////*/
/* 1. archivesSection
* ------------------------- */
.archivesSection {
  margin: 60px 0 0;
  overflow: hidden;
}
.archivesSection .archivesHide.is-hidden {
  display: none;
}
.archivesSection .toggleBox {
  margin: 0 0 30px;
}
.archivesSection .toggleBox a {
  padding: 12px 0 10px;
}
.archivesSection .archiveBox {
  margin: 20px 0 0;
}
.archivesSection .archiveBox .title {
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: #ff0080 1px solid;
}
.archivesSection .archiveBox .title .textVol {
  color: #ff0080;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
.archivesSection .archiveBox .archives01 p,
.archivesSection .archiveBox .archives02 p {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 10px;
}
.archivesSection .archiveBox .reportBox {
  margin: 15px 0 0;
}
.archivesSection .archiveBox .reportBox a {
  font-size: 13px;
  padding: 7px 0 5px;
}
.archivesSection .archiveBox .reportBox .noReportBtn {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 7px 0 5px;
  background: #666;
  display: block;
  border-radius: 2px;
}

 /*/////////////////////////////
  11. movieContent
  - 1. movieContent
/////////////////////////////*/
/* 1. movieContent
* ------------------------- */
.movieContent {
  background: url("../img/bg_movie.gif") repeat;
  padding: 40px 0 60px;
  margin: 50px 0 0;
  overflow: hidden;
}
.movieContent .lead {
  font-size: 34px;
  font-family: 'Crimson Text', "游明朝", YuMincho, "游ゴシック" , Yu Gothic, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  line-height: 1;
  text-align: center;
  margin: 0 0 35px;
}
.movieContent .lead em {
  color: #ff1400;
}
.movieContent .lead small {
  font-size: 28px;
}
.movieContent .leadText {
  padding: 0;
  margin: 0 0 35px;
}
.movieContent .mainMovie {
  max-width: 640px;
  width: 66.66667%;
  margin: 0 auto;
}
.movieContent .mainMovie .movie {
  position: relative;
}
.movieContent .mainMovie .movie:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.movieContent .mainMovie .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.movieContent .title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 30px;
}
.movieContent .title .vol {
  color: #ff1400;
}
.movieContent .movieList {
  overflow: hidden;
  margin: 0 -7px;
}
.movieContent .movieList li {
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding: 0 7px;
}
.movieContent .movieList li > a,
.movieContent .movieList li > span {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 8px 0 10px;
  border-bottom: #3c3c3c 1px solid;
  -webkit-transition: .3s;
  transition: .3s;
}
.movieContent .movieList li > a:hover,
.movieContent .movieList li > span:hover {
  text-decoration: none;
}
.movieContent .movieList li > a > *,
.movieContent .movieList li > span > * {
  display: table-cell;
  vertical-align: middle;
}
.movieContent .movieList li > a .image,
.movieContent .movieList li > span .image {
  width: 65px;
}
.movieContent .movieList li > a .num,
.movieContent .movieList li > span .num {
  color: #ff1400;
  font-family: 'Crimson Text', sans-serif;
  font-size: 20px;
  width: 1em;
  padding: 0 0 0 8px;
}
.movieContent .movieList li > a .text,
.movieContent .movieList li > span .text {
  font-size: 10px;
  font-weight: bold;
  padding: 0 0 0 10px;
}
.movieContent .movieList li > a.disabled > *,
.movieContent .movieList li > span.disabled > * {
  color: #505050;
}
.movieContent .movieList li > a:hover,
.movieContent .movieList li > span:hover {
  color: #ff1400;
}

 /*/////////////////////////////
  12. timeBlock
  - 1. timeBlock
/////////////////////////////*/
/* 1. timeBlock
* ------------------------- */
.timeBlock .lead {
  font-size: 18px;
  margin: 0 0 30px;
}
.timeBlock .hdg03 {
  color: #ff0080;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  padding: 0 0 15px;
  border-bottom: #ff0080 1px solid;
}
.timeBlock .timeTable li {
  font-size: 14px;
  border-bottom: #505050 1px dashed;
  padding: 9px 0 7px;
}
.timeBlock .timeTable li > * {
  display: table-cell;
  vertical-align: middle;
}
.timeBlock .timeTable li .num {
  color: #ff0080;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
  padding-right: 15px;
}
.timeBlock .timeTable li .hour {
  white-space: nowrap;
  padding-right: 15px;
}
.timeBlock .lyt2col {
  margin: 0 -10px 35px;
}
.timeBlock .notice {
  font-size: 12px;
  margin: 5px 0 0;
}
.timeBlock .comingsoon {
  color: #ff0080;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin-top: 120px;
}

 /*/////////////////////////////
  13. goodsArea
  - 1. goodsArea
/////////////////////////////*/
/* 1. goodsArea
* ------------------------- */
.goodsArea .lead {
  color: #ff0080;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Montserrat', "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  margin: 0 0 20px;
}
.goodsArea .lead em {
  font-size: 22px;
}
.goodsArea .notice {
  font-size: 12px;
  margin: 5px 0 0;
}
.goodsArea .goodsList {
  overflow: hidden;
  margin: 0 -15px 30px;
}
.goodsArea .goodsList .col {
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding: 0 15px;
  margin: 40px 0 0;
}
.goodsArea .goodsList .col a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}
.goodsArea .goodsList .col a:hover {
  text-decoration: none;
  opacity: .7;
}
.goodsArea .goodsList .col .image {
  text-align: center;
}
.goodsArea .goodsList .col .text {
  margin: 10px 0 0;
}
.goodsArea .goodsList .col .text > p {
  font-weight: bold;
  margin: 5px 0 0;
}
.goodsArea .goodsList .col .text > p:first-child {
  margin: 0;
}
.goodsArea .goodsList .col .text .name {
  color: #ff0080;
  font-size: 16px;
  font-family: 'Montserrat', "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.goodsArea .goodsList .col .text .product {
  color: #ff0080;
  font-size: 18px;
  line-height: 1.2;
}
.goodsArea .goodsList .col .text .product small {
  font-size: 12px;
}
.goodsArea .goodsList .col .text .detail {
  font-size: 16px;
}
.goodsArea .goodsList .col .text .detail > * {
  display: table-cell;
  vertical-align: middle;
}
.goodsArea .goodsList .col .text .detail .size {
  font-size: 12px;
  padding-right: 10px;
}
.goodsArea .goodsList .col .text .alert {
  font-size: 10px;
}

/*/////////////////////////////
14. modal
- 1. modal_overlay
- 2. modal_content
/////////////////////////////*/
/* 1.modal_overlay
* ------------------------- */
#modal_overlay {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}

/* 2.modal_content
* ------------------------- */
.modal_content {
  width: 50%;
  max-width: 640px;
  line-height: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 101;
  display: none;
}
.modal_content .btnClose {
  width: 25px;
  height: 0;
  line-height: 1.5;
  cursor: pointer;
  overflow: hidden;
  padding-top: 25px;
  position: absolute;
  top: -25px;
  right: -25px;
}
.modal_content .btnClose:before,
.modal_content .btnClose:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -12.5px;
}
.modal_content .btnClose:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13px;
}
.modal_content .btnClose:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
}


/*------------------------------------------------------------------ */
/*  TABLET
/*------------------------------------------------------------------ */
@media (max-width: 979px) {
  .reserveBtn:hover {
    color: #fff;
    background: #ff0080;
  }

  .header {
    height: auto;
  }
  .header .visual {
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .header .visual img {
    width: 100%;
    height: auto;
		position: static;
		-webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .header .scrollLink {
    display: none;
  }

  .goodsArea .goodsInner {
    display: block;
  }
  .goodsArea .goodsInner > * {
    display: block;
  }
  .goodsArea .goodsInner .reserveBox02 {
    margin: 15px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    max-width: none;
    width: 98%;
  }

  .baseInfo .infoList {
    font-size: 11px;
  }

  .actBlock .title {
    font-size: 21px;
  }

  .foodArea .foodBlock {
    margin: 0 -1.0395%;
  }
  .foodArea .foodBlock > .col {
    padding: 0 1.06157%;
  }
  .foodArea .foodBlock > .col.titleCol .hdg {
    right: 4.16667%;
    left: 4.16667%;
  }

  .ticketsArea .ticketsLink {
    width: 640px;
    margin: 0 auto;
  }
  .ticketsArea .ticketsLink > li {
    width: 305px;
    padding: 0 40px;
    margin: 0 0 30px;
  }

  .archivesSection .archiveBox .title {
    font-size: 12px;
  }
  .archivesSection .archiveBox .title .textVol {
    font-size: 16px;
  }
  .archivesSection .archiveBox .archives01 p,
  .archivesSection .archiveBox .archives02 p {
    font-size: 10px;
  }

  .movieContent .movieList {
    margin: 0 -10px;
  }
  .movieContent .movieList li {
    width: 50%;
    padding: 0 10px;
  }

  .goodsArea .goodsList {
    margin: 0 -1.0395% 30px;
  }
  .goodsArea .goodsList .col {
    padding: 0 1.06157%;
  }

  .modal_content {
    width: 80%;
    max-width: none;
  }
}
/*------------------------------------------------------------------ */
/*  SMARTPHONE
/*------------------------------------------------------------------ */
@media (max-width: 767px) {
  .container {
    max-width: none;
    width: 95%;
  }

  .contentTitle01 {
    overflow: hidden;
  }
  .contentTitle01:after {
    left: 116px;
  }

  .lyt2col {
    margin: 0 -2.66667%;
  }
  .lyt2col > .col {
    padding: 0 2.73973%;
  }

  .main .leadText {
    font-size: 14px;
    padding: 40px 0 0;
  }

  .baseInfo .infoList {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .baseInfo .sns {
    width: 100%;
    float: none;
    letter-spacing: -0.4em;
    text-align: center;
    margin-left: 0;
  }
  .baseInfo .sns li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0 10px;
  }

  .actBlock .title {
    font-size: 23px;
    margin: 0 0 8px;
  }
  .actBlock .timeText {
    margin: 0 0 10px;
  }
  .actBlock .order50Text {
    margin: 0 0 10px;
  }
  .actBlock .actTextPC {
    font-size: 15px;
  }
  .actBlock .actTextPC > li {
    line-height: 1.7;
    display: block;
    padding: 0;
  }
  .actBlock .actTextPC > li:before {
    display: none;
  }

  .foodArea .foodBlock {
    margin: 0 -1.33333%;
  }
  .foodArea .foodBlock > .col {
    width: 50%;
    padding: 0 1.36986%;
  }
  .foodArea .foodBlock > .col.titleCol .hdg {
    right: 2.73973%;
    left: 2.73973%;
  }
  .foodArea .foodBlock > .col.titleCol .hdgTitle {
    font-size: 15px;
  }
  .foodArea .foodBlock > .col.titleCol .hdgTitle strong {
    font-size: 55px;
  }
  .foodArea .foodBlock > .col.titleCol .hdgTitle .date {
    font-size: 18px;
  }
  .foodArea .foodBlock > .col .title .act {
    font-size: 10px;
  }
  .foodArea .foodBlock > .col .title .region {
    font-size: 18px;
  }
  .foodArea .foodBlock > .col .text {
    padding: 15px 4.10959% 10px;
  }
  .foodArea .foodBlock > .col .text dt,
  .foodArea .foodBlock > .col .text dd {
    font-size: 11px;
  }

  .ticketsArea .ticketsLink > li {
    width: 225px;
    float: none;
    padding: 0;
    margin: 30px auto;
  }

  .accessArea .accessText {
    width: 100%;
    float: none;
    margin: 0;
  }
  .accessArea .accessText p {
    margin: 0 0 15px;
  }
  .accessArea .gMap {
    width: 100%;
  }
  .accessArea .gMap:before {
    padding-top: 58.90411%;
  }

  .archivesSection .archivesHide {
    margin: 0;
  }
  .archivesSection .archiveBox {
    width: 100%;
    padding: 0;
    float: none;
  }
  .archivesSection .archiveBox .title {
    font-size: 13px;
  }
  .archivesSection .archiveBox .title .textVol {
    font-size: 16px;
  }
  .archivesSection .archiveBox .archives01 p,
  .archivesSection .archiveBox .archives02 p {
    font-size: 7px;
  }

  .movieContent {
    padding: 40px 0;
  }
  .movieContent .lead {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 25px;
  }
  .movieContent .lead small {
    font-size: 18px;
  }
  .movieContent .leadText {
    padding: 0;
    margin: 0 0 25px;
  }
  .movieContent .mainMovie {
    width: 100%;
  }
  .movieContent .title {
    margin: 15px 0 20px;
  }
  .movieContent .movieList {
    margin: 0;
  }
  .movieContent .movieList li {
    width: 100%;
    float: none;
    padding: 0;
  }
  .movieContent .movieList li > a:hover {
    color: #fff;
  }

  .timeBlock .lead {
    font-size: 16px;
    margin: 0 0 25px;
  }
  .timeBlock .hdg03 {
    font-size: 18px;
    padding: 0 0 10px;
  }
  .timeBlock .lyt2col {
    margin: 0;
  }
  .timeBlock .lyt2col > .col {
    width: 100%;
    float: none;
    padding: 0;
    margin: 20px 0 0;
  }
  .timeBlock .lyt2col > .col:first-child {
    margin: 0;
  }
  .timeBlock .comingsoon {
    margin: 70px 0;
  }

  .goodsArea .goodsList {
    margin: 0 -1.33333% 40px;
  }
  .goodsArea .goodsList .col {
    width: 50%;
    padding: 0 1.36986%;
  }

  .goodsArea .lead {
    margin: 0 0 10px;
  }
  .goodsArea .goodsList .col {
    margin: 20px 0 0;
  }
  .goodsArea .goodsList .col .text .name {
    font-size: 14px;
  }
  .goodsArea .goodsList .col .text .product {
    font-size: 16px;
  }
  .goodsArea .goodsList .col .text .product small {
    display: block;
  }
  .goodsArea .goodsList .col .text .detail {
    font-size: 14px;
  }
  .modal_content {
    width: 80%;
    max-width: none;
  }
  .modal_content .btnClose {
    right: 0;
    top: -30px;
  }

  .footer .copy {
    margin: 10px 0 0;
  }
}
