@charset "utf-8";
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed";
@font-face {
	font-family: 'icomoon';
	src: url('icomoon/fonts/icomoon.ttf?8ic91e') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*
/*
Theme Name:		コードスター
Theme URI:		https://jokersounds.co.jp/
Description:	Joker Sounds Co. Ltd. Template.
Author:			Koichi Morita
Author URI:		https://maou.audio/
Version:		0.9
License:
License URI:
*/
*, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, #footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 100%;
	vertical-align: baseline;
	font-family: -aple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 20px;
}
article, aside, details, figcaption, figure, #footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	/* 	overflow-y: scroll; */
}
body {
	background: #fff;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover {
	cursor: pointer;
}
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix {
	min-height: 1px;
}
input, input[type="submit"], input[type="text"], input[type="file"], input[type="search"], input[type="email"], input[type="number"], textarea,  button {
	margin: 0;
	padding: 0;
	border: 0;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	background: none transparent;
}
:focus {
	outline: none;
}
* html .clearfix {
	height: 1px;
	/*¥*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear: both;
}
object, embed {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

/* ===============================================
	General
=============================================== */
body {
	font-family: 'Arial', sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
}
select{
	font-size: 1.5rem;
	padding: 10px;
	margin: 0 0 0 10px;
}
.icon:before, .icon:after,#s-btn {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* ===============================================
	Contents
=============================================== */


/* header */

header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 10px;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

header h1 a{
	margin: 0 auto;
	text-align: center;
}
header h1 img{
	width: 400px;
	height: auto;

}
header nav{
	width: 30px;
}

.searchArea{
	display: flex;
	width: 400px;
	height: 56px;
	border: 1px solid #e0e0e0;
	border-radius:4px;
}
.searchArea input{
	width: 350px;
	height: 56px;
	line-height: 36px;
	font-size: 14px;
	padding: 10px 15px;
}
.searchArea #s-btn{
	color: #e12b22;
}


/* Hamburger Menu */
#menuToggle {
	position: relative;
	display: inline-block;
	cursor: pointer;

}

#menuToggle input {
	display: none;
}

#menuToggle span {
	display: block;
	width: 30px;
	height: 4px;
	margin-bottom: 5px;
	background-color: #000;
	transition: all 0.3s ease-in-out;
}

#menuToggle span:nth-child(2) {
	width: 20px;
}
#menuToggle label{
	cursor: pointer;
}
.menuBtn1,.menuBtn2,.menuBtn3{
	z-index: 500;
}
#menuToggle input:checked ~ span {
	background-color: #333;
}

#menuToggle input:checked ~ .menuBtn2 {
	transform: translateY(0px) rotate(45deg);
}

#menuToggle input:checked ~ .menuBtn1 {
	opacity: 0;
}

#menuToggle input:checked ~ .menuBtn3 {
	transform: translateY(-8px) rotate(-45deg);
}

#menu {

	width: 100%;
	margin: 0 0 50px 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	list-style-type: none;
	display: none;
}

#menuToggle input:checked ~ ul {
	display: block;
}

#menu li {
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

#menu li:last-child {
	border-bottom: none;
}

#menu li a {
	display: block;
	padding: 1rem;
	text-decoration: none;
	color: #333;
}

#menu li a:hover {
	background-color: #f2f2f2;
}

/* instNavArea */

.instNavArea{
	background: #efefef;
	padding: 30px 0;

}
.instNavArea ul{
	display: flex;
	justify-content: center;
	width: 800px;
	margin: 0 auto;
}
.instNavArea li{
	margin: 0 15px;


}
.instNavArea li a{
	background: #fff;
	width: 170px;

	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #e12b22;

}
.instNavArea li a:before{
	width: 130px;
	font-size: 50px;
	display: block;
	margin-bottom: 20px;

}
.instNavArea-gtr:before{
	content: "\e907";
}
.instNavArea-pf:before{
	content: "\e906";
}
.instNavArea-ba:before{
	content: "\e903";
}
.instNavArea-ukl:before{
	content: "\e901";
}


/* Layout */

.wrap{
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
.chordNav{
	width: 240px;
}
.content{
	flex: 1;
}

/* chordNav */
.chordNav{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	padding-top: 30px;
}
.chordNav-parent{
	width: 120px;
	padding: 0 10px 0 20px;
}

.chordNav-children{
	width: 120px;
	padding: 0 20px 0 10px;
}
.chordNav-parent li{
	margin-bottom: 14px;
}
.chordNav-children li{
	margin-bottom: 12px;
}
.chordNav-parent a,.chordNav-children a{
	display: block;
	width: 90px;
	margin: 0 auto;
	text-align: center;
	font-weight:700;
	border-style: solid;
	font-family: 'Roboto Condensed', sans-serif;

}
.chordNav-parent a{
	height: 90px;
	border-width: 2px;
	border-color: #ccc;
	line-height: 86px;
	font-size:30px;
	color: #aaa;

}
.chordNav-children a{
	height: 40px;
	border-width: 2px;
	font-size:14px;
	line-height: 36px;
}
.chordNav .chordNav-children a{
	color: #aaa;
	border-color: #ccc;

}
/* Content */

.content{
	padding: 30px;

}

.content h2{
	font-size: 32px;
	font-weight: bold;
	border: 3px solid #000;
	color: #000;
	padding: 10px 20px;

}

/* Chord Area */
.chordArea{
	text-align: center;
}
.chordArea canvas {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

/* footer */
footer{
	width: 100%;
	background: #000;
	color: #fff;
	padding: 100px 0;
}
footer .credit{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	letter-spacing: 1.5px;
}