@charset "utr-8";

/* ------------------------
setup
------------------------- */
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	height: 100%;
	text-align: left;
	color: #fff;
	background: #ffa057;
	font-size: 100%;
	font-weight: 400;
	letter-spacing: .12em;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	animation: fadeIn 2s ease 0s 1 normal;
}
a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #c1ffff;
	padding: 0.6px 2px;
	margin: 0 0 1em;
	cursor: pointer;
	transition: transform.3s;
}
a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100px;
	height: 2px;
	background: #c1ffff;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform.3s;
}
a:hover {
	/* color: #c1ffff; */
	border-bottom-color: transparent;
	transform: translate(0.1875em);
	text-decoration: underline;

}
/* -----------------
header
------------------- */
header {
	position: relative;
	height: 100%;
	/* width: 100vh; */
	color: #fff;
	/*FF4A4E ffa057*/
	background: -moz-linear-gradient(#E85D05, #FFD845);
    background: -webkit-linear-gradient(#E85D05, #FFD845);
    background: linear-gradient(-135deg, #E85D05, #FFD845);

}
/* -------top背景-------------------------------- */
.bubbles {
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
overflow: hidden;
top: 0;
left: 0;
}
	
.bubble {
position: absolute;
bottom: -40;
width: 40px;
height: 40px;
background-color: transparent;
border: 3px solid #fff;
border-radius: 50%;
animation: bubble 10s ease-in infinite;
}
	
.bubble:nth-child(1) {
width: 20px;
height: 20px;
left: 25%;
animation-duration: 6s;
}
	
.bubble:nth-child(2) {
left: 50%;
animation-duration: 10s;
}
	
.bubble:nth-child(3) {
width: 50px;
height: 50px;
left: 65%;
animation-duration: 7s;
}
	
.bubble:nth-child(4) {
width: 50px;
height: 50px;
left: 75%;
animation-duration: 6s;
}
	
.bubble:nth-child(5) {
width: 20px;
height: 20px;
left: 40%;
animation-duration: 4.5s;
}
.bubble:nth-child(6) {
left: 90%;
animation-duration: 12s;
}
.bubble:nth-child(7) {
left: 10%;
animation-duration: 9.5s;
}
	
@keyframes bubble {
	0% {
	bottom: -100px;
	transform: translateX(0);
	}
	50% {
	transform: translateX(100px);
	}
	100% {
	bottom: 1000px;
	}
}
/* --------------------------------------- */
#flask{
	position: absolute;
	bottom: 70px;
	/* right: 50px; */
	right: 10%;
}
#flask img {
	height: 445px;
	object-fit: cover;
}

#concertData {
	position: absolute;
	left: 40px;
	top: 100px;
	color: #f3f2fd;
	padding: 5px;
	width: 450px;
	height: 430px;
	/* text-shadow:
    0.5px 0 0 #0a0d27,
    0 0.5px 0 #0a0d27,
    -0.5px 0 0 #0a0d27,
    0 -0.5px 0 #0a0d27; */
	/* text-shadow: 0 0.5px 0.8px rgba(0,0,0,0.7); */
	/* #110900 */
	text-shadow: 0px 0px 2px  #212121, 0px 0px 3.5px #ffffff, 0px 0px 4.5px #360E00, 0px 0px 5.5px #360E00, 0px 0px 6.5px #C25C33, 0px 0px 7.5px #C25C33, 0px 0px 8.5px  #ffa215;
}
h1 {
	font-size: 8rem;
	font-weight: 800;
	/* padding: 5px; */
	position: relative;
	z-index: 5;
}
#lab{
	font-size: 2.1rem;
	font-weight: 300;
	font-style: italic;
}
#nbu {
	font-size: 2.5rem;
	font-weight: 400;
}

#zemikon {
	font-size: 2.5rem;
	font-weight: 400;
}

#day {
	font-size: 3.3rem;
	font-weight: 500;
	line-height: 5.5rem;
	display: block;
	width: 160px;
	text-decoration: line-through;
}
#day2 {
	font-size: 3.3rem;
	font-weight: 500;
	line-height: 5.5rem;
	/* display: inline; */
	/* width: 160px; */
}

#time {
	font-size: 3rem;
	font-weight: 500rem;
	/* display: inline; */
	width: 160px;
	text-decoration: line-through;
}
#time2 {
	font-size: 3rem;
	font-weight: 500rem;
	/* display: inline; */
	/* width: 160px; */
}

#place {
	font-size: 2.5rem;
	font-weight: 400rem;
}
#place2 {
	font-size: 3rem;
	font-weight: 500rem;
	font-family: 'Montserrat', sans-serif;
}

#free {
	font-size: 2.3rem;
	font-weight: 400rem;
}

/* ------------------
nav
-------------------- */
#yoko {
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 100%;
	text-align: center;
	/* padding: 0 15px; */
}

#yoko a {
	color: #b34f15;
	font-size: 2rem;
	font-weight: 500;
	margin: 0;
	padding: 15px 10px;
	vertical-align: top;
}
/* ---------------------
main
---------------------- */
/*------------ハンバーガー--------------　*/
#headerLogo{
	position: absolute;
	padding: 0 10px;
	right: 10px;
	top: 0px;
}
#headerLogo img {
	height: 65px;
	/* width: 200px; */
	object-fit: contain;
	z-index: 20;
}
.icon a{
	z-index: 10;
	position: absolute;
	text-align: center;
	top: 5px;
}
#bird img{
	/* display: inline; */
	z-index: 20;
	position: absolute;
	/* top: 88px; */
	left: 60px;
	width: 50px;
	height: 50px;
	object-fit: contain;
}
#home img{
	/* display: inline; */
	z-index: 20;
	position: absolute;
	/* top: 88px; */
	left: 130px;
	width: 50px;
	height: 50px;
	object-fit: contain;
}
#nav-content {
	display: block;
}

#humb {
	position: sticky;
	position: relative;
	top: 0;
	padding: 5px 0 0 15px;
	background: #fff;
	width: 100%;
	z-index: 20;
	position: fixed;
	height: 60px;
}
#logo {
	position: absolute;
	left: 5px;
	padding: 10px 0 10px 0;
	display: inline-block;
}

#logo img {
	height: 90px;
	/* width: 200px; */
	object-fit: contain;
}
#menu {
	padding-top: 90px;
}
.humbText a{
	font-weight: 700;
}
.humbText {
	font-size: 2.3rem;
	color: #b34f15;
	display: block;
	margin: 10px 0 10px 15px;
	line-height: 60px 0 0 0;
}

.nav-drawer {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20%;
	/* vertical-align: top; */
	/*padding: 5px;*/
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display: none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	padding: 5px;
	/* top: 50%; */
	/* position: absolute; */
	/* vertical-align: top; */
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
	position: absolute;
	height: 5px;
	/*線の太さ*/
	width: 35px;
	/*長さ*/
	border-radius: 3px;
	background: #9e9e9e;
	display: block;
	content: '';
	cursor: pointer;
	/* vertical-align: middle; */
}

#nav-open span:before {
	bottom: -12px;
}

#nav-open span:after {
	bottom: -24px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;
	/*はじめは隠しておく*/
	position: fixed;
	z-index: 50;
	top: 0;
	/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 60;
	/*最前面に*/
	width: 60%;
	/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;
	/*最大幅（調整してください）*/
	height: 100%;
	background: #ffffff;
	/*背景色*/
	/*transition: .3s ease-in-out;*/
	/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	/*左に隠しておく*/
	text-align: left;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked~#nav-close {
	display: block;
	/*カバーを表示*/
	opacity: .5;
}

#nav-input:checked~#nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}
main {
	position: relative;
}

h3 {
	font-size: 2.7rem;
	font-weight: 600;
	text-align: center;
	/* padding: 50px; */
}
h3 br{
	display: none;
}

#haishin{
	position: relative;
	padding: 60px 60px 30px 60px;
	text-align: center;
	background-color: #ffc457;
	border-top-left-radius: 0px;
	border-top-left-radius: 10px;
	background-image:
		radial-gradient(#fff 20%, transparent 20%),
		radial-gradient(#fff 20%, transparent 20%);
	background-size: 80px 80px;
	background-position: 0 0, 40px 40px;
	/* background: -moz-linear-gradient(#E85D05, #FFD845);
    background: -webkit-linear-gradient(#E85D05, #FFD845);
    background: linear-gradient(0deg, #E85D05, #FFD845); */
	  
}
#haishinText{
	font-size: 2.3rem;
	text-align: left;
	/* display: inline; */
	background: #ffa057;
	border: solid 3px #fff;
	margin: 10px auto;
	width: 780px;

}
.liveBox,
.liveFlask{
	/* text-align: center; */
	padding: 20px 0 0 0;
	width: 130px;
	margin: 0 auto;
	display: inline;
}
.liveNav img{
	object-fit: cover;
	width: 90px;
	height: 90px;
}
.liveNav{
	font-size: 2.75rem;
	padding: 10px 0;
	width: 190px;
	text-align: center;
	/* text-align: left; */
	display: inline-block;
	padding: 10px;
	margin: 10px;
	font-weight: bold;
	color: #04b2d9;
	background: #FFF;
	border: solid 3px #04b2d9;
	/* color: #231a55;
	border-bottom: 0.18em solid #b34f15;
	background-image: linear-gradient(45deg, #B2A1FF 0%, #FFF155 100%);
	border: solid 3px #231a55; */
	border-radius: 50px;

}
.liveNav a{}
h2{
	font-size: 2.75rem;
	padding: 65px 0 20px 0;
	text-align: center;
}
#youtube{
	background: #f3972d;
}
#movie{
	/* padding-top: 56%; */
	max-width: 1000px;
	padding: 0 20px 40px 20px;
	/* text-align: center; */
	position: relative;
	margin: 0 auto;
}
#movieBox{
	width: 100% !important;
	/* padding: 5%; */
	height: 0;
	position: relative;
	padding-top: 56.25%;/*高さの指定１６：９になるように*/
	overflow: hidden; /*はみ出し部分を非表示*/
	/* text-align: center; */

}
#movie iframe{
	position: absolute;
	top: 0;
	/* left: 0; */
	width: 100% !important;
	height: 100% !important;
	/* text-align: center; */
}
#pamphlet{
	background: #EB7D42;
	padding: 0 0 60px 0;
	/* height: 1100px; */
}

.swiper-container{
	height: 1000px;
	width: 705px;
}
.swiper-slide img{
	width: 705px;
	height: 1000px;
	object-fit: cover;
}
.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}
#dawnload{
	font-size: 2.3rem;
	/* color: #fff; */
	display: block;
	padding: 0.6em 2em;
	margin: 10px auto;
	max-width: 700px;
	height: 49px;
	text-align: center;
	line-height: 49px;
	border: solid 3px #fff;
}
#dawnload a{
	text-align: center;
	color: #fff;
}
#webPanf{
	font-size: 2.3rem;
	/* color: #fff; */
	display: block;
	padding: 5px;
	margin: 10px auto;
	max-width: 700px;
	/* height: 49px; */
	text-align: center;
	border: solid 3px #fff;
	/* line-height: 49px; */
}
#webPanf a{
	color: #fff;
	/* width: 300px; */
	/* border-bottom:  solid #b34f15; */
}
/* ---------------------0208-------------------------- */
#overview {
	background: #ffa057;
	padding: 60px;
}
#explanation {
	font-size: 2.3rem;
	padding: 15px;
}
#onpu,
#onpu img{
	width: 60px;
	height: 60px;
	object-fit: cover;
}
#zemiHP {
	font-size: 2.3rem;
	color: #231a55;
	border-bottom: 0.18em solid #b34f15;
	/* background-color: #fff; */
	background-image: linear-gradient(45deg, #B2A1FF 0%, #FFF155 100%);
	display: block;
	border-radius: 0.5em;
	padding: 0.6em 2em;
	margin: 10px auto;
	max-width: 400px;
	height: 49px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	text-align: center;
	line-height: 49px;
}

#zemiHP:hover {
	border-bottom-color: transparent;
	transform: translateY(0.1875em);
}
#history {
	background: #EB7D42;
	padding: 60px;
}
#history a{
	margin: 10px;
}
.historyText {
	font-size: 2.3rem;
	text-align: center;
}
#historyBox{
	text-align: left;
	width: 900px;
	margin: 0 auto;
}
.historyImg{
	width: 200px;
	height: 130px;
	display: inline-block;
	padding: 11px;
}
.historyImg img{
	width: 200px;
	height: 130px;
	object-fit: cover;
}
.concertHistory {
	display: inline-block;
	font-weight: bold;
	font-size: 2.35rem;
	color: #231a55;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	background-image: linear-gradient(45deg, #B2A1FF 0%, #FFF155 100%);
	transition: .4s;
	border-bottom: 0.18em solid #b34f15;
	font-family: 'Sawarabi Mincho''Titillium Web', sans-serif, 'Noto Serif', serif;
}
.concertHistory:hover {
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}
#historyList{
	text-align: center;
	padding: 10px;
	width: 100%;
}
#performer {
	background: #ffa057;
	padding: 60px;
	text-align: center;
}
h4 br {
    display: none;
}
h4 {
	font-size: 2.35rem;
	font-weight: 600;
	white-space: normal;
	text-align: center;
}
.appcard {
	width: 350px;
	padding: 20px;
	vertical-align: top;
	display: inline-block;

}
.appcardList{
	text-align: center;
}
.appcardText {
	text-align: left;
	font-size: 2rem;
}
.appcard img {
	width: 350px;
	height: 250px;
	object-fit: cover;

}
#teacher {
	background: #EB7D42;
	padding: 60px;
	font-size: 2.3rem;
	text-align: center;
}
h5 {
	font-size: 2.5rem;
	width: 250px;
	padding: 0.5px 0;/*上下の余白*/
	/* border-top: solid 3px #231a55; */
	border-bottom: solid 3px;
}
#teacherList {
	display: inline-block;
	text-align: left;
}

.teacherText {
	font-size: 2.3rem;
}
.teachIntroduction {
	margin: 30px;
}
#info {
	background: #ffa057;
	padding: 60px;
	font-size: 2.3rem;
	position: relative;
	/* text-align: center; */
	/* display: inline-block; */
}


#meruIma{
	padding: 5px;
	display: inline-block;
	width: 60px;
	vertical-align: middle;
}
#meruado {
	text-align: left;
	/* width: 80%; */
	display: inline-block;
}
#meruIma img {
	width: 50px;
	object-fit: cover;
	padding: 10px;
	vertical-align: middle;
}

#sns {
	background: #EB7D42;
	text-align: center;
	padding: 0 60px 20px 60px;
	height: 600px;

}

.twitter {
	font-size: 2.7rem;
	font-weight: 600;
	text-align: center;
	padding: 50px;
}

footer a {
	color: #646464;
}
footer br{
	display: none;
}
footer {
	padding: 0 60px;
	font-size: 2.3rem;
	background: #fff;
	color: #646464;
}
/* ---------------------------
   レスポンシブ1
   ------------------------------ */

/* タブレット縦に適用 */

@media screen and (max-width: 1080px){
	/* nav{
		display: none;
	} */
    
}
/* ------------------------------
レスポンシブ2
------------------------------ */
@media screen and (max-width: 992px){
	#yoko{
		display: none;
	}
}
/*スマホ横　&　タブッレット縦に適用*/
@media screen and (max-width: 896px){

    /*-----------------------
    SetUp
	------------------------ */
	
    html {
        width: 100%;
        /* font-size: 50%; */
    }

    body {
        font-size: 2.2rem;
    }

    /* ----------------------
    header
	----------------------- */
	header {
		position: relative;
		height: 670px;
	}
	/* -------top背景-------------------------------- */
	.bubbles {
		position: absolute;
		width: 100%;
		height:	670px;
	}
	@keyframes bubble {
		0% {
		bottom: -100px;
		transform: translateX(0);
		}
		50% {
		transform: translateX(100px);
		}
		100% {
		bottom: 2000px;
		}
	}
	/* --------------------------------------- */
	#flask{
		bottom: 10px;
	}
	#flask img{
		right: 0%;
		height: 400px;
		max-width: 420px;
		object-fit: cover;
	}
	#concertData{
		width: 60%;
	}
	h1{
		font-size: 6rem;
		font-weight: 600;
	}
	#nbu,
	#zemikon{
		font-size: 2.5rem;
		font-weight: 300;
	}
	#day2{
		font-size: 2.75rem;
		font-weight: 400;
	}
	#time2{
		font-size: 2.5rem;
		font-weight: 400;
	}
	#place2{
		font-size: 2.6rem;
		font-weight: 400;
	}
	/* -----------------------
	main
	------------------------- */
	/*-----------ハンバーガー-------  */
	.humbText{
		font-size: 2rem;
		margin: 7px 0 7px 10px;
		line-height: 50px 0 0 0;
	}
	main{
		position: relative;
	}
	.liveBox,
	.liveFlask{
		/* text-align: center; */
		padding: 20px 0 0 0;
		width: 100px;
		margin: 0 auto;
		display: inline;
	}
	#haishin{
		padding: 60px 10px 30px 10px;
	}
	#haishinText{
		font-size: 2rem;
		width: 70%;
	}
	.liveNav img{
		object-fit: cover;
		width: 80px;
		height: 80px;
	}
	.liveNav{
		font-size: 2.5rem;
		padding: 10px 0;
		text-align: center;
		padding: 10px;
		margin: 10px;
		width: 180px;
	}
	#pamphlet{
		padding: 20px 0 40px 0;
		/* height: 746px; */
	}
	#pamphlet .swiper-slide img{
		width: 500px;
		height: 706px;
		object-fit: cover;
	}
	#pamphlet .swiper-container{
		height: 720px;
		max-width: 500px;
		margin: 0 auto;
	}
	#dawnload{
		font-size: 2rem;
		padding: 0.6em 2em;
		margin: 10px auto;
		max-width: 410px;
		height: 80px;
		text-align: center;
		line-height: 39px;
	}
	#webPanf{
		font-size: 2rem;
		/* color: #fff; */
		display: block;
		padding: 0.6em 2em;
		margin: 10px auto;
		max-width: 410px;
		/* height: 49px; */
		text-align: center;
		border: solid 3px #fff;
		/* line-height: 49px; */
	}
	h3{
		padding: 60px 0 20px 0;
	}
	#overview{
		padding: 0 10px 20px 10px;
	}
	#explanation{
		font-size: 2rem;
		padding: 10px;
	}
	#zemiHP{
		font-size: 2rem;
		max-width: 310px;
		/* height: 70px; */
		padding: 5px;
	}
	#history{
		padding: 10px;
	}
	.historyText {
		font-size: 2rem;
	}
	#historyBox{
		text-align: left;
		width: 400px;
		margin: 0 auto;
	}
	.historyImg{
		width: 180px;
		height: 120px;
		padding: 5px;
	}
	.historyImg img{
		width: 180px;
		height: 120px;
	}
	.concertHistory {
		display: inline-block;
		font-weight: bold;
		font-size: 1.8rem;
		color: #231a55;
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
	.concertHistory:hover {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	#historyList{
		text-align: center;
		width: 100%;
	}
	#performer {
		background: #ffa057;
		padding: 10px;
		text-align: center;
		position: relative;
	}
	h4{
		font-size: 2.1rem;
	}
	h4 br{
        display: none;
	}
	.appcard {
		padding: 20px 10px;
		width: 330px;
		text-align: center;
	}
	.appcard img {
		width: 330px;
		/* height: 200px; */
		object-fit: cover;
		text-align: center;
	}
	.appcardText{
		font-size: 1.9rem;
		width: 350px;
	}
	#appcardList{
		/* position: absolute; */
		max-width: 780px;
		text-align: center;
		padding: 0;
		display: inline;
	}
	#teacher{
		padding: 10px;
	}
	#info {
		padding: 0 30px 30px 30px;
		font-size: 2rem;
		position: relative;
	}
	#meruIma{
		vertical-align: top;
		padding: 0px;
		width: 40px;
	}
	#meruIma img{
		width: 40px;
		padding: 0;
		object-fit: cover;
		vertical-align: top;
	}
	#meruado{	
	padding: 0 5px;
	min-width: 220px;
	max-width: 545px;
	position: absolute;
	}
	#meruado p{
		padding: 0;
		min-width: 220px;
		max-width: 545px;
		position: absolute;
	}
	#sns{
		padding: 0 20px;
		height: 600px;
	}
	/* ----------------------
	footer
	------------------------- */
	footer {
		padding: 5px 20px;
		font-size: 2rem;
		text-align: center;
	}
	footer br{
		display: none;
	}
}
/* -----------------------------
レスポンシブ3
------------------------------ */
/* ---スマホ縦に適用------ */
@media screen and (max-width:425px) {

	/* ------------------------
	setup
	------------------------- */
	html {
		height: 100%;
		font-size: 62.5%;
	}

	body {
		height: 100%;
		font-size: 1.6rem;
	}
	/* ----------------------
	header
	------------------------ */
	header {
		position: relative;
		height: 100%;
	}
	/* -------top背景-------------------------------- */
	.bubbles{
		height: 100%;
		width: 100%;
	}
	.bubble:nth-child(1) {
	animation-duration: 10s;
	}
		
	.bubble:nth-child(2) {
	animation-duration: 7s;
	}
		
	.bubble:nth-child(3) {
	animation-duration: 10s;
	}
		
	.bubble:nth-child(4) {
	animation-duration: 7.5s;
	}
		
	.bubble:nth-child(5) {
	animation-duration: 8s;
	}
	.bubble:nth-child(6) {
	animation-duration: 10s;
	}
	.bubble:nth-child(7) {
	animation-duration: 9s;
	}
	/* --------------------------------------- */
	#flask{
		bottom: 10px;
		right: 2.5%;
		display: inline;
		text-align:center;
	}
	#flask img{
		right: 0%;
		height: 400px;
		max-width: 420px;
		object-fit: cover;
	}
	#concertData{
		width: 80%;
	}
	h1{
		font-size: 6rem;
		font-weight: 600;
	}
	#lab{
		font-size: 1.9rem;
		font-weight: 100;
	}
	#nbu,
	#zemikon{
		font-size: 2.15rem;
		font-weight: 300;
	}
	#day2{
		font-size: 3rem;
		font-weight: 400;
	}
	#time2{
		font-size: 2.7rem;
		font-weight: 400;
	}
	#place2{
		font-size: 2.9rem;
		font-weight: 400;
	}
	/* -----------------------
	main
	------------------------- */
	/*-----------ハンバーガー-------  */
	#headerLogo img {
		height: 60px;
		width: 90px;
		object-fit: contain;
		z-index: 20;
	}
	.humbText{
		font-size: 2rem;
		margin: 7px 0 7px 10px;
		line-height: 50px 0 0 0;
	}
	main{
		position: relative;
	}
	#haishin{
		padding: 70px 0;
	}
	.liveBox,
	.liveFlask{
		/* text-align: center; */
		padding: 20px 0 0 0;
		width: 70px;
		margin: 0 auto;
		display: inline;
	}
	#haishin{
		padding: 60px 5px 20px 5px;
	}
	#haishinText{
		font-size: 1.5rem;
		width: 85%;
	}
	.liveNav img{
		object-fit: cover;
		width: 50px;
		height: 50px;
	}
	.liveNav{
		font-size: 1.4rem;
		padding: 10px 0;
		text-align: center;
		/* padding: 10px; */
		margin: 2.5px;
		width: 100px;
		border-radius: 30px;
	}
	#pamphlet{
		padding: 20px 0 40px 0;
		/* height: 560px; */
	}
	#pamphlet .swiper-slide img{
		width: 350px;
		height: 494px;
		object-fit: cover;
	}
	#pamphlet .swiper-container{
		height: 539px;
		max-width: 350px;
		margin: 0 auto;
	}
	#dawnload{
		font-size: 2rem;
		padding: 0.6em 2em;
		margin: 10px auto;
		max-width: 310px;
		height: 80px;
		text-align: center;
		line-height: 25px;
	}
	#webPanf{
		font-size: 2rem;
		/* color: #fff; */
		display: block;
		padding: 0.6em 2em;
		margin: 10px auto;
		max-width: 310px;
		/* height: 49px; */
		text-align: center;
		border: solid 3px #fff;
		/* line-height: 49px; */
	}
	h3{
		padding: 60px 0 0 0;
	}
	#overview{
		padding: 0 10px 20px 10px;
	}
	#explanation{
		font-size: 2rem;
		padding: 10px;
	}
	#zemiHP{
		font-size: 1.9rem;
		max-width: 310px;
		/* height: 70px; */
		padding: 5px;
	}
	#history{
		padding: 10px;
	}
	#history a{
		margin: 5px;
	}
	.historyText {
		font-size: 2rem;
		text-align: left;
		padding: 10px;
	}
	#historyBox{
		display: none;
		/* text-align: center;
		width: 300px;
		margin: 0 auto;
		padding: 0 0 20px; */
	}
	.historyImg{
		display: none;
		/* width: 180px;
		height: 120px;
		display: inline-block;
		padding: 5px; */
	}
	.historyImg img{
		display: none;
		/* width: 180px;
		height: 120px;
		object-fit: cover; */
	}
	.concertHistory {
		display: inline-block;
		font-weight: bold;
		font-size: 1.8rem;
		color: #231a55;
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	.concertHistory:hover {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	#historyList{
		text-align: center;
		width: 200px;
		padding: 10px 5px;
		margin: 0 auto;
	}
	#performer {
		background: #ffa057;
		padding: 0px;
		text-align: center;
	}
	h4 br {
        display: inline;
	}
	.appcard {
		width: 300px;
		padding: 20px 10px;
	}
	.appcard img {
		width: 300px;
		height: 200px;
	}
	.appcardText{
		width: 300px;
	}
	#appcardList{
		max-width: 400px;
		text-align: center;
		padding: 0;
	}
	#teacher{
		padding: 10px;
	}
	#info {
		padding: 0 15px 30px 15px;
		font-size: 2rem;
		position: relative;
		height: 230px;
	}
	#meruIma{
		vertical-align: top;
		padding: 0px;
		width: 40px;
	}
	#meruIma img{
		width: 40px;
		padding: 0;
		object-fit: cover;
		vertical-align: top;
	}
	#meruado{	
		padding: 0 5px;
		width: 210px;
		position: absolute;
		word-wrap: break-word;
	}
	#meruado p{
		padding: 0;
		width: 210px;
		position: absolute;
		
	}
	#sns{
		padding: 0 20px;
		height: 480px;
	}
	/* ----------------------
	footer
	------------------------- */
	footer {
		padding: 5px 20px;
		font-size: 2rem;
		text-align: center;
	}
	footer br{
		display: inline;
	}

}

@media screen and (max-width: 992px){
	#yoko{
		display: none;
	}
}
@media screen and (max-width: 320px){
	#pamphlet .swiper-slide img{
		width: 300px;
		height: 424px;
		object-fit: cover;
	}
	#pamphlet .swiper-container{
		height: 424px;
		width: 300px;
		margin: 0 auto;
	}
}