body{
	font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}



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

body .grid-container,
.grid-container{
	max-width: 100%;
}

.wrapper{
	width:100%;
	background-color: #cae8ee;
	height: 100%;
	margin: 0px auto ;
	padding: 0px 0 50px;

}

.wrapper h1{
	text-align: center;
	font-size: 40px;
	font-weight:300;
	margin: 0px auto;
	height: 100px;
	padding: 60px 0 0;

}

a{
	text-decoration: none;
}

.fingering_box {
	margin: 0px auto;
	padding: 30px;
    position: relative;
	bottom: 0px;
	text-align:center;
	width:80%;
	max-width:1140px;
	background-color: #FFF;
	clear: both;
	min-height: 800px;
	border-radius: 20px;
	

}

.explanation{
	float: right;
	width: 180px;
	font-size: 80%;
	text-align: right;
}
p.explanation{
	margin: 0;
}

.scale_area{
	overflow-x: scroll;
	height: 200px;
	margin:10px 0px 0px;
	float:left;
	width:100%;

}



.fingering_area {
	margin-top: 20px;
	padding: 0px;
    position: relative;
	bottom: 0px;
	text-align:center;
	float:left;
	width:70%;
	
}


.alt_fingering {
	margin-top: 20px;
	padding: 0px;
    position: relative;
	bottom: 0px;
	text-align:center;
	float:right;
	width:35%;
	
}

.alt_fingering_btn{
	background-color: #98d3d3;
	border-radius: 20px;
	width: 100%;
	padding: 10px;
	color: #fff;
	margin: 10px auto;
}




.fingering {
    position: relative;
    border: 1px solid #98d3d3;
    padding: 450px 20px 20px;
    box-sizing: border-box;
    border-radius: 6px;
	min-height: 700px;

}
.fingering:after{
    display: block;
    clear: both;
    content: "";
}

.fingering_scale {
	margin-top: 20px;
	padding: 0px;
	bottom: 0px;
	text-align:center;
	width:100%;
	overflow-x: scroll;
}



.fingering_scale::-webkit-scrollbar{
	height: 14px;
}
.fingering_scale::-webkit-scrollbar-track{
	background: #e8f4f9;
}
.fingering_scale::-webkit-scrollbar-thumb{
	background: #9cd0e5;
	border-radius: 10px;
	cursor: pointer;
}




.fingering .scale{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
	width:2800px;

}
.fingering .scale:after{
    display: block;
    content: "";
    clear: both;
}
.fingering .scale > li{
    float: left;
    vertical-align: top;
    width: 4.6%;
    margin-bottom: 0;
}
.fingering .scale > li.clef{
    float: left;
    vertical-align: top;
    width: 0.92%;
    margin-bottom: 0;
}
.fingering .scale > li.clearfix{
    float: none;
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
}
.fingering .scale > li > button{
    display: block;
    -webkit-appearance: none;
    background-color: transparent;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    box-shadow: none;
    outline: none;

}

.fingering .scale > li > button:after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
	background-color: #dbf1f6;
    content: " ";
    border-radius: 1px;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property :all;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(.1, .7, .1, 1);
    -moz-animation-timing-function: cubic-bezier(.1, .7, .1, 1);
    -o-animation-timing-function: cubic-bezier(.1, .7, .1, 1);
    animation-timing-function: cubic-bezier(.1, .7, .1, 1);
}

.fingering .scale > li > button:hover:after,
.fingering .scale > li > button:focus:after,
.fingering .scale > li > button[aria-expanded="true"]:after
{
    opacity: 0.4;
}
.fingering .scale > li > img,
.fingering .scale > li > button > img,
.fingering .scale > li.clef img,
.fingering .scale > li.note img{
    width: 100%;
    height: auto;

}
.fingering .fingering_chart{
    position: absolute;
    top:5px;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 30px;
    right: 10px;
}
.fingering .fingering_chart[aria-hidden="true"]{
    display: none;
}
.fingering .fingering_chart[aria-hidden="false"]{
    display: block;
    animation-duration: 0.5s;
    animation-name: fade-in;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
}
.fingering .fingering_alt{
    width: 14%;
    text-align: center;
    padding: 0 20px;
	position: absolute;
	right: 28%;
	top: 82%;
	
}



.fingering .fingering_alt button{
    -webkit-appearance: none;
    border: none;
    position: relative;
    box-shadow: none;
    outline: none;
    -webkit-transition-property: all;
    transition-property :all;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(.1, .7, .1, 1);
    -moz-animation-timing-function: cubic-bezier(.1, .7, .1, 1);
    -o-animation-timing-function: cubic-bezier(.1, .7, .1, 1);
    animation-timing-function: cubic-bezier(.1, .7, .1, 1);
	
	background-color: #9cd0e5;
	border-radius: 20px;
	padding: 12px 10px;
	color: #fff;
	margin: 10px auto;
}
.fingering .fingering_alt button {
    max-width: 100%;
    height: auto;
}
.fingering .fingering_alt button img{
    max-width: 100%;
    height: auto;
}
.fingering .fingering_alt button:hover,
.fingering .fingering_alt button:focus{
	cursor: pointer;
	background-color: #67b3d1;

}
.fingering .fingering_chart{
    width: 70%;
	margin: 0 auto;

}

.fingering .fingering_chart_img{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.fingering .fingering_chart_img li{
    max-width: 100% !important;
    width: 980px;
    overflow: hidden;
    display: none;
    opacity: 0;
    margin: 0 auto;

}
.fingering .fingering_chart_img li.active{
    display: block;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fade-in;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
}
.fingering .fingering_chart_img li img{
	 max-width: 50%;
    height: auto;
	float: left;
}
.fingering .fingering_chart_img li .scale_name img{
	max-width: 45%;
    height: auto;
	top:200px;
	float: left;
	margin: 15% 2% 0;

}

.fingering .case{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
	width: 20%;
	position: absolute;
	right: 28%;
	top: 75%;
}
.fingering .case li{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 17px;
}
.fingering .case li span,
.fingering .case li button{
    display: inline-block;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    position: relative;
    box-shadow: none;
    outline: none;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    border:1px solid #ccc;
    vertical-align: middle;
    margin-bottom: 10px;
    -webkit-transition-property: all;
    transition-property :all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-animation-timing-function: cubic-bezier(.1, .7, .1, 1);
    -moz-animation-timing-function: cubic-bezier(.1, .7, .1, 1);
    -o-animation-timing-function: cubic-bezier(.1, .7, .1, 1);
    animation-timing-function: cubic-bezier(.1, .7, .1, 1);
}

.fingering .case li span.active,
.fingering .case li button.active{
    background: #9cd0e5;
    border:1px solid #9cd0e5;
}
.fingering_alt span:hover img,
.fingering_alt span:focus img,
.fingering_alt button:hover img,
.fingering_alt button:focus img{
    border-radius: 22px;
    box-shadow: 0px 0px 2px 2px rgba(204,0,0,0.5);
}


.fingering_playbtn  {
    text-align: center;
    padding: 0 20px;
	position: absolute;
	right: 17%;
	top: 80%;
}

.fingering_playbtn a {
	color: #9cd0e5;
	font-size: 50px;
	cursor: pointer;

}
.fingering_playbtn a:hover {
	color: #67b3d1;
	font-size: 50px;
	cursor: pointer;
	
	
}




@media only screen and (max-width: 1024px){

	
	.fingering_box {
	margin: 40px auto;
	padding: 30px;
    position: relative;
	bottom: 0px;
	text-align:center;
	width:80%;
	max-width:1140px;
	background-color: #FFF;
	clear: both;
	min-height: 700px;
	border-radius: 20px;
	

	}
	.fingering {
    position: relative;
    border: 0px solid #98d3d3;
    padding: 450px 10px 60px;
    box-sizing: border-box;
    border-radius: 6px;
	min-height: 500px;

	}
	.fingering .fingering_chart{
    width: 90%;
	margin: 0px auto 10px;

	}

	
}




@media only screen and (max-width: 768px){

	
	
	.fingering {
    position: relative;
    border: 0px solid #98d3d3;
    padding: 420px 10px 100px;
    box-sizing: border-box;
    border-radius: 6px;
	min-height: 500px;

	}
	.fingering .fingering_chart{
    width: 90%;
	margin: 20px auto 0;

	}

	
}

@media only screen and (max-width: 678px){
	.fingering {
    padding: 640px 10px 20px;

	}
}
@media only screen and (max-width: 548px){

	.pc{
		display: none;
	}
	.sp{
		display: block;
		
	}
	.wrapper{
	width:100%;
	background-color: #CAEDED;
	height: 100%;
	margin: 0px 0% 20px;

}
	
	.fingering_box {
	margin: 40px auto;
	padding: 2%;
    position: relative;
	bottom: 0px;
	text-align:center;
	width:90%;
	background-color: #FFF;
	clear: both;
	min-height: 600px;
	border-radius: 20px;
	}
	
	
	.fingering {
    position: relative;
    border: 0px solid #98d3d3;
    padding: 520px 10px 20px;
    box-sizing: border-box;
    border-radius: 6px;
	min-height: 500px;

	}

	.fingering_scale {
	margin-top: 10px;

	}
	.fingering .scale{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
	width:1200px;

	}
	.fingering .scale > li{
    float: left;
    vertical-align: top;
    width: 4.6%;
    margin-bottom: 0;
	}
	.fingering .scale > li.clef{
    float: left;
    vertical-align: top;
    width: 0.9%;
    margin-bottom: 0;
	}
	
	.fingering .fingering_chart{
    position: absolute;
    top:5px;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0px;
    right: 0px;
	}
	.fingering .fingering_chart_img li img{
	 max-width: 90%;
    height: auto;
	float: left;
	}
	.fingering .fingering_chart_img li .scale_name img{
	max-width: 40%;
    height: auto;
	top:200px;
	float: left;
	margin: 0 5% ;

	}
	.fingering .fingering_chart{
    width: 95%;
	margin: 0 auto;

	}
	.fingering .case{
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
	width: 30%;
	position: absolute;
	right: 0%;
	top: 83%;
	}
	.fingering .fingering_alt{
    width: 25%;
    text-align: center;
    padding: 0 10px;
	position: absolute;
	right: 0%;
	top: 87%;
	
	}
	
	
	.fingering_playbtn  {
    text-align: center;
    padding: 0 10px;
	position: absolute;
	right: 28%;
	top: 86%;
	}

	
	
}


	
@media only screen and (max-width: 378px){
	.fingering {
    padding: 470px 10px 20px;
	min-height: 500px;

	}

}	

