
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	font-size: 100%;
	line-height: 1;
	color: #2f323c;
	font-feature-settings: 'palt' 1;
}

a {
	color: #263155;
	text-decoration: none;
}

button {
	border: 0 none;
	appearance: none;
}

button.button,
a.button {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #FFF;
	display: block;
	text-align: center;
	width: 100%;
	max-width: 240px;
	background-color: #2d4486;
	margin: 1em auto;
	padding: 0.6em 1em;
	border-radius: 1.1em;
	position: relative;
	transition: all 0.5s;
}

button.button > .icon,
a.button > .icon {
	display: inline-block;
	position: absolute;
	right: 1em;
}

button.button:hover,
a.button:hover {
	background-color: #263155;
	color: #FFF;
}

button.button.red,
a.button.red {
	background-color: #b71c1c;
	color: #FFF;
}

button.button.red:hover,
a.button.red:hover {
	background-color: #9d0f0f;
}

h1, h2, h3, h4, h5 {
	font-weight: 700;
}

p {
	font-size: 87.5%;
	line-height: 2;
	margin-bottom: 1em;
}

p:last-child {
	margin-bottom: 0;
}

ul, ol {
	margin: 1em 0;
	list-style-position: inside;
}

li {
	font-size: 87.5%;
	line-height: 2;
	margin-bottom: 0.5em;
}

li:last-child {
	margin-bottom: 0;
}

hr {
	height: 3px;
	border: 0 none;
	border-top: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}

table {
	width: 100%;
	border-top: 1px solid #CCC;
	margin: 40px auto;
}

th {
	width: 20%;
}

th, td {
	font-size: 100%;
	font-weight: 600;
	line-height: 1.6;
	text-align: left;
	vertical-align: middle;
	padding: 1em;
	border-bottom: 1px solid #cfd5e5;
	border-right: 1px solid #cfd5e5;
}

td:last-child {
	border-right: 0 none;
}

th > img {
	vertical-align: middle;
}

th > ul,
td > ul {
	list-style-type: none;
}

td > small {
	font-size: 85%;
}

td.parent {
	padding: 0;
}

td.parent > table {
	border-top: 0 none;
	margin: 0;
}

td.parent > table th {
	text-align: center;
}

td.parent > table tbody tr:last-child th,
td.parent > table tbody tr:last-child td {
	border-bottom: 0 none;
}

dl.host dt,
dl.host dd {
	display: inline-block;
}

dl.host dt:before {
	content: "◎";
	padding-right: 0.25em;
}

dl.host dt:after {
	content: "：";
}

.caption {
	display: block;
	font-weight: 500;
	padding-left: 1em;
	text-indent: -1em;
}

ul.caption {
	margin-top: 1em;
	list-style-type: none;
}

.red {
	color: #D93B38;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.asterisk {
	font-family: 'Archivo Narrow', sans-serif !important;
	font-weight: 400;
	display: inline !important;
}

.t_center {
	text-align: center;
}

.t_left {
	text-align: left;
}

.t_right {
	text-align: right;
}

.header {
	width: 100%;
	height: 72px;
	background-color: rgba(255, 255, 255, 0.92);
	color: #FFF;
	position: relative;
}

.header h1 {
	display: none;
}

.header .global-nav {
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 72px;
	margin: 0 auto;

}

.header .global-nav .menu-btn {
	display: none;
}

.header .global-nav ul {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0 auto;
	padding-left: 80px;
}

.header .global-nav ul li {
	display: block;
	padding-right: 32px;
	line-height: 40px;
	text-align: center;
}

.header .global-nav a,
.header .global-nav span {
	color: #2f323c;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 112.5%;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.header .global-nav ul li span.badge {
	display: inline-block;
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
	background: #f44336;
	height: 1.5em;
	padding: 0.125em 0.5em 0;
	margin-left: 8px;
	border-radius: 0.75em;
}

.header .global-nav ul li.sns {
	display: flex;
	justify-content: center;
  align-items: center;
}

.header .global-nav ul li.sns a {
	display: block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 50%;
	border: 1px solid #2d4486;
	color: #2d4486;
	margin-right: 16px;
}

.header .global-nav ul li.sns a span {
	display: none;
}

.header .global-nav a.ticket {
	display: block;
	width: 20%;
	max-width: 200px;
	height: 100%;
	text-align: center;
	line-height: 72px;
	background-color: #101b3f;
	color: #ffea3b;
}

.header .global-nav a.ticket img {
	vertical-align: middle;
}

.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.footer {
	background-color: #f8f6f0;
	padding: 40px 0;
}

.footer .pagetop {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color:rgba(45,68,134,0.9);
	color: #FFF;
	position: fixed;
	right: 32px;
	bottom: 48px;
	font-size: 125%;
	line-height: 56px;
	text-align: center;
	opacity: 0.8;
}

.footer .pagetop:hover {
	opacity: 1;
}

.footer h1 {
	text-align: center;
	padding: 24px 0;
}

.footer h1 img {
	display: inline-block;
	margin: 8px 40px;
}


.footer p {
	font-size: 75%;
	text-align: center;
}

.footer .footer-nav {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 32px;
	text-align: center;
}

.footer ul {
	margin: 0;
}

.footer .footer-nav ul li {
	display: inline-block;
	padding: 0 1.5em;
	line-height: 1;
	margin-bottom: 8px;
	border-right: 1px solid #a9a9a9;
}

.footer .footer-nav ul li:first-child {
	border-left: 1px solid #a9a9a9;
}

.footer .footer-nav ul li a,
.footer .footer-nav ul li span {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 112.5%;
	font-weight: bold;
}

.footer .archive-nav {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
}

.footer .archive-nav h2 {
	display: inline-block;
	padding-right: 40px;
}

.footer .archive-nav ul {
	display: inline-block;
	border-left: 1px solid #a9a9a9;
}

.footer .archive-nav ul li {
	display: inline-block;
	padding: 0 2em;
	border-right: 1px solid #a9a9a9;
}

.line {
	margin: 10px 0;
	padding: 32px 0;
	border-bottom: 1px dashed #2c4486;
}

/* section, article */
.section,
.article {
	padding: 64px 0;
	position: relative;
}

.article > *:last-child {
	margin-bottom: 0;
}

.content-wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 32px;
}

.content-header {
	text-align: center;
	margin-bottom: 32px;
}

/* banner block */
.banner-block {
	width: 100%;
	max-width: 960px;
	margin: 40px auto;
}

.banner img {
	width: 100%;
}

.antenna {
	text-align: center;
	height: 0;
	position: relative;
	background-color: #FDFBF5;
	padding-bottom: 41.666666%;
}

.antenna span {
	display: block;
}

.antenna span.copy-top {
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 100%;

	text-align: center;
	font-size: 14px;
	line-height: 2;
}

.antenna span.copy-bottom {
	position: absolute;
	bottom: 0.5em;
	left: 0;
	width: 100%;

	text-align: center;
	font-size: 12px;
	line-height: 2;
}

.antenna .app-icon {
	width: 100%;
	height: 28%;
	max-height: 88px;
	display: block;
	position: absolute;
	bottom: 50%;
}

.antenna .app-icon img {
	height: 100%;
}

.antenna .badges {
	width: 100%;
	height: 22%;
	max-height: 48px;
	position: absolute;
	top: 56%;
	text-align: center;
}

.antenna .badges a {
	display: inline-block;
	height: 100%;
}

.antenna .badges a img {
	height: 100%;

}

/* outline */
.outline {
	width: 100%;
	max-width: 720px;
	margin: 40px auto;
}

.outline h1 {
	width: 100%;
	height: 0;
	padding-bottom: 24%;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../img/outline_logo_live2018.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.outline h2 a {
	width: 100%;
	height: 0;
	padding-bottom: 6.111111%;
	margin-top: -6.111111%;
	margin-bottom: 8px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../img/outline_logo_antenna.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
}

.outline .date {
	width: 100%;
	height: 0;
	padding-top:  10%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../img/outline_date.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}

.outline .host {
	padding: 0.5em 0;
}

.outline .host dt,
.outline .host dd {
	font-size: 87.5%;
	line-height: 1.6;
}

.outline .host dd {
	padding-right: 1em;
}

.outline .contact {
	border: 2px solid #2f323c;
}

.outline .contact dt,
.outline .contact dd {
	font-size: 87.5%;
	line-height: 1.6;
	display: table-cell;
	padding: 0.5em 1em;
}

.outline .contact dt {
	background-color: #2f323c;
	color: #FFF;
}

/* attention */
.attention {
	padding: 48px 0;
}

.attention h3 {
	font-size: 125%;
	margin-bottom: 1em;
	padding: 0 8px 0.5em;
	border-bottom: 1px solid #515252;
}

.attention ul {
	list-style-type: none;
	padding: 0 8px;
	margin-bottom: 2em;
}

.attention ul li:before {
	content: "・";
}

.attention p {
	font-size: 87.5%;
	line-height: 2;
	padding: 0 8px;
}

.attention ul li {
	font-size: 87.5%;
	line-height: 2;
	padding-left: 1em;
	text-indent: -1em;
}

/* title-banner */
.title-banner {
	width: 100%;
	padding: 16px 0px 32px;
	text-align: center;
	background-image: url(../img/title_banner_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.title-banner:after {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	background-image: url(../img/wave_white.png);
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center bottom;
	position: absolute;
	bottom: 0;
	left: 0;
}

.title-banner img {
	width: 92%;
	max-width: 720px;
}

.lead p {
	font-size: 112.5%;
	line-height: 2;
	text-align: center;
	margin-bottom: 1em;
}

.comingsoon {
	opacity: 0.5;
}

.label {
	font-size: 87.5%;
	display: inline-block;
	border: 1px solid #CCC;
	margin-right: 0.5em;
	padding: 2px 4px;
}

/* home */
.slideshow .slick-arrow {
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 32px;
	background: none;
	color: #FFF;
	position: absolute;
	top: 50%;
	z-index: 99;
	margin-top: -20px;
}

.slideshow .slick-arrow.ion-chevron-left {
	left: 0;
}

.slideshow .slick-arrow.ion-chevron-right {
	right: 0;
}

.slideshow ul {
	margin: 0;
}

.slideshow ul li {
	line-height: 1;
	margin: 0;
}

.slideshow a img,
.slideshow a:hover img {
	display: block;
	outline: none;
}

.home .section:after {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center bottom;
}

.home .section#about {
	text-align: center;
}

.home .section#about .introduction {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

.home .section#about .introduction p {
	font-size: 20px;
}

.home .section#about .introduction img {
	width: 100%;
	max-width: 320px;
}

.home .section#about:after {
	content: none;
	visibility: hidden;
}

.home .section#about #videoEmbed {
	width: 100%;
	margin: 40px auto;
	padding-top: 56.25%;
	position: relative;
	box-sizing: border-box;
}

.home .section#about #videoEmbed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.home .section#news {
	background: repeating-linear-gradient(90deg, #101b3f, #101b3f 16px, #FFF 0, #FFF 32px);
}

.home .section#news .content-wrapper {
	width: 92%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #FFF;
}

.home .section#news .news-thumb {
	width: 30%;
	max-width: 96px;
	overflow: hidden;
	float: left;
}

.home .section#news .news-thumb img {
	width: 100%;
}

.home .section#news .news-title {
	margin-left: 33.3%;
}

.home .section#news .news-title .date {
	font-size: 87.5%;
	line-height: 1.8;
}

.home .section#news .news-title .date .new {
	color: #b71c1c;
	font-weight: bold;
	text-transform: uppercase;
}

.home .section#news .news-title h3 {
	font-size: 100%;
	line-height:  1.8;
}

.home .section#news .news-title h3 a {
	text-decoration: underline;
	}

.home .section#lineup {
	background: #ede7d4 url(../img/lineup_bg.png);
}

.home .section#lineup:after {
	background-image: url(../img/wave_white.png);
}

.lineup .article h3,
.home .section#lineup h3 {
	font-size: 300%;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-align: left;
}

.lineup .article h3 small,
.home .section#lineup h3 small {
	font-size: 50%;
	font-weight: normal;
}

.lineup .article .row .col,
.home .section#lineup .row .col {
	text-align: center;
	padding-top: 8px;
}

.lineup .article .row .col a,
.home .section#lineup .row .col a {
	display: block;
	transition: all 0.5s;
}

.home .section#lineup a.artist-thumb,
.lineup .article a.artist-thumb {
	margin-bottom: 8px;
	position: relative;
}

.home .section#lineup .row .col a.artist-thumb img,
.lineup .article .row .col a.artist-thumb img {
	transform: scale(1);
	transition: all 0.5s;
}

.home .section#lineup .icon-new,
.lineup .article .icon-new {
	position: relative;
}

.home .section#lineup .icon-new:after,
.lineup .article .icon-new:after {
	content: "";
	display: block;
	width: 64px;
	height: 64px;
	background: url(../img/icon-new.png) no-repeat 0 0;
	background-size: 100% auto;
	position: absolute;
	left: -8px;
	top: -24px;
	z-index: 10;
}

.lineup .artist-name,
.home .section#lineup .artist-name {
	font-size: 137.5%;
	font-weight: 900;
	line-height: 1.4;
	color: #263155;
	transform: scale(0.9, 1);
	margin-bottom: 16px;
	min-height: 2.8em;
}

.lineup .artist-name small,
.home .section#lineup .artist-name small {
	font-size: 75%;
	display: block;
}

.lineup .artist-name small.xsmall,
.home .section#lineup .artist-name small.xsmall {
	font-size: 50%;
}

.lineup .article .row .col a:hover img,
.home .section#lineup .row .col a:hover img {
	transform: scale(1.1);
	opacity: 0.8;
}

.frontact {
	overflow: hidden;
	margin-bottom: 1em;
}

.frontact .frontact-thumb {
	display: block;
	width: 160px;
	float: left;
	position: relative;
}

.frontact .frontact-name {
	display: block;
	float: left;
	color: #FFF;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 137.5%;
	font-weight: 900;
	padding-left: 1em;
	text-align: left;
}

.frontact .frontact-name small {
	font-size: 87.5%;
}

.lineup .article p.caption,
.home .section#lineup p.caption {
	text-align: right;
}

/* colorbox */
#cboxOverlay {
    background: #000;
}

#cboxLoadedContent {
	background: #fff;
	border: 0 none;
  padding: 0;
  overflow: auto;
  -moz-box-shadow: 0px 1px 10px #000000;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}

#cboxClose {
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	background: #000;
}

#cboxClose:before,
#cboxClose:after {
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	left: 11px;
	width: 24px;
	height: 1px;
	background: #FFF;
}

/*
#cboxClose:before {
	transform: rotate(45deg);
}

#cboxClose:after {
	transform: rotate(-45deg);
}
*/

#cboxTitle {
  color: #fff;
}

.andmore,
.complete {
	max-width: 1280px;
	margin: 0 auto 40px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 150%;
	font-weight: 900;
	color: #2f323c;
	text-align: center;
	padding: 0 16px;
	position: relative;
	overflow: hidden;
	border-bottom: 2px dashed #2f323c;
}

.andmore span,
.complete span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}

.andmore span:before,
.andmore span:after,
.complete span:before,
.complete span:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 500%;
	height: 0px;
	border-bottom: 2px dashed #2f323c;
}

.andmore span:before,
.complete span:before {
	right: 100%;
}

.andmore span:after,
.complete span:after {
	left: 100%;
}

.complete {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	color: #2f323c;
	margin-bottom: 32px;
}

.complete span:before,
.complete span:after {
	border-color: #2f323c;
}

.ticket-info {
	background-color: #101b3f;
	text-align: center;
	padding: 8px;
	color: #FFF;
}

.ticket-info span.label {
	border-width: 2px;
	border-color: #d4d1d3;
	color: #d4d1d3;
	padding: 4px;
	vertical-align: middle;
}

.ticket-info p {
	display: inline-block;
	font-size: 112.5%;
	padding: 0 1em;
	margin: 0;
	vertical-align: middle;
}

.ticket-info a.button {
	display: inline-block;
	font-size: 87.5%;
	max-width: 160px;
}

.soldout {
	margin: 0 10px;
	color: #ff0000;
	font-weight: bold;
}

/* news */
.news .article .news-item {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px;
	clear: both;
	margin-bottom: 40px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
}

.news .article .news-item .news-thumb {
	width: 14%;
	float: left;
}

.news .article .news-item .news-thumb img {
	width: 100%;
	max-width: 180px;
}

.news .article .news-item .news-title,
.news .article .news-item .news-content {
	margin-left: 16%;
}

.news .article .news-item .news-title h2 {
	font-size: 150%;
	line-height: 1.6;
	margin-bottom: 0.5em;
}

.news .article .news-item .news-title .date {
	display: block;
	font-size: 112.5%;
	color: #787878;
	font-weight: 700;
	margin-bottom: 1em;
}


/* lineup */


/* access */
#googlemap {
	width: 100%;
	height: 400px;
	margin-bottom: 32px;
}

.access .row .col .arena-image  {
	margin-bottom: 1em;
}

.access .row .col h2 {
	font-size: 100%;
	margin-bottom: 1em;
}

.access .row .col ul {
	list-style-type: none;
	margin-bottom: 16px;
}

.access .row .col ul li {
	font-size: 87.5%;
	line-height: 1.6;
	margin-bottom: 0.4em;
}

.access .row .col .car-info {
	margin-top: 40px;
	padding-top: 32px;
	border-top: 1px solid #efefef;

}

.access .row .col .car-info .car-icon {
	width: 56px;
	float: left;
}

.access .row .col .car-info dl {
	margin-left: 72px;
}

.access .row .col .car-info dl dt {
	font-size: 100%;
	font-weight: 700;
	color: #ef5350;
	margin-bottom: 1em;
}

.access .row .col .car-info dl dd {
	font-size: 75%;
	line-height: 1.6;
}



/* ticket */

.seatmap {
	text-align: center;
	margin-bottom: 32px;
}

.seatmap img {
	width: 40%;
	max-width: 360px;
}

#reservation {
	border: 4px solid #b71c1c;
	padding: 1em;
	margin: 40px auto;
}

.reservation-block h1 {
	font-size: 125%;
	line-height: 1.6;
	margin-bottom: 1em;
}

#reservation h1 {
	font-size: 200%;
	color: #b71c1c;
}

#reservation h1 span {
	display: inline-block;
	position: relative;
	padding-bottom: 8px;
}

#reservation h1 span:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 4px;
	background-color: #b71c1c;
	position: absolute;
	bottom: 0;
	left: 0;
}

.reservation-block {
	text-align: center;
	padding: 1em;
}

.reservation-block .lead {
	font-weight: bold;
}

.jme-nav {
	text-align: center;
	margin-bottom: 2em;
}

.jme-nav ul li {
	display: inline-block;
	padding: 0 1em;
}

.caution {
	max-width: 880px;
	max-height: 360px;
	overflow: scroll;
	margin: 0 auto 32px;
	padding: 40px;
	text-align: left;
	background: #efefef;
}

.caution h2 {
	color: #2c4486;
	padding: 0.5em 8px;
	margin-bottom: 1em;
	border-bottom: 1px solid #CCC;
}

.caution h2 small {
	font-size: 75%;
}

.caution ul {
	padding: 0 8px 0 24px;
	list-style-position: outside;
}

.caution ul li {
	font-size: 87.5%;
	line-height: 2;
}

.login-block {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 8px;
}

.login-block dt,
.login-block dd {
	display: block;
	float: left;
}

.login-block dt {
	width: 25%;
}

.login-block dt label {
	font-weight: 700;
	font-size: 87.5%;
	color: #19326d;
	line-height: 3;
}

.login-block dd {
	width: 75%;
}

.login-block dd input {
	width: 100%;
	border: 1px solid #19326d;
	border-radius: 1.5em;
	padding: 1em;
	font-size:14px;
}

#reservation h1 {
	font-size: 125%;
	margin-bottom: 1em;
	text-align: center;
}

/* goods */
.goods_list {
	max-width: 960px;
	margin: 0 auto;
}

.goods_list > .row {
	margin: 32px auto;
}

.goods_list h2.goods_name {
	color: #2c4486;
	font-size: 137.5%;
	font-weight: 900;
	margin-left: 40px;
	margin-bottom: 16px;
	padding: 16px 0px;
	background: url(../img/goods_name_bg.png) repeat-x bottom;
}

.goods_list .price {
	color: #2c4486;
	font-size: 112.5%;
	font-weight: 900;
	text-align: right;
	margin-left: 40px;
	margin-bottom: 8px;
}

.goods_list .price small {
	font-size: 78%;
}

.goods_list p {
	margin-left: 40px;
}

/* setlist */
.setlist .tab {
	list-style-type: none;
	overflow: hidden;
	border-bottom: 4px solid  #2c4486;
}

.setlist .tab li {
	display: block;
	width: 33.3333%;
	float: left;
	background: #eef0f6;
	text-align: center;
	color: #2c4486;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 125%;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 1em 0;
	box-sizing: border-box;
	border-radius: 8px 8px 0px 0px;
}

.setlist .tab li.select {
	background: #2c4486;
	color: #FFF;
}

.setlist table tbody th {
	vertical-align: top;
}

.setlist table tbody th small {
	display: block;
	font-size: 75%;
}

.setlist .photo-list  {
	overflow: hidden;
	margin: 0 -16px -8px 0;

}

.setlist .photo-list li {
	width: 33.3333%;
	padding-right: 16px;
	padding-bottom: 16px;
	float: left;
	box-sizing: border-box;
}

.setlist .photo-list li img {
	display: block;
}

.setlist .song-list  {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	border-top: 1px dashed #cfd5e5;
}

.setlist .song-list li {
	padding: 0.5em 0px 0.5em 2em;
	border-bottom: 1px dashed #cfd5e5;
	text-indent: -2em;
}


@media screen and (max-width: 900px) {
	.header,
	.header.fixed {
		width: 100%;
		height: 48px;
		padding: 4px 0;
	}

	.header:after {
		border-bottom: 2px solid #FFF;
	}

	.header .global-nav,
	.header.fixed .global-nav {
		padding: 44px 0 0 0;
	}

	.header .global-nav .menu-btn {
		display: block;
		position: absolute;
		top: 0;
		left: 16px;
		width: 44px;
		height: 44px;
		text-align: center;
	}

	.header .global-nav .menu-btn span {
		position: absolute;
		left: 0px;
		width: 80%;
		height: 2px;
		background-color: #2f323c;
		transition: all 0.5s;
	}

	.header .global-nav .menu-btn span:nth-of-type(1) {
		top: 25%;

	}

	.header .global-nav .menu-btn span:nth-of-type(2) {
		top: 50%;
		margin-top: -1px;
	}

	.header .global-nav .menu-btn span:nth-of-type(3) {
		bottom:  25%;
	}

	.header .global-nav .menu-btn.active span:nth-of-type(1) {
		transform: translateY(10px) rotate(-45deg);
	}

	.header .global-nav .menu-btn.active span:nth-of-type(2) {
		opacity: 0;
	}

	.header .global-nav .menu-btn.active span:nth-of-type(3) {
		transform: translateY(-10px) rotate(45deg);
	}

	.header .global-nav ul {
		overflow: hidden;
		position: absolute;
		width: 100%;
		z-index: 999;
		display: block;
		background-color: #101b3f;
		margin-right: 0;
		max-height: 0px;
		padding: 0;
		transition: all 1s;
	}

	.header .global-nav ul.open {
		max-height: 435px;
	}

	.header .global-nav ul li {
		display: block;
		width: 100%;
		float: none;
		padding: 0.5em 1em;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}

	.header .global-nav ul li a,
	.header .global-nav ul li span {
		color: #FFF;
	}

	.header .global-nav ul li.sns {
		overflow: hidden;
	}

	.header .global-nav ul li.sns a {
		display: block;
		width: 50%;
		float: left;
		text-align: center;
		border: 0 none;
		border-radius: 0;
		margin: 0;
		color: #FFF;
	}

	.header .global-nav ul li.sns a:first-child {
		border-right: 1px solid rgba(255,255,255,0.1);
	}

	.header .global-nav ul li.sns a span {
		display: inline-block;
	}

	.header .global-nav ul li.sns a .icon {
		margin-right: 8px;
	}

	.header .global-nav a.ticket {
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		width: 50%;
		height: 48px;
		font-size: 87.5%;
		line-height: 48px;
		margin: 0;
		max-width: 160px;
	}

	.header .global-nav a.ticket img {
		width: 24px;
	}

	.home .section#lineup .icon-new:after,
	.lineup .article .icon-new:after {
		width: 5.333vw;
		height: 5.333vw;
		top: -8px;
		left: -8px;
	}

}

@media screen and (max-width: 768px) {

	table {
		margin: 24px 0;
	}

	th, td {
		display: block;
		font-size: 87.5%;
	}

	th {
		width: 100%;
		background-color: #eef0f6;
		text-align: center;
		border-right: 0 none;
	}

	td.parent > table th,
	td.parent > table td {
		display: table-cell;
	}

	td.parent > table th {
		width: 25%;
		background-color: #FFF;
		border-right: 1px solid #cfd5e5;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.t_right {
		text-align: center;
	}

	.section,
	.article {
		padding: 32px 0;
	}

	.content-wrapper,
	.outline,
	.banner-block {
		padding: 0 16px;
	}

	.content-header {
		margin-bottom: 24px;
	}

	.content-header img {
		width: 55vw;
		max-width: 240px;
	}

	/* banner-block */
	.banner-block .banner {
		margin-bottom: 8px;
	}

	.banner-block .antenna {
		height: auto;
		padding: 1em;
		position: static;
	}

	.banner-block .antenna span,
	.banner-block .antenna .app-icon,
	.banner-block .antenna .badges {
		position: static;
	}

	.banner-block .antenna .app-icon {
		height: 64px;
		margin: 8px auto;
	}

	.banner-block .antenna .badges {
		height: 49px;
		margin: 8px auto 60px;
	}

	.attention h3 {
		font-size: 87.5%;
	}

	.attention p,
	.attention ul li {
		font-size: 75%;
	}

	.outline .host dt,
	.outline .host dd {
		font-size: 75%;
	}

	.outline .contact dt,
	.outline .contact dd {
		font-size: 75%;
		display: block;
		text-align: center;
	}

	.lead p {
		font-size: 87.5%;
	}

	.footer h1 {
		padding: 0 0 1em;
	}

	.footer .pagetop {
		width: 48px;
		height: 48px;
		right: 16px;
		bottom: 32px;
		line-height: 48px;
	}

	.footer-nav {
		display: none;
	}

	.footer .archive-nav h2 {
		display: block;
		text-align: center;
		padding: 0;
		margin: 0 0 1em;
	}

	.footer .archive-nav ul {
		display: block;
	}

	.footer .archive-nav ul li {
		padding: 0 1em;
	}

	/* home */
	.ticket-info  {
		padding: 16px;
	}
	.ticket-info span.label {
		font-size: 75%;
	}

	.ticket-info p {
		font-size: 87.5%;
		margin: 0.5em;
	}

	.ticket-info a.button {
		margin: 0;
	}

	/* about */
	.home .section#about .introduction p {
		font-size: 16px;
	}

	.home .section#news .col {
		margin-bottom: 1em;
	}

	.home .section#news .news-title {
		margin-left: 112px;
	}

	.home .section#news .news-title .date {
		font-size: 75%;
	}

	.home .section#news .news-title h3 {
		font-size: 87.5%;
	}

	/* news */
	.home .section#news {
		background: repeating-linear-gradient(90deg, #2f323c, #2f323c 8px, #FFF 0, #FFF 16px);
	}

	.news .article  .news-item {
		margin: 0 auto;
		padding: 16px;
		margin-bottom: 16px;
	}

	.news .article .news-item .news-thumb {
		width: 25%;
		float: none;
		display: table-cell;
	}

	.news .article .news-item .news-title {
		width: 75%;
		display: table-cell;
		float: none;
		vertical-align: middle;
	}

	.news .article .news-item .news-title h2 {
		font-size: 112.5%;
	}

	.news .article .news-item .news-title .date {
		display: block;
		font-size: 75%;
	}

	.news .article .news-item .news-content {
		margin-left: 0;
		clear: both;
	}

	/* lineup */
	.lineup .article .row .col.span_8,
	.home .section#lineup .row .col.span_8 {
		width: 50%;
		padding: 1% 1% 0;
	}

	.lineup .article .row .col.span_8.spacer,
	.home .section#lineup .row .col.span_8.spacer {
		display: none;
	}

	.lineup .article h3,
	.home .section#lineup h3 {
		font-size: 200%;
		text-align: center;
	}

	.home .section#lineup h3:after,
	.lineup .article h3:after {
		margin: 8px auto;
	}

	.lineup .artist-name,
	.home .section#lineup .artist-name {
		text-align: center;
		font-size: 112.5%;
		min-height: none;
	}

	.home .section#lineup .icon-new:after,
	.lineup .article .icon-new:after {
		width: 7.5vw;
		height: 7.5vw;
		min-width: 48px;
		min-height: 48px;
	}

	.andmore,
	.complete {
		font-size: 112.5%;
	}

	/* access */
	#googlemap {
		height: 320px;
	}

	/* ticket */
	.seatmap {
		margin-bottom: 24px;
	}

	.seatmap img {
		width: 100%;
		max-width: 223px;
	}

	.reservation-block h1 {
		font-size: 100%;
	}

	.jme-nav ul li a {
		font-size: 75%;
	}

	.login-block {
		margin: 0;
	}

	.login-block dt,
	.login-block dd {
		width: 100%;
		display: block;
	}

	.login-block dd input {
		font-size:16px;
	}

	.caution {
		padding: 16px;
	}

	/* goods */
	.goods_thumb {
		max-width: 388px;
		margin: 0 auto;
	}

	.goods_list h2.goods_name,
	.goods_list .price,
	.goods_list p {
		margin-left: 0;
	}

	.goods_list h2.goods_name {
		font-size: 112.5%;
	}

	.goods_list .price {
		font-size: 100%;
	}

	/* setlist */
	.setlist .tab li {
		font-size: 100%;
	}

	.setlist .photo-list li {
		width: 50%;
	}

	.setlist table tbody th {
		font-size: 112.5%;
	}
}

@media screen and (max-width: 768px) {
	.lineup .article .row .col.span_8,
	.home .section#lineup .row .col.span_8 {
		width: 100%;
	}
}
