@charset "UTF-8";

/* すべてのWebページに適用される */
html {
	font-family: sans-serif;
	background-color: #faf9f7;
}

h2 {	
	font-family: fino-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #26113d;
	font-size: 2rem;
	margin-left:50px ;
}

/*ヘッダー*/
.ran {
	font-family: fot-klee-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	position: absolute;
	top: 0;
	right: 45px;
	width: 50px;
}

header {
	height: 87vh;
	background-image: url(../izumi_images/top.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 55vw -2vh;
	padding:5px 50px;
	position: relative;
}

.logo {
	margin: 10vh 0 10vh 10vw;
}

.logo img {
	width: 30vw;
}
.jn {
	position: absolute;
	top: 30px;
	right: 70px;
	width: 50px;
}

.de {
	position: absolute;
	top: 30px;
	right: 0;
	width: 50px;
}

.h_ul, .f_ul {
	list-style-type: none;
	display: flex;
	justify-content: space-around;
}

.h_ul a, .f_ul a {
	text-decoration: none;
	color: #26113d;
}

.header_nav ul {
	margin-top: 19vh;
	background-color: rgba(199, 218, 211, 0.5);

}
.header_nav li:hover {
	transform: scale(1.3, 1.3);	
}
.h_ul a:hover, .f_ul a:hover {
color: rgb(112, 19, 199);
}

/*ナビゲーションシステム*/
.h_ul li, .f_ul li {
	font-family: fino-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
}

/*メイン*/
.book {
	margin: 20vh 0;
	text-align: center;
	color: #26113d;
	font-family: fot-klee-pro, sans-serif;
	font-weight: 500;	
	font-style: normal;
	font-size: 1.5rem;
/*	text-shadow: 1px 2px 3px rgb(101, 76, 143);*/
}
.quote {
	font-size: 12px;
	text-shadow: none;
}
.update {
	margin: 0 auto 20px;
	width: 90%;
	background-color: #fff;
	padding: 10px 15px;
	height: 250px;
	overflow: scroll;
	color:#333;
}
.video-container {  
	display: flex;
	width: 80vw;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	}
.video {
	width: 77vw;	
}
/*文字ふんわり*/
.sa {
	opacity: 0;
	transition: all 4s ease;
  }
   
  .sa.show {
	opacity: 1;
	transform: none;
  }
  .lr {
	transform: translate(0, 100px);
  }

  .rl {
	transform: scale(.5);
  }

  /*フッター*/
  small{
	  text-align: center;
  }
.footer {
	border-top: dotted 3px #26113d;
	}

  /*スライダー*/
  .slider {
	position:relative;
	z-index: 1;
	height: 100vh;
	margin: 0 auto;
	padding: 0 10vw;
	}
	.slider-item01 {
	background:url(../izumi_images/a.jpg);
	}
	.slider-item02 {
	background:url(../izumi_images/b.jpg);
	}
	.slider-item03 {
	background:url(../izumi_images/c.jpg);
	}
	.slider-item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 50%;
	height:100vh;
	}
	.slick-prev, 
	.slick-next {
	position: absolute;
	z-index: 3;
	top: 42%;
	cursor: pointer;
	outline: none;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	height: 25px;
	width: 25px;
	}
	.slick-prev {
	left:2.5%;
	transform: rotate(-135deg);
	}
	.slick-next {
	right:2.5%;
	transform: rotate(45deg);
	}
	.slick-dots {
	position: relative;
	z-index: 3;
	text-align:center;
	margin:-50px 0 0 0;
	}
	.slick-dots li {
	display:inline-block;
	margin:0 5px;
	}
	.slick-dots button {
	color: transparent;
	outline: none;
	width:8px;
	height:8px;
	display:block;
	border-radius:50%;
	background:#ccc;
	}
	.slick-dots .slick-active button{
	background:#333;
	}
	
	/*profileページ*/

	.profile {
		background-color: #0f0f0f;
	}

	.profile p, 
	.prof_h1,
	.prof_h2, 
	.to_ensemble,
	.prof_h3 {
		font-family: fot-klee-pro, sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #ccc;
	}

	.prof_h1 {
		font-size: 2rem;
		text-align: center;
		margin: 2% 0 5% 0;
		background-color: #0f0f0f;
	}

	.prof_p,
	.baroque_p {
		text-align: justify;
	}

	.flex_container {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	
	.prof_item {
		margin: 10px;
		padding: 10px;
		width: 45vw;
	}

	.con {
		margin-left: 3%;
		padding-bottom: 3%;
	}
	.prof_h2,
	.to_ensemble {
		display: inline-block;/*並びはinline・中身はblock*/
		text-align: left;
		margin-left: -9px;
		border-bottom: solid 1px #333;
		line-height: 2rem;
		font-size: 1.5rem;
	}
	
	.baroque_p {
		margin-top: 2rem;
	}
	
	.sa--lr {
		transform: translate(-100px, 0);
	}
	.sa--rl {
		transform: translate(100px, 0);
	}
footer {
padding: 20px 0;
}
	.prof_footer {
		background-color: #0f0f0f;
		color: #ccc;
		}

	.prof_ul a {
		text-decoration: none;
		color: rgb(112, 19, 199);
	}
	
	.prof_ul a:hover {
	color: #959199;
	}

	.prof_footer {
		border-top: dotted 3px #26113d;
		}
	.c {
		margin-top: 20px;
	}

	.sp { display: none !important; }
	.pc { display: block !important; }

/*activities*/
	.cello {
		align-items: baseline;
	}

	.to_ensemble {
	font-size: 1.8rem;
	}

	.repertoire,
	.prof_h3,
	.member {
		line-height: 1.5rem;
		margin-left: 5%;
	}
	.prof_h3 {
		display: inline-block;/*並びはinline・中身はblock*/
		border-bottom: solid 1px #333;
		font-size: 1.2rem;
		margin-top: 5%;
	}

	hr {
		height: 0;
		padding: 0;
		border: 0;
		margin: 5vh 0;
		height: 1px;
		background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ccc), to(transparent));
		background-image: linear-gradient(to right, transparent, #ccc, transparent);
	}

	.celli {
		text-align: right;
	}
	.celli a {
		color: #8f819b;
	}
	
	/*contact*/
	iframe {
		height: 210vh;
		margin-top: 20px;
	}	

	.test {
		margin-top: 20vh;
	}

	/*media*/
	.movie {
		position: relative;
		width: 100%;
		padding-top: 56.25%;/*アスペクト比16：9　4：3なら75％に*/
	  }
	  .movie iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	  }

	  .grid_container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 26px;
		margin-top: 6%;
		margin-bottom: 50px;
		  }

		.media_h2,
		.media_h3 {
			font-family: fot-klee-pro, sans-serif;
			font-weight: 500;
			font-style: normal;
			color: rgb(22, 21, 21);
			text-align: center;
		}
		.item {
			margin: 0;
		}
		
    /*mobail*/
		@media (max-width: 600px) {
		
			header {
				height: auto;			
				background-position:100% 100%;
				background-size: auto 50%;
			}

			.logo {
				margin: 3vh 0;
			}
			.logo img {
				width:90%;
		}
			.header_nav ul {
				flex-direction: column;
				text-align: left;
				margin: 0;
				background-color: transparent;
			}
			.header_nav a {
			color: #26113d;
			}

			.book {
				margin: 5vh 0;
				font-size: 0.9rem;
			}
			h2 {
			margin-left:10px ;
		}

			.video-container {
				width: 100%;
				height: 100%;
				flex-direction: column;  
				margin: 0 auto;
			}
			
			.video {
				width: 300px;
				aspect-ratio: 4 / 3;
			}

			.footer_nav ul {
				flex-direction: column;
				text-align: center;
				padding: 0 ;
			}


		/*レスポンシブスライダー*/
		.slider {
			height: 30vh;
			padding: 1px;
		}
		.slider-item01, .slider-item02, .slider-item03 {
			width: 100%;
			height: 30vh;
		}

	/*mobile_profile*/

	.flex_container {
		display: block;
		max-width: 100%;
	}

	.prof_item {
		width: 95vw;
		margin: 10px;
		padding: 10px;
		max-width: 100%;
		height: auto;
	}

	.con {
		padding-bottom: 15vh;
	}
	.pc { display: none !important; }
	.sp { display: block !important; }

	.sa--lr,
	.sa--rl,
	.sa--up {
		transform: translate(0, 20px);
	}

	.prof_footer {
		display: none;
	}
	/*mobil_ensemble*/
	.celli_text {
		font-size: 23px;
	}
	/*mobil_media*/
	.grid_container {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	}

/* animation00 */
@keyframes ani00 {
	50% {
		transform: translateY(30px);
	}
}

#animation00 {
	position: fixed;
	bottom: 3px;
	right: 1%;
	animation-name: ani00;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	margin-bottom: 30px;
	z-index:2 ;
}

	}
		