/* CSS Document */

body {
    background-color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    color: #fff;
    line-height: 1.5;
}
p a {
    color: #fff;
    text-decoration: underline;
}
h2 {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
}
h3 {
    padding-top: 6em;
    text-align: center;
    margin-bottom: 50px;
}
h3 small{
    font-size: 60%;
}
#timetable h3 {
    margin-bottom: 20px;
}
h2+h3 {
    padding-top: 2em;
}
h3 .h3-title {
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 20px;
    line-height: 1.8;
}
h4 {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
}
h4 .h4-title {
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
    line-height: 1.8;
}
#loading {
    z-index: 9999;
    background-image: url(../img/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
#global-nav {
    background-color: transparent !important;
	text-align: right;
}
#navbarNav {
    background-color: rgba(0, 0, 0, 0.8 );
    padding: 1em;
	text-align: left;
}

@media (min-width: 768px) {
#navbarNav {
    background-color: transparent;
    padding: 0;
}
}
#top-movie video,#top-movie img {
    z-index: -3;
    position: fixed;
    min-width: 100vh;
    min-height: 100vh;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);


}
#top-filter-01 {
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    position: fixed;
    background-image: url(../img/stripe.png);
    opacity: 0.5;
}
#top-filter-02 {
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5 );
    display: none;
}
#top-wrap {
    position: relative;
    min-width: 100vw;
    min-height: 100vh;
}
#top {
    position: absolute;
    text-align: center;
    color: #ffffff;
    top: 0;
    left: 0;
    width: 100vw;
    padding-top: 100px;
}
#top h1 {
    font-size: 45pt;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

@media (min-width: 576px) {
#top h1 {
    font-size: 80pt;
}
}
#top p {
    font-size: 1.5rem;
    font-family: 'Raleway', sans-serif;
    margin-top: 1em;
}
#top p.sub{
    font-size: 1.1rem;
}
#top p.lead {
    font-size: 1.4rem;
}

@media (min-width: 576px) {
#top p.lead {
    font-size: 1.6rem;
}
#top p.sub {
    font-size: 1.2rem;
}
}
.pg-button {
    margin-top: 50px;
}
.pg-button a {
    margin-top: 20px;
}


.content {
    padding-top: 100px;
    padding-bottom: 100px;
}
.outline, .banner {
    text-align: center;
}

.outline p.title {
    font-size: 18px;
}
.banner {
    margin: 2em 0;
}
.section {
    margin-bottom: 2em;
    text-align: center;
}
.speaker {
    margin-top: 2em;
}
.speaker .name {
    font-size: 24px;
    margin-top: 20px;
    font-weight: bold;
}
.speaker .job {
    font-size: 16px;
    font-weight: bold;
}
.speaker .speaker {
    margin-bottom: 50px;
}
#fotter {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #fff;
}
#news {
    background-color: rgba(0, 0, 0, 0.6 );
    padding: 1em 0;
}
#news p {
    margin: 0;
}
#about dd {
    padding-left: 1em;
}
#album img {
    padding-bottom: 1em;
}

.supportspecialist a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border: dotted #fff 1px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}
.supportspecialist a:hover {
    background-color: #ccc;
    color: #000;
}
#about {
    margin-top: 200px;
}
#fb {
    position: fixed;
    top: 0;
    left: 20px;
	z-index: 2000;
}

.table-timetable a{
	color:#fff;
}

td {
vertical-align: middle;
}

