@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;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", 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
  - 6. extra_bnr
  - 7. snsUi
/////////////////////////////*/
/* 1. container
* ------------------------- */
.container {
  max-width: 960px;
  margin: 0 auto;
}

/* 2. contentTitle01
* ------------------------- */
.contentTitle01 {
  color: #ff0080;
  font-size: 40px;
  /* font-family: 'Montserrat', sans-serif; */
  margin: 0 0 25px;
  text-align: center;
  /* 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 {
  -webkit-box-sizing: border-box;
          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;
}

/* 6. extra_bnr
* ------------------------- */
.extra_bnr {
	margin: 50px 0 0;
}
.extra_bnr a {
	display: block;
	border: #aeaeae 2px solid;
	-webkit-transition: .3s;
	transition: .3s;
}
.extra_bnr a:hover {
	opacity: .6;
}

/* 7. snsUi
* ------------------------- */
.snsUi {
	position: fixed;
	bottom: 85px;
	left: -50px;
	z-index: 10;
	-webkit-transition: .4s;
	transition: .4s;
}
.snsUi.visible {
	left: 10px;
}
.snsUi li {
	width: 50px;
	margin-top: 10px;
}
.snsUi li:first-child {
	margin-top: 0;
}
.snsUi li a {
	text-align: center;
	display: block;
	border-radius: 50%;
	padding: 15px 0;
}
.snsUi li a.tw {
	background: #55aff0;
}
.snsUi li a.insta {
	background: #fff;
}
.snsUi li a img {
	width: 20px;
}


/* ==========================================================
【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
  15. actArea
  16. actArea

 ========================================================== */
 /*/////////////////////////////
  01. header
  - 1. header
  - 2. headerHolic
  - 3. topicsBlock
/////////////////////////////*/
/* 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%;
}
.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;
  -webkit-box-sizing: border-box;
          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;
  }
}

/* 2. headerHolic
* ------------------------- */
.headerHolic {
  padding: 40px 0 10px;
}
.headerHolic > div {
  overflow: hidden;
}
.headerHolic .holichead {
  overflow: hidden;
  margin: 0 0 15px;
}
.headerHolic .holichead img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.headerHolic .holichead .logoside {
  width: 33.75%;
  float: left;
  margin-right: 12.5%;
}
.headerHolic .holichead .dateside {
  width: 53.64583%;
  float: right;
}
.headerHolic .holichead .dateside .date {
  margin: 0 0 15px;
}
.headerHolic .sns {
  letter-spacing: -0.4em;
  word-spacing: 0.1em;
  text-align: right;
}
.headerHolic .sns > li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.headerHolic.day3 .holichead .logoside {
	width: 33.54%;
}
.headerHolic.day3 .holichead .dateside {
	width: 41.66%;
}
.headerHolic.day3 .holichead .dateside .date {
	margin-bottom: 20px;
}
.headerHolic.day3 .holichead .dateside .text {
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.71;
}

/* 3. topicsBlock
* ------------------------- */
.topicsBlock {
	background: #1e1e23;
	padding: 45px 0 50px;
}
.topicsBlock .inner {
	max-width: 960px;
	margin: 0 auto;
}
.topicsBlock .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 30px;
}
.topicsBlock .heading .hdg {
	color: #ff0080;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.topicsBlock .heading .snsLinks {
	margin-left: auto;
}
.topicsBlock .heading .snsLinks .sns {
	display: inline-block;
	letter-spacing: -0.4em;
	word-spacing: 0.1em;
	white-space: nowrap;
}
.topicsBlock .heading .snsLinks .sns > li {
	display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.topicsBlock .body ul li {
	margin-top: 15px;
	display: table;
}
.topicsBlock .body ul li:first-child {
	margin-top: 0;
}
.topicsBlock .body ul li > * {
	display: table-cell;
	/* vertical-align: top; */
}
.topicsBlock .body ul li .date {
	color: #ff0080;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
}
.topicsBlock .body ul li .text {
  vertical-align: bottom;
	padding-left: 35px;
  padding-top:5px;
}

 /*/////////////////////////////
  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.type02 {
  background: url("../img/bg02.gif") repeat;
}
.main .leadText {
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
  padding: 70px 0 15px;
}
.main .section {
  margin: 50px 0 0;
}
.main .section.pdt {
  margin: 0;
  padding-top: 30px;
}

 /*/////////////////////////////
  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 .infoHerf {
  overflow: hidden;
  margin: 0 -1.5%;
}
.baseInfo .infoList.herf {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  padding: 0 1.5%;
}
.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%;
}
.baseInfo.bottom {
	background: #fff;
	color: #141414;
	padding: 15px 0;
}
.baseInfo.bottom .infoList li a {
	color: #ff0080;
	text-decoration: underline;
}
.baseInfo.bottom .infoList li a:hover {
	text-decoration: none;
}

 /*/////////////////////////////
  05. goodsArea
  - 1. goodsArea
/////////////////////////////*/
/* 1. goodsArea
* ------------------------- */
.goodsArea {
	background: #f0f0f0;
	padding: 50px 0;
	margin-bottom: 50px;
}
.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;
}
.goodsArea .subText {
	color: #505050;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

 /*/////////////////////////////
  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 {
  -webkit-box-sizing: border-box;
          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 {
  margin: 0 0 25px;
} */
.ticketsArea .ticketsText02 p.lead {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}
.ticketsArea .ticketsText02 p.text {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.9;
}
.ticketsArea .ticketsLink {
  overflow: hidden;
  margin: 0 -10px;
}
.ticketsArea .ticketsLink > li {
  -webkit-box-sizing: border-box;
          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;
}
.ticketsArea .ticketsLink > li .text {
  font-size: 18px;
  color: #ff0080;
  font-weight: bold;
text-align: center;
  display: block;
}

 /*/////////////////////////////
  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 {
  padding: 35px 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;
}
.archive .contentTitle01 {
	text-align: center;
}
.archive .contentTitle01:after {
	display: none;
}
.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;
}
.archivesSection .archiveBox .reportBox.btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px -10px 0;
}
.archivesSection .archiveBox .reportBox.btns .btn {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 50%;
	padding: 0 10px;
}

 /*/////////////////////////////
  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 {
  -webkit-box-sizing: border-box;
          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 > .text {
  font-size: 12px;
}
.goodsArea .goodsContent {
  padding: 25px 0 0;
  margin: 30px 0 0;
  border-top: #505050 1px dashed;
}
.goodsArea .goodsContent:first-child {
  padding: 0;
  border-top: none;
}
.goodsArea .goodsContent .hdg {
  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 10px;
}
.goodsArea .goodsContent .hdg .price {
  color: #fff;
  display: inline-block;
  margin-left: 1em;
}
.goodsArea .goodsContent .hdg em {
  color: #ffff00;
}
.goodsArea .lead {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.goodsArea .sub {
  font-size: 14px;
  font-weight: bold;
}
.goodsArea .text {
	color: #505050;
	font-size: 12px;
	line-height: 1.6;
}
.goodsArea .lyt2col > .col .text {
	margin-top: 5px;
}
.goodsArea .lyt2col > .col .text a {
	text-decoration: underline;
}
.goodsArea .lyt2col > .col .text a:hover {
	text-decoration: none;
}
.goodsArea .goodsList {
  overflow: hidden;
  margin: 0 -25px;
}
.goodsArea .goodsList .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
  float: left;
  padding: 0 25px;
  margin: 15px 0 0;
  text-align: center;
}
.goodsArea .goodsList .col a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}
.goodsArea .goodsList .col a:hover {
  text-decoration: none;
  opacity: .7;
}
.goodsArea .goodsList .col .name {
  font-size: 10px;
  font-weight: bold;
  margin: 15px 0 0;
}
.goodsArea .tshirt {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 35px 0 0;
	direction: rtl;
}
.goodsArea .tshirt > * {
	display: table-cell;
	vertical-align: middle;
	direction: ltr;
}
.goodsArea .tshirt .image {
	width: 50%;
}
.goodsArea .tshirt .col {
	padding-left: 45px;
}
.goodsArea .tshirt .col .name {
	color: #ff0080;
	font-size: 18px;
	font-weight: bold;
}
.goodsArea .tshirt .col .detail {
	font-size: 14px;
	margin: 5px 0 0;
}
.goodsArea .tshirt .col .detail em {
	font-size: 18px;
	font-weight: bold;
}
.goodsArea .goods a {
	color: #505050;
	display: block;
}
.goodsArea .goods a:hover {
	text-decoration: none;
}
.goodsArea .goods a .cap {
	color: #ff0080;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 10px 0 0;
}
.goodsArea .goodstitle {
	color: #ff0080;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}
.goodsArea .goods .detail {
	font-size: 14px;
	display: block;
	margin: 5px 0 0;
}
.goodsArea .goods .detail b {
	font-weight: bold;
}
.goodsArea .goods .detail .price {
	font-weight: bold;
	display: inline-block;
}
.goodsArea .goods a .detail .size {
	display: inline-block;
	padding-right: 10px;
}
.goodsArea .lyt2col {
	margin-top: 40px;
}
.goodsArea .lyt2col + .text {
	margin-top: 30px;
}

/*/////////////////////////////
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%);
  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);
  transform: rotate(45deg);
  top: 13px;
}
.modal_content .btnClose:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
}

/*/////////////////////////////
15. actArea
- 1. actArea
- 2.
/////////////////////////////*/
/* 1.actArea
* ------------------------- */
.actArea .lyt {
  width: 100%;
  display: table;
  table-layout: fixed;
	margin-top: 25px;
}
.actArea .lyt > * {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
.actArea .lyt .act .title {
  font-family: 'Montserrat', "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.actArea .dateSection {
	margin-top: 50px;
	/* padding-bottom: 55px; */
	/* border-bottom: #505050 1px dashed; */
}
.actArea .dateSection .hdg {
	display: table;
	table-layout: fixed;
}
.actArea .dateSection .hdg > * {
	display: table-cell;
	vertical-align: middle;
}
.actArea .dateSection .hdg .icon {
	width: 32px;
}
.actArea .dateSection .hdg .text {
	color: #ff0080;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	letter-spacing: 0.02em;
	line-height: 1.2;
	padding-left: 15px;
}
.actArea .dateSection .details {
	margin: 30px 0 20px;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.actArea .dateSection .details > * {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.actArea .dateSection .details .text ul {
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.1em;
}
.actArea .dateSection .details .text ul li small {
	font-size: 12px;
}
.actArea .dateSection .details .text ul li a {
	text-decoration: underline;
}
.actArea .dateSection .details .text ul li a:hover {
	text-decoration: none;
}
.actArea .dateSection .details .text:first-child {
	padding-right: 3.125%;
}
.actArea .dateSection .details .btn {
	width: 280px;
	color: #ff0080;
}
.actArea .dateSection .details .btn .catch {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	margin-bottom: 15px;
}
.actArea .dateSection .details .btn .toticket a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 46px;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
	border: #ff0080 2px solid;
	background: #000;
	-webkit-transition: .3s;
	transition: .3s;
}
.actArea .dateSection .details .btn .toticket a:hover {
	color: #fff;
	background: #ff0080;
}

.actArea .dateSection .tickets .lead {
	color: #ff0080;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.actArea .dateSection .tickets .lead small {
	font-size: 13px;
}
.actArea .dateSection .tickets > .text {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}
.actArea .dateSection .tickets .link {
	overflow: hidden;
	margin: 0 -0.81967%;
}
.actArea .dateSection .tickets .link li {
	box-sizing: border-box;
	width: 25%;
	padding: 0 0.81967%;
	float: left;
}
.actArea .dateSection .tickets .link .btn {
	display: block;
	margin-bottom: 15px;
}
.actArea .dateSection .tickets .link .btn a {
	text-align: center;
	line-height: 50px;
	display: block;
	background: #fff;
	border-radius: 2px;
	transition: .3s ease;
}
.actArea .dateSection .tickets .link .btn a img {
	max-width: 100%;
	vertical-align: middle;
}
.actArea .dateSection .tickets .link .btn a img.up {
	width: 138px;
}
.actArea .dateSection .tickets .link .btn a img.au {
	width: 218px;
}
.actArea .dateSection .tickets .link .btn a img.pia {
	width: 46px;
}
.actArea .dateSection .tickets .link .btn a img.eplus {
	width: 121px;
}
.actArea .dateSection .tickets .link .text {
	display: block;
	font-size: 18px;
	color: #ff0080;
	font-weight: bold;
	text-align: center;
}

/*/////////////////////////////
16. topicsArea
- 1. topicsArea
- 2.
/////////////////////////////*/
/* 1.topicsArea
* ------------------------- */
.topicsArea {
  overflow: hidden;
}
.topicsArea .topicsAreaText {
  border-left: #ff0080 6px solid;
  padding-left: 14px;
}
.topicsArea .topicsAreaText {
  margin: 0 0 25px;
}
.topicsArea .topicsAreaText p.lead {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}
.topicsArea .topicsAreaText p.text {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.9;
}
.topicsArea .topicsAreaText02 {
  font-size: 13px;
  font-weight: bold;
}
.topicsArea .topicsAreaText02 + .topicsAreaText02 {
  margin-top: 15px;
}
.topicsArea .topicsArealink {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 25px 0 0;
  padding-right: 20px;
  width: 25%;
}
.topicsArea .topicsArealink a {
  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;
}
.topicsArea .topicsArealink a:hover {
  color: #ff0080;
  background: #fff;
  text-decoration: none;
}

@media (min-width: 980px) {
	.snsUi li a {
		-webkit-transition: .3s;
		transition: .3s;
	}
	.snsUi li a:hover {
		opacity: .6;
	}
}


/*------------------------------------------------------------------ */
/*  TABLET
/*------------------------------------------------------------------ */
@media (max-width: 979px) {
  .reserveBtn:hover {
    color: #fff;
    background: #ff0080;
  }
	.extra_bnr a:hover {
		opacity: 1;
	}

  .header {
    height: auto;
  }
  .header .visual {
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .header .visual img {
    width: 100%;
    height: auto;
  }
  .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 {
		margin-top: 15px;
	}
  .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%;
  }

  .headerHolic {
    padding: 20px 0;
  }
  .headerHolic .holichead {
    text-align: center;
  }
  .headerHolic .holichead .logoside {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .headerHolic .holichead .dateside {
    width: auto;
    max-width: 324px;
    float: none;
    margin: 10px auto 0;;
  }
  .headerHolic .sns > li {
    margin-left: 5px;
  }
	.headerHolic.day3 .holichead .logoside {
		width: 100%;
	}
	.headerHolic.day3 .holichead .dateside {
		width: auto;
	}
	.headerHolic.day3 .holichead .dateside .text {
		text-align: left;
	}

	.topicsBlock {
		padding: 15px 0 20px;
	}
	.topicsBlock .inner {
		margin: 0;
		padding: 0 2.5%;
	}
	.topicsBlock .heading {
		margin-bottom: 20px;
	}
	.topicsBlock .heading .snsLinks {
		margin-left: auto;
	}
	.topicsBlock .heading .snsLinks .sns > li {
	  margin-left: 5px;
	}
	.topicsBlock .body ul li {
		margin-top: 10px;
	}
	.topicsBlock .body ul li > * {
		display: block;
	}
	.topicsBlock .body ul li .date {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.topicsBlock .body ul li .text {
		padding-left: 0;
	}

  .contentTitle01 {
    overflow: hidden;
  }
  .contentTitle01:after {
    left: 116px;
  }

  .lyt2col {
    margin: 0 -2.66667%;
  }
  .lyt2col > .col {
    padding: 0 2.73973%;
  }
	.lyt2col.smt {
		margin: 0;
	}
	.lyt2col.smt > .col {
		width: 100%;
		padding: 0;
		margin-top: 20px;
		float: none;
	}
	.lyt2col.smt > .col:first-child {
		margin-top: 0;
	}

  .main .leadText {
    font-size: 14px;
    padding: 40px 0 0;
  }

  .baseInfo .infoHerf {
    margin: 0;
  }
  .baseInfo .infoList {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .baseInfo .infoList.herf {
    width: 100%;
    padding: 0;
  }
  .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;
  }

	.baseInfo.bottom .infoList li {
		display: table;
		margin: 0 auto;
	}

  .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;
  }
	.archivesSection .archiveBox .reportBox.btns {
		margin: 15px 0 0;
		display: block;
	}
	.archivesSection .archiveBox .reportBox.btns .btn {
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}

  .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 .goodsList .col:nth-child(3n) {
    clear: both;
  }

  .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;
  }

	.goodsArea .goods a {
		text-align: left;
	}
	.goodsArea .goods a .cap,
	.goodsArea .goodstitle {
		font-size: 12px;
	}
	.goodsArea .goods .detail {
		font-size: 12px;
		text-align: left;
	}
	.goodsArea .lyt2col {
		margin-top: 20px;
	}
	.goodsArea .lyt2col > .col .text {
		text-align: left;
		margin-top: 5px;
	}

  .modal_content {
    width: 80%;
    max-width: none;
  }
  .modal_content .btnClose {
    right: 0;
    top: -30px;
  }

	.goodsArea .tshirt {
		margin: 25px 0 0;
	}
	.goodsArea .tshirt > * {
		display: block;
	}
	.goodsArea .tshirt .image {
		width: 100%;
		display: table-caption;
	}
	.goodsArea .tshirt .col {
		padding-left: 0;
		margin: 20px 0 0;
	}

  .actArea .lyt {
    display: block;
		margin-top: 20px;
  }
  .actArea .lyt > * {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .actArea .lyt > .act:first-child {
    margin-top: 0;
  }
  .actArea .lyt .act .title {
    font-size: 21px;
    margin: 0 0 8px;
  }

	.contentTitle01 + .dateSection {
		margin-top: 30px;
	}
	.actArea .dateSection {
		padding-bottom: 20px;
		min-height: 70px;
	}
	.actArea .dateSection .hdg .text {
		font-size: 32px;
		padding-left: 10px;
	}
	.actArea .dateSection .details {
		margin: 20px 0 15px;
		display: block;
	}
	.actArea .dateSection .details > * {
		display: block;
	}
	.actArea .dateSection .details .text {
		width: 100%;
	}
	.actArea .dateSection .details .text:first-child {
		padding-right: 0;
	}
	.actArea .dateSection .details .btn {
		margin: 0 auto;
	}
	.actArea .dateSection .details .btn .catch {
		margin-bottom: 10px;
	}

	.actArea .dateSection .tickets .link {
		margin: 0 -1.10192%;
	}
	.actArea .dateSection .tickets .link li {
		width: 50%;
		padding: 0 1.10192%;
		margin-bottom: 25px;
	}
	.actArea .dateSection .tickets .link li:nth-child(2n + 1) {
		clear: both;
	}
	.actArea .dateSection .tickets .link .btn a {
		line-height: 55px;
	}
	.actArea .dateSection .tickets .link .btn a img.up {
		width: 125px;
	}
	.actArea .dateSection .tickets .link .btn a img.au {
		width: 174px;
	}
	.actArea .dateSection .tickets .link .btn a img.pia {
		width: 40px;
	}
	.actArea .dateSection .tickets .link .btn a img.eplus {
		width: 105px;
	}

  .topicsArea .topicsArealink {
    width: 225px;
    margin: 25px auto 0;
    padding-right: 0;
  }
  .topicsArea .topicsArealink a:hover {
    color: #fff;
    background: #ff0080;
  }

  .footer .copy {
    margin: 10px 0 0;
  }

	.snsUi li {
		width: 40px;
	}
	.snsUi li a {
		padding: 10px 0;
	}
}
