@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.5;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
	word-break: break-word;
}
body.lower {
  background: #282828;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
body.fixed.scrollbr {
  overflow-y: auto;
}

html {
  height: 100%;
}

/* list
* ------------------------- */
li {
  list-style: none;
}

/* link
* ------------------------- */
a {
  color: #ff0080;
  text-decoration: underline;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

/* img
* ------------------------- */
img {
  max-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;
}

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  br.sp {
    display: inline;
  }

  br.pc {
    display: none;
  }
}
/* ==========================================================
 【live Holic】(c)visual and echo japan
	Created: 2017-01-25

【module】
	00.common
	01.header
	02.footer
	03.main
	04.tickets
	05.modal
	06.loading
	07.message
	08.topics
	09.emoney
	10.shop
	11.playlist
	12.programs
	13.faq
 ========================================================== */
 /*/////////////////////////////
  00. common
  - 1. container
  - 2. fixedUi
  - 3. color
  - 4. font
  - 5. hdg
  - 6. toTop
  - 7. areaMap
/////////////////////////////*/
/* 1. container
* ------------------------- */
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 2. fixedUi
* ------------------------- */
.fixedUi .buy {
  width: 162px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 995;
}
.fixedUi .buy a {
  color: #fff;
  font-family: 'Barlow Semi Condensed', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 30px 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  position: relative;
}
.fixedUi .buy a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/bg_buyticket.png") no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;
  -webkit-animation: roll 20s infinite linear;
  animation: roll 20s infinite linear;
}
.fixedUi .buy .line {
  display: block;
}
.fixedUi .buy .ja {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.3;
  display: block;
  margin-top: 10px;
}
.fixedUi .sns {
  width: 40px;
  position: fixed;
  right: -80px;
  top: 50%;
  z-index: 995;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
}
.fixedUi .sns li {
  margin-bottom: 10px;
}
.fixedUi .sns li:last-child {
  margin-bottom: 0;
}
.fixedUi .sns li a {
  text-align: center;
  display: block;
  padding: 9px 0 10px;
  border-radius: 50%;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.fixedUi .sns li a.tw {
  background: #55acee;
}
.fixedUi .sns li a.insta {
  background: linear-gradient(135deg, #3e6bde 0%, #d43088 50%, #f3744c 100%);
}
.fixedUi .sns li a:hover {
  opacity: .6;
}
.fixedUi .sns li img {
  width: 20px;
}
.fixedUi.visible .sns {
  right: 25px;
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes roll {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* 3. color
* ------------------------- */
.color01 {
  color: #e61e78;
}

.color02 {
  color: #fff;
}

.color03 {
  color: #139edb;
}

.color04 {
  color: #fe90bd;
}

.color05 {
  color: #53c92b;
}

/* 4. font
* ------------------------- */
.fontBarlow {
  font-family: 'Barlow Semi Condensed', sans-serif;
}

/* 5. hdg
* ------------------------- */
.hdg02 {
  font-family: 'Barlow Semi Condensed', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ",  sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 35px;
}

.hdgAc {
  font-family: 'Barlow Semi Condensed', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ",  sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.hdgAc .sub {
  color: #e61e78;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

.messageContent .hdgAc {
  font-size: 26px;
}
.messageContent .hdgAc small {
  font-size: 20px;
}

.hdg02Lower {
  color: #fff;
  font-family: 'Barlow Semi Condensed', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ",  sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

/* 6. toTop
* ------------------------- */
.toTop {
  max-width: 320px;
  margin: 80px auto 120px;
}
.toTop a {
  color: #fff;
  line-height: 38px;
  border: #fff 1px solid;
  text-align: center;
  text-decoration: none;
  display: block;
}

/* 7. areaMap
* ------------------------- */
.areaMap {
  text-align: center;
}

/*/////////////////////////////
 01. header
/////////////////////////////*/
.header .logoBg {
  max-width: 439px;
  top: 25.5%;
  left: 33.08594%;
  z-index: 2;
}
.header .lead {
  max-width: 588px;
  top: 3.8125%;
  left: 27.07031%;
  z-index: 6;
}
.header .textLeft {
  max-width: 323px;
  top: 41.375%;
  left: 6.17188%;
  z-index: 6;
}
.header .textRight {
  max-width: 329px;
  top: 37.5625%;
  right: 4.92188%;
  z-index: 6;
}

.headerLower {
  margin-bottom: 30px;
}
.headerLower .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 20px 20px;
}
.headerLower .logo {
  width: 133px;
}

.headerOther {
  height: 280px;
  margin-bottom: 50px;
  background: url("../images/bg_sub.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.headerOther .inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.headerOther .lead {
  width: 62.57812%;
  max-width: 801px;
  margin-left: 5px;
}
.headerOther .logo {
  width: 335px;
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.headerOther.mb0 {
  margin-bottom: 0;
}

.navBtn {
  display: block;
  width: 40px;
  height: 0;
  overflow: hidden;
  padding-top: 40px;
  position: fixed;
  top: 25px;
  right: 40px;
  z-index: 999;
  outline: none;
  cursor: pointer;
}
.navBtn:before, .navBtn:after,
.navBtn span:before,
.navBtn span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #e61e78;
  position: absolute;
  right: 0;
  display: block;
  -webkit-transition: 250ms ease;
  transition: 250ms ease;
  will-change: transform;
}
.navBtn:before, .navBtn:after {
  top: 50%;
  margin-top: -1px;
}
.navBtn span:before {
  top: 7.5px;
}
.navBtn span:after {
  top: 30.5px;
  right: auto;
  left: 0;
}
.navBtn.open span:before,
.navBtn.open span:after {
  width: 0;
}
.navBtn.open:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navBtn.open:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.gnav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 998;
  display: none;
}
.gnav .outer {
  width: 100%;
  height: 100%;
  display: table;
}
.gnav .wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.gnav .navLogo {
  width: 192px;
  margin: 0 auto 30px;
}
.gnav .nav ul li {
  margin-top: 15px;
}
.gnav .nav ul a {
  color: #e61e78;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 28px;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}
.gnav .nav ul a:hover {
  color: #fff;
}
.gnav .btn {
  max-width: 488px;
  margin: 25px auto 0;
}
.gnav .btn a {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 24px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  background: linear-gradient(135deg, #e61e78 0%, #e68250 100%);
}

/*/////////////////////////////
 02. footer
/////////////////////////////*/
.footer {
	margin-top: 80px;
  border-top: #a0a0a0 1px dashed;
  background: #fff;
}
.footer .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer .top {
  border-bottom: #a0a0a0 1px dashed;
}
.footer .top .inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.footer .top .col {
  box-sizing: border-box;
  width: 50%;
  padding: 25px 2%;
}
.footer .top .col:first-child {
  padding-left: 0;
}
.footer .top .col:last-child {
  padding-right: 0;
}
.footer .top .col dl {
  width: 100%;
  display: table;
}
.footer .top .col dl > * {
  display: table-cell;
  vertical-align: middle;
}
.footer .top .col dl dt {
  width: 60px;
}
.footer .top .col dl dd {
  letter-spacing: -0.4em;
}
.footer .top .col dl dd .logo {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-left: 40px;
}
.footer .top .col dl dd .logo a {
  display: block;
}
.footer .top .col dl dd .logo:first-child {
  margin-left: 0;
}
.footer .top .col dl dd .logo.sstv {
  width: 50.71429%;
  max-width: 213px;
}
.footer .top .col dl dd .logo.kddi {
  width: 23.33333%;
  max-width: 98px;
}
.footer .top .col dl dd .logo.fm {
  width: 37.38095%;
  max-width: 157px;
}
.footer .top .col dl dd .logo.up {
  width: 17.38095%;
  max-width: 73px;
}
.footer .top .col dl dd .logo.qp {
  width: 16.42857%;
  max-width: 69px;
}
.footer .top .presented {
  max-width: 1280px;
  text-align: center;
  padding: 25px 0 0;
  margin: 0 auto 25px;
}
.footer .top .presented:first-child {
  padding-top: 40px;
}
.footer .top .presented:last-child {
  margin-bottom: 50px;
}
.footer .top .presented dt {
  margin-bottom: 20px;
}
.footer .top .presented dd {
  letter-spacing: -0.4em;
}
.footer .top .presented dd .logo {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin: 0 1.5625%;
}
.footer .top .presented dd .logo a {
  display: block;
}
.footer .top .presented dd .logo.sstv {
  width: 16.64063%;
  max-width: 213px;
}
.footer .top .presented dd .logo.kddi {
  width: 7.65625%;
  max-width: 98px;
}
.footer .top .presented dd .logo.au {
  width: 6.32813%;
  max-width: 81px;
}
.footer .top .presented dd .logo.fm {
  width: 12.26563%;
  max-width: 157px;
}
.footer .top .presented dd .logo.up {
  width: 5.70313%;
  max-width: 73px;
}
.footer .top .presented dd .logo.qp {
  width: 5.39063%;
  max-width: 69px;
}
.footer .top .presented dd .logo.livedam {
  width: 10.23438%;
  max-width: 131px;
}
.footer .top .presented dd .logo.crystal {
  width: 8.51563%;
  max-width: 109px;
}
.footer .top .presented dd .logo.gyao {
  width: 8.51563%;
  max-width: 109px;
}
.footer .top .presented dd .logo.ucc {
  width: 6.25%;
  max-width: 80px;
}
.footer .top .presented dd .logo.jcb {
  width: 10.15625%;
  max-width: 130px;
}
.footer .mid .inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}
.footer .mid .col {
  box-sizing: border-box;
  width: 50%;
  padding: 25px 2%;
  line-height: 2.85;
}
.footer .mid .col:first-child {
  padding-left: 0;
}
.footer .mid .col:last-child {
  padding-right: 0;
}
.footer .mid .col dl {
  display: table;
}
.footer .mid .col dl > * {
  display: table-cell;
  vertical-align: top;
}
.footer .mid .col dl dt {
  white-space: nowrap;
}
.footer .mid .col dl ul {
  padding-top: 5px;
  line-height: 2;
}
.footer .bottom {
  color: #fff;
  text-align: center;
  background: #1e1e1e;
  padding: 20px 0 25px;
}
.footer .bottom .logo {
  width: 178px;
  margin: 0 auto 10px;
}
.footer .bottom .copy {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
}
.footer .topReturn a {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  display: block;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  background: #e61e78;
}
.footer .topReturn a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-left: #fff 1px solid;
  border-top: #fff 1px solid;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer .toIndex {
  max-width: 1000px;
  margin: 25px auto;
  padding: 0 20px;
}
.footer .toIndex a {
  display: block;
  border: #a0a0a0 1px solid;
}
.footer .notice {
  max-width: 1000px;
  margin: 0 auto 25px;
  padding: 0 20px;
}
.footer .notice p {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

/*/////////////////////////////
 03. main
 - 1. dateBlock
 - 2. infoSec
 - 3. topicsSec
 - 4. ticketSec
 - 5. artistsBlock
 - 6. accessSec
 - 7. timetableSec
 - 8. playlistSec
 - 9. goodsSec
/////////////////////////////*/
/* 1. dateBlock
* ------------------------- */
.dateBlock {
  background: #282828;
}
.dateBlock .container {
  overflow: hidden;
}
.dateBlock .date {
  color: #fff;
  overflow: hidden;
  margin: 0 -4.46429%;
  padding: 30px 0;
}
.dateBlock .date li {
  box-sizing: border-box;
  width: 33.33333%;
  padding: 0 4.46429%;
  float: left;
}
.dateBlock .date li .cap {
  font-weight: bold;
}
.dateBlock .date li .through {
  text-decoration: line-through;
}
.dateBlock .date li .cancel {
  color: #e61e78;
  font-weight: bold;
  text-align: center;
  display: block;
}

/* 2. infoSec
* ------------------------- */
.infoSec {
  padding: 30px 0 40px;
}
.infoSec .lyt {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.infoSec .lyt > * {
  display: table-cell;
  vertical-align: top;
}
.infoSec .lyt .info .infoList li {
  display: table;
  margin-top: 15px;
}
.infoSec .lyt .info .infoList li:first-child {
  margin-top: 0;
}
.infoSec .lyt .info .infoList li > * {
  display: table-cell;
  vertical-align: top;
}
.infoSec .lyt .info .infoList li .fig {
  font-size: 16px;
  white-space: nowrap;
  padding-right: 15px;
}
.infoSec .lyt .info .infoList li .text {
  padding-top: 2px;
}
.infoSec .infoBtn {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.infoSec .infoBtn li {
	width: 48%;
	display: flex;
}
.infoSec .infoBtn li a {
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: #000 2px solid;
	padding: 15px 0;
	transition: opacity .4s ease;
}
.infoSec .infoBtn li a:hover {
	opacity: .7;
}
.infoSec .infoBtn li a.faq {
	background: #b2e3ff;
}
.infoSec .infoBtn li a.guide {
	background: #ffaabe;
}
.infoSec .lyt .count {
  width: 200px;
}
.infoSec .lyt .count .box {
  color: #fff;
  text-align: center;
  background: #535353;
  border-radius: 2px;
  padding: 25px 30px;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
}
.infoSec .lyt .count .box .cap span {
  font-size: 20px;
}
.infoSec .lyt .count .box .days {
  margin-top: 15px;
  padding-top: 20px;
  border-top: #fff 1px solid;
}
.infoSec .lyt .count .box .days .date {
  color: #e61e78;
  font-family: 'Barlow Semi Condensed', sans-serif;
  letter-spacing: 0.05em;
}
.infoSec .lyt .count .box .days .date .remaind {
  display: block;
  letter-spacing: -0.4em;
  line-height: 1;
  margin-bottom: 15px;
}
.infoSec .lyt .count .box .days .date .remaind > span {
  width: 40px;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  background: #000;
  border-radius: 2px;
  margin: 0 3px;
  padding: 0 0 5px;
}
.infoSec .lyt .count .box .days .date em {
  font-size: 20px;
}

/* 3. topicsSec
* ------------------------- */
.topicsSec {
  width: 100%;
  height: 100%;
  background: url("../images/bg_pc01.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  display: table;
}
.topicsSec .inner {
  display: table-cell;
  vertical-align: middle;
}
.topicsSec .wrap {
  overflow: hidden;
  max-width: 850px;
  margin: 0 auto;
}
.topicsSec .lead {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}
.topicsSec .lead span {
  -webkit-transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  top: 0;
}
.topicsSec .topics {
  overflow: hidden;
  margin: 0 -25px;
  -webkit-perspective: 500px;
  perspective: 500px;
}
.topicsSec .topics li {
  font-family: 'Barlow Semi Condensed', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  width: 130px;
  float: left;
  margin: 30px 25px 0;
  position: relative;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), left 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), left 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), left 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), left 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.topicsSec .topics li a {
  color: #e61e78;
  display: block;
  text-decoration: none;
  background: url("../images/topics_blln-pc_on.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 15px 0 39px;
}
.topicsSec .topics li .close {
  color: #505050;
  background: url("../images/topics_blln-pc_off.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 15px 0 39px;
}
.topicsSec .topics li .close .text {
  letter-spacing: 0.08em;
}
.topicsSec .topics li span {
  display: block;
  text-align: center;
  line-height: 1;
}
.topicsSec .topics li .cap {
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
.topicsSec .topics li .num {
  font-size: 38px;
}
.topicsSec .topics li .text {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: normal;
  margin-top: 8px;
}
.topicsSec .topics li.topics01 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.topicsSec .topics li.topics02 {
  -webkit-transition-delay: .35s;
  transition-delay: .35s;
}
.topicsSec .topics li.topics03 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.topicsSec .topics li.topics04 {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}
.topicsSec .topics li.topics05 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.topicsSec .topics li.topics06 {
  -webkit-transition-delay: .55s;
  transition-delay: .55s;
}
.topicsSec .topics li.topics07 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.topicsSec .topics li.topics08 {
  -webkit-transition-delay: .65s;
  transition-delay: .65s;
}
.topicsSec .topics li.topics09 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
.topicsSec .topics li.topics10 {
  -webkit-transition-delay: .85s;
  transition-delay: .85s;
}
.topicsSec .hdgAc {
  overflow: hidden;
}
.topicsSec .hdgAc span {
  -webkit-transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  top: 0;
}
.topicsSec.is-hidden .hdgAc span {
  top: 50px;
}
.topicsSec.is-hidden .lead span {
  top: 22px;
}
.topicsSec.is-hidden .topics li {
  opacity: 0;
  -webkit-transform: rotate3d(1, -1, -1, 5deg);
  transform: rotate3d(1, -1, -1, 5deg);
  left: -3px;
}

/* 4. ticketSec
* ------------------------- */
.ticketSec {
  width: 100%;
  height: 100%;
  display: table;
}
.ticketSec .inner {
  display: table-cell;
  vertical-align: middle;
}
.ticketSec .lead {
  font-weight: bold;
  text-align: center;
  margin: 45px 0 10px;
  padding: 10px 0 11px;
  position: relative;
  -webkit-transition: color 0.4s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.4s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ticketSec .lead > * {
  vertical-align: middle;
  position: relative;
}
.ticketSec .lead strong {
  color: #fff;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝 Medium", YuMincho Medium, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  -webkit-transition: color 0.4s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.4s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ticketSec .lead small {
  color: #fff;
  display: inline-block;
  margin-left: 1em;
  -webkit-transition: color 0.4s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.4s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ticketSec .lead .deadline {
  letter-spacing: 0.04em;
  display: inline-block;
  margin-left: 2em;
}
.ticketSec .lead:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #e61e78;
  -webkit-transition: 0.6s 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.6s 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ticketSec .sub {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.08em;
  position: relative;
  -webkit-transition: color 0.4s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.4s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ticketSec .sub span {
  font-size: 16px;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.4s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.4s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ticketSec .sub:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #282828;
  -webkit-transition: 0.6s 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.6s 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: -1;
}
.ticketSec .lyt {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-top: 35px;
  position: relative;
  top: 0;
  -webkit-transition: 0.4s 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: 0.4s 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.ticketSec .lyt > * {
  display: table-cell;
  vertical-align: top;
}
.ticketSec .lyt .col.west {
  width: 325px;
}
.ticketSec .lyt .col.west .wrap .heading {
  width: 180px;
}
.ticketSec .lyt .col.west .wrap .privilege {
  text-align: right;
}
.ticketSec .lyt .col.east .wrap .heading {
  width: 290px;
}
.ticketSec .lyt .wrap {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.ticketSec .lyt .wrap > * {
  display: table-cell;
  vertical-align: top;
}
.ticketSec .lyt .heading .hdg {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}
.ticketSec .lyt .heading .hdg span {
  font-weight: 700;
}
.ticketSec .lyt .heading .date {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 46px;
  letter-spacing: 0.06em;
  line-height: 1;
}
.ticketSec .lyt .heading .date .year {
  font-size: 18px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 5px;
}
.ticketSec .lyt .heading .date small {
  font-size: 20px;
}
.ticketSec .lyt .heading .place {
  font-weight: bold;
  margin-top: 20px;
}
.ticketSec .lyt .privilege {
  letter-spacing: -0.4em;
}
.ticketSec .lyt .privilege > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1em;
  margin-left: 5px;
}
.ticketSec .lyt .privilege > *:first-child {
  margin-left: 0;
}
.ticketSec .lyt .privilege .day {
  text-align: center;
}
.ticketSec .lyt .privilege .day p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  width: 60px;
  background: #282828;
  border-radius: 10px;
  display: inline-block;
  position: relative;
}
.ticketSec .lyt .privilege .day p:before {
  content: "";
  display: block;
  border-style: solid;
  border-color: #282828 transparent transparent transparent;
  border-width: 6px 4px 0 4px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
}
.ticketSec .lyt .privilege .day .image {
  margin-top: 10px;
}
.ticketSec .tickets {
  border-top: #a0a0a0 1px dashed;
  border-bottom: #a0a0a0 1px dashed;
  margin: 25px 0 45px;
  padding: 20px 0;
  position: relative;
  top: 0;
  -webkit-transition: 0.4s 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: 0.4s 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.ticketSec .tickets:before {
  content: "";
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  background: #fff;
  border-right: #a0a0a0 1px dashed;
  border-bottom: #a0a0a0 1px dashed;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -9px;
  margin-left: -9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ticketSec .tickets .logos {
  line-height: 1;
  letter-spacing: -0.4em;
  text-align: center;
}
.ticketSec .tickets .logos li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin: 0 1.5%;
}
.ticketSec .tickets .logos li:first-child {
  margin-left: 0;
}
.ticketSec .tickets .logos li:last-child {
  margin-right: 0;
}
.ticketSec .tickets .logos li.up {
  width: 144px;
}
.ticketSec .tickets .logos li.pia {
  width: 42px;
}
.ticketSec .tickets .logos li.eplus {
  width: 120px;
}
.ticketSec .tickets .logos li.au {
  width: 251px;
}
.ticketSec .tickets .logos li.yahoo {
  width: 147px;
}
.ticketSec .tickets .logos li.lawson {
  width: 69px;
}
.ticketSec .tickets .logos li .cap {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.ticketSec .btn {
  max-width: 420px;
  margin: 0 auto;
  position: relative;
  top: 0;
  -webkit-transition: 0.4s 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: 0.4s 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.ticketSec .btn a {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 24px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  background: linear-gradient(135deg, #e61e78 0%, #e68250 100%);
}
.ticketSec .hdgAc {
  overflow: hidden;
}
.ticketSec .hdgAc span {
  -webkit-transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  top: 0;
}
.ticketSec.is-hidden .hdgAc span {
  top: 50px;
}
.ticketSec.is-hidden .lead {
  color: transparent;
}
.ticketSec.is-hidden .lead:before {
  width: 0;
}
.ticketSec.is-hidden .lead strong,
.ticketSec.is-hidden .lead small {
  color: transparent;
}
.ticketSec.is-hidden .sub {
  color: transparent;
}
.ticketSec.is-hidden .sub span {
  color: transparent;
}
.ticketSec.is-hidden .sub:before {
  width: 0;
}
.ticketSec.is-hidden .lyt,
.ticketSec.is-hidden .tickets,
.ticketSec.is-hidden .btn {
  top: 10px;
  opacity: 0;
}

.ticketArea {
  background: #505050;
  padding: 80px 0 120px;
}
.ticketArea .hdgAc {
  overflow: hidden;
}
.ticketArea .hdgAc span {
  -webkit-transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  top: 0;
}
.ticketArea p.coming {
  color: #212121;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 30px;
	-webkit-transition: .6s .3s ease-out;
  transition: .6s .3s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ticketArea .ticketDetail {
  margin: 40px 0 20px;
  padding-bottom: 10px;
  border-bottom: #282828 1px dashed;
  -webkit-transition: .6s .3s ease-out;
  transition: .6s .3s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ticketArea .ticketDetail .detail {
  text-align: center;
  letter-spacing: -0.4em;
}
.ticketArea .ticketDetail .detail li {
  font-family: 'Barlow Semi Condensed', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ",  sans-serif;
  font-weight: 500;
  letter-spacing: .06em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6% 15px;
}
.ticketArea .ticketDetail .detail li > span {
  display: block;
  line-height: 1;
}
.ticketArea .ticketDetail .detail li .place {
  font-size: 28px;
}
.ticketArea .ticketDetail .detail li .place .lt {
  letter-spacing: .1em;
}
.ticketArea .ticketDetail .detail li .place small {
  font-size: 16px;
}
.ticketArea .ticketDetail .detail li .place .through {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}
.ticketArea .ticketDetail .detail li .venu {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
.ticketArea .ticketDetail .detail li .sold {
  color: #505050;
  font-size: 12px;
  line-height: 15px;
  margin-top: 5px;
}
.ticketArea .ticketDetail .detail li .sold.color03 {
  background: #139edb;
}
.ticketArea .ticketDetail .detail li .sold.color04 {
  background: #fe90bd;
}
.ticketArea .ticketDetail .detail li .sold.color05 {
  background: #53c92b;
}
.ticketArea .price {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: .6s .3s ease-out;
  transition: .6s .3s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ticketArea .price b {
  font-weight: bold;
}
.ticketArea .ticketLink {
  -webkit-transition: .6s .6s ease-out;
  transition: .6s .6s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ticketArea .ticketLink + .ticketLink {
  -webkit-transition: .6s .8s ease-out;
  transition: .6s .8s ease-out;
  margin-top: 50px;
}
.ticketArea .ticketLink .text {
  color: #ff5078;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #282828;
  padding: 8px 0 6px;
  margin-bottom: 12px;
}
.ticketArea .ticketLink .text span {
  color: #fff;
  display: inline-block;
  margin-left: 1em;
}
.ticketArea .ticketLink .period {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.ticketArea .ticketLink .note {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-top: 25px;
}
.ticketArea .ticketLink .btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 -6px;
}
.ticketArea .ticketLink .btns li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 6px;
}
.ticketArea .ticketLink .btns li a,
.ticketArea .ticketLink .btns li span {
  display: block;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 2px;
}
.ticketArea .ticketLink .btns li a img,
.ticketArea .ticketLink .btns li span img {
  width: 42.37288%;
  max-width: 200px;
  vertical-align: middle;
}
.ticketArea .ticketLink .btns li span {
  opacity: .5;
}
.ticketArea .ticketLink .btns li span.n {
	color: #e61e78;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	background: none;
	margin-top: 15px;
	opacity: 1;
}
.ticketArea.is-hidden .hdgAc span {
  top: 50px;
}
.ticketArea.is-hidden .ticketDetail,
.ticketArea.is-hidden .price,
.ticketArea.is-hidden .ticketLink,
.ticketArea.is-hidden p.coming {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

/* 5. artistsBlock
* ------------------------- */
.artistsBlock {
  background: #212121;
}
.artistsBlock .day1Block {
  width: 100%;
}
.artistsBlock .day1Block .inner {
  padding: 100px 0;
}
.artistsBlock .day1Block .day1Sec {
  margin-top: 45px;
}
.artistsBlock section .artistHeading {
  text-align: center;
}
.artistsBlock section .artistHeading .wrap {
  display: inline-block;
  position: relative;
}
.artistsBlock section .artistHeading .wrap .mc {
  position: absolute;
  top: 50%;
  left: calc(100% + 40px);
  display: table;
  table-layout: fixed;
  -webkit-transition: opacity 0.4s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.artistsBlock section .artistHeading .wrap .mc > * {
  display: table-cell;
  vertical-align: middle;
}
.artistsBlock section .artistHeading .wrap .mc .cap {
  width: 67px;
}
.artistsBlock section .artistHeading .wrap .mc .text {
  color: #fff;
  padding-left: 10px;
  text-align: left;
}
.artistsBlock section .artistHeading .wrap .mc .text p {
  font-size: 12px;
  line-height: 1.333;
}
.artistsBlock section .artistHeading .wrap .mc .text p b {
  font-weight: bold;
}
.artistsBlock section .artistHeading .wrap .mc .text p small {
  font-size: 10px;
}
.artistsBlock section .hdg {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  overflow: hidden;
}
.artistsBlock section .hdg .detail {
  display: inline-block;
  margin-right: 1em;
}
.artistsBlock section .hdg .cancel {
  color: #e61e78;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 26px;
  font-weight: bold;
}
.artistsBlock section .hdg small {
  font-size: 20px;
}
.artistsBlock section .hdg > span {
  -webkit-transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  top: 0;
}
.artistsBlock section .palce {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  overflow: hidden;
}
.artistsBlock section .palce > span {
  -webkit-transition: top 0.6s 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.6s 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  top: 0;
}
.artistsBlock section .artistList {
  overflow: hidden;
  -webkit-transition: .6s .3s ease-out;
  transition: .6s .3s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  will-change: transform,opacity;
}
.artistsBlock section .artistList p.coming {
  color: #787878;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 118px;
  text-align: center;
  margin-top: 30px;
  border: #787878 1px solid;
}
.artistsBlock section .artistList p.andmore {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 40px;
}
.artistsBlock section .artistList .list {
  margin: 25px -0.98039% 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
.artistsBlock section .artistList .list li {
  box-sizing: border-box;
  width: 33.33333%;
  padding: 0 0.98039%;
  text-align: center;
}
.artistsBlock section .artistList .list li:nth-child(n + 4) {
  margin-top: 20px;
}
.artistsBlock section .artistList .list li .col {
  display: block;
  position: relative;
  text-decoration: none;
}
.artistsBlock section .artistList .list li .col span.text {
  display: block;
  color: #fff;
  font-family: 'Barlow Semi Condensed', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.2;
  margin-top: 8px;
}
.artistsBlock section .artistList .list li .col span.text.ja {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}
.artistsBlock section .artistList .list li .col span.comingtext {
  color: #e61e78;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.372;
  margin: 0;
  display: block;
  border: #e61e78 1px solid;
  position: relative;
}
.artistsBlock section .artistList .list li .col span.comingtext:before {
  content: "";
  display: block;
  padding-top: 66.66667%;
}
.artistsBlock section .artistList .list li .col span.comingtext span {
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.artistsBlock section .artistList .list li .col span.image {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.artistsBlock section .artistList .list li .col span.image .label {
  display: block;
  color: #1e1e1e;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 19px;
  background: #28c8b4;
  padding: 0 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity .2s 1.4s ease;
  transition: opacity .2s 1.4s ease;
}
.artistsBlock section .artistList .list li .col span.image .label.nagoya {
  background: #139edb;
}
.artistsBlock section .artistList .list li .col span.image .label.tokyo {
  background: #fe90bd;
}
.artistsBlock section .artistList .list li .col span.image .label.osaka {
  background: #53c92b;
}
.artistsBlock section .artistList .list li .col span.image .label.spin {
  -webkit-animation: spin 5.6s 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: spin 5.6s 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.artistsBlock section .artistList .list li .col:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #212121;
  -webkit-transition: top 0.8s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.8s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.artistsBlock section .artistList.col3 {
  max-width: 820px;
  margin: 0 auto;
}
.artistsBlock section .artistList.col3 .list {
  margin: 25px -4.44444% 0;
}
.artistsBlock section .artistList.col3 .list li {
  width: 33.33333%;
  padding: 0 4.44444%;
}
.artistsBlock section .artistList.col3 .list li:nth-child(n + 4) {
  margin-top: 20px;
}
.artistsBlock section.is-hidden .artistHeading .wrap .mc {
  opacity: 0;
}
.artistsBlock section.is-hidden .hdg > span {
  top: 45px;
}
.artistsBlock section.is-hidden .palce > span {
  top: 25px;
}
.artistsBlock section.is-hidden .artistList {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.artistsBlock section.is-hidden .artistList .list li .col:after {
  top: 0;
}
.artistsBlock section.is-hidden .artistList .list li .col span.image .label {
  opacity: 0;
}
.artistsBlock section.is-hidden .btn {
  top: 10px;
  opacity: 0;
}
.artistsBlock .placeMakuhari {
  position: relative;
}
.artistsBlock .placeMakuhari:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #212121;
  -webkit-transition: opacity .4s .8s ease;
  transition: opacity .4s .8s ease;
  opacity: 0;
  z-index: 1;
}
.artistsBlock .placeMakuhari .artistSec,
.artistsBlock .placeMakuhari .day1Block {
  position: relative;
  z-index: 2;
}
.artistsBlock .placeOsaka {
  position: relative;
  margin-top: 50px;
  padding: 50px 0 140px;
}
.artistsBlock .placeOsaka:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #212121;
  -webkit-transition: opacity .4s .8s ease;
  transition: opacity .4s .8s ease;
  opacity: 0;
  z-index: 1;
}
.artistsBlock .placeOsaka .artistSec {
  position: relative;
  z-index: 2;
}
.artistsBlock .placeOsaka.is-hidden:before {
  opacity: 1;
}
.artistsBlock .artistSec {
  width: 100%;
}
.artistsBlock .artistSec .btn {
  max-width: 320px;
  margin: 60px auto 0;
  position: relative;
  top: 0;
  -webkit-transition: 0.4s 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: 0.4s 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.artistsBlock .artistSec .btn a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: 38px;
  border: #fff 1px solid;
}
.artistsBlock .hdgAc {
  overflow: hidden;
}
.artistsBlock .hdgAc span {
  -webkit-transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  top: 0;
}
.artistsBlock.is-hidden .hdgAc span {
  top: 50px;
}
.artistsBlock.is-hidden .placeMakuhari:before {
  opacity: 1;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate3d(0, 0, 1px) rotateX(0deg);
    transform: translate3d(0, 0, 1px) rotateX(0deg);
  }
  11% {
    -webkit-transform: translate3d(0, 0, 1px) rotateX(360deg);
    transform: translate3d(0, 0, 1px) rotateX(360deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 1px) rotateX(360deg);
    transform: translate3d(0, 0, 1px) rotateX(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translate3d(0, 0, 1px) rotateX(0deg);
    transform: translate3d(0, 0, 1px) rotateX(0deg);
  }
  11% {
    -webkit-transform: translate3d(0, 0, 1px) rotateX(360deg);
    transform: translate3d(0, 0, 1px) rotateX(360deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 1px) rotateX(360deg);
    transform: translate3d(0, 0, 1px) rotateX(360deg);
  }
}
/* 6. accessSec
* ------------------------- */
.accessSec {
  padding: 70px 0 0;
}
.accessSec .container {
  overflow: hidden;
}
.accessSec .block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  margin: 0 -1.92308%;
}
.accessSec .block .col {
  box-sizing: border-box;
  width: 50%;
  padding: 0 1.92308%;
}
.accessSec .block .hdg {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
.accessSec .block .hdg span {
  font-weight: 700;
}
.accessSec .block .place {
  font-weight: bold;
  margin-bottom: 20px;
}
.accessSec .block .gmap {
  position: relative;
  margin-bottom: 30px;
}
.accessSec .block .gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.accessSec .block .gmap:before {
  content: "";
  display: block;
  padding-top: 66.66667%;
}
.accessSec .block .address {
  margin-bottom: 15px;
}
.accessSec .block .text {
  margin-top: 15px;
}
.accessSec .block .text dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.accessSec .block .text dd p:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #000;
  vertical-align: middle;
  margin-right: 3px;
  border-radius: 50%;
  position: relative;
  top: -1px;
}

/* 7. timetableSec
* ------------------------- */
.timetableSec {
  background: #212121;
}
.timetableSec .inner {
  padding: 95px 0 100px;
}
.timetableSec .lead {
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.timetableSec .lead span {
  display: inline-block;
  -webkit-transition: top 0.6s 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.6s 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  top: 0;
}
.timetableSec .taimetable {
  display: flex;
	justify-content: center;
  margin: 40px auto 0;
}
.timetableSec .taimetable > * {
  display: flex;
	flex-direction: column;
}
.timetableSec .taimetable .col {
  width: 33.33333%;
  -webkit-transition: 0.6s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.timetableSec .taimetable .col:nth-child(2) {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}
.timetableSec .taimetable .col:nth-child(3) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.timetableSec .taimetable .col > span {
  display: block;
	margin-bottom: 40px;
}
.timetableSec .taimetable .col .btn {
	width: 69.1%;
  max-width: 230px;
  margin: auto auto 0;
}
.timetableSec .taimetable .col .btn a {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 18px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  background: linear-gradient(135deg, #e61e78 0%, #e68250 100%);
}
.timetableSec .taimetable img {
  width: 100%;
}
.timetableSec .hdgAc {
  overflow: hidden;
}
.timetableSec .hdgAc span {
  -webkit-transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  top: 0;
}
.timetableSec.is-hidden .hdgAc span {
  top: 50px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.timetableSec.is-hidden .lead span {
  top: 25px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.timetableSec.is-hidden .taimetable .col {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* 8. playlistSec
* ------------------------- */
.playlistSec {
  background: #000;
  padding: 50px 0 70px;
}
.playlistSec .text {
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.playlistSec .text span {
  display: inline-block;
  -webkit-transition: top 0.6s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.6s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  top: 0;
}
.playlistSec .btn {
  max-width: 420px;
  margin: 30px auto 0;
  position: relative;
  top: 0;
  overflow: hidden;
}
.playlistSec .btn > span {
  display: block;
  -webkit-transition: top 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  top: 0;
}
.playlistSec .btn a {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 24px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  background: linear-gradient(135deg, #e61e78 0%, #e68250 100%);
}
.playlistSec .hdgAc {
  overflow: hidden;
}
.playlistSec .hdgAc span {
  -webkit-transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  top: 0;
}
.playlistSec.is-hidden .hdgAc span {
  top: 50px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.playlistSec.is-hidden .text span {
  top: 25px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.playlistSec.is-hidden .btn > span {
  top: 65px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* 9. goodsSec
* ------------------------- */
.goodsSec {
  background: #f0f0eb;
}
.goodsSec .inner {
  padding: 95px 0 100px;
}
.goodsSec .lead {
  text-align: center;
  -webkit-transition: opacity .6s .2s ease;
  transition: opacity .6s .2s ease;
}
.goodsSec .onlinShop {
  max-width: 420px;
  margin: 35px auto 0;
  position: relative;
  top: 0;
  -webkit-transition: opacity .6s 2s ease;
  transition: opacity .6s 2s ease;
}
.goodsSec .onlinShop a {
  color: #e61e78;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 2px;
  border: #e61e78 2px solid;
  padding: 10px 0;
}
.goodsSec .onlinShop a .en {
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.goodsSec .goods {
  margin: 65px -0.98039% 0;
  overflow: hidden;
}
.goodsSec .goods li {
  box-sizing: border-box;
  width: 50%;
  padding: 0 0.98039%;
  margin-bottom: 30px;
  float: left;
}
.goodsSec .goods li a {
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
}
.goodsSec .goods li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f0f0eb;
  -webkit-transition: top 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 5;
}
.goodsSec .goods li:nth-child(1) a:after {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.goodsSec .goods li:nth-child(4) a:after {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
.goodsSec .goods li:nth-child(2) a:after {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.goodsSec .goods li:nth-child(3) a:after {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.goodsSec .goods li:nth-child(5) a:after {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.goodsSec .goods li:nth-child(6) a:after {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.goodsSec .goods li .cap {
  margin-bottom: 15px;
  position: relative;
}
.goodsSec .goods li .cap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}
.goodsSec .goods li .cap .more {
  color: #e61e78;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}
.goodsSec .goods li .name {
  color: #e61e78;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.57;
}
.goodsSec .goods li .detail {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.57;
  margin-top: 5px;
}
.goodsSec .note {
  margin: 35px 0 1.5em;
  line-height: 1.85;
  -webkit-transition: opacity .6s 1.6s ease;
  transition: opacity .6s 1.6s ease;
}
.goodsSec .note li {
  display: table;
}
.goodsSec .note li > * {
  display: table-cell;
  vertical-align: top;
}
.goodsSec .note li .fig {
  white-space: nowrap;
  padding-right: 0.5em;
}
.goodsSec .caption {
  font-size: 10px;
  margin-top: 15px;
  padding-left: 22px;
  -webkit-transition: opacity .6s 1.8s ease;
  transition: opacity .6s 1.8s ease;
}
.goodsSec .hdgAc {
  overflow: hidden;
}
.goodsSec .hdgAc span {
  -webkit-transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  top: 0;
}
.goodsSec .modalArea {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.98);
  z-index: 1001;
  display: none;
}
.goodsSec .modalArea .goodsModal {
  box-sizing: border-box;
  width: 82.03125%;
  max-width: 1050px;
  padding: 15px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
.goodsSec .modalArea .goodsModal .wrap {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.goodsSec .modalArea .goodsModal .wrap > * {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
}
.goodsSec .modalArea .goodsModal .wrap .col2 {
  width: 50%;
}
.goodsSec .modalArea .close {
  display: block;
  width: 29px;
  height: 0;
  padding-top: 29px;
  overflow: hidden;
  position: absolute;
  top: 40px;
  right: 40px;
  outline: none;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.goodsSec .modalArea .close:before, .goodsSec .modalArea .close:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #e61e78;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -20px;
}
.goodsSec .modalArea .close:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.goodsSec.is-hidden .hdgAc span {
  top: 50px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.goodsSec.is-hidden .lead,
.goodsSec.is-hidden .onlinShop {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.goodsSec.is-hidden .goods li a:after {
  top: 0;
}
.goodsSec.is-hidden .note {
  opacity: 0;
}
.goodsSec.is-hidden .caption {
  opacity: 0;
}

/*/////////////////////////////
 04. tickets
 - 1. ticketHdg
 - 2. ticketBody
/////////////////////////////*/
/* 1. ticketHdg
* ------------------------- */
.ticketHdg {
  margin-bottom: 40px;
  position: relative;
}
.ticketHdg .anchor {
  width: 64%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ticketHdg .anchor ul {
  overflow: hidden;
}
.ticketHdg .anchor ul li {
  box-sizing: border-box;
  width: 50%;
  padding-left: 3.125%;
  float: left;
}
.ticketHdg .anchor ul li a {
  color: #e61e78;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 18px;
  display: block;
  text-align: center;
  text-decoration: none;
  border: #e61e78 1px solid;
  line-height: 58px;
}

/* 2. ticketBody
* ------------------------- */
.ticketBody {
  background: #fff;
  margin-top: 40px;
  padding: 40px 0 60px;
}
.ticketBody .heading {
  box-sizing: border-box;
  width: 100%;
  display: table;
  padding: 0 6% 40px;
  border-bottom: #282828 1px solid;
}
.ticketBody .heading .catch {
  display: table-caption;
  padding: 0 6%;
  margin-bottom: 40px;
}
.ticketBody .heading .catch p {
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.08em;
  text-align: center;
  background: #282828;
}
.ticketBody .heading .catch p span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.ticketBody .heading .detail {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.ticketBody .heading .detail > * {
  display: table-cell;
  vertical-align: middle;
}
.ticketBody .heading .detail .title {
  width: 490px;
}
.ticketBody .heading .detail .title .hdg {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
.ticketBody .heading .detail .title .hdg span {
  font-weight: 700;
}
.ticketBody .heading .detail .title .place {
  font-weight: bold;
  margin: 10px 0;
}
.ticketBody .heading .detail .title .hour {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
}
.ticketBody .heading .detail .title .hour small {
  font-size: 12px;
}
.ticketBody .heading .detail .title .date {
  letter-spacing: -0.4em;
  margin-top: 10px;
}
.ticketBody .heading .detail .title .date li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.08em;
  margin-left: 0.5em;
}
.ticketBody .heading .detail .title .date li:first-child {
  margin-left: 0;
}
.ticketBody .heading .detail .title .date li b {
  font-weight: bold;
}
.ticketBody .heading .detail .privilege {
  letter-spacing: -0.4em;
  text-align: right;
}
.ticketBody .heading .detail .privilege > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1em;
  margin-left: 15px;
}
.ticketBody .heading .detail .privilege > *:first-child {
  margin-left: 0;
}
.ticketBody .heading .detail .privilege .day {
  text-align: center;
}
.ticketBody .heading .detail .privilege .day p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  width: 60px;
  background: #282828;
  border-radius: 10px;
  display: inline-block;
  position: relative;
}
.ticketBody .heading .detail .privilege .day p:before {
  content: "";
  display: block;
  border-style: solid;
  border-color: #282828 transparent transparent transparent;
  border-width: 6px 4px 0 4px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
}
.ticketBody .heading .detail .privilege .day .image {
  margin-top: 10px;
}
.ticketBody .body {
  padding: 0 6%;
  margin-top: 40px;
}
.ticketBody .body .ticketInfo {
  margin-top: 30px;
}
.ticketBody .body .ticketInfo:first-child {
  margin-top: 0;
}
.ticketBody .body .ticketInfo .name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  border-bottom: #282828 3px solid;
}
.ticketBody .body .ticketInfo .name em {
  color: #000;
  font-size: 14px;
}
.ticketBody .body .ticketInfo .name span {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
}
.ticketBody .body .ticketInfo .note {
  font-size: 12px;
  margin-top: 10px;
}
.ticketBody .body .ticketInfo .list > li {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-bottom: #a0a0a0 1px dashed;
  padding: 24px 0 23px;
}
.ticketBody .body .ticketInfo .list > li > * {
  display: table-cell;
  vertical-align: top;
}
.ticketBody .body .ticketInfo .list > li .detail {
  padding-right: 5.11364%;
}
.ticketBody .body .ticketInfo .list > li .detail .in {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.ticketBody .body .ticketInfo .list > li .detail .price {
  font-family: 'Barlow Semi Condensed', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
  margin-left: auto;
}
.ticketBody .body .ticketInfo .list > li .detail .price span {
  font-size: 20px;
}
.ticketBody .body .ticketInfo .list > li .detail .price .sold {
  font-size: 12px;
  font-weight: 600;
}
.ticketBody .body .ticketInfo .list > li .detail .text {
  line-height: 1.7;
  padding-right: 0.5em;
}
.ticketBody .body .ticketInfo .list > li .links {
  width: 53.40909%;
  position: relative;
}
.ticketBody .body .ticketInfo .list > li .links ul {
  overflow: hidden;
  margin: 0 -5px;
}
.ticketBody .body .ticketInfo .list > li .links ul li {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0 5px;
  margin-top: 10px;
}
.ticketBody .body .ticketInfo .list > li .links ul li:first-child, .ticketBody .body .ticketInfo .list > li .links ul li:first-child + li {
  margin-top: 0;
}
.ticketBody .body .ticketInfo .list > li .links ul li a {
  text-align: center;
  display: block;
  border: #000 1px solid;
  border-radius: 2px;
  line-height: 45px;
}
.ticketBody .body .ticketInfo .list > li .links ul li span.dis {
  text-align: center;
  display: block;
  border: #c8c8c8 1px solid;
  border-radius: 2px;
  line-height: 45px;
}
.ticketBody .body .ticketInfo .list > li .links ul li span.note {
  font-size: 12px;
  text-align: center;
  display: block;
  margin-top: 3px;
}
.ticketBody .body .ticketInfo .list > li .links ul li img {
  width: 100%;
  vertical-align: middle;
}
.ticketBody .body .ticketInfo .list > li .links ul li .up img {
  max-width: 108px;
}
.ticketBody .body .ticketInfo .list > li .links ul li .pia img {
  max-width: 32px;
}
.ticketBody .body .ticketInfo .list > li .links ul li .eplus img {
  max-width: 90px;
}
.ticketBody .body .ticketInfo .list > li .links ul li .yahoo img {
  max-width: 117px;
}
.ticketBody .body .ticketInfo .list > li .links ul li .lawson img {
  max-width: 56px;
}
.ticketBody .body .ticketInfo .list > li .links ul li .au img {
  max-width: 193px;
  position: relative;
  top: -3px;
}
.ticketBody .body .ticketInfo .list > li .links .single a {
  text-align: center;
  display: block;
  border: #000 1px solid;
  border-radius: 2px;
  line-height: 45px;
}
.ticketBody .body .ticketInfo .list > li .links .single a img {
  width: 100%;
  vertical-align: middle;
}
.ticketBody .body .ticketInfo .list > li .links .single a.yahoo img {
  max-width: 117px;
}
.ticketBody .body .ticketInfo .list > li .links .sold {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  background: #c8c8c8;
  border-radius: 2px;
}
.ticketBody .body .ticketInfo .list > li .links .textSold {
  width: 94.04255%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) rotate(-5deg);
  transform: translateY(-50%) rotate(-5deg);
  background: url("../images/bg_soldout_pc.png") no-repeat;
  background-position: center center;
  background-size: contain;
}
.ticketBody .body .ticketInfo .list > li .links .textSold p {
  font-family: 'Barlow Semi Condensed', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 20px;
  text-align: center;
  padding: 11px 0;
}
.ticketBody .body .ticketInfo .list > li .links .textSold p .wh {
  color: #fff;
  font-size: 18px;
}
.ticketBody .body .ticketInfo .list > li .links .textSold p .wh em {
  font-size: 20px;
}
.ticketBody .body .ticketInfo .list > li .links .textSold p b {
  font-weight: bold;
}

/*/////////////////////////////
 05. modal
/////////////////////////////*/
#modal_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(230, 30, 120, 0.8);
  z-index: 1000;
  display: none;
}

.modal_container {
  display: none;
}

.modal_content {
  width: 68.75%;
  max-width: 880px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1001;
  display: none;
}
.modal_content .wrap {
  background: rgba(0, 0, 0, 0.8);
  padding: 35px 6.81818% 40px;
  position: relative;
}
.modal_content .slide {
  box-sizing: border-box;
  padding-bottom: 80px;
  position: relative;
}
.modal_content .slide .num {
  color: #e61e78;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 22px;
  width: 50px;
  margin-bottom: 25px;
  text-align: center;
  padding: 8px 0 22px;
  background: url("../images/icon_blln.svg") no-repeat;
  background-position: left top;
  background-size: contain;
  opacity: 0;
  position: relative;
  top: 10px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}
.modal_content .slide.slick-active.slick-current .num {
  opacity: 1;
  top: 0;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.modal_content .slide.slick-active.slick-current .ticket,
.modal_content .slide.slick-active.slick-current .archive {
  opacity: 1;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.modal_content .slide .ticket {
  width: 280px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: 5;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
}
.modal_content .slide .ticket a {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border-radius: 2px;
  background: linear-gradient(135deg, #e61e78 0%, #e68250 100%);
}
.modal_content .slide .archive {
  width: 72.36842%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: 5;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  overflow: hidden;
}
.modal_content .slide .archive li {
  box-sizing: border-box;
  width: 50%;
  padding: 0 5px;
  float: left;
}
.modal_content .slide .archive a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border-radius: 2px;
  border: #fff 1px solid;
}
.modal_content .inner {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.modal_content .inner > * {
  display: table-cell;
  vertical-align: top;
}
.modal_content .inner .image {
  width: 51.31579%;
  padding-left: 3.94737%;
}
.modal_content .inner .text dt {
  color: #e61e78;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.modal_content .inner .text dd {
  color: #fff;
  line-height: 1.7;
}
.modal_content .inner .text dd span {
  font-size: 11px;
  display: block;
}
.modal_content .close {
  display: block;
  width: 32px;
  height: 0;
  overflow: hidden;
  padding-top: 32px;
  position: absolute;
  top: 35px;
  right: 6.81818%;
  cursor: pointer;
  outline: none;
}
.modal_content .close:before, .modal_content .close:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e61e78;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
}
.modal_content .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_content .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal_content .slick-arrow {
  color: #e61e78;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 0;
  outline: none;
  cursor: pointer;
  z-index: 5;
}
.modal_content .slick-arrow:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-top: #e61e78 1px solid;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.modal_content .slick-next {
  padding-right: 30px;
  right: 0;
}
.modal_content .slick-next:before {
  border-right: #e61e78 1px solid;
  right: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_content .slick-prev {
  padding-left: 30px;
  left: 0;
}
.modal_content .slick-prev:before {
  border-left: #e61e78 1px solid;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.episodeContainer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #282828;
  z-index: 1001;
  overflow-y: scroll;
  display: none;
}
.episodeContainer .inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 90px 50px 50px;
}
.episodeContainer .title {
  color: #e61e78;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}
.episodeContainer .wrap {
  width: 100%;
  display: table;
  table-layout: fixed;
  outline: none;
}
.episodeContainer .wrap > * {
  display: table-cell;
  vertical-align: top;
}
.episodeContainer .wrap .image {
  width: 42.61364%;
}
.episodeContainer .wrap .image .place {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin: 30px 0 5px;
}
.episodeContainer .wrap .image .act {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.episodeContainer .wrap .image .mov {
  background: #000;
}
.episodeContainer .wrap .image .mov video {
  width: 100%;
  vertical-align: bottom;
}
.episodeContainer .wrap .text {
  padding-left: 4.54545%;
}
.episodeContainer .wrap .text p {
  color: #fff;
  line-height: 2;
}
.episodeContainer .close {
  text-align: center;
  margin-top: 25px;
}
.episodeContainer .close button {
  color: #e61e78;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  outline: none;
  cursor: pointer;
}
.episodeContainer .btnClose {
  display: block;
  width: 32px;
  height: 0;
  padding-top: 32px;
  overflow: hidden;
  outline: none;
  position: absolute;
  top: 55px;
  right: 60px;
  cursor: pointer;
}
.episodeContainer .btnClose:before, .episodeContainer .btnClose:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e61e78;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
}
.episodeContainer .btnClose:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.episodeContainer .btnClose:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.episodeContainer .slick-arrow {
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 0;
  overflow: hidden;
  padding-top: 17px;
  border-top: #e61e78 1px solid;
  position: absolute;
  top: 50%;
  outline: none;
  cursor: pointer;
  z-index: 5;
  margin-top: -9px;
}
.episodeContainer .slick-next {
  border-right: #e61e78 1px solid;
  right: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.episodeContainer .slick-prev {
  border-left: #e61e78 1px solid;
  left: -45px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*/////////////////////////////
 06. loading
/////////////////////////////*/
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.loading:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #e61e78;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  z-index: 1;
}
.loading:after {
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: #e61e78 1px solid;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: circle 1.6s infinite;
  animation: circle 1.6s infinite;
  z-index: 1;
}
.loading.end {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.loading.load:before {
  opacity: 0;
}
.loading.load:after {
  display: none;
}
.loading .contena {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #000;
  -webkit-transition: top 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: top 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  overflow: hidden;
  z-index: 2;
}
.loading .contena.show {
  top: 0;
}
.loading .logo {
  width: 45.78125%;
  max-width: 587px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#svgLogo .cls-1.s1.stl {
  fill: #fff;
  stroke: #fff;
  stroke-dasharray: 4500;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: sec1 3.2s ease-in 0s;
  animation: sec1 3.2s ease-in 0s;
}
#svgLogo .cls-1.s3.stl {
  fill: #fff;
  stroke: #fff;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: sec3 1s ease-in 0s;
  animation: sec3 1s ease-in 0s;
}
#svgLogo .cls-2.s2.stl {
  fill: #d42177;
  stroke: #d42177;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: sec2 1s ease-in 0s;
  animation: sec2 1s ease-in 0s;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(2.3);
    transform: translate(-50%, -50%) scale(2.3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(2.3);
    transform: translate(-50%, -50%) scale(2.3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes sec1 {
  0% {
    stroke-dashoffset: 4500;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 4500;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
@-webkit-keyframes sec2 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  70% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #d42177;
  }
}
@-webkit-keyframes sec3 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  70% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
/*/////////////////////////////
 07. message
/////////////////////////////*/
.messageContent {
  background: #fff;
  padding: 85px 0 65px;
}
.messageContent .messageBody {
  max-width: 740px;
  margin: 30px auto 0;
}
.messageContent .messageBody .specialLogo {
  max-width: 300px;
  margin: 0 auto 3em;
}
.messageContent .messageBody b {
  font-weight: bold;
}
.messageContent .messageBody em {
  text-decoration: underline;
}
.messageContent .messageBody p {
  line-height: 2.1;
  margin-top: 1.5em;
}
.messageContent .messageBody p:first-child {
  margin-top: 0;
}
.messageContent .messageBody p.ar {
  text-align: right;
}
.messageContent .messageBody .btn {
  line-height: 1.5;
  max-width: 320px;
  margin: 1.5em auto;
}
.messageContent .messageBody .btn a {
  color: #e61e78;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 2px;
  border: #e61e78 2px solid;
  padding: 10px 0;
}
.messageContent .messageBody h3 {
  font-size: 16px;
  margin-top: 2em;
}
.messageContent .messageBody h3:before {
  content: "■";
  display: inline-block;
  margin-right: 0.5em;
}
.messageContent .messageBody h3 + * {
  margin-top: 1em;
}
.messageContent .messageBody h4 {
  font-size: 15px;
  margin-top: 2em;
}
.messageContent .messageBody h4 + * {
  margin-top: .5em;
}

/*/////////////////////////////
 08. topics
/////////////////////////////*/
.topicsContent {
  max-width: 630px;
  margin: 0 auto;
}
.topicsContent h2 {
  color: #e61e78;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 35px;
}
.topicsContent .image {
  text-align: center;
  margin-bottom: 25px;
}
.topicsContent .text {
  color: #fff;
}
.topicsContent .shere {
  overflow: hidden;
  margin: 50px -5px 0;
}
.topicsContent .shere li {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0 5px;
}
.topicsContent .shere li a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  display: block;
  border-radius: 2px;
}
.topicsContent .shere li a.fb {
  background: #3b5998;
}
.topicsContent .shere li a.tw {
  background: #55acee;
}
.topicsContent .ticket {
  width: 280px;
  margin: 25px auto 0;
}
.topicsContent .ticket a {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border-radius: 2px;
  background: linear-gradient(135deg, #e61e78 0%, #e68250 100%);
}
.topicsContent .archive {
  overflow: hidden;
  margin: 25px -5px 0;
}
.topicsContent .archive li {
  box-sizing: border-box;
  width: 50%;
  padding: 0 5px;
  float: left;
}
.topicsContent .archive a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border-radius: 2px;
  border: #fff 1px solid;
}

/*/////////////////////////////
 09. emoney
/////////////////////////////*/
.emoneyContent {
  background: #fff;
  padding: 80px 13% 65px;
}
.emoneyContent .mainLead {
  color: #505050;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: #282828 1px solid;
  margin-bottom: 40px;
}
.emoneyContent .lead {
  color: #000;
  font-weight: bold;
  line-height: 1.85;
  text-align: center;
  margin: 1.5em 0;
}
.emoneyContent .topNotice {
  max-width: 635px;
  margin: 18px auto 0;
}
.emoneyContent .note {
  display: table;
  color: #505050;
  font-size: 12px;
  margin-top: 5px;
}
.emoneyContent .note > * {
  display: table-cell;
  vertical-align: top;
}
.emoneyContent .note .fig {
  padding-right: 0.5em;
}
.emoneyContent .section {
  margin-top: 90px;
}
.emoneyContent .section .emoneyHdg02 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  background: #282828;
  margin-bottom: 40px;
}
.emoneyContent .section .quickpayLogo {
  text-align: center;
  max-width: 186px;
  margin: 50px auto 40px;
}
.emoneyContent .section .quickpayLogo.small {
  max-width: 124px;
}
.emoneyContent .section .logoText {
  color: #000;
  font-size: 16px;
  text-align: center;
  margin: 40px 0;
}
.emoneyContent .section .logoText b {
  font-weight: bold;
}
.emoneyContent .section .subText {
  color: #000;
  text-align: center;
  line-height: 1.85;
  margin-bottom: 60px;
}
.emoneyContent .section .detail {
  border-top: #a0a0a0 1px dashed;
  padding-top: 50px;
}
.emoneyContent .section .detail .subLead {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 65px;
}
.emoneyContent .section .detail .settingText {
  color: #004097;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.emoneyContent .section .detail .payLinks {
  overflow: hidden;
  margin: 0 -1.58228%;
}
.emoneyContent .section .detail .payLinks li {
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding: 0 1.58228%;
}
.emoneyContent .section .detail .payLinks li a {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 129, 80, 0.9)), color-stop(33%, rgba(230, 31, 119, 0.9)), color-stop(70%, rgba(215, 12, 24, 0.9)), to(rgba(0, 64, 151, 0.9)));
  background: linear-gradient(to bottom, rgba(230, 129, 80, 0.9) 0%, rgba(230, 31, 119, 0.9) 33%, rgba(215, 12, 24, 0.9) 70%, rgba(0, 64, 151, 0.9) 100%);
  background-size: 100% 300%;
  background-position: top left;
  padding: 10px 0;
}
.emoneyContent .section .detail .payLinks li a span {
  display: block;
  text-decoration: underline;
}
.emoneyContent .section .detail .detailLink {
  max-width: 300px;
  margin: 30px auto 0;
}
.emoneyContent .section .detail .detailLink a {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  display: block;
  border: #282828 1px solid;
  border-radius: 2px;
}
.emoneyContent .section .emoneyflow {
  margin-bottom: 30px;
}
.emoneyContent .section .emoneyflow .hdg {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.emoneyContent .section .emoneyflow ol {
  color: #000;
  line-height: 2.14;
}
.emoneyContent .section .emoneyflow ol li {
  counter-increment: num;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.emoneyContent .section .emoneyflow ol li:before {
  content: counter(num) ". ";
}
.emoneyContent .section .emoneyflow + .notice {
  margin-top: 25px;
}
.emoneyContent .section .emoneyflow .text {
  margin-bottom: 1.5em;
}
.emoneyContent .bottomNotice {
  margin-top: 50px;
  padding-top: 45px;
  border-top: #a0a0a0 1px dashed;
}

/*/////////////////////////////
 10. shop
/////////////////////////////*/
.shopContent {
  padding: 30px 0 0;
}
.shopContent .shopHdg {
  color: #e61e78;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 35px;
}
.shopContent .shopHdg .sub {
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 14px;
  display: block;
}
.shopContent .note {
  display: table;
  font-size: 12px;
  margin-top: 5px;
}
.shopContent .note > * {
  display: table-cell;
  vertical-align: top;
}
.shopContent .sectionFood {
  color: #fff;
}
.shopContent .sectionFood .leadArea {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 70px;
}
.shopContent .sectionFood .leadArea > * {
  display: table-cell;
  vertical-align: top;
}
.shopContent .sectionFood .leadArea .notice {
  width: 375px;
}
.shopContent .sectionFood .leadArea .col {
  padding-right: 7%;
}
.shopContent .sectionFood .leadArea .col p {
  line-height: 2.285;
}
.shopContent .sectionFood .block + .block {
  margin-top: 70px;
}
.shopContent .sectionFood .block .hdg {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
.shopContent .sectionFood .block .hdg .place {
  color: #e61e78;
  font-weight: bold;
}
.shopContent .sectionFood .block .hdg .sub {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.shopContent .sectionFood .block .foodList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
  margin: 0 -1.17188%;
}
.shopContent .sectionFood .block .foodList li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 1.17188%;
  margin-bottom: 50px;
}
.shopContent .sectionFood .block .foodList li .inner {
  border-top: #e61e78 4px solid;
  padding-top: 20px;
}
.shopContent .sectionFood .block .foodList li .heading {
  text-align: center;
  margin-bottom: 15px;
}
.shopContent .sectionFood .block .foodList li .heading span {
  display: block;
}
.shopContent .sectionFood .block .foodList li .heading .act {
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.2;
  padding-bottom: 14px;
  position: relative;
}
.shopContent .sectionFood .block .foodList li .heading .act:after {
  content: "×";
  color: #787878;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.shopContent .sectionFood .block .foodList li .heading .local {
  color: #e61e78;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.shopContent .sectionFood .block .foodList li .cap {
  margin-bottom: 10px;
}
.shopContent .sectionFood .block .foodList li .name {
  font-weight: bold;
  margin-bottom: 10px;
}
.shopContent .sectionFood .block .foodList li .name .price {
  color: #787878;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.shopContent .sectionFood .block .foodList li .text {
  font-size: 12px;
  line-height: 1.83;
}
.shopContent .sectionFood .moreText {
  color: #e61e78;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

/*/////////////////////////////
 11. playlist
/////////////////////////////*/
.playlistContent .playlistHdg {
  color: #e61e78;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.playlistContent .lead {
  color: #fff;
  font-weight: bold;
  line-height: 1.85;
  text-align: center;
  margin-bottom: 40px;
}
.playlistContent .sectionPl {
  margin-top: 60px;
}
.playlistContent .sectionPl + .sectionPl {
  margin-top: 100px;
}
.playlistContent .sectionPl .hdg {
  color: #e61e78;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-bottom: #e61e78 4px solid;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.playlistContent .sectionPl .hdg span {
  color: #787878;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 15px;
}
.playlistContent .sectionPl .btns {
  overflow: hidden;
  margin: 0 -1.17188% 25px;
}
.playlistContent .sectionPl .btns li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 1.17188%;
  float: left;
}
.playlistContent .sectionPl .btns li > a {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 18px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  background: linear-gradient(135deg, #e61e78 0%, #e68250 100%);
  border-radius: 2px;
}
.playlistContent .sectionPl .btns li .plaiFrame {
  display: block;
  margin-bottom: 15px;
}
.playlistContent .sectionPl .btns li .plaiFrame iframe {
  width: 100%;
  height: 500px;
}
.playlistContent .sectionPl .btns.col3 {
  text-align: center;
  letter-spacing: -0.4em;
}
.playlistContent .sectionPl .btns.col3 li {
  display: inline-block;
  letter-spacing: 0.1em;
  float: none;
}
.playlistContent .sectionPl .setList {
  overflow: hidden;
  margin: 0 -1.17188%;
  text-align: center;
  letter-spacing: -0.4em;
  margin-top: 30px;
  padding-top: 25px;
  position: relative;
}
.playlistContent .sectionPl .setList:first-child {
  margin-top: 0;
  padding-top: 0;
}
.playlistContent .sectionPl .setList:first-child:before {
  display: none;
}
.playlistContent .sectionPl .setList:before {
  content: "";
  display: block;
  border-top: #787878 1px dashed;
  position: absolute;
  top: 0;
  right: 1.17188%;
  left: 1.17188%;
}
.playlistContent .sectionPl .setList li {
  box-sizing: border-box;
  width: 28.90625%;
  padding: 0 1.17188%;
  display: inline-block;
  letter-spacing: 0.1em;
}
.playlistContent .sectionPl .setList li > a {
  color: #e61e78;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 18px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  background: #fff;
  border-radius: 2px;
}

/*/////////////////////////////
 12. programs
/////////////////////////////*/
.programContent {
  color: #000;
  background: #fff;
  padding: 80px 13% 65px;
}
.programContent .mainLead {
  color: #505050;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: #282828 1px solid;
  margin-bottom: 40px;
}
.programContent .lead {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.85;
  text-align: center;
  margin: 3em 0 1.5em;
}
.programContent .text {
  margin: 1.5em 0;
  line-height: 1.85;
}
.programContent .text.ac {
  text-align: center;
}
.programContent .text b {
  font-weight: bold;
}
.programContent .text small {
  font-size: 12px;
}
.programContent .btn {
  max-width: 320px;
  margin: 25px auto 0;
}
.programContent .btn > a {
  color: #fff;
  font-size: 16px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  background: linear-gradient(135deg, #e61e78 0%, #e68250 100%);
  border-radius: 2px;
}
.programContent .btn:first-child {
  margin-top: 0;
}
.programContent .blkBtn {
  max-width: 320px;
  margin: 35px auto 0;
}
.programContent .blkBtn a {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  display: block;
  border: #282828 1px solid;
  border-radius: 2px;
}
.programContent .title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  background: #282828;
  margin: 100px 0 40px;
}
.programContent .bottom {
  border-top: #a0a0a0 1px dashed;
  margin-top: 55px;
  padding-top: 50px;
}
.programContent .bottom .hdg {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2.125;
  margin-bottom: 25px;
}
.programContent .bottom .hdg small {
  font-size: 12px;
}
.programContent .bottom .schedule {
  text-align: center;
}
.programContent .bottom .schedule dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.programContent .bottom .time {
  display: -webkit-box;
  display: flex;
  margin: 35px -4.87805% 0;
}
.programContent .bottom .time .col {
  width: 31.70732%;
  margin-left: 2.43902%;
}
.programContent .bottom .time .col:first-child {
  margin-left: 0;
}
.programContent .bottom .time .col .date {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  background: #8c8c8c;
  margin-bottom: 15px;
}
.programContent .bottom .time .col ul {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 2.125;
  padding: 0 3.84615%;
}
.programContent .bottom .time .col ul li {
  display: table;
}
.programContent .bottom .time .col ul li > * {
  display: table-cell;
  vertical-align: middle;
}
.programContent .bottom .time .col ul li .h {
  font-size: 16px;
  font-weight: bold;
  width: 3.5em;
}
.programContent .bottom .time .col .detail {
  font-size: 12px;
  line-height: 1.85;
  margin-top: 25px;
  padding: 0 3.84615%;
}
.programContent .bottom .time .col .detail b {
  font-weight: bold;
}

/*/////////////////////////////
 12. faq
/////////////////////////////*/
.faqContent {
  color: #000;
  background: #fff;
  padding: 80px 13% 65px;
}
.faqContent .mainLead {
  color: #505050;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: #282828 1px solid;
  margin-bottom: 40px;
}
.faqContent .leadList {
  line-height: 1.857;
}
.faqContent .leadList > li {
  margin-bottom: 1.5em;
}
.faqContent .leadList > li:before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 0.8em;
  height: 0.8em;
  border: #000 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0.2em;
}
.faqContent .list {
  line-height: 1.857;
}
.faqContent .list > li {
  padding-left: 1em;
  position: relative;
}
.faqContent .list > li b {
  font-weight: bold;
}
.faqContent .list > li:before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.faqContent .list.faq > li {
  margin-top: 1.5em;
}
.faqContent .list.faq > li:first-child {
  margin-top: 0;
}
.faqContent .notice {
  color: #787878;
  font-size: 12px;
  line-height: 2;
}
.faqContent .notice > li {
  display: table;
}
.faqContent .notice > li > * {
  display: table-cell;
}
.faqContent .notice > li > .fig {
  white-space: nowrap;
}
.faqContent .section {
  margin-top: 85px;
}
.faqContent .section:first-child {
  margin-top: 0;
}
.faqContent .child {
  margin: 75px 0 30px;
}
.faqContent .child h3 {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  background: #282828;
  margin-bottom: 30px;
}
.faqContent .child p {
  line-height: 1.857;
  margin-bottom: 1.5em;
}
.faqContent .child p b {
	font-weight: bold;
}

@media (min-width: 769px) {
  .topicsSec .topics li a {
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .topicsSec .topics li a:hover {
    color: #fff;
    background: url("../images/topics_blln-pc_hov.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }

  .header .gnav .btn a,
  .ticketSec .btn a,
  .playlistSec .btn a,
  .playlistContent .sectionPl .btns li > a,
  .timetableSec .taimetable .col .btn a,
  .programContent .btn > a {
    position: relative;
    -webkit-transition: color .4s ease-in;
    transition: color .4s ease-in;
  }
  .header .gnav .btn a:before,
  .ticketSec .btn a:before,
  .playlistSec .btn a:before,
  .playlistContent .sectionPl .btns li > a:before,
  .timetableSec .taimetable .col .btn a:before,
  .programContent .btn > a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% - 5px);
    right: 5px;
    bottom: 5px;
    left: 5px;
    background: #fff;
    -webkit-transition: top .2s ease-out;
    transition: top .2s ease-out;
  }
  .header .gnav .btn a span,
  .ticketSec .btn a span,
  .playlistSec .btn a span,
  .playlistContent .sectionPl .btns li > a span,
  .timetableSec .taimetable .col .btn a span,
  .programContent .btn > a span {
    position: relative;
  }
  .header .gnav .btn a:hover,
  .ticketSec .btn a:hover,
  .playlistSec .btn a:hover,
  .playlistContent .sectionPl .btns li > a:hover,
  .timetableSec .taimetable .col .btn a:hover,
  .programContent .btn > a:hover {
    color: #e61e78;
  }
  .header .gnav .btn a:hover:before,
  .ticketSec .btn a:hover:before,
  .playlistSec .btn a:hover:before,
  .playlistContent .sectionPl .btns li > a:hover:before,
  .timetableSec .taimetable .col .btn a:hover:before,
  .programContent .btn > a:hover:before {
    top: 5px;
  }

  .playlistContent .sectionPl .setList li > a {
    position: relative;
    -webkit-transition: color .4s ease-in;
    transition: color .4s ease-in;
  }
  .playlistContent .sectionPl .setList li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% - 5px);
    right: 5px;
    bottom: 5px;
    left: 5px;
    background: linear-gradient(135deg, #e61e78 0%, #e68250 100%);
    -webkit-transition: top .2s ease-out;
    transition: top .2s ease-out;
  }
  .playlistContent .sectionPl .setList li > a span {
    position: relative;
  }
  .playlistContent .sectionPl .setList li > a:hover {
    color: #fff;
  }
  .playlistContent .sectionPl .setList li > a:hover:before {
    top: 5px;
  }

  .toTop a,
  .artistSec .btn a {
    position: relative;
    -webkit-transition: color .4s ease-in;
    transition: color .4s ease-in;
  }
  .toTop a:before,
  .artistSec .btn a:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transition: top .2s ease-out;
    transition: top .2s ease-out;
  }
  .toTop a span,
  .artistSec .btn a span {
    position: relative;
  }
  .toTop a:hover,
  .artistSec .btn a:hover {
    color: #000;
  }
  .toTop a:hover:before,
  .artistSec .btn a:hover:before {
    top: 0;
  }

  .ticketHdg .anchor ul li a {
    position: relative;
    -webkit-transition: color .4s ease-in;
    transition: color .4s ease-in;
  }
  .ticketHdg .anchor ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: #e61e78;
    -webkit-transition: top .2s ease-out;
    transition: top .2s ease-out;
  }
  .ticketHdg .anchor ul li a span {
    position: relative;
  }
  .ticketHdg .anchor ul li a:hover {
    color: #fff;
  }
  .ticketHdg .anchor ul li a:hover:before {
    top: 0;
  }

  .ticketBody .body .ticketInfo .list > li .links ul li a,
  .ticketBody .body .ticketInfo .list > li .links .single a {
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .ticketBody .body .ticketInfo .list > li .links ul li a:hover,
  .ticketBody .body .ticketInfo .list > li .links .single a:hover {
    border-color: #e61e78;
  }

  .footer .top .col dl dd .logo a,
  .footer .toIndex a,
  .footer .top .presented dd .logo a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .footer .top .col dl dd .logo a:hover,
  .footer .toIndex a:hover,
  .footer .top .presented dd .logo a:hover {
    opacity: .7;
  }

  .artistsBlock section .artistList .list li .col span.image img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .artistsBlock section .artistList .list li .col span.text {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
  .artistsBlock section .artistList .list li .col:hover span.image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .artistsBlock section .artistList .list li .col:hover span.text.nagoya {
    color: #139edb;
  }
  .artistsBlock section .artistList .list li .col:hover span.text.tokyo {
    color: #fe90bd;
  }
  .artistsBlock section .artistList .list li .col:hover span.text.osaka {
    color: #53c92b;
  }

  .emoneyContent .section .detail .payLinks li a {
    -webkit-transition: background-position .6s ease;
    transition: background-position .6s ease;
  }
  .emoneyContent .section .detail .payLinks li a:hover {
    background-position: bottom left;
  }
  .emoneyContent .section .detail .payLinks li a:hover span {
    text-decoration: none;
  }

  .emoneyContent .section .detail .detailLink a,
  .programContent .blkBtn a {
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .emoneyContent .section .detail .detailLink a:hover,
  .programContent .blkBtn a:hover {
    color: #fff;
    background: #282828;
  }

  .goodsSec .goods li a:hover .cap .more {
    opacity: 1;
  }
  .goodsSec .goods li a:hover .cap:after {
    opacity: .8;
  }

  .messageContent .messageBody .btn a,
  .goodsSec .onlinShop a {
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .messageContent .messageBody .btn a:hover,
  .goodsSec .onlinShop a:hover {
    color: #fff;
    background: #e61e78;
  }
}
@media (max-width: 950px) {
  .ticketSec .lyt {
    display: block;
  }
  .ticketSec .lyt > * {
    display: block;
  }
  .ticketSec .lyt .col {
    border-top: #a0a0a0 1px dashed;
    margin-top: 35px;
    padding-top: 35px;
  }
  .ticketSec .lyt .col:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .ticketSec .lyt .col.west {
    width: 100%;
  }
  .ticketSec .lyt .col.west .wrap .heading {
    width: 290px;
  }
  .ticketSec .lyt .col.east .wrap .privilege {
    text-align: right;
  }
}
/*/////////////////////////////
 RWD
/////////////////////////////*/
@media (max-width: 768px) {
  body {
    font-size: 3.73333vw;
  }

  .lower .container {
    padding: 0 2.66667%;
  }

  .container {
    max-width: none;
    margin: 0;
    padding: 0 5.33333%;
  }

  .fixedUi {
    width: 100%;
    display: table;
    table-layout: fixed;
    position: fixed;
    right: 0;
    left: 0;
    bottom: -55px;
    -webkit-transition: bottom .4s ease;
    transition: bottom .4s ease;
    z-index: 995;
  }
  .fixedUi.visible {
    bottom: 0;
  }
  .fixedUi > * {
    display: table-cell;
    vertical-align: middle;
  }
  .fixedUi .buy {
    position: static;
    width: auto;
  }
  .fixedUi .buy a {
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 50px;
    padding: 0;
    background: linear-gradient(135deg, #e61e78 0%, #e68250 100%);
  }
  .fixedUi .buy a:before {
    display: none;
  }
  .fixedUi .buy .line {
    display: inline;
  }
  .fixedUi .buy .ja {
    display: none;
  }
  .fixedUi .sns {
    width: 100px;
    overflow: hidden;
    right: auto;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .fixedUi .sns li {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .fixedUi .sns li a {
    line-height: 50px;
    padding: 0;
    border-radius: 0;
  }
  .fixedUi .sns li img {
    vertical-align: middle;
  }

  .hdg02 {
    font-size: 20px;
    font-size: 5.33333vw;
    margin-bottom: 15px;
  }

  .hdgAc {
    font-size: 28px;
    font-size: 7.46667vw;
  }
  .hdgAc .sub {
    font-size: 3.73333vw;
    margin-top: 5px;
  }

  .messageContent .hdgAc {
    font-size: 4.8vw;
  }
  .messageContent .hdgAc small {
    font-size: 3.73333vw;
  }

  .hdg02Lower {
    font-size: 28px;
    font-size: 7.46667vw;
    text-align: center;
    margin-bottom: 25px;
  }

  .toTop {
    max-width: 195px;
    margin: 35px auto 60px;
  }

  .headerLower .inner {
    max-width: none;
    margin: 0;
    padding: 15px 0 0;
  }
  .headerLower .logo {
    width: 96px;
    margin: 0 auto;
  }

  .navBtn {
    top: 15px;
    right: 18px;
  }

  .gnav .wrapper {
    padding-bottom: 45px;
  }
  .gnav .navLogo {
    width: 96px;
    margin-bottom: 20px;
  }
  .gnav .nav ul a {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .gnav .btn {
    max-width: 295px;
    margin: 15px auto 0;
  }
  .gnav .btn a {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 34px;
  }

  .headerOther {
    height: 120px;
    margin-bottom: 40px;
    background: url("../images/bg_sub_sp.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
  }
  .headerOther .lead {
    width: auto;
    max-width: 353px;
    height: 0;
    padding-top: 44px;
    overflow: hidden;
    margin-left: 0;
    background: url("../images/lead_sub_sp.png") no-repeat;
    background-position: left top;
    background-size: contain;
  }
  .headerOther .logo {
    width: 153px;
    top: 23px;
  }
  .headerOther .logo a {
    display: block;
    height: 0;
    padding-top: 117px;
    background: url("../images/logo_sub_sp.png") no-repeat;
    background-position: left top;
    background-size: contain;
  }

	.footer {
		margin-top: 35px;
	}
  .footer .inner {
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .footer .top .inner {
    display: block;
  }
  .footer .top .col {
    width: 100%;
    padding: 25px 5.33333%;
    border-top: #a0a0a0 1px dashed;
  }
  .footer .top .col:first-child {
    padding-left: 5.33333%;
    border-top: none;
  }
  .footer .top .col:last-child {
    padding-right: 5.33333%;
  }
  .footer .top .col dl dd .logo {
    margin-left: 30px;
  }
  .footer .top .col dl dd .logo.sstv {
    width: 153px;
    width: 40.8vw;
  }
  .footer .top .col dl dd .logo.kddi {
    width: 70px;
    width: 18.66667vw;
  }
  .footer .top .col dl dd .logo.fm {
    width: 111px;
    width: 29.6vw;
  }
  .footer .top .col dl dd .logo.up {
    width: 41px;
    width: 10.93333vw;
  }
  .footer .top .col dl dd .logo.qp {
    width: 40px;
    width: 10.66667vw;
  }
  .footer .top .presented {
    max-width: none;
    padding: 30px 0 0;
    margin: 0;
  }
  .footer .top .presented:last-child {
    margin-bottom: 40px;
  }
  .footer .top .presented dt {
    margin-bottom: 18px;
  }
  .footer .top .presented dd .logo {
    margin: 0 4%;
  }
  .footer .top .presented dd .logo.sstv {
    width: 153px;
    width: 40.8vw;
  }
  .footer .top .presented dd .logo.kddi {
    width: 70px;
    width: 18.66667vw;
  }
  .footer .top .presented dd .logo.au {
    width: 60px;
    width: 16vw;
  }
  .footer .top .presented.sponser dd {
    overflow: hidden;
    padding: 0 10.66667%;
  }
  .footer .top .presented.sponser dd .logo {
    margin: 0 0 25px;
    float: left;
  }
	.footer .top .presented.sponser dd .logo.ac {
		float: none;
		margin: 0 auto;
	}
  .footer .top .presented.sponser dd .logo:nth-child(2n+1) {
    clear: both;
  }
  .footer .top .presented.sponser dd .logo.fm, .footer .top .presented.sponser dd .logo.up, .footer .top .presented.sponser dd .logo.qp, .footer .top .presented.sponser dd .logo.livedam, .footer .top .presented.sponser dd .logo.crystal, .footer .top .presented.sponser dd .logo.ucc, .footer .top .presented.sponser dd .logo.gyao, .footer .top .presented.sponser dd .logo.jcb {
    width: 50%;
    max-width: none;
  }
  .footer .top .presented.sponser dd .logo a {
    margin: 0 auto;
  }
  .footer .top .presented.sponser dd .logo.fm a {
    width: 140px;
    width: 37.333333vw;
  }
	.footer .top .presented.sponser dd .logo.jcb a {
    width: 100px;
    width: 26.666667vw;
  }
  .footer .top .presented.sponser dd .logo.up a {
    width: 67px;
    width: 17.86667vw;
  }
  .footer .top .presented.sponser dd .logo.qp a {
    width: 63px;
    width: 16.66667vw;
  }
  .footer .top .presented.sponser dd .logo.livedam a {
    width: 130px;
    width: 34.66667vw;
  }
  .footer .top .presented.sponser dd .logo.crystal a {
    width: 108px;
    width: 28.8vw;
  }
  .footer .top .presented.sponser dd .logo.gyao a {
    width: 103px;
    width: 27.6vw;
  }
  .footer .top .presented.sponser dd .logo.ucc a {
    width: 73px;
    width: 19.6vw;
  }
  .footer .mid .inner {
    display: block;
    padding: 30px 5.33333% 45px;
  }
  .footer .mid .col {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .footer .mid .col:first-child {
    margin-top: 0;
  }
  .footer .mid .col dl {
    display: block;
  }
  .footer .mid .col dl > * {
    display: block;
  }
  .footer .mid .col dl ul {
    padding-top: 0;
  }
  .footer .bottom {
    padding: 20px 0 70px;
  }
  .footer .toIndex {
    max-width: none;
    margin: 30px 0;
    padding: 0 5.33333%;
  }
  .footer .notice {
    max-width: none;
    margin: 0 auto 40px;
    padding: 0 5.33333%;
  }
  .footer .notice p {
    font-size: 3.2vw;
  }

  .dateBlock .date {
    margin: 0;
    padding: 30px 0 25px;
  }
  .dateBlock .date li {
    width: 100%;
    padding: 15px 0 0;
    margin-top: 15px;
    float: none;
    text-align: center;
    position: relative;
  }
  .dateBlock .date li:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .dateBlock .date li:first-child:before {
    display: none;
  }
  .dateBlock .date li:before {
    content: "";
    width: 105px;
    height: 1px;
    background: #a0a0a0;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -52.5px;
  }

  .infoSec {
    padding: 25px 0;
  }
  .infoSec .lyt .info .infoList li {
    display: block;
    margin-top: 20px;
  }
  .infoSec .lyt .info .infoList li > * {
    display: block;
  }
  .infoSec .lyt .info .infoList li .fig {
    font-size: 14px;
    font-size: 3.73333vw;
    padding-right: 0;
    margin-bottom: 8px;
  }
  .infoSec .lyt .info .infoList li .text {
    font-size: 12px;
    font-size: 3.2vw;
    padding-top: 0;
  }
	.infoSec .infoBtn {
		display: block;
		margin-top: 30px;
	}
	.infoSec .infoBtn li {
		width: 100%;
		display: block;
	}
	.infoSec .infoBtn li + li {
		margin-top: 15px;
	}
	.infoSec .infoBtn li a {
    font-size: 4.266667vw;
		padding: 10px 0;
		transition: none;
	}
	.infoSec .infoBtn li a:hover {
		opacity: 1;
	}
	.infoSec .infoBtn li a.faq {
		padding: 22px 0;
	}
  .infoSec .lyt .count {
    width: 100%;
    display: table-caption;
    margin-bottom: 35px;
  }
  .infoSec .lyt .count .box {
    padding: 15px 30px;
  }
  .infoSec .lyt .count .box .days {
    margin-top: 10px;
    padding-top: 15px;
  }
  .infoSec .lyt .count .box .days .date {
    font-size: 12px;
    font-size: 3.2vw;
    text-align: left;
    letter-spacing: -0.4em;
  }
  .infoSec .lyt .count .box .days .date .remaind {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .infoSec .lyt .count .box .days .date .remaind > span {
    width: 40px;
    width: 10.66667vw;
    font-size: 60px;
    font-size: 16vw;
  }
  .infoSec .lyt .count .box .days .date em {
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .infoSec .lyt .count .box .days .date .text {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.05em;
    margin-left: 1em;
  }

  .topicsSec {
    height: auto;
    display: block;
    background: url("../images/bg_sp01.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 45px 0;
  }
  .topicsSec .inner {
    display: block;
    padding: 0 5.33333%;
  }
  .topicsSec .wrap {
    max-width: 315px;
    margin: 0 auto;
  }
  .topicsSec .lead {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.83;
    margin-bottom: 10px;
  }
  .topicsSec .topics {
    margin: 0 -2.17391%;
  }
  .topicsSec .topics li {
    box-sizing: border-box;
    width: 33.33333%;
    margin: 15px 0 0;
    padding: 0 2.17391%;
  }
  .topicsSec .topics li a {
    background: url("../images/topics_blln-sp_on.svg") no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 18px 0 30px;
  }
  .topicsSec .topics li .close {
    background: url("../images/topics_blln-sp_off.svg") no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 18px 0 30px;
  }
  .topicsSec .topics li .close.lines {
    padding: 18px 0 20px;
  }
  .topicsSec .topics li .close .text {
    letter-spacing: 0.04em;
  }
  .topicsSec .topics li .cap {
    display: none;
  }
  .topicsSec .topics li .num {
    font-size: 26px;
    font-size: 6.93333vw;
  }
  .topicsSec .topics li .text {
    font-size: 10px;
    font-size: 2.66667vw;
    margin-top: 6px;
  }

  .ticketSec {
    height: auto;
    display: block;
    padding: 45px 0 50px;
  }
  .ticketSec .inner {
    display: block;
  }
  .ticketSec .lead {
    margin: 20px 0 10px;
    padding: 13px 0 12px;
  }
  .ticketSec .lead strong {
    font-size: 18px;
    font-size: 4.8vw;
    letter-spacing: normal;
  }
  .ticketSec .lead small {
    font-size: 12px;
    font-size: 3.2vw;
    margin-left: 0.5em;
  }
  .ticketSec .lead .deadline {
    font-size: 12px;
    font-size: 3.2vw;
    display: block;
    margin-left: 0;
  }
  .ticketSec .sub {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.5;
    padding: 3px 0 2px;
  }
  .ticketSec .sub span {
    font-size: 15px;
    font-size: 4vw;
  }
  .ticketSec .lyt {
    margin-top: 18px;
  }
  .ticketSec .lyt .col {
    margin-top: 25px;
    padding-top: 25px;
  }
  .ticketSec .lyt .col.west .wrap .heading, .ticketSec .lyt .col.east .wrap .heading {
    width: 50.66667vw;
  }
  .ticketSec .lyt .wrap {
    box-sizing: border-box;
    padding: 0 0 0 2.89855%;
  }
  .ticketSec .lyt .wrap > * {
    vertical-align: middle;
  }
  .ticketSec .lyt .heading .hdg {
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .ticketSec .lyt .heading .date {
    font-size: 34px;
    font-size: 9.06667vw;
  }
  .ticketSec .lyt .heading .date .year {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .ticketSec .lyt .heading .date small {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .ticketSec .lyt .heading .place {
    margin-top: 10px;
  }
  .ticketSec .lyt .privilege > * {
    display: block;
    margin: 0;
    letter-spacing: -0.4em;
  }
  .ticketSec .lyt .privilege .day {
    text-align: right;
  }
  .ticketSec .lyt .privilege .day > * {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .ticketSec .lyt .privilege .day p {
    width: 50px;
    margin-right: 10px;
  }
  .ticketSec .lyt .privilege .day p:before {
    border-color: transparent transparent transparent #282828;
    border-width: 3px 0 3px 5px;
    top: 50%;
    left: 100%;
    margin: -3px 0 0 -1px;
  }
  .ticketSec .lyt .privilege .day .image {
    width: calc(100% - 60px);
    margin: 0;
  }
  .ticketSec .tickets {
    margin: 30px 0 40px;
    padding: 25px 0 0;
  }
  .ticketSec .tickets .logos li {
    margin: 0 3.62319% 20px;
  }
  .ticketSec .tickets .logos li:last-child {
    margin-right: 3.62319%;
  }
  .ticketSec .tickets .logos li.up {
    width: 126px;
    width: 33.6vw;
    display: block;
    margin: 0 auto 20px;
  }
  .ticketSec .tickets .logos li.pia {
    width: 37px;
    width: 9.86667vw;
  }
  .ticketSec .tickets .logos li.eplus {
    width: 108px;
    width: 28.8vw;
  }
  .ticketSec .tickets .logos li.yahoo {
    width: 137px;
    width: 36.53333vw;
  }
  .ticketSec .tickets .logos li.lawson {
    width: 63px;
    width: 16.8vw;
    position: relative;
    top: -2px;
  }
  .ticketSec .tickets .logos li.au {
    width: 240px;
    width: 64.13333vw;
    display: block;
    margin: 0 auto 20px;
  }
  .ticketSec .tickets .logos li .cap {
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .ticketSec .btn {
    max-width: 295px;
  }
  .ticketSec .btn a {
    font-size: 24px;
    font-size: 6.4vw;
  }

  .artistsBlock .day1Block {
    height: auto;
  }
  .artistsBlock .day1Block .inner {
    padding: 0;
  }
  .artistsBlock .day1Block .day1Sec {
    margin-top: 30px;
  }
  .artistsBlock section {
    position: relative;
  }
  .artistsBlock section .artistHeading .wrap {
    display: block;
    position: static;
  }
  .artistsBlock section .artistHeading .wrap .mc {
    margin: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
    bottom: 0;
    left: 50%;
  }
  .artistsBlock section .container {
    padding: 0 2.66667%;
  }
  .artistsBlock section .hdg {
    font-size: 28px;
    font-size: 7.46667vw;
  }
  .artistsBlock section .hdg .detail {
    margin-right: 0.5em;
  }
  .artistsBlock section .hdg .cancel {
    font-size: 24px;
    font-size: 6.4vw;
  }
  .artistsBlock section .hdg small {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .artistsBlock section .palce {
    margin-top: 8px;
  }
	.artistsBlock section .artistList p.coming {
    font-size: 4.8vw;
	}
  .artistsBlock section .artistList p.coming,
	.ticketArea p.coming {
    font-size: 5.86667vw;
  }
  .artistsBlock section .artistList .list {
    margin: 30px -0.96685% 0;
  }
  .artistsBlock section .artistList .list li {
    width: 50%;
    padding: 0 0.96685%;
    float: left;
    text-align: center;
  }
  .artistsBlock section .artistList .list li:nth-child(n + 3) {
    margin-top: 18px;
  }
  .artistsBlock section .artistList .list li .col span.text {
    font-size: 4.26667vw;
    margin-top: 5px;
  }
  .artistsBlock section .artistList .list li .col span.text.ja {
    font-size: 3.46667vw;
  }
  .artistsBlock section .artistList .list li .col span.comingtext {
    font-size: 4.26667vw;
  }
  .artistsBlock section .artistList.col3 {
    max-width: none;
    margin: 0;
  }
  .artistsBlock section .artistList.col3 .list {
    margin: 30px -0.96685% 0;
  }
  .artistsBlock section .artistList.col3 .list li {
    width: 50%;
    padding: 0 0.96685%;
  }
  .artistsBlock section .artistList.col3 .list li:nth-child(n + 3) {
    margin-top: 18px;
  }
  .artistsBlock .placeMakuhari {
    padding: 50px 0 0;
  }
  .artistsBlock .placeOsaka {
    padding: 0 0 75px;
    margin-top: 0;
  }
  .artistsBlock .artistSec {
    height: auto;
    padding-top: 25px;
    margin-top: 45px;
    position: relative;
  }
  .artistsBlock .artistSec:before {
    content: "";
    width: 105px;
    height: 1px;
    background: #3c3c3c;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .artistsBlock .artistSec .inner {
    padding: 0;
  }
  .artistsBlock .artistSec .btn {
    max-width: 295px;
    margin: 45px auto 0;
  }

  .accessSec {
    padding: 75px 0 0;
  }
  .accessSec .hdg02 {
    font-size: 26px;
    font-size: 6.93333vw;
    text-align: center;
  }
  .accessSec .block {
    display: block;
    margin: 45px 0 0;
  }
  .accessSec .block .col {
    width: 100%;
    padding: 0;
    margin-top: 65px;
  }
  .accessSec .block .col:first-child {
    margin-top: 0;
  }
  .accessSec .block .gmap {
    margin-bottom: 20px;
  }
  .accessSec .block .text {
    margin-top: 20px;
  }

  .ticketHdg {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .ticketHdg .anchor {
    width: 100%;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .ticketHdg .anchor ul {
    margin: 0 -2.02703%;
  }
  .ticketHdg .anchor ul li {
    padding: 0 2.02703%;
  }
  .ticketHdg .anchor ul li a {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 38px;
  }

  .timetableSec {
    background-size: auto;
    background-repeat: repeat-y;
  }
  .timetableSec .inner {
    padding: 45px 0;
  }
  .timetableSec .taimetable {
    width: 100%;
    display: block;
    margin-top: 20px;
		padding: 0 9%;
  }
	.timetableSec .taimetable .slick-arrow {
		width: 30px;
		height: 0;
		overflow: hidden;
		padding-top: 30px;
		position: absolute;
		top: 50%;
		outline: none;
		cursor: pointer;
		z-index: 5;
		margin-top: -15px;
	}
	.timetableSec .taimetable .slick-arrow:before {
		content: "";
		display: block;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		width: 16px;
		height: 16px;
		border-top: #fff 3px solid;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -8px;
	}
	.timetableSec .taimetable .slick-next {
		right: 0;
	}
	.timetableSec .taimetable .slick-next:before {
		border-right: #fff 3px solid;
		margin-left: -12px;
		-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
						transform: rotate(45deg);
	}
	.timetableSec .taimetable .slick-prev {
		left: 0;
	}
	.timetableSec .taimetable .slick-prev:before {
		border-left: #fff 3px solid;
		margin-left: -4px;
		-webkit-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
						transform: rotate(-45deg);
	}
  .timetableSec .taimetable > * {
    display: block;
  }
  .timetableSec .taimetable .col {
    width: 100%;
  }
	.timetableSec .taimetable .col > span {
		margin-bottom: 0;
	}
  .timetableSec .taimetable .col .btn {
    margin: 10px auto 0;
  }
  .timetableSec .taimetable .col .btn a {
    font-size: 32px;
    font-size: 4.26667vw;
  }

  .playlistSec {
    padding: 45px 0 50px;
  }
  .playlistSec .btn {
    max-width: 295px;
    margin: 30px auto 0;
  }
  .playlistSec .btn a {
    font-size: 24px;
    font-size: 6.4vw;
  }

  .goodsSec .inner {
    padding: 60px 0 30px;
  }
  .goodsSec .lead {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .goodsSec .goods {
    margin: 35px 0 0;
  }
  .goodsSec .goods li {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
    float: none;
  }
  .goodsSec .goods li .cap {
    margin-bottom: 10px;
  }
  .goodsSec .goods li .name {
    font-size: 3.73333vw;
  }
  .goodsSec .goods li .detail {
    font-size: 3.2vw;
  }
  .goodsSec .note {
    margin-top: 15px;
  }
  .goodsSec .caption {
    font-size: 2.66667vw;
    margin-top: 10px;
    padding-left: 5.6338%;
  }
  .goodsSec .modalArea .goodsModal {
    width: 100%;
    max-width: none;
    padding: 0;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .goodsSec .modalArea .goodsModal.col1 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .goodsSec .modalArea .goodsModal .wrap {
    display: block;
  }
  .goodsSec .modalArea .goodsModal .wrap > * {
    display: block;
  }
  .goodsSec .modalArea .goodsModal .wrap .col2 {
    width: 100%;
  }
  .goodsSec .modalArea .close {
    top: 25px;
    right: 25px;
  }

  .ticketBody {
    margin-top: 20px;
    padding: 10px 0 40px;
  }
  .ticketBody .heading {
    padding: 0 2.8169% 25px;
  }
  .ticketBody .heading .catch {
    display: table-caption;
    padding: 0 2.8169%;
    margin-bottom: 20px;
  }
  .ticketBody .heading .catch p {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.5;
    padding: 3px 0 2px;
  }
  .ticketBody .heading .catch p span {
    font-size: 15px;
    font-size: 4vw;
  }
  .ticketBody .heading .detail {
    display: block;
    position: relative;
  }
  .ticketBody .heading .detail > * {
    display: block;
  }
  .ticketBody .heading .detail .title {
    width: 100%;
  }
  .ticketBody .heading .detail .title .hdg {
    font-size: 30px;
    font-size: 8vw;
    line-height: 1.1;
  }
  .ticketBody .heading .detail .title .hdg span {
    display: block;
  }
  .ticketBody .heading .detail .title .place {
    margin: 15px 0 10px;
  }
  .ticketBody .heading .detail .title .hour {
    font-size: 4.26667vw;
  }
  .ticketBody .heading .detail .title .hour small {
    font-size: 3.2vw;
  }
  .ticketBody .heading .detail .title .hdg,
  .ticketBody .heading .detail .title .place,
  .ticketBody .heading .detail .title .hour {
    box-sizing: border-box;
    width: 210px;
    width: 55.33333vw;
    padding-left: 10px;
    padding-left: 2.66667vw;
  }
  .ticketBody .heading .detail .title .date {
    line-height: 1.6;
    margin-top: 18px;
    padding-left: 10px;
    padding-left: 2.66667vw;
  }
  .ticketBody .heading .detail .title .date li {
    display: block;
    margin-left: 0;
  }
  .ticketBody .heading .detail .privilege {
    width: 128px;
    width: 34vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ticketBody .heading .detail .privilege > * {
    display: block;
    vertical-align: top;
    letter-spacing: -0.4em;
    margin-left: 0;
  }
  .ticketBody .heading .detail .privilege .day {
    text-align: right;
  }
  .ticketBody .heading .detail .privilege .day > * {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .ticketBody .heading .detail .privilege .day p {
    width: 50px;
    margin-right: 10px;
  }
  .ticketBody .heading .detail .privilege .day p:before {
    border-color: transparent transparent transparent #282828;
    border-width: 3px 0 3px 5px;
    top: 50%;
    left: 100%;
    margin: -3px 0 0 -1px;
  }
  .ticketBody .heading .detail .privilege .day .image {
    width: calc(100% - 60px);
    margin: 0;
  }
  .ticketBody .body {
    padding: 0 5.6338%;
    margin-top: 25px;
  }
  .ticketBody .body .ticketInfo {
    margin-top: 25px;
  }
  .ticketBody .body .ticketInfo .name {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.875;
    padding-bottom: 15px;
  }
  .ticketBody .body .ticketInfo .name.ltsN {
    letter-spacing: 0.04em;
  }
  .ticketBody .body .ticketInfo .name span {
    font-size: 10px;
    font-size: 2.66667vw;
    display: block;
  }
  .ticketBody .body .ticketInfo .name em {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .ticketBody .body .ticketInfo .note {
    font-size: 2.66667vw;
    margin-top: 15px;
  }
  .ticketBody .body .ticketInfo .list > li {
    display: block;
    padding: 20px 0 25px;
  }
  .ticketBody .body .ticketInfo .list > li > * {
    display: block;
  }
  .ticketBody .body .ticketInfo .list > li .detail {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .ticketBody .body .ticketInfo .list > li .detail .price {
    font-size: 4.8vw;
    line-height: 1.4;
  }
  .ticketBody .body .ticketInfo .list > li .detail .price span {
    font-size: 5.33333vw;
  }
  .ticketBody .body .ticketInfo .list > li .detail .price .sold {
    font-size: 3.2vw;
  }
  .ticketBody .body .ticketInfo .list > li .detail .text {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 2;
  }
  .ticketBody .body .ticketInfo .list > li .links {
    width: 100%;
  }
  .ticketBody .body .ticketInfo .list > li .links ul {
    margin: 0;
  }
  .ticketBody .body .ticketInfo .list > li .links ul li {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 9px;
  }
  .ticketBody .body .ticketInfo .list > li .links ul li:first-child, .ticketBody .body .ticketInfo .list > li .links ul li:first-child + li {
    margin-top: 9px;
  }
  .ticketBody .body .ticketInfo .list > li .links ul li span.note {
    font-size: 3.2vw;
    margin-bottom: 19px;
  }
  .ticketBody .body .ticketInfo .list > li .links .sold {
    font-size: 4.26667vw;
  }
  .ticketBody .body .ticketInfo .list > li .links .textSold {
    width: 80.47619%;
    -webkit-transform: translateY(-50%) rotate(-10deg);
    transform: translateY(-50%) rotate(-10deg);
    background: url("../images/bg_soldout_sp.png") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .ticketBody .body .ticketInfo .list > li .links .textSold p {
    font-size: 5.33333vw;
    line-height: 1.1;
    padding: 20px 0 21px;
  }
  .ticketBody .body .ticketInfo .list > li .links .textSold p .wh {
    font-size: 4.8vw;
    display: block;
    margin-bottom: 8px;
  }
  .ticketBody .body .ticketInfo .list > li .links .textSold p .wh em {
    font-size: 5.33333vw;
  }

  .modal_container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    overflow-y: auto;
    z-index: 1001;
  }

  .modal_content {
    width: 94.66667%;
    max-width: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .modal_content .wrap {
    padding: 15px 5.6338% 65px;
  }
  .modal_content .slide {
    padding-bottom: 0;
  }
  .modal_content .slide .num {
    margin-bottom: 10px;
  }
  .modal_content .slide .ticket {
    width: 100%;
    max-width: 295px;
    position: static;
    margin: 30px auto 15px;
  }
  .modal_content .slide .ticket a {
    font-size: 5.33333vw;
  }
  .modal_content .slide .archive {
    width: 100%;
    max-width: 295px;
    position: static;
    margin: 30px auto 15px;
  }
  .modal_content .slide .archive li {
    width: 100%;
    padding: 0;
    float: none;
    margin-top: 10px;
  }
  .modal_content .slide .archive li:first-child {
    margin-top: 0;
  }
  .modal_content .inner > * {
    display: block;
  }
  .modal_content .inner .image {
    width: 100%;
    display: table-caption;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .modal_content .inner .text {
    padding-right: 0;
  }
  .modal_content .inner .text dt {
    font-size: 4.26667vw;
  }
  .modal_content .inner .text dd span {
    font-size: 2.93333vw;
  }
  .modal_content .close {
    width: 31px;
    padding-top: 31px;
    top: 15px;
    right: 5.6338%;
  }
  .modal_content .slick-arrow {
    font-size: 4.26667vw;
    line-height: 33px;
    bottom: -45px;
  }

  .loading .logo {
    width: 52.66667%;
    max-width: 395px;
  }

  .messageContent {
    padding: 35px 0 25px;
  }
  .messageContent .messageBody {
    margin: 30px 0 0;
    padding: 0 5.6338%;
  }
  .messageContent .messageBody .specialLogo {
    max-width: none;
  }
  .messageContent .messageBody h3 {
    font-size: 4.26667vw;
  }
  .messageContent .messageBody h4 {
    font-size: 4vw;
  }

  .episodeContainer .inner {
    max-width: none;
    margin: 0;
    padding: 20px 0 45px;
  }
  .episodeContainer .title {
    font-size: 5.33333vw;
    text-align: left;
    margin-bottom: 20px;
    padding: 0 45px 0 5.33333%;
  }
  .episodeContainer .wrap {
    display: block;
  }
  .episodeContainer .wrap > * {
    display: block;
  }
  .episodeContainer .wrap .image {
    width: 100%;
  }
  .episodeContainer .wrap .image .place {
    margin: 35px 0 10px;
    padding: 0 5.33333%;
  }
  .episodeContainer .wrap .image .act {
    font-size: 4.8vw;
    padding: 0 5.33333%;
  }
  .episodeContainer .wrap .text {
    padding: 15px 5.33333% 0;
  }
  .episodeContainer .close {
    margin-top: 30px;
  }
  .episodeContainer .close button {
    font-size: 4.8vw;
  }
  .episodeContainer .btnClose {
    width: 25px;
    padding-top: 25px;
    top: 18px;
    right: 14px;
    cursor: pointer;
  }
  .episodeContainer .slick-arrow {
    width: 16px;
    padding-top: 15px;
    top: auto;
    bottom: -50px;
    margin-top: 0;
  }
  .episodeContainer .slick-next {
    right: 5.33333%;
  }
  .episodeContainer .slick-prev {
    left: 5.33333%;
  }

  .topicsContent h2 {
    font-size: 4.26667vw;
    margin-bottom: 20px;
  }
  .topicsContent .image {
    margin-bottom: 20px;
  }
  .topicsContent .shere {
    margin: 40px -5px 0;
  }
  .topicsContent .ticket {
    width: 100%;
    margin: 20px 0 0;
  }
  .topicsContent .ticket a {
    font-size: 5.33333vw;
  }
  .topicsContent .archive {
    margin: 20px 0 0;
  }
  .topicsContent .archive li {
    width: 100%;
    padding: 0;
    margin-top: 10px;
    float: none;
  }

  .emoneyContent {
    padding: 40px 5.6338% 25px;
  }
  .emoneyContent .mainLead {
    font-size: 4.8vw;
    line-height: 1.666;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .emoneyContent .lead {
    text-align: left;
  }
  .emoneyContent .topNotice {
    max-width: none;
    margin: 15px 0 0;
  }
  .emoneyContent .note {
    font-size: 3.2vw;
    margin-top: 5px;
  }
  .emoneyContent .section {
    margin-top: 20px;
  }
  .emoneyContent .section + .section {
    margin-top: 60px;
  }
  .emoneyContent .section .emoneyHdg02 {
    font-size: 4.26667vw;
    margin-bottom: 30px;
  }
  .emoneyContent .section .quickpayLogo {
    margin: 30px auto 20px;
  }
  .emoneyContent .section .logoText {
    font-size: 3.46667vw;
    line-height: 2.1;
    margin: 20px 0;
  }
  .emoneyContent .section .subText {
    font-size: 3.2vw;
    line-height: 2.1;
    margin-bottom: 25px;
  }
  .emoneyContent .section .detail {
    padding-top: 25px;
  }
  .emoneyContent .section .detail .subLead {
    font-size: 3.73333vw;
    line-height: 1.85;
    text-align: left;
    margin-bottom: 30px;
  }
  .emoneyContent .section .detail .settingText {
    font-size: 3.73333vw;
    margin-bottom: 20px;
  }
  .emoneyContent .section .detail .payLinks {
    margin: 0;
  }
  .emoneyContent .section .detail .payLinks li {
    width: auto;
    max-width: 275px;
    float: none;
    padding: 0;
    margin: 20px auto 0;
  }
  .emoneyContent .section .detail .payLinks li:first-child {
    margin-top: 0;
  }
  .emoneyContent .section .detail .payLinks li a {
    font-size: 3.46667vw;
  }
  .emoneyContent .section .detail .detailLink {
    max-width: 275px;
  }
  .emoneyContent .section .detail .detailLink a {
    font-size: 3.46667vw;
  }
  .emoneyContent .section .emoneyflow .hdg {
    font-size: 4.26667vw;
  }
  .emoneyContent .section .emoneyflow + .notice {
    margin-top: 30px;
  }
  .emoneyContent .bottomNotice {
    margin-top: 20px;
    padding-top: 20px;
  }

  .shopContent {
    padding: 0 2.8169%;
  }
  .shopContent .shopHdg {
    font-size: 8.8vw;
    margin-bottom: 30px;
  }
  .shopContent .shopHdg .sub {
    font-size: 2.66667vw;
  }
  .shopContent .note {
    font-size: 2.66667vw;
  }
  .shopContent .sectionFood .leadArea {
    display: block;
    margin-bottom: 45px;
  }
  .shopContent .sectionFood .leadArea > * {
    display: block;
  }
  .shopContent .sectionFood .leadArea .notice {
    width: 100%;
    margin-top: 20px;
  }
  .shopContent .sectionFood .leadArea .col {
    padding-right: 0;
  }
  .shopContent .sectionFood .leadArea .col p {
    font-size: 3.2vw;
    line-height: 2;
  }
  .shopContent .sectionFood .block + .block {
    margin-top: 45px;
  }
  .shopContent .sectionFood .block .hdg {
    font-size: 7.46667vw;
    margin-bottom: 35px;
  }
  .shopContent .sectionFood .block .hdg .sub {
    font-size: 3.73333vw;
  }
  .shopContent .sectionFood .block .foodList {
    display: block;
    margin: 0;
  }
  .shopContent .sectionFood .block .foodList li {
    width: 100%;
    padding: 0;
    margin-bottom: 45px;
  }
  .shopContent .sectionFood .block .foodList li .heading {
    text-align: center;
    margin-bottom: 15px;
  }
  .shopContent .sectionFood .block .foodList li .heading span {
    display: block;
  }
  .shopContent .sectionFood .block .foodList li .heading .act {
    padding-bottom: 15px;
  }
  .shopContent .sectionFood .block .foodList li .heading .local {
    font-size: 6.4vw;
  }
  .shopContent .sectionFood .block .foodList li .cap {
    margin-bottom: 14px;
  }
  .shopContent .sectionFood .block .foodList li .name {
    margin-bottom: 14px;
  }
  .shopContent .sectionFood .block .foodList li .name .price {
    font-size: 3.2vw;
  }
  .shopContent .sectionFood .block .foodList li .text {
    font-size: 3.2vw;
  }
  .shopContent .sectionFood .moreText {
    font-size: 10.66667vw;
  }

  .playlistContent .playlistHdg {
    font-size: 8.8vw;
    margin-bottom: 18px;
  }
  .playlistContent .lead {
    margin-bottom: 25px;
  }
  .playlistContent .sectionPl {
    margin-top: 35px;
  }
  .playlistContent .sectionPl + .sectionPl {
    margin-top: 65px;
  }
  .playlistContent .sectionPl .hdg {
    font-size: 5.86667vw;
  }
  .playlistContent .sectionPl .hdg span {
    font-size: 3.2vw;
  }
  .playlistContent .sectionPl .wrap {
    padding: 0 8.66667%;
  }
  .playlistContent .sectionPl .btns {
    margin: 0 -1.6129%;
  }
  .playlistContent .sectionPl .btns li {
    width: 33.33333%;
    padding: 0 1.6129%;
  }
  .playlistContent .sectionPl .btns li:first-child {
    width: 100%;
    float: none;
    margin-bottom: 18px;
  }
  .playlistContent .sectionPl .btns li > a {
    font-size: 4.8vw;
    line-height: 50px;
  }
  .playlistContent .sectionPl .btns.iframe {
    margin: 0;
  }
  .playlistContent .sectionPl .btns.iframe li {
    width: 295px;
    margin: 30px auto 0;
    padding: 0;
    float: none;
  }
  .playlistContent .sectionPl .btns.iframe li:first-child {
    margin: 0 auto;
  }
  .playlistContent .sectionPl .btns.col3 li {
    display: block;
    float: left;
  }
  .playlistContent .sectionPl .btns.col3 li:first-child {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .playlistContent .sectionPl .btns.col3 li.single {
    width: 100%;
  }
  .playlistContent .sectionPl .setList {
    margin: 25px 0 0;
    padding-top: 25px;
  }
  .playlistContent .sectionPl .setList:before {
    right: 0;
    left: 0;
  }
  .playlistContent .sectionPl .setList li {
    width: 100%;
    padding: 0;
    display: block;
    margin-top: 18px;
  }
  .playlistContent .sectionPl .setList li:first-child {
    margin-top: 0;
  }
  .playlistContent .sectionPl .setList li > a {
    font-size: 4.8vw;
  }

  .programContent {
    padding: 40px 5.6338% 25px;
  }
  .programContent .mainLead {
    font-size: 4.8vw;
    line-height: 1.666;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .programContent .lead {
    line-height: 1.625;
  }
  .programContent .btn {
    max-width: 275px;
    margin-top: 20px;
  }
  .programContent .btn > a {
    font-size: 14px;
  }
  .programContent .blkBtn {
    max-width: 275px;
    margin-top: 30px;
  }
  .programContent .title {
    font-size: 4.8vw;
    margin: 70px 0 25px;
  }
  .programContent .bottom {
    margin-top: 50px;
    padding-top: 45px;
  }
  .programContent .bottom .hdg {
    line-height: 1.625;
    margin-bottom: 30px;
  }
  .programContent .bottom .hdg span {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .programContent .bottom .schedule dt {
    margin-bottom: 20px;
  }
  .programContent .bottom .text.ac {
    text-align: left;
    max-width: 275px;
    margin: 1.5em auto;
  }
  .programContent .bottom .text.ac + .lead {
    margin-top: 1.5em;
  }
  .programContent .bottom .time {
    display: block;
    margin: 25px 0 0;
  }
  .programContent .bottom .time .col {
    width: 100%;
    margin: 0 0 40px;
  }
  .programContent .bottom .time .col .date {
    font-size: 4.26667vw;
  }
  .programContent .bottom .time .col ul {
    font-size: 3.2vw;
    padding: 0 1.5873%;
  }
  .programContent .bottom .time .col ul li .h {
    font-size: 4.26667vw;
  }
  .programContent .bottom .time .col .detail {
    font-size: 3.2vw;
    padding: 0 1.5873%;
    margin-top: 15px;
  }

  .faqContent {
    padding: 40px 5.6338% 25px;
  }
  .faqContent .mainLead {
    font-size: 4.8vw;
    line-height: 1.666;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .faqContent .section {
    margin-top: 50px;
  }
  .faqContent .child {
    margin: 35px 0 20px;
  }
  .faqContent .child h3 {
    font-size: 4.26667vw;
  }
  .faqContent .child p {
    line-height: 1.857;
    margin-bottom: 1.5em;
  }

  .ticketArea {
    padding: 40px 0 60px;
  }
  .ticketArea .ticketDetail {
    margin-top: 30px;
		padding-bottom: 25px;
  }
  .ticketArea .ticketDetail .detail li {
    display: block;
    margin: 0;
  }
  .ticketArea .ticketDetail .detail li + li {
    margin-top: 15px;
  }
  .ticketArea .ticketDetail .detail li .place {
    font-size: 28px;
    font-size: 7.46667vw;
  }
  .ticketArea .ticketDetail .detail li .place small {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .ticketArea .ticketDetail .detail li .venu {
    font-size: 4.26667vw;
  }
  .ticketArea .ticketDetail .detail li .sold {
    font-size: 3.73333vw;
    max-width: 190px;
    margin: 5px auto 0;
  }
  .ticketArea .price {
    line-height: 1.71429;
    margin-bottom: 25px;
  }
  .ticketArea .price span {
    display: none;
  }
  .ticketArea .ticketLink + .ticketLink {
    margin-top: 40px;
  }
  .ticketArea .ticketLink .text {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 8px 0 6px;
    margin: 0 -6% 12px;
  }
  .ticketArea .ticketLink .note {
    text-align: left;
  }
  .ticketArea .ticketLink .btns {
    margin: 0 4.47761%;
  }
  .ticketArea .ticketLink .btns li {
    width: 50%;
    padding: 0 1.63934%;
  }
  .ticketArea .ticketLink .btns li a img,
  .ticketArea .ticketLink .btns li span img {
    width: 67.79661%;
  }
	.ticketArea .ticketLink .btns li span.n {
		font-size: 11px;
    font-size: 2.933333vw;
		line-height: 1.4;
		margin-top: 10px;
	}
}
