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

html body {
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
color: #000;
font-size: 16px;
font-weight: bold;
line-height: 1.7;
font-feature-settings: "palt";
}

body {
	margin: 0;
	padding: 0;	
	-webkit-text-size-adjust: 100%;
	background: #cbac70 url(../img/bg.png) no-repeat center top;
	}

a {
	color: #000;
	}

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;
	border-left: 8px solid #000;
	border-right: 8px solid #000;
	background: url(../img/rope.png) repeat-y center;
	padding: 0 32px 40px;
}

.header {
	position: relative;
	
}

.header h1 {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/sub.png);
	margin-bottom: 40px;
}

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

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

.header h1 img {
	width: 100%;
}

.home .header h1 {
	background-image: url(../img/main.png);
	margin-bottom: 0;	
}

.home .header h1 span {
	padding-top: 64%;
	padding-bottom: 6%;
}

.header #copy01 {
	display: block;
	position: absolute;
	top: 16px;
	right: 8px;
}

.header #copy02 {
	display: block;
	position: absolute;
	top: 16px;
	left: 8px;
}

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

.home .menu {
	margin-top: -40px;
}

.menu ul {
	
}

.menu ul li {
	float: left;
	margin-right: 10px;
}

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

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

.menu ul li.comingsoon img {
	opacity: 0.8;
}

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

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

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

.ticket-info {
	width: 920px;
	margin: 40px auto;
	background-color: #e60012;
	padding: 32px 64px;
	box-sizing: border-box;
	color: #FFF;
	text-align: center;
}

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

.ticket-info h4 {
	border: 2px solid #FFF;
	padding: 8px;
	margin: 0 auto 16px;
}

.ticket-info p {
	font-size: 14px;
	line-height: 1.5;
}

.ticket-info p a {
	font-size: 20px;
	display: inline-block;
	margin-bottom: 8px; 
	color: #FFF;
}

.ticket-info .row {
	overflow: hidden;
}

.ticket-info .row .col {
	width: 240px;
	float: left;
	margin-right: 36px;
}

.ticket-info .row .col:last-child {
	margin-right: 0px;
}

.ticket-info p.caption {
	border-top: 1px solid #FFF;
	margin-top: 1em;
	padding-top: 0.5em;
}

.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;
}

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

#artists ul li {
	display: block;
	float: left;
	width: 168px;
	height: 220px;
	margin-right: 20px;
	position: relative;
}

#artists ul li a {
	display: block;
}

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

#thumb06 {
	margin-left: 84px;
}

#thumb08:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/icon_plus.png) no-repeat 0 0;
	position: absolute;
	left: -28px;
	top: 64px;
}


#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-left: 2px solid #000;
	border-right: 2px solid #000;
}

#price table thead th {
	background: #000;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	padding: 16px;
}

#price table tbody th,
#price table tbody td {
	background: #fddc93;
	padding: 16px;
	text-align: center;
	font-size: 20px;
	border-bottom: 2px solid #000;
}

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

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

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

#attention .aside {
	border: 2px solid #000;
	padding: 32px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 40px;
}

#attention .aside h3 {
	width: 280px;
	float: left;
}

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

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

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

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

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

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

.section .item {
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 64px;
	background: url(../img/icon_jwave.png) no-repeat center bottom;
	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 .photo img {
	width: auto;
	max-width: 100%;
}

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

.section .item .item-desc h3 {
	font-size: 20px;
	margin-bottom: 1em;
}

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

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

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

.section .report {
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 64px;
	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: 100%;
	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 .photos2 {
	width: 100%;
	float: left;
}

.section .report .photos2 ul {
	display: block;
	margin: 0 -2% 16px 0;
	padding: 0;
	overflow: hidden;
}

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

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

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

/* 追記ココまで */

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

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

.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;
}

@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;
	}
	
	.pagetop img {
		height: 40px;
	}
	
	.wrapper {
		width: 100%;
		text-align: left;
		padding: 0 0;
		border: 0 none;
	}
	
	.header h1 {
		position: relative;
		display: block;
		background-size: 100% auto;
		margin: 16px 0px;
		box-sizing: border-box;
	}
	
	.home .header h1 {
		background-size: 124% auto;
	}
	
	.home .header h1 span {
		padding: 78% 16px 12%;
	}

	.header #copy01,
	.header #copy02 {
		display: none;
	}
	
	.menu {
		margin: 0 auto 40px;
		text-align: center;
	}
	
	.home .menu {
		margin-top: -12%;
	}
	
	.menu ul li {
		float: none;
	}
	
	.menu ul li img {
		height: 64px;
	}
	
	.footer {
		padding: 0 16px 64px;
	}
	
	.lead {
		margin-bottom: 40px;
		padding: 0 16px;
	}
	
	.lead p {
		font-size: 16px;
	}
	
	.section {
		width: auto;
		padding: 0 16px;
		margin: 0 16px 40px;
		box-sizing: border-box;
	}
	
	.section h2 img {
		height: 40px;
	}
	
	.section p,
	.section ul li,
	.section dl dd {
		font-size: 14px;
	}
	
	.ticket-info {
		width: auto;
		margin: 16px 16px 24px;
		padding: 16px 24px;
	}
	
	.ticket-info .row .col {
		width: 100%;
		float: none;
	}
	
	.ticket-info h3 {
		margin-bottom: 16px;
	}
	
	.ticket-info h3 img {
		height: 24px;
	}
	
	.ticket-info h4 {
		padding: 4px 16px;
	}
	
	.ticket-info h4 img {
		vertical-align: text-bottom;
		display: inline-block;
		height: 18px;
	}
	
	.ticket-info p {
		font-size: 14px;
	}
	
	.ticket-info p a {
		font-size: 16px;
	}
		
	#artists ul {
		margin-right: 0;
	}
	
	#artists ul li {
		width: 31%;
		height: auto;
		margin: 0 1% 16px 1%;
	}
	
	#artists ul li a img {
		width: 100%;
	}
	
	#thumb08:after {
		width: 24%;
		height: 100%;
		background-position: center center;
		background-size: 100% auto;
		top: -4%;
		left: 0;
		margin-left: -14%;
	}
	
	#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: #000;
		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 tr td:last-child {
		border-bottom: 2px solid #000;
		font-size: 12px;
	}
	
	#price .row .col.left,
	#price .row .col.right {
		width: 100%;
		text-align: center;
	}
	
	#price .row .col.right ul li {
		
	}
	
	#attention .aside {
		padding: 24px;
		text-align: center;
	}
	
	#attention .aside h3 {
		float: none;
		text-align: center;
		width: 100%;
		margin-bottom: 16px;
	}
	
	#attention .aside h3 img {
		height: 24px;
	}
	
	#attention ul li {
		margin-bottom: 8px;
	}
	
	#attention .aside p,
	#attention .aside table {
		margin-left: 0;
	}
	
	#attention .aside table th {
		display: block;
		background: #000;
		color: #FFF;
		border-bottom: 0 none;
		padding: 4px 8px;
	}
	
	#attention .aside table td {
		display: block;
		border-bottom: 0 none;
		padding: 4px 8px 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;
	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;
	}
	
	/* 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;
	}

}
