@charset "Shift_JIS";
/* ------------------------------------------------------------
common
------------------------------------------------------------ */
html {
margin: 0;
padding: 0;
}

html body {
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
color: #505050;
font-size: 16px;
line-height: 1.7;
font-feature-settings: "palt";
}

body {
margin: 0;
padding: 0;
-webkit-text-size-adjust: 100%;
background: #ffff00;
}

a {
color: #505050;
}

a:hover {
text-decoration:  underline;
}

.menu a img,
.button img,
.pagetop img {
opacity: 1.0;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.menu a:hover img,
a.button:hover img,
.pagetop:hover img {
opacity: 0.8;
filter: alpha(opacity=30);
}

a.button img {
vertical-align: middle;
}

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

h1, h2, h3, h4, h5 {
margin: 0;
padding: 0;
}

h1 img, h2 img, h3 img, h4 img, h5 img {
vertical-align: top;
}

p {
margin: 0 0 1em;
padding: 0;
}

dl dt,
dl dd {
padding: 0;
margin: 0;
}

.fl_clear {
width: 100%;
overflow: hidden;
}

.fl_left {
float: left;
}

.fl_right {
float: right;
}

.clearfix:after {
content:"";
display:block;
clear:both;
}

.wrapper {
width: 1064px;
margin: 0 auto;
box-sizing: border-box;
padding: 0 32px 40px;
}

.header {
position: relative;

}

.header h1 {
display: block;
background-repeat: no-repeat;
background-position: center top;
margin-bottom: 40px;
}

.header h1 a,
.header h1 span {
display: block;
}

.header h1 a {
padding: 0 16px 0px;
}

.header h1 img {
width: 100%;
}

.home .header h1 {
margin-bottom: 40px;
}

.menu {
position: relative;
width: 920px;
margin: 0 auto 40px;
z-index: 99;
}

.menu ul li {
width: 32%;
float: left;
margin-right: 2%;
}

.menu ul li a,
.menu ul li span {
font-family: "Montserrat", sans-serif;
font-size: 32px;
line-height: 1;
display: block;
border: 6px solid #505050;
background-color: #0064ff;
padding: 0.25em;
text-decoration: none;
text-align: center;
color: #FFF;
box-shadow: 6px 6px 0px #505050;
}

.menu ul li a:hover {
	opacity: 0.75;
}

.menu ul li:last-child {
margin-right: 0px;
}

.menu ul li.comingsoon {
position: relative;
}

.menu ul li.comingsoon span {
	background: #CCC;
}

.menu ul li.comingsoon:after {
content: "";
display: block;
width: 100%;
height: 48px;
position: absolute;
bottom: 16px;
left: 0;
background: url(../img/label_comingsoon.png) no-repeat center center;
margin-bottom: -32px;
}

.article {
background: #FFFFFF;
padding: 40px;
}

#social-feed-area {
width: 100%;
text-align: center;
}

#social-feed-area .gig-bar-container {
display: inline-block;
}

.ticket-info {
background-color: #e4007f;
padding: 32px;
margin-bottom: 32px;
box-sizing: border-box;
color: #FFF;
text-align: center;
}

.ticket-info a {
color: #FFF !important;	
}

.ticket-info h3 {
margin: 0 auto 24px;
}

.ticket-info table {
  width: 100%;
}

.ticket-info td {
width: 30%;
color: #FFF;
font-size: 14px;
line-height: 1.5;
padding: 8px;
vertical-align: top;
}

.ticket-info table td h4 {
display: block;
border: 1px solid #FFF;
padding: 8px;
margin-bottom: 8px;
}

.ticket-info table td h4 a {
	display: block;
}

.ticket-info table td h4 img {
	display: block;
	height: 20px;
	margin: 0 auto;
}

.ticket-info td a {
font-size: 20px;
display: inline-block;
}

.lead {
text-align: center;
margin-bottom: 64px;
}

.lead p {
font-size: 18px;
margin-bottom: 1em;
}

.section {
width: 920px;
margin: 0 auto 64px;
text-align: center;
}

.section h2 {
text-align: center;
margin-bottom: 40px;
}

.section h2 img {
}

.section ul.list {
margin-bottom: 1em;
}

.section ul.list li {
padding-left: 1em;
text-indent: -1em;
}


#introduction dl {
margin-bottom: 16px;
}

#introduction dl dt {
font-size: 20px;
font-weight: bold;
color: #0064ff;
}

#artists ul {
margin-right: -20px;
overflow: hidden;
}

#artists ul li {
display: inline-block;
width: 160px;
height: 190px;
margin: 0 10px 16px;
position: relative;
}

#artists ul li a {
display: block;
}

#artists ul li a img {
vertical-align: top;
}

#thumb06 {
margin-left: 84px;
}

#thumb03:after {
content: "";
display: block;
width: 28px;
height: 28px;
background: url(../img/icon_plus.png) no-repeat 0 0;
position: absolute;
left: -27px;
margin-top: -14px;
top: 45%;
}


#price .row {
overflow: hidden;
margin-bottom: 40px;
}

#price .row .col {
float: left;
}

#price .row .col.left {
width: 400px;
}

#price .row .col.right {
width: 520px;
text-align: left;
}

#price .row .col.right ul li {
margin-bottom: 8px;
padding-left: 1em;
text-indent: -1em;
}

#price table {
width: 100%;
margin-bottom: 40px;
border: 6px solid #505050;
}

#price table thead th {
background: #0064ff;
text-align: center;
font-size: 16px;
font-weight: bold;
color: #FFF;
padding: 8px;
border-bottom: 6px solid #505050;
}

#price table tbody th,
#price table tbody td {
padding: 8px;
text-align: center;
font-size: 16px;
border-bottom: 2px dotted #505050;
}

#price table tbody tr:last-child th,
#price table tbody tr:last-child td {
border-bottom: 0 none;
}

#price table tbody td.remarks {
font-size: 14px;
width: 360px;
}

#price table tbody td span.price {
font-size: 20px;
font-weight: bold;
}

#attention ul {
margin-bottom: 40px;
}

#attention ul li {
margin-bottom: 8px;
}

#attention .aside {
border: 6px solid #505050;
padding: 24px 32px;
text-align: left;
margin-bottom: 40px;
}

#attention .aside h3 {
width: 280px;
float: left;
margin-left: -48px;
margin-top: -16px;
}

#attention .aside p,
#attention .aside table {
margin-left: 280px;
}

#attention .aside table {
width: auto;
border-top: 2px dotted #505050;
}

#attention .aside table th,
#attention .aside table td {
border-bottom: 2px dotted #505050;
font-size: 14px;
padding: 1em;
}

#archive ul {
width: 840px;
margin: 0 auto;
overflow: hidden;
}

#archive ul li {
padding: 0 10px;
margin: 0 0 16px;
}

.host {
border-top: 1px solid rgba(0,0,0,0.1);
padding-top: 16px;
} 

.host p {
font-size: 14px;
}

/* omiyage */
#omiyage .page-desc {
margin-bottom: 40px;
}

.section .item {
overflow: hidden;
margin-bottom: 64px;
border-bottom: 0 none;
}

.section .item:last-child {
padding-bottom: 0;
background: 0 none;
}

.section .item .photo {
width: 43.5%;
float: left;
margin-right: 6.5%;
text-align: center;
}

.section .item.even .photo {
	float: right;
	margin-left: 6.5%;
	margin-right: 0;	
}

.section .item .photo img {
width: auto;
max-width: 100%;
}

.section .item .item-desc {
width: 50%;
float: right;
text-align: left;
}

.section .item.even .item-desc {
	float: left;
}


.section .item .item-desc h3 {
font-size: 20px;
font-weight: bold;
text-align: center;
color: #FFF;
background: #505050;
padding: 0.5em 1em;
margin-bottom: 2em; 
position: relative;
}

.section .item .item-desc h3:after {
position: absolute;
content: '';
top: 100%;
left: 50%;
border: 0.5em solid transparent;
border-top: 0.5em solid #505050;
width: 0;
height: 0;
margin-left: -0.25em;
}

.section .item .item-desc h3.new {
margin-top: 2em;
padding-left: 4em;
}

.section .item .item-desc h3 span {
	display: block;
	position: absolute;
	left: 0.5em;
	top: 50%;
	width: 5em;
	height: 5em;
	background: #0064ff;
	border-radius: 50%;
	padding: 2em 0;
	margin-top: -2.5em;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	font-size: 75%;
	line-height: 1;
}

.section .item .item-desc .price {
font-size: 24px;
}

.section .item .item-desc .price sub {
font-size: 60%;
vertical-align: baseline;

}

/* report */
#report h3 {
font-family: "Montserrat", sans-serif;
font-size: 24px;
margin-bottom:  1em;
}

.section .report {
overflow: hidden;
background: url(../img/icon_jwave.png) no-repeat center bottom;
border-bottom: 0 none;
}

.section .report:last-child {
padding-bottom: 0;
background: 0 none;
}

.section .report .photos {
width: 66.6%;
float: left;
}

.section .report .photos ul {
display: block;
margin: 0 -2% 16px 0;
padding: 0;

overflow: hidden;
}

.section .report .photos ul li {
display: block;
width: 32%;
border: 4px solid #000;
float: left;
margin-right: 1%;
margin-bottom: 4px;
box-sizing: border-box;
}

.section .report .photos a {
display: block;
}

.section .report .photos a img {
width: 100%;
display: block;
vertical-align: top;
}

.section .report .report-desc {
width: 33.3%;
float: left;
text-align: left;
}

.section .report .report-desc ol {
margin: 0 0 32px;
padding: 0 0 0 32px;
}

.section .report .report-desc ol li {
padding: 0;
margin-left: 2em;
list-style-position: outside;
}

.image-source-link {
color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
/* ideally, transition speed should match zoom duration */
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}

.footer {
position: relative;
width: 920px;
padding-bottom: 64px;
margin: 40px auto;
text-align: left;
}

.footer p {
font-weight: normal;
font-size: 14px;
line-height: 1.5;
}

.footer hr {
width: 100%;
height: 0;
border: 0 none;
border-bottom: 1px solid #000;
margin: 16px 0px;
}

.footer a.pagetop {
display: block;
text-align: center;
margin-bottom: 40px;
}

#credit {
display: block;
position: absolute;
left: 8px;
bottom: 32px;
}

#backtohome {
display: block;
position: absolute;
right: 8px;
bottom: 32px;
}

#copyright {
display: block;
position: absolute;
right: 8px;
bottom: 8px;
}

.sp {
display: none;
}

.pc {
display: block;
}

@media screen and (max-width:480px) {
body {
background-size: 150% auto;
line-height: 1.7;
}

.header,
.menu,
.ticket-info,
.footer,
.row .col {
width: 100%;
box-sizing: border-box;
}

.row .col {
float: none;
}

.pc {
display: none;
}
	
.sp {
display: block;
}

.pagetop img {
height: 40px;
}

.wrapper {
width: 100%;
text-align: left;
padding: 0 8px;
border: 0 none;
}

.home .header h1 {
margin-bottom: 16px;
}

.menu {
margin: 0 auto 16px;
text-align: center;
}

.menu ul li {
float: none;
width: 100%;
margin-bottom: 8px;
}

.menu ul li a,
.menu ul li span {
border-width: 4px;
font-size: 24px;
}

.menu ul li.comingsoon:after {
height: 32px;
background-size: auto 100%;
bottom: 20px;
}

.footer {
padding: 0 16px 64px;
}

.lead {
margin-bottom: 40px;
padding: 0 16px;
text-align: left;
}

.lead p {
font-size: 16px;
}

.article {
padding: 16px;
}

.section {
width: auto;
padding: 0;
margin: 44px 0 32px;
box-sizing: border-box;
text-align: left;
}

.section h2 img {
height: 44px;
}

.section p,
.section ul li,
.section dl dd {
font-size: 14px;
}

.ticket-info {
width: auto;
margin: 16px 16px 24px;
padding: 16px 24px;
}

.ticket-info table td {
  display: block;
  width: 100%;
	padding: 8px 0;
}

.ticket-info h3 {
margin-bottom: 0;
}

.ticket-info h3 img {
height: 18px;
}

.ticket-info h4 {
padding: 4px 16px;
}

.ticket-info table td h4 a {
font-size: 1rem;
line-height: 1;
}

.ticket-info table td h4 img {
vertical-align: text-bottom;
display: inline-block;
height: 14px;
}

.ticket-info td,
.ticket-info td a{
font-size: 14px;
}

#introduction dl dt {
color: #505050;
font-size: 16px;
border-bottom: 2px dotted #505050;
margin-bottom: 8px;
}
	
#artists ul {
margin-right: 0;
}

#artists ul li {
width: 30%;
height: auto;
margin: 0 1% 16px 1%;
}

#artists ul li a img {
width: 100%;
}

#thumb03:after {
width: 20px;
height: 20px;
background-position: center center;
background-size: 100% auto;
left: 0;
margin-left: -17%;
}

#seatmap {
width: 100%;
max-width: 240px;
margin: 0 auto 16px;
}

#price table thead th,
#price table thead td {
display: none;
}

#price table tbody th {
background: #0064ff;
color: #FFF;
}

#price table tbody th,
#price table tbody td {
display: block;
border-bottom: 0 none;
font-size: 16px;
padding: 4px 8px;
}
	
#price table tbody td.remarks {
width: auto;	
}

#price table tbody tr td:last-child {
border-bottom: 6px solid #505050;
font-size: 12px;
}
	
#price table tbody tr:last-child td:last-child {
border-bottom: 0 none;
}

#price .row .col.left,
#price .row .col.right {
width: 100%;
}
	
#price .row .col.left {
text-align: center;
}

#price .row .col.right ul li {

}

#attention .aside {
padding: 24px 16px 16px;
}

#attention .aside h3 {
float: none;
margin-bottom: 16px;
margin-left: -32px;
}

#attention .aside h3 img {
	height: 40px;
}

#attention ul li {
margin-bottom: 8px;
padding-left: 1em;
text-indent: -1em;
}

#attention .aside p,
#attention .aside table {
margin-left: 0;
border-top: 0 none;
}

#attention .aside table th {
display: block;
padding: 4px 0;
}

#attention .aside table td {
display: block;
border-bottom: 0 none;
padding: 4px 0px 8px;
}

#archive ul {
width: 100%;
}

#archive ul li {
float: none;
display: block;
padding: 0;
margin: 0 0 4px;
width: 100%;
}

#archive ul li img {
width: 100%;
}

/* omiyage & #otanoshimi */
.page-desc img {
height: 48px;
}

.section .item {
padding-bottom: 40px;
margin-bottom: 0;
background-size: auto 32px;
}

.section .item .photo,
.section .item .item-desc {
width: 100%;
float: none;
text-align: center;
}

.section .item .photo {
margin: 0 0 16px;
}

.section .item .item-desc h3 {
font-size: 15px;
}

	
/* report */
#report h3 {
margin-bottom: 16px;
}

#report h3 img {
height: 20px;
}

.section .report .photos {
margin-bottom: 16px;
}

.section .report .photos,
.section .report .report-desc {
width: 100%;
float: none;
}

.section .report .report-desc ol {
padding: 0 0;
}

}
