@charset "utr-8";
/* ------------------------
setup
------------------------- */
html {
	height: 100%;
	font-size: 62.5%;
}

body {
	height: 100%;
	text-align: left;
	color: #fff;
	/* background: #ffa057; */
	background: #f3972d;
	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;

}
/* -----------------------
main（main.cssに書いてあることは省略）
-------------------------- */
header{
    position: relative;
	height: 708px;
	background: -moz-linear-gradient(#E85D05, #FFD845);
    background: -webkit-linear-gradient(#E85D05, #FFD845);
    background: linear-gradient(-135deg, #E85D05, #FFD845);
	z-index: -10;
}
#panf01{
	height: 708px;
	text-align: center;
	/* display: inline; */
	/* position: absolute; */
	/* top: 65px; */
	/* left: 35%; */
	/* margin: 0 auto; */
	margin-top: 65px;
	/* box-sizing: border-box; */
	z-index: 5;
}
#panf01 img{
	height: 708px;
	width: 501px;
	object-fit: cover;
	z-index: 5;
}
/* -------top背景-------------------------------- */
.bubbles {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -5;
	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: 5%;
	animation-duration: 10s;
}
		
.bubble:nth-child(3) {
	width: 50px;
	height: 50px;
	left: 85%;
	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: 2%;
	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;
	}
}
/* --------------------------------------- */
/* ---------------------------
main
---------------------------- */
#headerLogo{
	position: absolute;
	padding: 0 10px;
	right: 10px;
	top: 0px;
}
#headerLogo img {
	height: 65px;
	/* width: 200px; */
	object-fit: contain;
	z-index: 20;
}
/* #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;
}

.nav-drawer {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20%;
	/* vertical-align: top; */
	/*padding: 5px;*/
}
.modoru,
.modoru a{
	display: inline-block;
	font-size: 2rem;
	font-weight: 500;
	color: #231a55;
	width: 120px;
	height: 55px;
	line-height: 55px;
	border-radius: 20px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	background-image: linear-gradient(45deg, #B2A1FF 0%, #FFF155 100%);
	transition: .4s;
	border-bottom: 0.18em solid #b34f15;
}
#pamphletWeb{
	display: relative;
}
h6{
	font-size: 2.75rem;
	padding: 65px 0 10px 0;
	text-align: center;
	font-weight: 900;
	/* color: #fff; */
}
#hajimeBox{
	padding: 0px 40px 20px 40px;
}
#first{
	background-color: #fff;
	border-radius: 30px;
	padding: 10px;
}
.firstBox{
	text-align: center;
	padding: 20px 60px;
}
.subTitle{
	font-size: 2.5rem;
	color: #222;
	padding: 10px;
	font-weight: 900;
}
.text{
	font-size: 2.2rem;
	color: #222;
	text-align: left;
}
/* 色メモ
赤 D24470 緑 5d9d34 青 3769b2 オレンジ e08f34
 */
#mokuji{
	background-color: white;
	color: #222;
	width: 85%;
	margin: 20px auto;
	min-height: 500px;
}
#mokuji h6{
	color: #222;
}
#mokujiText{
	font-size: 2.3rem;
	text-align: center;
	color: #222;
}
.mokuji{
	font-size: 2.3rem;
	font-weight: bold;
	/* padding: 10px; */
	text-align: right;
	width: 400px;
	display: block;
	color: #222;
	border-top: solid 0.5px #222;
}
#mokujiBox{
	/* text-align: center; */
	width: 400px;
	/* display: inline; */
	margin: 0 auto;
	padding: 0 0 10px 0;
}
#mokuji a{
	padding: 10px;
	width: 400px;
}
#mokujiGreet{
	border-left: solid 20px #5d9d34;
}
#mokujiProgram{
	border-left: solid 20px #D24470;
}
#mokujiKasi{
	border-left: solid 20px #fdbf6d;
}
#mokujiStaff{
	border-left: solid 20px #3769b2;
}
#mokujiMember{
	border-left: solid 20px #3769b2;
}
#greetBox{
	position: relative;
	/* background-image: url("../img/background1.jpg"); */
}
#greetBox h6{
	color: #222;
}
.back{
	/* background-image: url("../img/background1.jpg"); */
	position: relative;
	/* width: 100vh; */
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
.backImg{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -100;
	object-fit: cover;
	margin: 0;
	box-sizing:border-box;
	/* bottom: 70px; */
	/* right: 50px; */
	/* right: 10%; */
}
.backImg img {
	box-sizing:border-box;
	width: 100%;	
	height: 100%;
	object-fit: cover;
	margin: 0;
}
.human{
	padding: 20px 0;
	display: flex;
	position: relative;
	width: 90%;
	margin: 0px auto;
}
.leftImg,
.rightImg{
	display: block;
	width: 45%;
	margin: auto 5%;
	/* margin-left: 25px; */
	/* z-index: 5; */
	text-align: center;
}
.leftImg img,
.rightImg img{
	width: 247px;
	object-fit: cover;
}
.occupationBox{
	background:#f3972d;
	padding: 10px;
	font-size: 1.5rem;
	color: #222;
}
.greetName{
	font-size: 2.2rem;
	font-weight: 500;
}
.hukidasi{
	display: block;
	width: 45%;
	margin: 0 5%;
	background: #fff;
	border-radius: 10px;
	color: #222;
	font-size: 1.5rem;
	line-height: 30px;
	padding: 10px;
}
#programBox{

}
.songBox{
	background: #fff;
	border-radius: 10px;
	width: 90%;
	margin: 20px auto;
	padding: 30px 20px 20px 20px;
	/* color: rgb(87, 87, 87); */
	color: #222;
	display: flex;
	position: relative;
	z-index: -1;
}
.songBox img{
	object-fit: cover;
	width: 70px;
	position: absolute;
	left:10px;
	top: 10px;
	z-index: -10;
}
.song{
	display: block;
	width: 37%;
	margin-left: 25px;
	z-index: 10;
}
 .lineB{
	border-right: 3px solid #3769b2;
 }
 .lineR{
	border-right: 3px solid #D24470; 
 }
 .lineG{
	border-right: 3px solid #5d9d34;
 }
 .lineB,
 .lineR,
 .lineG{
	display:block;
	width: 3%;
	-webkit-transform: skewX(160deg);
	-moz-transform: skewX(160deg);
	transform: skewX(160deg);
}
.songExplain{
	display: block;
	width: 60%;
	padding: 0 0 0 70px;
	font-weight: normal;
	font-size: 1.9rem;
	line-height: 25px;
}
.num{
	font-size: 2.7rem;
	position: absolute;
	left: 5px;
	top: 0px;
	z-index: 5;
}
.songTitle{
	font-weight: bolder;
	font-size: 2.3rem;
	line-height: 40px;
	z-index: 5;
}
.small{
	font-size: 1.5rem;
}
.who,
.whoPerform{
	font-weight: 400;
	font-size: 1.7rem;
	padding: 10px;
}
.kasi{
	font-size: 1.8rem;
	color: #4b2df3;
	margin: 0;
	border: lighter 2px #222;
}
.songExplain p{
	font-size: 1.9rem;
	padding: 5px;
}
#kasiBox{
	position: relative;
}
.lyricsBox{
	background: #fff;
	color: #222;
	border-radius: 10px;
	width: 85%;
	margin: 30px auto;
	position: relative;
}
.lyricsBox img{
	position: absolute;
	left: 100px;
	top: 55px;
	width: 90px;
	object-fit: cover;
}
.lyricsTitle{
	font-weight: 600;
	font-size: 2.7rem;
	text-align: center;
	padding: 80px 0 0 0;
}
.lyricsWho{
	position: absolute;
	top: 20px;
	right:40px;
	font-size: 2rem;
}
.lyrics{
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 39px;
	padding: 30px 20px 20px 20px;
}
ol{
	padding: 10px;
}
ul{
	display: flex;
}
span{
	display: block;
}
#staffBox{
	/* color: #222; */
}
.flexBox,
.flexBox2{
	display: flex;
	width: 90%;
	margin: 0 auto;
	/* text-align: center; */
	color: #222;
}
.directerBox{
	display: block;
	/* width: 50%; */
	margin: 10px auto;
}
.directerImg{
	display: block;
	width: 200px;
	border-radius: 50%;
	text-align: center;
}
.directerImg img{
	border-radius: 50%;
	width: 200px;
	object-fit: cover;
}
.directer{
	background: #fff;
	border-radius: 10px;
	color: #222;
	width: 200px;
	text-align: center;
}
.directerOpa{
	font-size: 2rem;
	text-align: left;
}
.directerName{
	font-size: 2.6rem;
	line-height: 40px;
	text-align: right;
}
.sectionBox{
	background: #fcfdce;
	border-radius: 10px;
	margin: 10px auto;
}
.sectionTitle1,
.sectionTitle2,
.sectionTitle3,
.sectionTitle4,
.sectionTitle5,	
.sectionTitle6,
.sectionTitle7,
.sectionTitle8{
	background: #FFD845;
	font-size: 2.6rem;
	line-height: 50px;
	border-top-left-radius:10px;
	border-top-right-radius: 10px;
	text-align: center;
}
.sectionTitle1{
	background: #5EFF8B;
}
.sectionTitle2{
	background: #2d93f3ce;
}
.sectionTitle3{
	background: #FFD845;
}
.sectionTitle4{
	background: #2df3b1ce;
}
.sectionTitle5{
	background: #29ce44ce;
}
.sectionTitle6{
	background: #e045ffd2;
}
.sectionTitle7{
	background: #ff7a45;
}
.sectionTitle8{
	background: #ff45b8d2;
}
.roleBox{
	padding: 10px 0;
	font-size: 2.3rem;
}
.role{
	text-align: left;
}
.roleMember{
	margin-left: 100px;
}
#memberBox{
	padding: 60px 20px;
}
.plofileBox{
	background: #fff;
	border-radius: 10px;
	color: #222;
	width: 80%;
	margin: 20px auto;
	text-align: center;
	padding: 20px;
}
.plofileTitle{
	text-align: center;
	font-size: 2.3rem;
	border-bottom: 0.18em solid #f3972d;
}
.plofileTitle br{
	display: none;
}
.namaBox,
.namaBox1{
	display: flex;
	width: 610px;
	margin: 0 auto;
}
.namaBox2{
	display: none;
}
.name{
	display: block;
	font-size: 1.9rem;
	padding: 0px 20px;
}

@media screen and (max-width: 896px){
	#staffBox{
		text-align: center;
	}
	.flexBox2{
		display: inline-block;
		width: 60%;
		/* text-align: center; */
		/* margin: 0 auto; */
	}
	.sectionBox{
		background: #fcfdce;
		border-radius: 10px;
		margin: 10px auto;
	}
	.role{
		text-align: left;
		margin-left: 10px;
	}
	.roleMember{
		margin-left: 150px;
		text-align: left;
	}	
}
@media screen and (max-width: 425px){
	header{
		height: 424px;
	}
	#panf01{
		height: 424px;
	}
	#panf01 img{
		height: 424px;
		width: 300px;
	}
	.modoru,
	.modoru a{
		font-size: 1.5rem;
		font-weight: 400;
		width: 90px;
	}
	#hajimeBox{
		padding: 0px 5px 20px 5px;
	}
	.firstBox{
		text-align: center;
		padding: 10px 5px;
	}
	#mokuji{
		width: 95%;
		margin: 20px auto;
		min-height: 500px;
	}
	.mokuji{
		font-size: 2.3rem;
		font-weight: bold;
		/* padding: 10px; */
		text-align: right;
		width: 95%;
		display: block;
		color: #222;
		border-top: solid 0.5px #222;
	}
	#mokujiBox{
		/* text-align: center; */
		width: 95%;
		/* display: inline; */
		margin: 0 auto;
		padding: 0 0 10px 0;
	}
	#mokuji a{
		padding: 10px;
		width: 95%;
	}
	#greetBox{
		text-align: center;
	}
	.human{
		padding: 20px 0;
		display: inline-block;
		position: relative;
		width: 90%;
		margin: 0px auto;
	}
	.leftImg,
	.rightImg{
		display: block;
		width: 80%;
		margin: 5px 0;
		/* margin-left: 25px; */
		/* z-index: 5; */
		text-align: center;
	}
	.leftImg{
		margin-right: 60px;
	}
	.rightImg{
		margin-left: 60px;
	}
	.leftImg img,
	.rightImg img{
		width: 200px;
		object-fit: cover;
	}
	.occupationBox{
		background:#f3972d;
		padding: 10px;
		font-size: 1.2rem;
		color: #222;
	}
	.hukidasi{
		display: block;
		width: 80%;
		margin: 0 auto;
		background: #fff;
		border-radius: 10px;
		color: #222;
		font-size: 1.5rem;
		line-height: 30px;
		padding: 10px;
	}
	#programBox{
		text-align: center;
	}
	.songBox{
		background: #fff;
		border-radius: 10px;
		width: 90%;
		margin: 10px auto;
		padding: 20px 5px 5px 5px;
		/* color: rgb(87, 87, 87); */
		color: #222;
		display: inline-block;
		position: relative;
	}
	.songBox img{
		object-fit: cover;
		width: 50px;
		position: absolute;
		left: 10px;
		top: 10px;
	}
	.song{
		display: block;
		width: 90%;
		margin-left: 10px;
		z-index: 5;
		text-align: left;
	}
	.lineB,
	.lineR,
	.lineG{
		display:none;
	}
	.songExplain{
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 5px;
		text-align: left;
		/* font-weight: normal; */
		/* font-size: 1.9rem; */
		/* line-height: 25px; */
	}	
	.songTitle{
		text-align: left;
		font-weight: bolder;
		font-size: 2.3rem;
		line-height: 40px;
		z-index: 10;
		margin-left: 10px;
		margin-top: 5px;
	}
	.small{
		text-align: left;
		font-size: 1.5rem;
	}
	.who,
	.whoPerform{
		text-align: left;
		font-weight: 400;
		font-size: 1.7rem;
		padding: 10px;
	}
	.kasi{
		text-align: left;
		font-size: 1.8rem;
		color: #222;
		margin: 0;
		border: lighter 2px #222;
	}
	.lyricsBox{
		background: #fff;
		color: #222;
		border-radius: 10px;
		width: 95%;
		margin: 20px auto;
		position: relative;
		z-index: -1;
	}
	.lyricsBox img{
		position: absolute;
		left: 10px;
		top: 55px;
		width: 70px;
		object-fit: cover;
		z-index: -10;
	}
	.lyricsTitle{
		font-weight: 500;
		font-size: 2.3rem;
		text-align: center;
		padding: 80px 0 0 0;
		z-index: 10;
	}
	.lyricsWho{
		position: absolute;
		top: 10px;
		right:40px;
		font-size: 1.9rem;
		padding: 5px;
	}
	.lyrics{
		font-size: 2rem;
		font-weight: 500;
		line-height: 39px;
		padding: 30px 5px 5px 5px;
	}
	ul{
		display: inline-block;
	}
	span{
		display: block;
	}
	.directerBox{
		display: block;
		width: 220px;
		margin: 10px auto;
	}
	.flexBox,
	.flexBox2{
		display: inline-block;
		width: 300px;
	}
	.sectionBox{
		background: #fcfdce;
		border-radius: 10px;
		margin: 10px auto;
	}
	#memberBox{
		padding: 30px 5px;
	}
	.plofileTitle br{
		display: inline;
	}
	.namaBox{
		display: inline;
		width: 610px;
		margin: 0 auto;
	}
	.namaBox1{
		display: none;
	}
	.namaBox2{
		display: inline;
	}
	.name{
		display: block;
		font-size: 1.9rem;
		padding: 0px 20px;
	}
}


