@import url('https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps|Oswald|Roboto');
* {margin:0;padding:0;}

body {
	width: 100%;
	height: 100%;
	font-family:'Meiryo UI','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	background-color: black;
}
html {
	width: 100%;
	height: 100%;
}
p {
	margin: 0 0 8px 0;
	font-size: 14px;
	line-height: 1.7em;
	color: #a9a9a9 !important;
	padding-bottom: 8px;
}
a {
	color: #45aed6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #c1d0d6;
}
.table a {
	color: #c1d0d6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.table a:hover,
.table a:focus {
	text-decoration: none;
	color: #45aed6;
}

.sm12 {
	font-size: 12px;
}
.em18 {
	font-size: 18px;
}
.em16 {
	font-size: 16px;
}
.alf {
	font-family: 'Roboto', sans-serif;
}
.light {
	font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	margin: 0 0 35px;
	letter-spacing: 1px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.8em;
}
h3 {
	font-size: 30px;
	font-weight: normal;
	line-height: 1em;
}

.img_left { float:left; margin:0 30px 30px 0; border:none;}
.img_right { float:right; margin:0 0 30px 30px; border:none;}
.img_c{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.bg-primary {
	background: #45aed6 !important;
	padding: 5px 7px;
	color:#fff;
}
.bg-success {
	background: #869735 !important;
	padding: 5px 7px;
	color:#fff;
}
.bg-danger {
	background: #E0AF03 !important;
	padding: 5px 7px;
	color:#fff;
}
.bg-warning {
	background: #6d4863 !important;
	padding: 5px 7px;
	color:#fff;
}
.wh {
	color: white !important;
}
.bl {
	color:#45aed6 !important;;
}
.gr {
	color:#869735 !important;;
}

.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	background-color: black;
}
.navbar-custom .navbar-toggle {
	color: white;
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 14px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
	outline: none;
}
.navbar-custom .navbar-brand {
	font-weight: 700;
	font-family:'Meiryo UI','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}
.navbar-custom .navbar-brand:focus {
	color: #6C9EA3;
	outline: none;
}
.navbar-custom a {
	color: white;
	font-family:'Meiryo UI','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}
.navbar-custom .nav li a {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	color: rgba(255, 255, 255, 0.5);
	outline: none;
	background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
	outline: none;
	background-color: transparent;
}
.navbar-custom .nav li.active {
	outline: none;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
	color: white;
}
.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: white;
	background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
	background-color: black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .intro-body {
	display: table-cell;
	vertical-align: middle;
	padding-top: 100px;
}
.intro .intro-body .brand-heading {
	font-size: 120px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.1em;
}
.intro .intro-body .intro-text-alf {
	font-family: 'Bilbo Swash Caps', cursive;
	font-size: 28px;
	letter-spacing: 0.1em;
	color: white !important;
}
 .intro-text-ja {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 50px; 
	color:#fff;
}
.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid white;
	border-radius: 100% !important;
	font-size: 40px;
	color: white;
	background: transparent;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
	outline: none;
	color: white;
	background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-moz-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

.content-section {
	padding-top: 100px;
}
.about-section {
	width: 100%;
	padding: 50px 0;
	color: white;
	background: url(../img/about-bg.jpg) no-repeat center center scroll;
	background-color: black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.artists-section {
	width: 100%;
	padding: 50px 0;
	color: white;
	background: url(../img/artists-bg.jpg) no-repeat center center scroll;
	background-color: black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.thumbnail {
	background: #1a1a1a;
	border: none;
}
.caption h3 {
	font-size: 20px;
	color: #45aed6;
	font-family: 'Oswald', sans-serif;
	line-height: 1.3em;
}
.modal-header h4{
	color: #45aed6;
	font-family: 'Oswald', sans-serif;
}
.modal-content {
	background: #1a1a1a;
}
.modal-body p {
	text-align: left;
}
#ticket {
	background: #2e2e2e;
	margin-top: 100px;
	padding-bottom: 50px;
}
.ticket-section {
	width: 100%;
	padding: 50px 0;
	color: white;
	background: #2e2e2e;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#regist{
	background: #f5f5f5;
}
#regist p{
	color: #514A44 !important;
}
#regist textarea, input {
	color: #514A44 !important;
}
#info{
	background: #000;
}
.info-section {
	width: 100%;
	padding: 50px 0;
	color: white;
	background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#info img {
	display:block;
	margin:auto;
	vertical-align: middle;}

.access-section {
	width: 100%;
	padding: 50px 0;
	color: white;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.sakura-section {
	width: 100%;
	padding: 50px 0;
	color: white;
	background: url(../img/sakura-bg.jpg) no-repeat center center scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
/***********************
********* contact ******
************************/
#contact{
	background: #f5f5f5;
}
#contact textarea, input {
	color: #514A44 !important;
}
.contact-section {
	width: 100%;
	padding: 50px 0;
	color: white;
	background: #f5f5f5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
/***********************
********* map ******
************************/
#map {
	width: 100%;
	height: 300px;
	margin-top: 50px;
}

.btn {
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 0;
}
.btn-default {
	border: 1px solid #45aed6;
	color: #45aed6;
	background-color: transparent;
}

.btn-default a:hover {
	color: #fff !important;
}
.btn-default:hover,
.btn-default:focus {
	border: 1px solid #45aed6;
	outline: none;
	color: black;
	background-color: #45aed6;
}
ul.banner-social-buttons {
	margin-top: 0;
}
footer {
	padding: 50px 0;
}
footer p {
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px;
	margin: 0;
}
::-moz-selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255, 255, 255, 0.2);
}
::selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255, 255, 255, 0.2);
}
img::selection {
	background: transparent;
}
img::-moz-selection {
	background: transparent;
}
body {
	webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.table th,
.table td {
	border:none !important;
}
.dl-horizontal.user dt{
	text-align: left;
	padding-bottom: 10px;
	color: #a9a9a9 !important;

}
.dl-horizontal.user dd{
	line-height: 1.7em;
	color: #a9a9a9 !important;
}

.mg-t {
	margin-top: 30px;
}
.mg-b {
	margin-bottom: 30px;
}
.divider {
	margin: 50px 10px;
	background-image: -moz-linear-gradient(180deg, #1a1a1a 0%, #333333 49%, #1a1a1a 100%);
	background-image: -webkit-linear-gradient(180deg, #1a1a1a 0%, #333333 49%, #1a1a1a 100%);
	background-image: -ms-linear-gradient(180deg, #1a1a1a 0%, #333333 49%, #1a1a1a 100%);
	width: 80%;
	height: 1px;
}