@charset "UTF-8";
/*
$fontHelveticaRound: 'HelveticaW01-RoundedBlk 709929';
.font-family-round{
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
}
.font-family-round-bold{
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
}
*/
/* line 8, sass/home.scss */
#mainVisual {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 760px;
  overflow: hidden;
}
/* line 15, sass/home.scss */
#mainVisual img#visual-bg {
  position: absolute;
  left: 50%;
  top: 50%;
}

/* line 22, sass/home.scss */
#mainVisual-inner {
  position: relative;
  z-index: 10;
  width: 100%;
  min-width: 1000px;
  height: 760px;
  background: url("../img/home/mainvisual_chara.png") center top no-repeat;
}

/* line 31, sass/home.scss */
#mainVisual-inner2 {
  position: relative;
  width: 1000px;
  height: 760px;
  margin: auto;
}
/* line 37, sass/home.scss */
#mainVisual-inner2 h1 {
  position: absolute;
  left: 240px;
  top: 440px;
}

/* line 45, sass/home.scss */
canvas {
  position: absolute;
}

/******************************/
/* line 51, sass/home.scss */
#bottomContentBox {
  position: relative;
  z-index: 50;
  margin: auto;
  margin-top: -35px;
  margin-bottom: 30px;
  width: 1000px;
  padding: 0 50px;
  background: url("../img/home/bottom_bg.png") center 6px no-repeat;
}

/* line 63, sass/home.scss */
#topics ul {
  margin-left: -10px;
  margin-bottom: 5px;
}
/* line 68, sass/home.scss */
#topics li {
  list-style-type: none;
  float: left;
  margin-left: 10px;
  background-color: #fff;
}

/* line 76, sass/home.scss */
#news {
  float: left;
  padding-left: 15px;
  width: 380px;
  font-size: 12px;
}
/* line 82, sass/home.scss */
#news h2 {
  margin: 0;
  height: 14px;
  margin: 5px 0;
}
/* line 86, sass/home.scss */
#news h2 img {
  vertical-align: top;
}
/* line 91, sass/home.scss */
#news a {
  color: #2c2626;
}
/* line 94, sass/home.scss */
#news a:hover {
  color: #0073dd;
}
/* line 98, sass/home.scss */
#news #news-scroll {
  position: relative;
  height: 113px;
}
/* line 102, sass/home.scss */
#news dl {
  margin: 0;
}
/* line 105, sass/home.scss */
#news dt {
  float: left;
  width: 100px;
}
/* line 109, sass/home.scss */
#news dd {
  float: left;
  width: 250px;
  margin-bottom: 3px;
}

/* line 116, sass/home.scss */
#onair {
  width: 600px;
  float: right;
}

/* line 121, sass/home.scss */
#bannerList {
  width: 1000px;
  margin: auto;
  padding-bottom: 10px;
  padding-top: 7px;
  text-align: right;
  border-top: solid 1px #cccccc;
}
/* line 129, sass/home.scss */
#bannerList li {
  list-style-type: none;
  display: inline-block;
}

/* line 137, sass/home.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  background: #B4B4B4;
}

/* line 140, sass/home.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #797979;
}

/* line 143, sass/home.scss */
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #797979;
}
