@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0;}

* html .clearfix {height: 1%;}

.body_reset{margin:0 auto; padding:0 auto;}

body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #1A1A1A;
	font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ";
	font-size: 15px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: #FFF;
	word-wrap: break-word;
}
body::before {
	content:"";
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	z-index:-10;
	width:100%;
	height:100vh;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	background-size: cover;
	-moz-background-size: cover;
}

img{
	max-width: 100%;
	height: auto;
}
/*色相反転*/
.invert {
	filter: invert(1);
}
/* リンク */
a{
	text-decoration:none;
	cursor:pointer;
	color: #00b1bb;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover{
	text-decoration:underline;
}

/*見出し*/
h2 {
	font-family: "BIZ UDPMincho", serif;
	margin-bottom: 0;
	font-size: 140%;
	color: #FFF;
	letter-spacing: 0.08em;
	text-align: center;
	position: absolute;
	top: -70px;
	right: 0;
	left: 0;
	margin: auto;
	background-image: url("../images/ttl_bg.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 4em;
}
h2 img {
	max-height: 20px;
	width: auto;
}
h2 span {
	display: block;
	font-size: 50%;
	font-weight: normal;
}

h3 {
	text-align: center;
	font-size: 140%;
	color: #00b1bb;
}

h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}

em, .em{
	color: #EE3399;
	font-style: normal;
}
.note{
	font-size: 80%;
}
.fontL{
	font-size: 110%;
}
.fontLL{
	font-size: 130%;
}
.marker{
	background: linear-gradient(transparent 70%, #FF9ABA 70%);
}
.marker_grn{
	background: linear-gradient(transparent 70%, #40EEC5 70%);
}
.marker_orng{
	background: linear-gradient(transparent 70%, #FFC400 70%);
}
.marker_ppl{
	background: linear-gradient(transparent 70%, #ddcaff 70%);
}

.bold {
	font-weight: bold;
}

/* 非表示 */
.hidden {
	visibility:hidden;
	font-size:0;
}

/*回り込み*/
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/*回り込み解除*/
.clearfix {
	display:block;
	clear: both;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

/*マージン*/
.margin-top1 {
	margin-top: 1em;
}
.margin-top2 {
	margin-top: 2em;
}
.margin-top3 {
	margin-top: 3em;
}
.margin-top4 {
	margin-top: 4em;
}
.margin-top5 {
	margin-top: 5em;
}
.margin-bottom1 {
	margin-bottom: 1em;
}
.margin-bottom2 {
	margin-bottom: 2em;
}
.margin-bottom3 {
	margin-bottom: 3em;
}
.margin-bottom4 {
	margin-bottom: 4em;
}
.margin-bottom5 {
	margin-bottom: 5em;
}
/*1文字あける*/
.pad-r1 {
	padding-right: 1em;
}

/*配置*/
.t-center{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.t-left{
	text-align: left;
	display: block;
}
.t-right{
	text-align: right;
}

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

/*ヘッダー*/
#header {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 5% 5em 5%;
	position: relative;
}
#header h1 {
	visibility: hidden;
	font-size: 0;
}
#header img {
	vertical-align: bottom;
}
#header .copy img {
	width: 55vw;
}
#header .logo img {
	width: 60vw;
}
#header .btn_catch {
	position: absolute;
	top: 12rem;
	left: 5rem;
}
#header .btn_catch img {
	width: 15vw;
	max-width: 200px;
	height: auto;
}
#header .btn_catch a:hover img {
	transform: rotate(-10deg);
	transition: all .3s ease;
}

/*ナビゲーション*/
nav{
	z-index: 100; /*重ね順を変更*/
	text-align: center; /*テキストを中央揃え*/
	width: 100%; /*全幅表示*/
	margin: 0;
	padding: 0;	
	background-color: #ee8aa3;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

nav ul{
	width: 98%;
/*	max-width: 1000px;*/
	margin: 0 auto;
	padding: 15px 1%;
	display: table;
}

nav ul li{
	list-style-type: none;
	padding: 0;
	width: auto;
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
}

nav ul li+li{
}

nav ul li a{
	display: block;
	color: #FFF;
	padding: 0 1em;
	line-height: 1.3em;
	font-size: 1.2vw;
	font-weight: bold;
}
nav ul li a:hover{
}
nav ul li a img{
	max-width: 30px;
}

/*スライド*/
.slider {
	margin: 80px auto;
	padding: 5px;
	background-color: #ee8aa3;
	box-shadow: 0px 0px 10px rgba(238, 138, 163, 0.9);
}
.slider div {
	position: relative;
}

/*メインコンテンツ*/
main {
	padding: 0;
	margin: 0 auto;
}
section {
	/*max-width: 1000px;*/
	margin:  0 auto;
	position: relative;
	background-color: rgba(255,255,255,0.9);
}
section:nth-child(even) {
	background-color: rgba(255,253,230,0.9);/*#fffdee*/
}
.container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 12em 5% 10em 5%;
	opacity: 0;
}
.container.active {
	animation: 1s fadeup ease-in-out forwards;
}

@keyframes fadeup {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.container p+p{
	margin-top: 1em;
}
.contents {
	padding-left: 5%;
	padding-right: 5%;
}
.text {
	max-width: 800px;
	margin: 0 auto 2em auto;
	padding: 2em;
	text-align: center;
	background-color: #FDCD00;
	box-sizing: border-box;
	font-size: 120%;
}

/*箇条書き*/
.mark {
}
.mark li {
	text-indent:-1em;
	list-style-type: none;
	margin-left: 1em;
	position: relative;
}

/*ボタン*/
.btn_detail, .btn_detail2 {
	text-align: center;
	cursor: pointer;
	padding: 1.5rem;
/*	line-height:0;*/
	position: relative;
}
.btn_detail img, .btn_detail2 img {
	width: auto;
}
.btn_detail::after, .btn_detail2::after{
	content: "\e145";
	font-family: 'Material Icons';
	font-size: 120%;
	line-height: 1.5;
	font-weight: 700;
	color: #00b1bb;
	background-color: rgba(255,255,255,1);
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index:3;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
}
.btn_detail.open::after, .btn_detail2.open::after{
	content: "\e5cd";
	position: absolute;
	right: 15px;
	z-index:3;
}
/* 開いてる状態⇒閉じる
.btn_detail2 {
	text-align: center;
	cursor: pointer;
	padding: 1.5em;
	/*	line-height:0;*/
	position: relative;
}
.btn_detail2::after{
	content: "\e145";
	font-family: 'Material Icons';
	font-size: 120%;
	line-height: 1.5;
	font-weight: 700;
	color: #00b1bb;
	background-color: rgba(255,255,255,1);
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index:3;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
}
.btn_detail2.open::after{
	content: "\e5cd";
	position: absolute;
	right: 15px;
	z-index:3;
}

.btn {
	margin: 0 auto;
	margin-top: 0.3em;
	text-align: center;
	padding: 1em 1.5em;
	border-radius: 35px;
	display: inline-block;
	background: #FFF;
	color: #00b1bb;
	font-size: 110%;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	border: 3px solid #00b1bb;
	box-shadow: 1px 2px 4px rgba(3, 34, 119, 0.5);
}
a.btn:hover {
	background: #00b1bb;
	color: #FFF;
	text-decoration: none;
}
p.btn {
	box-shadow: none;
}
.b_off {
	background: #eee;
	color: #00b1bb;
}
.b_small {
	padding: 0.6em 1.5em;
	font-size: 90%;
	margin-top: 0;
}
.btn span {
	font-size: 70%;
	font-size: 85%;
	font-weight: normal;
	display: block;
}
.b_stc {
	background: #4db8ea;
	border: 1px solid #4db8ea;
}
.b_stc:hover {
	color: #4db8ea;
}
/*詳細開いたとき*/
.detail, .detail2{
	margin: 0 3% 3% 3%;
}

/*コンテンツの表示切り替え*/
.tabBox {
	display: block;
	animation-name: displayAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	margin-bottom: 4%;
	margin-top: -100px;
	padding-top: 100px;
}
.tabBox.disnon {
	display: none;
	opacity: 0;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/*フッター*/
footer {
	margin: 0 auto;
	padding: 2em 2%;
	font-size: 80%;
	letter-spacing: -0.4em;
	max-width: 1000px;
}
footer .logo_sfp {
	display: inline-block;
	width: 50%;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
}
footer .logo_sfp img {
	max-width: 288px;
}
footer copyright {
	display: inline-block;
	width: 50%;
	letter-spacing: normal;
	text-align: right;
	vertical-align: middle;
}
footer ul {
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
footer ul  li+li{
	margin-left: 15px;
}
footer ul li .logo_archive {
	max-height: 60px;
}
footer ul li .sns {
	max-height: 30px;
}

/*News*/
#news {
	vertical-align: top;
}
#news .container {
}
#news ul {
	list-style-type: none;
	vertical-align: top;
}
#news ul li {
	display: block;
	text-align: left;
	letter-spacing: normal;
	padding: 0.6em 0;
}
#news ul li+li {
	border-top: 1px dashed #D9D9D9;
}
#news ul li p:first-child {
	display: inline-block;
	width: 12%;
}
#news ul li p:last-child {
	display: inline-block;
	width: 88%;
}
#news ul li p {
	vertical-align: top;
}
#news ul li p+p {
	margin-top: 0;
}
#news .btn_detail, #news .btn_detail2 {
	text-align: left;
	padding: 0 4% 0 0;
	display: inline-block;
	width: 81%;
}
#news .btn_detail::after, #news .btn_detail2::after{
	padding: 10px;
	border-radius: 10px;
	right: 0;
	width: 20px;
	height: 20px;
	color: #032277;
	background-color: #DBFDFF;
	padding: 0.4em;
	border-radius: 50%;
	line-height: 1.3em;
}
#news .icon_new {
	color: #032277;
	background-color: #fff000;
	padding: 0.1em 0.4em;
	font-size: 80%;
	font-weight: 500;
	display: inline-block;
	margin-left: 3px;
}

/*
#news .btn_detail::after{
	background-image: url("../images/btn_detail2.png");
	right: 10px;
	width: 34px;
	height: 30px;
	}
	#news .btn_detail.open::after{
	background-image: url("../images/btn_close2.png");
	right: 10px;
	width: 34px;
	height: 30px;
	}
	*/
#news .detail, #news .detail2 {
	padding: 0 3% 0 0;
	width: 82%;
	margin: 0.5em 0 0 15%;
	padding-top:0.5em;
}

/*Date*/
#date {
	text-align: center;
}
#date p b{
	letter-spacing: 0.2em;
}

/*Artist*/
#artist {
}
#artist .container {
	text-align: center;
}
#artist h3{
	margin-bottom: 0;
}
#artist h3 img {
	height: 40px;
	background-color: #FFF;
	padding: 10px 18px;
}
#artist h4{
	color: #0096DF;
	margin-bottom: 0.5em;
}
#artist h4.showcase{
	color: #fa9000;
}

ul.artist {
	list-style-type: none;
	margin: 0px auto;
	box-sizing: border-box;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	/*	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;*/
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.artist li{
	width: 48.5%;
	text-align: center;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
}
ul.artist li:nth-child(odd){
	margin-right: 3%;
}
ul.artist li a{
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
}
ul.artist li span{
}

ul.artist::after{
	content :"";
	display :block;
	width: 48.5%;
	}
	ul.artist::before{
	content :"";
	display :block;
	width: 48.5%;
	order:1;
	}

ul.artist li img{
	width: 96%;
	vertical-align: top;
}
ul.artist li p {
	line-height: 1.2;
	text-align: center;
	background-size: 100%;
	padding: 1.2em 0.8em 0.8em 0.8em;
	margin-top: -10px;
}
ul.artist.day1 li p {
	background: url(../images/day1_bg.png) no-repeat top left;
}
ul.artist.day2 li p {
	background: url(../images/day2_bg.png) no-repeat top left;
}

ul.artist li.new a::before,
.slider .new::before { /*newアイコン*/
	content: "";
	display: block;
	background: url(../images/icon_new.png) no-repeat top left;
	-webkit-background-size:contain;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 15%;
	height: 20%;
	font-size:0;
	z-index: 10;
}

/*Ticket*/
#ticket h4 {
	margin-bottom: 0.5em;
	text-align: center;
}
.logo_playguide {
	width: 80%;
	max-width: 400px;
}
/*チケット料金*/
.ticketPrice, .ticketGen {
	width: 100%;
	background-color: #FFF;
}
.ticketPrice ul, .ticketGen ul {
	list-style: none;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: center;
	/*	flex-direction: column;*/
	box-sizing: border-box;
	font-size: 110%;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #002240;
}
.ticketPrice ul li{
	box-sizing: border-box;
	text-align: center;
	width: 35%;
	padding: 1em 0.5em;
}
.ticketPrice ul li:first-child{
	width: 32%;
}
.ticketPrice ul li+li{
	border-left: 1px dotted #002240;
}
.ticketPrice.index ul{
	font-size: 100%;
	border-top: 1px solid #002240;
	border-bottom: 1px solid #002240;
}
.ticketPrice.index ul li{
}
.ticketPrice.last ul{
	margin-bottom: 3rem;
	border-bottom: 1px solid #002240;
}
.ticketPrice.noborder ul{
	border-bottom: none;
}
.ticketPrice ul li.member{
	padding-left: 0;
	padding-right: 0;
	background-color: #ddeecc;
}
.ticketPrice .icon_special{
	background-color: #00b1bb;
	font-size: 70%;
	font-weight: 400;
	color: #FFF;
	margin: 0 0 0 5px;
	padding: 2px 5px;
	line-height: 1;
}
/*券種*/
.ticketSpecies {
	text-align: center;
	background-color: #ee8aa3;
	color: #FFF;
	padding: 0.5em;
}
.ticket_info {
	text-align: center;
	margin-bottom: 3rem;
}
.ticket_info img {
	max-width: 500px;
	width: 100%;
}
.frame {
	border: 1px solid #032277;
	padding: 1.2em 1.5em;
}

/*一般発売*/
.ticketGen ul {
	font-size: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1em 0;
}
.ticketGen ul li {
	box-sizing: border-box;
	text-align: center;
	width: 50%;
	padding: 0.5em;
}
.ticketGen.index ul {
	border-top: 1px solid #002240;
	margin-top: 1em;
}
.ticketGen.last ul {
	border-bottom: none;
}
.ticketGen ul li img {
	max-height: 40px;
}
.ticketGen ul li .btn {
	margin-top: 0;
}

#ticket p b{
}
#ticket .note{
}
#ticket .caution p {
	font-size: 100%;
	text-align: left;
}
#ticket .caution h4{
	margin-top: 2em;
}
#ticket .caution p+ul, #ticket .caution ul+ul{
	margin-top: 1em;
}
.info_ttl {
	height: 22px;
	margin-top: 1rem;
}

/*About*/
#about {
}
#about h2 {
}
.caution {
	background-color: #FFD600;
	background-color: #006677;
	color: #FFF;
	padding: 1em;
	margin: 5% auto;
	text-align: left;
}

.history {
	background-color: #ddeecc;
	margin-top: 2em;
}
.history .btn_detail img {
	max-height: 20px;
}
.history .detail {
	box-sizing: border-box;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
.history .detail div {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	vertical-align: top;
	border-bottom: 1px dotted #000;
}
.history .detail div:last-child {
	margin-bottom: 0;
}
.history .detail div .year {
	margin-bottom: 0.3em;
}
.history p+p {
	margin-top: 0;
}
.history h4 {
	font-size: 110%;
}

/*===== 受付情報 =====*/
.next-info h3 {
	margin-top: 3em;
	margin-bottom: 1em;
	border-bottom: 1px solid #1A1A1A;
	text-align: left;
}
.next-info h4 {
	color: #00b1bb;
	font-size: 110%;
	padding: 0;
	text-align: left;
}
.next-info p+h4 {
	margin-top: 1em;
}
.next-info {
	list-style-type: none;
	margin: 0px auto 1rem auto;
	padding: 0;
	box-sizing: border-box;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	/*	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;*/
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
}
.next-info dt {
	width: 15%;
	vertical-align: top;
	padding: 0;
}
.next-info dt img {
	vertical-align: top;
}
.next-info dd {
	width: 80%;
	vertical-align: top;
	padding: 0 2%;
}

/*=======タブレット======*/
@media only screen and (max-width: 834px) {
	.pc{display: none;}
	.sp{display: inline-block;}

	body {
	}
	body::before {
		background-size: cover;
		-moz-background-size: cover;
	}
	/*見出し*/
	h2 {
		font-size: 120%;
		margin-bottom: 0;
		top: -50px;
		padding: 3.5em;
	}

	h2 img {
		max-height: 14px;
	}
	h3 {
		font-size: 130%;
	}
	h4 {
		font-size: 110%;
	}
	.text {
		padding: 1em;
		text-align: left;
		font-size: 110%;
	}
	.fontL{
		font-size: 110%;
	}
	.fontLL{
		font-size: 120%;
	}

	section {
	}
	.container {
	}

	/*Header*/
	#header {
		margin:  0 auto;
	}
	#header .copy img {
		width: 80vw;
	}
	#header .logo img {
		width: 100vw;
	}
	#header .btn_catch {
		top: 10rem;
		left: 0.5rem;
	}
	#header .btn_catch img {
		width: 22vw;
		height: auto;
	}
/*	#header .btn_catch img {
		width: 28vw;
		height: auto;
	}*/
	
	nav{
		position: fixed; /*表示位置を固定*/
		z-index: 50; /*重ね順を変更*/
		top: 0; /*表示位置を指定*/
		right: 0; /*表示位置を指定*/
		text-align: center; /*テキストを中央揃え*/
		width: 70%; /*全幅表示*/
		height: 100vh;
		transform: translateX(100%); /*ナビを右に隠す*/
		transition: all 0.6s; /*アニメーションの時間を指定*/
	}
	
	nav ul{
		width: 100%;
		margin: 0 auto;
		padding: 2em 0;	
		display: block;
	}
	
	nav ul li{
		font-size: 1.1em;
		list-style-type: none;
		padding: 0;
		width: 100%;
		display: block;
	}
	
	nav ul li+li{
		border-left: none;
	}
	
	nav ul li a{
		display: block; /*クリックできる領域を広げる*/
		padding: 0.8em 0;
		font-size: 100%;
	}
	nav ul li a:hover{
	}
	
	/*ハンバーガーボタンが押されたときに付与するクラス*/
	nav.active{
		transform: translateX(0%);
	}
	
	/*ハンバーガーボタンのスタイルを指定*/
	.menuBtn {
		display: block;
		position: fixed; /* bodyに対しての絶対位置指定 */
		right: 20px; /*右からのハンバーガーボタンの位置*/
		top: 25px; /*上からのハンバーガーボタンの位置*/
		width: 42px;
		height: 42px;
		cursor: pointer;
		z-index: 100;
/*		background-color: #fe8800;
		border: 1px solid #FFF;
		border-radius: 4px;*/
	}
	
	/*ハンバーガーボタンの三本線*/
	.menuBtn span {
		display: block;
		position: absolute;
		width: 28px;
		width: 32px;
		border-bottom: solid 2px #00b1bb;
		-webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
		-moz-transition: .35s ease-in-out; /*変化の速度を指定*/
		transition: .35s ease-in-out; /*変化の速度を指定*/
		margin: auto;
		left: 0;
		right: 0;
	}
	
	.menuBtn span:nth-child(1) {
		top: 0px;
	}
	
	.menuBtn span:nth-child(2) {
		top: 15px;
	}
	
/*	.menuBtn span:nth-child(3) {
		top: 28px;
	}*/
	
	/* 最初のspanをマイナス45度に */
	.menuBtn.active span:nth-child(1) {
		top: 7px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-bottom: solid 2px #000;
	}
	
	/* 2番目と3番目のspanを45度に */
	.menuBtn.active span:nth-child(2){
		top: 7px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: solid 2px #000;
	}
	
	.menuBtn.active {
	}

	/*スライド*/
	.slider {
		margin: 30px auto;
	}

	.caution {
		padding: 0.5em;
		margin: 5% auto;
	}

	/*ボタン*/
	.btn_detail {
		cursor: pointer;
		padding: 20px;
	}
	.btn_detail::after{
		right: 2%;
		padding: 0.3em;
		font-size: 110%;
		width: 30px;
		height: 30px;
	}
	.btn_detail.open::after{
		right: 2%;
		width: 30px;
		height: 30px;
	}
/*
	.btn_detail2 {
		padding: 1em 3em 1em 2%;
	}
	.btn_detail2::after{
		background-size: 36px auto;
		-moz-background-size: 36px auto;
		right: 2%;
		width: 36px;
		height: 32px;
	}
	.btn_detail2.open::after{
		background-size: 36px auto;
		-moz-background-size: 36px auto;
		right: 2%;
		width: 36px;
		height: 32px;
	}
*/

	/*フッター*/
	footer .logo_sfp {
		display: block;
		width: 100%;
		letter-spacing: normal;
		text-align: center;
	}
	footer .logo_sfp img {
		max-width: 70%;
		margin-bottom: 10px;
	}
	footer copyright {
		display: block;
		width: 100%;
		text-align: center;
	}
	footer ul {
		list-style-type: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	footer ul  li+li{
		margin-left: 15px;
	}
	footer ul li .logo_archive {
		max-height: 60px;
	}
	footer ul li .sns {
		max-height: 30px;
	}
	/*===== 受付情報 =====*/
	.next-info dt {
		width: 100%;
		background-color: #ee8aa3;
		padding: 2% 4% 1% 4%;
		text-align: center;
	}
	.next-info dt img {
		height: 20px;
	}
	.next-info dd {
		width: 100%;
		vertical-align: top;
		padding: 2% 4%;
	}
	
	/*===== お知らせ =====*/
	#news ul li p:first-child,
	#news ul li p:last-child {
		display: block;
		width: 100%;
	}

	/*===== 出演アーティスト =====*/
	ul.artist li a{
		font-size: 100%;
	}
	ul.artist li img{
		width: 92%;
	}
	ul.artist li.new a::before,
	.slider .new::before { /*newアイコン*/
		top: 5px;
		left: 0px;
		width: 28%;
		height: 30%;
	}

}

/*======スマホ======*/
	@media only screen and (max-width: 414px) {
		h2 {
	font-size: 115%;
	line-height: 1.2;
	letter-spacing: normal;
	margin-bottom: 0;
	top: -50px;
	padding: 3.3em;
}
h2 img {
	max-height: 12px;
}
.container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 8.5em 5% 5em 5%;
}
}

/*======PC & タブレット======*/
@media only screen and (min-width: 641px) {
}

/*====== 高解像度PC ======*/
@media only screen and (min-width: 1400px) {
	section, .container, footer {
	}
	nav ul li{
		font-size: 100%;
	}
}
