@font-face {
    font-family: source-han-sans-japanese, sans-serif;
	font-weight: 100;
	font-style: normal;
}
@font-face {
    font-family: source-han-sans-japanese, sans-serif;
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: ryo-text-plusn, serif;
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: acumin-pro, sans-serif;
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: acumin-pro-wide, sans-serif;
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: tbnpmincho-std, serif;
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: gilbert, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* RESET */
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-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none;}
* {
box-sizing: border-box;
}
body {
	font-family: source-han-sans-japanese, sans-serif;
	color: white;
	background: black;
}
a {
	color: white;	
}
img {
	width: 100%;
	display: block;
}
h1 {
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-size: 40px;
	line-height: 36px;
	letter-spacing: 1pt;
	text-transform: uppercase;
	font-style: normal;
	color: white;
	clear: both;
}
h2 {
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 1pt;
	text-transform: uppercase;
	font-style: normal;
	color: white;
}
h3 {
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1pt;
	text-transform: uppercase;
	font-style: normal;
	color: white;
}
p {
	font-family: source-han-sans-japanese, sans-serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.5pt;
	color: #cccccc;
	font-style: normal;	
}
p a {
	border-bottom: 1px solid white;
}



/* HEADER */
header {
	height: 80px;
	position: fixed;
	right: 0;
	top:0;
	left: 0;
	width: 100%;
	border-left: none;
	padding: 20px 20px 20px;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.8);
}
header:hover {
	background: rgba(0, 0, 0, 0.8);
}
header .player {
	display: none;
}
header .logo {
	width: 100%;
	height: 50px;
	background-position: left top;
	display: block;
	text-transform: uppercase;
	float: left;
}

header .logo .accine{

	font-family: ryo-text-plusn, serif;
	font-size: 27px;
	letter-spacing: 0.06em;
	float: left;
}

header .logo .chamberorch{
	margin-top: 6px;
	font-family: tbnpmincho-std, serif;
	font-size: 17px;
	letter-spacing: 0.14em;
	bottom: 0;
}

header .btn {
	display: block;
}

.btn {
  width: 20px;
  height: 24px;
  position: fixed;
  z-index: 9999;
  top: 24px;
  right: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
}
.btn span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.btn span:nth-child(1) {
  top: 0px;
}
.btn span:nth-child(2),.menu_btn span:nth-child(3) {
  top: 6px;
}
.btn span:nth-child(4) {
  top: 12px;
}
.btn.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}
.btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}
.btn.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

header nav {
	margin: 0 0 0 0;
	float: left;
	background: rgba(0, 0, 0, 1);
	width: 100%;
	height: 100%;
	position: fixed;
	padding: 20px;
	left: 0;
	top:80px;
	display: none;
	z-index: -1000;
	opacity: 0;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

header nav.show {
	display: block;
	z-index: 1000;
	opacity: 1;
}
header nav ul {
	float: left;
	width: 100%;
}
header nav ul li {
	padding: 4px 0 7px 0;
	float: left;
	width: 100%;
	display: block;
	height: inherit;
}
header nav ul li.menu a {
	font-size: 20px;
	line-height: 24px;
	display: block;

}
header nav ul li a {
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-size: 16px;
	line-height: 20px;
	display: block;
}
	
header nav ul.social{
		padding: 40px 0 0 0;
}

span.title {
	font-family: tbnpmincho-std, serif;
	/* source-han-sans-japanese, sans-serif; ryo-text-plusn, serif; */
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.4pt;
	color: #808080;	
	display: block;
	margin: 4px 0 0 16px;
	float: left;
}


section.banner {
	display: block;
	padding: 80px 0 0 0;
	position: relative;
	top: inherit;
	bottom: inherit;
	background: rgba(0, 0, 0, 1);
}

/* main */
main {
	top: inherit;
	position: inherit;
	float: left;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, 1);
	max-width: 600px;
}
main section {
	padding: 40px 20px 0px;
}
main section .article {
	padding: 0px 0px 0px;
	margin: 0;
}

main section h1 {
	font-size: 20px;
	line-height: 20px;
	padding: 40px 0px 20px;
}

/* ARTICLE */
main section .article h2 {
    font-size: 18px;
    line-height: 22px;
	padding: 0 0 20px;
	width: 100%;
}
main section .article h3 {
	padding: 0 0 10px 0;
}

main section .article .info {
	width: 100%;	
	float: left;
}
main section .article .content {
	width: 100%;	
	float: left;
    padding: 0 0 20px 0;
}
main section .article .info {
    width: 100%;
}
main section .article time {
	padding: 0 0 4px;
}

section .article p {
	padding: 0;
}

section.nextConcert .article h2,
section.nextConcert .article p {
	width: 100%;
	float: left;
	color: #cccccc;
	clear: left;
}
section.nextConcert .article h2 {
	color: #E5E5E5;
	padding: 0 0 6px 0;
}
section.nextConcert .article time {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.04em;
	color: #F0F0F0;
	padding: 0 0 4px 0;
	float: left;
	width: 100%;
	font-family: 'gilbert';
}
section.nextConcert .article .content{
	width: 100%;
	clear: both;
}
section.nextConcert .article .content .yokosen{
	border-bottom: 1px dashed;
}

section.nextConcert .article .info{
	display: table;
}

section.nextConcert .article .info .flyer{
	display: table-cell;
	width: 30%;
	margin-right: 5px;
}
section.nextConcert .article .info .whereWhatToPlay{
	display: table-cell;
	vertical-align: bottom;
}
section.nextConcert .article .info .whereWhatToPlay p{
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.1px;
	padding-left: 5px;
	color: #d3d3d3;
	/* letter-spacing: 0.3pt; */
	font-family: 'source-han-sans-japanese'; 
}



/* ABOUT */
section.about{
	clear: both;
}
section.about .nothingbutspace {
	height: 20px;
}
yt-username {
	color: #cccccc !important;
}

/* MUSICS */
section.musics .article {
    width: 100%;
    margin: 0 0 0 0;
}

section.musics .musicselect::-ms-expand {
	display: none; /*--IEでデフォルトの矢印を消します--*/
}

section.musics .musicselect {
	width: 100%; /*--幅--*/
	margin-top: 5px;
	margin-bottom: 10px;
	padding: .4em 1em;
	font-size: 14px;
	border: solid .1em #707070;
	color: #cccccc;
	background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

audio{
	height: 30px;
	width: 100%;
	margin-bottom: 8px;
}
audio::-webkit-media-controls-panel {
	background-color: #2b364e;
}
audio::-webkit-media-controls-play-button {
	box-shadow: 0 0 20px 10px rgba(60, 194, 235, 0.2);
	/* background-color: transparent; */
	background-color: rgba(89, 214, 252, 0.2);
	border-radius: 50%;
	/* filter: blur(1px); */
}
audio::-webkit-media-controls-play-button:hover {
	background-color: #6a6578cc;
  }

/* previousConcert */
section.previousconcert .article .A {
	float: left;
	width: 24%;
	margin: 0 1% 1% 0;
}
section.previousconcert .article .BC {
	float: left;
	width: 24%;
	margin: 0 1% 1% 0;
}
section.previousconcert .article .D {
	float: left;
	width: 24%;
	margin: 0 0 1% 0;
}
section.previousconcert .article .A .information p{
	margin-top: 5px;
	font-size: 8px;
	line-height: 16px;
	letter-spacing: 0.1pt;
	text-align: center;
	color: #d3d3d3;
	bottom: 0;
	width: 100%;
	/* letter-spacing: 0.3pt; */
	font-family: 'source-han-sans-japanese'; 	
}
section.previousconcert .article .BC .information p{
	margin-top: 5px;
	font-size: 8px;
	line-height: 16px;
	letter-spacing: 0.1pt;
	text-align: center;
	color: #d3d3d3;
	bottom: 0;
	width: 100%;
	/* letter-spacing: 0.3pt; */
	font-family: 'source-han-sans-japanese'; 	
}
section.previousconcert .article .D .information p{
	margin-top: 5px;
	font-size: 8px;
	line-height: 16px;
	letter-spacing: 0.1pt;
	text-align: center;
	color: #d3d3d3;	
	bottom: 0;
	width: 100%;
	/* letter-spacing: 0.3pt; */
	font-family: 'source-han-sans-japanese'; 	
}

section.previousconcert .article .clear {
	clear: both;
}

section.inquiry .inputs{
	font-family: 'source-han-sans-japanese'; 
	-webkit-appearance: none;
}

section.inquiry .inputs label{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.1pt;
	text-align: left;
	color: #d3d3d3;	
	bottom: 0;
	width: 100%;
	/* letter-spacing: 0.3pt; */
	font-family: 'source-han-sans-japanese'; 
}


section.inquiry .inputs input{
	width:70%;
	margin-top: 20px;
	border:0;
	padding:10px;
	font-size:1em;
	font-family: 'source-han-sans-japanese'; 
	color:black;
	border:solid 1px #ccc;
	margin:0 0 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

section.inquiry .inputs textarea{
	width: 100%;
	margin-top: 20px;
	border:0;
	padding:10px;
	font-size:0.9em;
	font-family: 'source-han-sans-japanese'; 
	color:black;
	border:solid 1px #ccc;
	margin:0 0 10px;
	height: 20em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	resize: none;
}

section.inquiry .inputs button{
	font-family: 'source-han-sans-japanese';
	font-weight: 200;
	text-align: center;
	width: 30%;
	height: 25pt;
	background-color: lightgrey;
	font-size: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

footer p{
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.04em;
	color: #d3d3d3;
	padding: 0 0 4px 0;
	font-family: 'acumin-pro';
	max-width: 600px;
}