@charset "utf-8";
/* line 17, R:/Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, R:/Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, R:/Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, R:/Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, R:/Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, R:/Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, R:/Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, R:/Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, R:/Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* ----------------------------------------
	Style
---------------------------------------- */
/* line 8, style.scss */
*, html, body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* line 12, style.scss */
body {
  position: relative;
  width: 100%;
  min-width: 1200px;
}
/* line 16, style.scss */
body > img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  margin-left: -600px;
}
/* line 23, style.scss */
body #bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("./images/bg.png");
}
/* line 29, style.scss */
body #bg #wrapper {
  margin: 0 auto;
  width: 960px;
}
/* line 32, style.scss */
body #bg #wrapper h1 {
  font-size: 28px;
  margin-bottom: 30px;
  font-family: 'Helvetica Neue LT Std' 'Open Sans', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/* line 37, style.scss */
body #bg #wrapper header {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  z-index: 3;
  padding-top: 25px;
  width: 100%;
  height: 58px;
}
/* line 44, style.scss */
body #bg #wrapper header .left {
  float: left;
  padding-top: 10px;
}
/* line 48, style.scss */
body #bg #wrapper header .right {
  overflow: hidden;
  *zoom: 1;
  float: right;
  width: 72px;
}
/* line 52, style.scss */
body #bg #wrapper header .right > img {
  margin-bottom: 5px;
}
/* line 55, style.scss */
body #bg #wrapper header .right a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 32px;
}
/* line 61, style.scss */
body #bg #wrapper header .right a:hover {
  opacity: 0.7;
}
/* line 67, style.scss */
body #bg #wrapper #top {
  position: relative;
  width: 100%;
  height: 680px;
}
/* line 71, style.scss */
body #bg #wrapper #top img {
  position: absolute;
  z-index: 2;
}
/* line 74, style.scss */
body #bg #wrapper #top img:first-of-type {
  top: -35px;
  right: 0;
}
/* line 78, style.scss */
body #bg #wrapper #top img:nth-of-type(2) {
  top: 40px;
  left: 0;
}
/* line 82, style.scss */
body #bg #wrapper #top img:nth-of-type(3) {
  top: 315px;
  left: 0;
}
/* line 86, style.scss */
body #bg #wrapper #top img:last-of-type {
  top: 470px;
}
/* line 91, style.scss */
body #bg #wrapper #information {
  width: 100%;
  height: 400px;
}
/* line 94, style.scss */
body #bg #wrapper #information .left {
  float: left;
  margin-top: 20px;
  padding-left: 96px;
  width: 340px;
  box-sizing: border-box;
}
/* line 100, style.scss */
body #bg #wrapper #information .left img {
  width: 244px;
  height: auto;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4);
}
/* line 106, style.scss */
body #bg #wrapper #information .left a {
  display: inline-block;
  width: 195px;
  height: 25px;
  color: #FFF;
  background-color: #333333;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}
/* line 118, style.scss */
body #bg #wrapper #information .right {
  float: right;
  width: 620px;
  margin-bottom: 30px;
  padding-left: 140px;
  box-sizing: border-box;
}
/* line 124, style.scss */
body #bg #wrapper #information .right h1 {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: 'Helvetica Neue LT Std' 'Open Sans', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/* line 129, style.scss */
body #bg #wrapper #information .right p {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}
/* line 134, style.scss */
body #bg #wrapper #information .right h2 {
  margin-bottom: 5px;
  color: #0071BC;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5px;
}
/* line 141, style.scss */
body #bg #wrapper #information .right h3 {
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: bold;
}
/* line 146, style.scss */
body #bg #wrapper #information .right table {
  margin-top: 10px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/* line 150, style.scss */
body #bg #wrapper #information .right table tr th, body #bg #wrapper #information .right table tr td {
  font-size: 11px;
  line-height: 2.5em;
  vertical-align: top;
}
/* line 155, style.scss */
body #bg #wrapper #information .right table tr th {
  width: 110px;
}
/* line 158, style.scss */
body #bg #wrapper #information .right table tr td a {
  color: #000;
  text-decoration: none;
}
/* line 161, style.scss */
body #bg #wrapper #information .right table tr td a:hover {
  color: #0071BC;
}
/* line 169, style.scss */
body #bg #wrapper #shops {
  width: 100%;
  height: 150px;
}
/* line 172, style.scss */
body #bg #wrapper #shops .bannerline {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  width: 920px;
  height: 60px;
}
/* line 177, style.scss */
body #bg #wrapper #shops .bannerline .bannerbox {
  float: left;
  margin-left: 40px;
  width: 200px;
  height: 60px;
}
/* line 182, style.scss */
body #bg #wrapper #shops .bannerline .bannerbox:first-of-type {
  margin-left: 0;
}
/* line 188, style.scss */
body #bg #wrapper #soundcloud {
  width: 100%;
  height: 166px;
  margin-bottom: 50px;
}
/* line 193, style.scss */
body #bg #wrapper #tracklist {
  width: 100%;
  height: 340px;
}
/* line 197, style.scss */
body #bg #wrapper #stafflist {
  height: 500px;
}
/* line 199, style.scss */
body #bg #wrapper #stafflist table {
  width: 50%;
  font-size: 11px;
}
/* line 202, style.scss */
body #bg #wrapper #stafflist table:first-of-type {
  float: left;
}
/* line 205, style.scss */
body #bg #wrapper #stafflist table:last-of-type {
  float: left;
}
/* line 209, style.scss */
body #bg #wrapper #stafflist table tr th {
  width: 160px;
  line-height: 2.8em;
  vertical-align: top;
  font-family: 'Helvetica Neue LT Std' 'Open Sans', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/* line 215, style.scss */
body #bg #wrapper #stafflist table tr td {
  line-height: 2.8em;
  vertical-align: top;
}
/* line 218, style.scss */
body #bg #wrapper #stafflist table tr td.pb {
  padding-bottom: 30px;
}
/* line 221, style.scss */
body #bg #wrapper #stafflist table tr td a {
  color: #000;
  text-decoration: none;
}
/* line 224, style.scss */
body #bg #wrapper #stafflist table tr td a:hover {
  color: #0071BC;
}
/* line 232, style.scss */
body #bg #wrapper #banner {
  height: 400px;
  text-align: center;
}
/* line 235, style.scss */
body #bg #wrapper #banner h1 {
  text-align: center;
}
/* line 238, style.scss */
body #bg #wrapper #banner img {
  margin-bottom: 10px;
}
/* line 241, style.scss */
body #bg #wrapper #banner p {
  margin: 0 auto 20px;
  width: 728px;
  height: 20px;
  color: #FFF;
  background-color: #333;
  font-size: 11px;
  line-height: 20px;
}
/* line 251, style.scss */
body #bg #wrapper #other {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  height: 300px;
}
/* line 255, style.scss */
body #bg #wrapper #other .text {
  float: left;
  width: 270px;
  height: 100%;
}
/* line 259, style.scss */
body #bg #wrapper #other .text h1 {
  line-height: 1.3em;
}
/* line 262, style.scss */
body #bg #wrapper #other .text p {
  font-size: 11px;
}
/* line 266, style.scss */
body #bg #wrapper #other a {
  display: block;
  float: left;
  margin-left: 40px;
  width: 200px;
  height: 200px;
}
/* line 272, style.scss */
body #bg #wrapper #other a:first-of-type {
  margin-left: 10px;
}
/* line 275, style.scss */
body #bg #wrapper #other a .image1, body #bg #wrapper #other a .image2, body #bg #wrapper #other a .image3 {
  width: 200px;
  height: 200px;
}
/* line 278, style.scss */
body #bg #wrapper #other a .image1 img, body #bg #wrapper #other a .image2 img, body #bg #wrapper #other a .image3 img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 282, style.scss */
body #bg #wrapper #other a .image1 {
  background: url("./images/kancolle-banner_w.png");
}
/* line 284, style.scss */
body #bg #wrapper #other a .image1 img:hover {
  opacity: 0;
}
/* line 288, style.scss */
body #bg #wrapper #other a .image2 {
  background: url("./images/inst-banner_w.png");
}
/* line 290, style.scss */
body #bg #wrapper #other a .image2 img:hover {
  opacity: 0;
}
/* line 294, style.scss */
body #bg #wrapper #other a .image3 {
  background: url("./images/barrage-banner_w.png");
}
/* line 296, style.scss */
body #bg #wrapper #other a .image3 img:hover {
  opacity: 0;
}
/* line 303, style.scss */
body #bg footer {
  width: 100%;
  height: 120px;
  color: #FFF;
  background-color: #333;
  font-size: 11px;
  text-align: center;
  line-height: 120px;
}
