@charset "utf-8";
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    overflow: hidden;
}
a {
    text-decoration: none;
    color: #999;
}
a:hover {
    color: #ccc;
}
#thunderbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}
#thunderbox * {
    box-sizing: border-box
}
#thunderbox>header, #thunderbox>footer {
    padding: 30px 0
}
#thunderbox>header>nav, #thunderbox>footer>nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#thunderbox>header>nav>a {
    margin: 0px 30px 25px;
    color: #ddd;
}
#thunderbox>header>nav>a:hover {
    border-bottom: #ddd 1px solid
}
#thunderbox>header>nav>a>img{fill:#eee;}
#thunderbox>footer>nav>a {
    width: 64px;
    height: 64px;
    background: rgba(153, 153, 153, 0.6);
    padding: 13px;
    margin: 10px 30px;
}
#thunderbox>footer>small {
    color: #bbb;
    margin: 30px 0 10px;
    display: block;
    text-align: center
}
#thunderbox>main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0
}
#thunderbox>main>img {
    width: 100%;
    max-width: 50vh;
    max-height: 50vh;
    opacity: .5
}
.line {
    border-bottom: #ddd 1px solid;
}
#menuwrap {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
.wbg {
    background-color: rgba(255, 255, 255, .9);
}
#menu {
    margin: 30px auto 0;
    text-align: center;
    color: #bbb;
    position: relative;
}
#menu ul {
    position: relative;
    float: left;
    left: 50%;
}
#menu li {
    margin: 0px 30px 25px;
    position: relative;
    float: left;
    left: -50%;
}
#menu li a:hover {
    border-bottom: #ddd 1px solid;
}
#menu li.line a:hover {
    border-bottom: none;
}
#menu li.home a {
    font-weight: 600 !important;
    color: #777;
}
#main {
    max-width: 1366px;
    width: 90%;
    margin: 76px auto 0;
    padding: 40px 0;
    font-size: 30px;
    text-align: center;
    color: #555;
    clear: both;
}
#main p {
    padding-top: 100px;
    text-align: center;
    font-size: 15px;
}
a.mail {
    font-size: 16px;
    margin: 100px auto;
}
a.maildlr {
    font-size: 16px;
    margin: 10px auto;
    display: inline;
}
#main img.col {
    float: left;
    margin: 0;
    max-width: 450px;
    width: 100%;
}
#main.dlr {
    text-align: left;
    color: #666;
}
#main h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 10px;
}
#main h3 a {
    font-size: 18px;
    font-weight: bold;
    color: #666;
}
#main h3 a:hover {
    color: #aaa;
}
#main > ul {
    margin: 10px auto;
    position: relative;
    left: 30%;
}
#main li {
    clear: both;
    margin-left: 14px;
    font-size: 12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
span.sq {
    font-size: 13px;
    font-weight: normal;
    vertical-align: bassline;
}
#foot {
    margin: 30px auto;
    text-align: center;
    color: #bbb;
    position: relative;
}
#foot > ul {
    position: relative;
    float: left;
    left: 50%;
}
#foot li {
    margin: 0 30px 50px;
    position: relative;
    float: left;
    left: -50%;
}
.footer {
    clear: both;
}
.video-wrapper {
    max-width: 902px;
    width: 99%;
    margin: 30px auto 70px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.band {
    text-align: center;
    margin: 80px auto 0;
}
.band iframe {
    padding: 2.5%;
}
img.nazo {
    height: 30px;
    margin-top: -5px;
}
@media screen and (max-width: 480px) {
    body {
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        overflow: hidden;
    }
    #thunderbox {
        height: auto
    }
    #thunderbox>header>nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #thunderbox>header>nav>a {
        text-align: center
    }
    #thunderbox>footer>nav>a {
        margin: 10px
    }
    #menuwrap {
        position: relative;
    }
    #menu > ul {
        margin-left: -2px;
        clear: both;
    }
    #menu li {
        clear: both;
        margin-bottom: 10px;
        font-weight: bold;
    }
    #menu li img {
        width: 125px;
    }
    #main {
        padding-top: 15px;
    }
    #main p {
        padding-top: 50px;
        font-size: 11px;
    }
    #main h3 {
        font-size: 15px;
        margin: 25px 0 10px;
    }
    #main > ul {
        margin: 20px auto;
        left: 0;
    }
    #main li {
        margin-left: 7px;
        font-size: 10px;
    }
    span.sq {
        font-size: 11px;
    }
    #foot img {
        width: 40px;
    }
    #foot li {
        margin: 0 15px 20px;
    }
    .video-wrapper, .band {
        margin: 5px auto 5px;
        width: 97%;
    }
    img.nazo {
        width: 90px !important;
        margin-left: -16px;
        margin-top: 0;
    }
}
