div.wrapper ul.bnr li@charset "utf-8";

/* CSS Document */
@media print {

	html::before,
	html::after,
	body::before,
	body::after {
		position: static;
		background: #fff;
	}
}

/*
====================

	    Body

====================
*/
body {
	position: relative;
	-webkit-text-size-adjust: 100%;
}

a img:hover {
	opacity: 0.7;
	cursor: pointer;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

/*----------------------------
	BORDERS
----------------------------*/
html {
	padding: 3px;
	background: #000;
	min-width: 1100px;
}

body {
	background: #fff;
	overflow: auto;
	position: relative;
}

body span.black {
	position: fixed;
	bottom: 0px;
	z-index: 99999;
	height: 3px;
	width: 100%;
	background: #000;
}

body span.black02 {
	position: fixed;
	top: 0px;
	z-index: 99999;
	height: 3px;
	width: 100%;
	background: #000;
}

/*html:before,html:after,body:before,body:after{
    content:"";
    background:#000000;
    position:fixed;
    display:block;
    z-index:99999;
}

html:before{
    height:3px;
    left:0;
    right:0;
    top:0;
}
html:after{
    width:3px;
    top:0;
    right:0;
    bottom:0;
}
body:before{
    height:3px;
    right:0;
    bottom:0;
    left:0;
}
body:after{
    width:3px;
    top:0;
    bottom:0;
    left:0;
}*/

/*
====================

	   notfound

====================
*/
.notfound * {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: bold;
}

/*
====================

	    section

====================
*/

section {
	width: 100%;
	margin: 0 auto;
	padding: 56px 0 0;
}


/*
====================

	    Header

====================
*/

header h1 a {
	display: block;
	background: url(../../img/common/h1.gif) no-repeat;
	width: 387px;
	height: 0;
	padding: 37px 0 0;
	overflow: hidden;
	display: block;
	float: left;
	line-height: 100%;
}

header h1 a:hover {
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	ie lt 8 -ms-filter: "alpha(opacity=50)";
	ie 8 -moz-opacity: 0.5;
	FF lt 1.5,
	Netscape -khtml-opacity: 0.5;
	Safari 1.x
}

/***************
	inner01
***************/

header div.inner01 {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}

header div.inner01 div {
	float: right;
	padding: 8px 0 0;
}

header div.inner01 div ul {
	overflow: hidden;
	float: left;
	margin: 0 18px 0 0;
}

header div.inner01 div ul li {
	float: left;
	padding: 0 4px;
}

header div.inner01 div span {
	float: right;
	padding: 2px 0 0;
}

header div.inner01 div span a {
	font-weight: bold;
	font-size: 14px;
}

header div.inner01 div span a.lang01 {
	padding: 0 17px 0 0;
}

header div.inner01 div span a.lang02 {
	padding: 0 2px 0 17px;
}

/***************
	inner02
***************/

header div.inner02 {
	padding: 29px 0 0;
	clear: both;
	position: relative;
	margin: 0 auto;
}

header div.inner02 ul.nav {
	position: relative;
	overflow: hidden;
	padding: 0 0 27px 0;
	margin: 0 auto;
	width: 980px;
}

header div.inner02 ul.nav li,
header div.inner02 ul.nav li img,
header div.inner02 ul.nav li a {
	float: left;
}

header div.inner02 ul.nav li.triangle {
	background: url(../../img/common/triangle.gif) no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 12px;
	display: none;
	width: 14px;
	position: absolute;
	bottom: 0;
}

header div.inner02 ul.nav li a {
	height: 0;
	padding: 33px 0 0;
	overflow: hidden;
	display: block;
	background: url(../../img/common/img_nav.gif) no-repeat center;
}

header div.inner02 ul.nav li.nav01 a {
	width: 163px;
	background-position: 0 0;
}

header div.inner02 ul.nav li.nav02 a {
	width: 163px;
	background-position: -163px 0;
}

header div.inner02 ul.nav li.nav03 a {
	width: 164px;
	background-position: -326px 0;
}

header div.inner02 ul.nav li.nav04 a {
	width: 163px;
	background-position: -490px 0;
}

header div.inner02 ul.nav li.nav05 a {
	width: 163px;
	background-position: -653px 0;
}

header div.inner02 ul.nav li.nav06 a {
	width: 164px;
	background-position: -816px 0;
}

header div.inner02 ul.nav li.nav01 a:hover {
	background-position: 0 -33px;
}

header div.inner02 ul.nav li.nav02 a:hover {
	background-position: -163px -33px;
}

header div.inner02 ul.nav li.nav03 a:hover {
	background-position: -326px -33px;
}

header div.inner02 ul.nav li.nav04 a:hover {
	background-position: -490px -33px;
}

header div.inner02 ul.nav li.nav05 a:hover {
	background-position: -653px -33px;
}

header div.inner02 ul.nav li.nav06 a:hover {
	background-position: -816px -33px;
}




.b_inner {
	display: none;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	background: #AA1B49;
	position: absolute;
	z-index: 999;
}

.b_inner ul {
	display: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 980px;
}

.b_inner ul li {
	color: #FFF;
	padding: 0 25px 0 0;
	float: left;
}

.b_inner ul li.last {
	padding: 0 0 0 0;
}

.b_inner ul li a {
	text-decoration: underline dotted;
	color: #FFF;
}

.b_inner ul li a:hover {
	text-decoration: none;
}

/***************
  current page
***************/

body.ticket header div.inner02 ul.nav li.nav01 a {
	background-position: 0 -33px;
}

body.concert header div.inner02 ul.nav li.nav02 a {
	background-position: -163px -33px;
}

body.about header div.inner02 ul.nav li.nav03 a {
	background-position: -326px -33px;
}

body.support header div.inner02 ul.nav li.nav04 a {
	background-position: -490px -33px;
}

body.request header div.inner02 ul.nav li.nav05 a {
	background-position: -653px -33px;
}

body.inquiry header div.inner02 ul.nav li.nav06 a {
	background-position: -816px -33px;
}



/***************
	inner03
***************/
header div.inner03 {
	padding: 0;
	clear: both;
	margin: 57px auto 0;
}

/*
====================

	 wrapper

====================
*/
.border {
	border-bottom: 1px dotted #000;
	border-top: 2px solid #000;
}

div.wrapper {
	top: 234px;
	z-index: -999;
	width: 980px;
	margin: 52px auto 0;
	overflow: hidden;
}

/***************
	calendar
***************/
div.wrapper div.calendar {
	float: left;
	height: 66px;
	width: 880px;
	padding: 20px 0;
	border-top: 2px solid #000;
	border-bottom: 1px dotted #000;
	margin: 0 50px 60px;
	position: relative;
}

div.wrapper div.calendar div.month {
	background: url(../../img/common/calendar_ttl.gif) no-repeat top center;
	background-position: 34px 0;
	width: 182px;
	height: 31px;
	margin-right: 34px;
	padding: 31px 33px 4px 28px;
	border-right: dotted 1px #000;
	float: left;
}

div.calendar div.select {
	color: #000;
	float: left;
	line-height: 12.24px;
	letter-spacing: 0.12em;
	/*border: 1px solid #d1d1d1;
	width: 141px;
	height: 29px;*/
}

/***************
	2021.01.22
***************/

div.calendar div.select select {
	width: 180px;
	height: 30px;
	border: 1px solid #d1d1d1;
	font-size: 16px;
	text-align-last: center;
}



div.calendar #list {
	max-height: 200px;
	overflow-y: scroll;
	margin-top: 1px;
	position: absolute;
	left: 29px;
	z-index: 9999;
	width: 139px;
	background-color: #fff;
	display: none;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

div.calendar #list li {
	padding-left: 10px;
}

div.calendar #list li:hover {
	background-color: #3399ff;
	cursor: pointer;
}

div.calendar div.select #calendarBox {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	line-height: 29px;
	font-size: 16.24px;
	letter-spacing: 0.05em;
	width: 141px;
	font-weight: bold;
}

div.calendar div.select p span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11.83px;
	letter-spacing: 0.12em;
}

div.wrapper div.calendar #output:hover {
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	ie lt 8 -ms-filter: "alpha(opacity=50)";
	ie 8 -moz-opacity: 0.5;
	FF lt 1.5,
	Netscape -khtml-opacity: 0.5;
	Safari 1.x
}

div.wrapper div.calendar .off {
	border: none;
	float: left;
	margin-left: 8px;
	width: 31px;
	height: 31px;
	background: url(../../img/common/arrow_select2.gif) no-repeat center;
}

div.wrapper div.calendar .on {
	background: url(../../img/common/arrow_select.gif) no-repeat center;
}

div.wrapper div.calendar table {
	display: table-cell;
	width: 602px;
	/*float:left;*/
}

div.wrapper div.calendar table a {
	line-height: 30px;
	color: #fff;
	font-weight: bold;
}

div.wrapper div.calendar table th {
	display: none;
}

div.wrapper div.calendar table tr {
	display: block;
}

div.wrapper div.calendar table td {
	position: relative;
	padding: 0;
	float: left;
	line-height: 30px;
	background-color: #fafafa;
	text-align: center;
	height: 28px;
	width: 28px;
	border: solid 1px #e8e5e5;
	display: block;
	margin-right: 7px;
	margin-bottom: 6px;
	color: #5b5b5b;
}

div.wrapper div.calendar table th.last,
div.wrapper div.calendar table td.last {
	margin: 0;
}

body div.wrapper div.calendar table td.empty {
	background-color: #fdfdfd;
	color: #e8e5e5;
}

body div.wrapper div.calendar table td.event01 {
	background-color: #aa1b49;
	border: solid 1px #aa1b49;
	color: #fff;
}

body div.wrapper div.calendar table td.event02 {
	background-color: #000;
	border: solid 1px #fff;
	color: #fff;
}

/***************
	popup
***************/
/*#popup1{ margin-top: -38px; left: -250px;}*/
/*body div.wrapper #popup1 span a{
	font-style: normal;
	text-align: left;
	display: block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 140%;
	padding-top:3px;
	padding-bottom: 5px;
	}*/
/*#popup1{
	background: url(../../img/common/popup/popup_triangle.png) no-repeat right center;
	padding-right: 11px;
	}
#popup1 > span{
	background: url(../../img/common/popup/popup_top.png) no-repeat top center;
	padding-top: 2px;
	height: 80px;
	}
#popup1 > span > span{
	background: url(../../img/common/popup/popup_bottom.png) no-repeat bottom center;
	padding-bottom: 2px;
	}
#popup1 span.span_inner{
	background: url(../../img/common/popup/popup_bg.png) repeat;
	padding: 2px 12px 5px;
	width: 214px;
	}
#popup1 span.span_inner span{
	border-bottom: dotted 1px #fff;
	}*/
/*body.top #popup1{ left: 29px;}*/
/*body.top #popup1{ margin-top: -38px;}*/
/*body.top #popup1{
	background: url(../../img/common/popup/popup_triangle02.png) no-repeat left center;
	padding-left: 11px;
	}*/
td.pop {
	position: relative;
}

td.pop:hover {
	z-index: 99999;
	cursor: pointer;
}

td.pop:hover>div.up {
	display: block;
	z-index: 9999999;
}

div.up {
	display: none;
	z-index: 999;
	position: absolute;
	top: 50%;
}

#popup2 {
	margin-top: -43px;
	left: -308px;
}

div.up span {
	display: block;
}

body div.wrapper #popup2 span a {
	font-style: normal;
	text-align: left;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 5px;
}

div.up span b {
	text-align: left;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.04em;
	padding-top: 5px;
	clear: both;
}

div.up span img {
	display: block;
	line-height: 100%;
}


#popup2 {
	height: 86px;
	background: url(../../img/common/popup/popup_triangle.png) no-repeat right center;
	padding-right: 11px;
}

#popup2>span {
	background: url(../../img/common/popup/popup_top2.png) no-repeat top left;
	padding-top: 2px;
}

#popup2>span>span {
	background: url(../../img/common/popup/popup_bottom2.png) no-repeat bottom left;
	padding-bottom: 2px;
}

#popup2 span.span_inner {
	overflow: hidden;
	background: url(../../img/common/popup/popup_bg.png) repeat;
	padding: 10px 12px;
	width: 273px;
}

#popup2 span.span_inner span {
	float: left;
	width: 205px;
}

#popup2 span.span_inner span {
	float: left;
	width: 205px;
}

#popup2 span.span_inner img {
	height: 71px;
	width: 50px;
	margin-right: 17px;
	float: left;
}

#popup2 span.span_inner2 {
	overflow: hidden;
	background: url(../../img/common/popup/popup_bg.png) repeat;
	padding: 10px 12px;
	width: 273px;
}

#popup2 span.span_inner span span {
	border-bottom: dotted 1px #fff;
}

#popup2 span.span_inner2 span span {
	border-bottom: dotted 1px #fff;
}

div.up span .anotherpop {
	border-top: solid 1px #fff;
}

#popup1 span .anotherpop p {
	padding-top: 4px;
}


body.top #popup2 {
	left: 29px;
}

body.top #popup2 {
	margin-top: -43px;
}

body.top #popup2 {
	height: 86px;
	background: url(../../img/common/popup/popup_triangle02.png) no-repeat left center;
	padding-left: 11px;
}

/***************
	bnr
***************/
body div.wrapper ul.bnr {
	overflow: hidden;
	width: 950px;
	padding: 0 15px;
	height: 524px;
	margin: 0 auto 46px;
}

body div.wrapper ul.bnr .sample img:hover {
	opacity: 1;
	cursor: default;
}

body div.wrapper ul.bnr li {
	float: left;
	margin-right: 16px;
	margin-bottom: 15px;
}

body div.wrapper ul.bnr li a {
	width: 225px;
	height: 93px;
	display: block;
	overflow: hidden;
}

/*body div.wrapper ul.bnr li.h145 a{ height: 143px;}*/
body div.wrapper ul.bnr li.m_r_none {
	margin-right: 0px;
}

/***************
	footer
***************/
div.footer {
	border-top: 2px solid #000;
	clear: both;
	overflow: hidden;
	padding-top: 23px;
}

div.footer img {
	display: block;
	float: left;
	padding
}

div.footer ul.ul01 {
	background: url(../../img/common/footer_logo.gif) no-repeat left center;
	padding-left: 192px;
	margin-left: 63px;
	margin-bottom: 22px;
	width: 725px;
	height: 28px;
	overflow: hidden;
}

div.footer ul.ul01 li {
	float: left;
}

div.footer ul.ul01 li span {
	display: block;
	background: url(../../img/common/arrow_min.gif) no-repeat left center;
	padding-left: 9px;
	padding-right: 46px;
}

div.footer ul.ul01 li span a {
	font-family: A-OTF ゴシックMB101 Pro;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0.06em;
	text-decoration: none;
	border-bottom: dotted 1px #000;
}

div.footer ul.ul01 li a:hover {
	border-bottom: none;
}

div.footer ul.ul02 {
	border-top: dotted 1px #000;
	padding-top: 32px;
	overflow: hidden;
}

div.footer ul.ul02 li {
	height: 21px;
	border-left: dotted 1px #000;
	float: left;
}

div.footer ul.ul02 li a {
	display: block;
	overflow: hidden;
	font-family: A-OTF ゴシックMB101 Pro;
	padding-top: 21px;
	padding-left: 22px;
	line-height: 100%;
	line-height: 21px;
	font-size: 13px;
	height: 0;
	letter-spacing: 0.04em;
	text-decoration: none;
}

div.footer ul.ul02 li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	ie lt 8 -ms-filter: "alpha(opacity=50)";
	ie 8 -moz-opacity: 0.5;
	FF lt 1.5,
	Netscape -khtml-opacity: 0.5;
	Safari 1.x
}

div.footer ul.ul02 li.li01 {
	border: none;
	padding-left: 27px;
	padding-right: 13px;
}

div.footer ul.ul02 li.li02 {
	padding-left: 41px;
	padding-right: 36px;
}

div.footer ul.ul02 li.li03 {
	padding-left: 46px;
	padding-right: 45px;
}

div.footer ul.ul02 li.li04 {
	padding-left: 37px;
	padding-right: 39px;
}

div.footer ul.ul02 li.li05 {
	padding-left: 41px;
}

div.footer ul.ul02 li.li01 a {
	background: url(../../img/common/f_navi01.gif) no-repeat left bottom;
	width: 135px;
}

div.footer ul.ul02 li.li02 a {
	background: url(../../img/common/f_navi02.gif) no-repeat left bottom;
	width: 95px;
}

div.footer ul.ul02 li.li03 a {
	background: url(../../img/common/f_navi03.gif) no-repeat left bottom;
	width: 81px;
}

div.footer ul.ul02 li.li04 a {
	background: url(../../img/common/f_navi04.gif) no-repeat left bottom;
	width: 95px;
}

div.footer ul.ul02 li.li05 a {
	background: url(../../img/common/f_navi05.gif) no-repeat left bottom;
	width: 81px;
}

div.footer div.links {
	overflow: hidden;
	position: relative;
	height: 276px;
}

div.footer div.links ul {
	overflow: hidden;
	float: left;
	margin-top: 15px;
}

div.footer div.links ul li a {
	color: #383838;
	font-family: A-OTF ゴシックMB101 Pro;
	font-size: 11px;
	line-height: 23px;
	text-decoration: none;
	border-bottom: dotted 1px #000;
}

div.footer div.links ul li a:hover {
	border: none;
}

div.footer div.links ul li {
	margin-bottom: 7px;
	text-align: center;
}

div.footer div.links ul.ul1 {
	width: 210px;
	padding-right: 9px;
}

div.footer div.links ul.ul2 {
	width: 167px;
	padding-right: 21px;
}

div.footer div.links ul.ul3 {
	width: 170px;
	padding-right: 4px;
}

div.footer div.links ul.ul4 {
	width: 188px;
	padding-left: 8px;
}

/***************
	sns
***************/
div.sns ul li a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 30px;
	width: 27px;
}

div.sns ul li a:hover {
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	ie lt 8 -ms-filter: "alpha(opacity=50)";
	ie 8 -moz-opacity: 0.5;
	FF lt 1.5,
	Netscape -khtml-opacity: 0.5;
	Safari 1.x
}

div.sns ul li.sns01 a {
	background: url(../../img/common/img_sns02.gif) no-repeat;
	background-size: contain;
}

div.sns ul li.sns02 a {
	background: url(../../img/common/sns_x.png) no-repeat;
	background-size: contain;
	width: 12px;
	padding-top: 16px;
	border-bottom: none !important;
	margin-top: 3px;
}

div.sns ul li.sns03 a {
	background: url(../../img/common/img_sns03.gif) no-repeat;
	background-size: contain;
}

div.sns ul li.sns04 a {
	background: url(../../img/common/img_sns06.gif) no-repeat;
	background-size: contain;
}

div.sns p.phone {
	background: url(../../img/common/telphone.gif) no-repeat 144px 7px;
}

div.sns p.phone a {
	cursor: default;
}

/**** Twitter → x icon (header) ****/
div.sns ul li.sns02 {
	border-radius: 30px;
	box-sizing: border-box;
	border: 1px solid #383838;
	padding: 3px 7px;
}

div.sns ul li.sns02:hover {opacity: 0.6;}

div.sns ul li.sns02 svg {
	width: 10px;
	height: 10px;
	margin-top: 4px;
}

header div.inner01 div ul li.sns01 {padding-right: 8px;}
header div.inner01 div ul li.sns03 {padding-left: 8px;}


/***************
	footer_sns
***************/
div.footer div.sns {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 1px;
	overflow: hidden;
	padding-top: 44px;
	height: 52px;
}

div.footer div.sns p {
	font-family: A-OTF ゴシックMB101 Pro;
	line-height: 20px;
	font-size: 11.5px;
	text-align: right;
}

div.footer div.sns p a {
	text-decoration: none;
}

div.footer div.sns p img {
	padding-top: 7px;
	padding-left: 29px;
	display: inline-block;
}

div.footer div.sns ul {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 27px;
	margin: 0;
	float: none;
	width: 115px;
}

div.footer div.sns ul li {
	float: left;
	padding: 0 4px;
	margin: 0;
}

div.footer div.sns ul li a {
	display: block;
}


/**** Twitter → x icon (footer) ****/
div.footer div.sns .sns02{
	border-radius: 30px;
	box-sizing: border-box;
	border: 1px solid #383838;
	padding: 3px 7px;
}
div.footer div.sns .sns02:hover{ opacity: 0.6; }
div.footer div.sns .sns02 svg {
	width: 10px;
	height: 10px;
	margin-top: 4px;
}


/***************
	copy
***************/
div.footer div.copy {
	margin-top: 24px;
	text-align: center;
	height: 60px;
	width: 100%;
	border-top: dotted 1px #000;
}

div.footer div.copy small {
	font-family: Alps;
	font-size: 10px;
	line-height: 60px;
	letter-spacing: 0.01em;
}

/***************
	page-top
***************/
#page-top {
	position: fixed;
	bottom: -1px;
	right: 23px;
	margin-bottom: 20px;
}
