@charset "UTF-8";

/* base setting */
html, body {
  height: 100%;
  line-height: 1.6em;
  font: 14px/1.5 Verdana, '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

/* clearfix */
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  overflow: hidden;
}
.clearfix:after { clear: both; }

/* link */
a, a:link, a:visited {
  color: #e7316e;
  text-decoration: underline;
}
li {
  list-style-type: none;
}
.hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#wrap {
  position: relative;
  width: 640px;
  margin: 0 auto;
}
#header h1 {
  width: 328px;
  margin: 0 auto;
  padding: 20px 0;
}
.btn-back a  {
  display:block;
  width: 84px;
  margin-top: -30px;
  padding: 10px 30px;
}

/* menu */

#menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
}
.btn-menu {
  position: absolute;
  top: 0;
  right: 0;
}
.menu-wrap {
  position: relative;
  width: 640px;
  height: 936px;
  background: url(/1st/sp/img/nav/nav_bg.png) no-repeat 0 0;
}
.nav-logo {
  padding: 25px 0 15px;
  text-align: center;
}
#menu nav ul {
  margin-top: -10px;
}
#menu nav ul li {
  float: left;
  margin: 0 25px 16px;
  padding-top: 15px;
}
#menu .onair_catch {
  position: absolute;
  left: 0;
  bottom: 40px;
  margin: 0;
}
#menu .twitter {
  position: absolute;
  right: 17px;
  bottom: 40px;
}
#menu nav ul li.new {
  background: url(/1st/sp/img/nav/icon_new.png) no-repeat center 0;
}

/* sub-content */
.sub-content h2 {
  margin: -20px 30px 0 0;
  text-align: right;
}

/* footer */

footer {
  position: relative;
  margin: 80px 0 0;
  padding: 60px 0 100px;
  text-align: center;
  color: #666;
  background: #eee;
}
.sns-list {
  width: 504px;
  margin: 0 auto;
}
.sns-list li {
  float: left;
  margin: 0 15px;
}
#btn-totop {
  position: absolute;
  top: -40px;
  right: 20px;
}
.btn-pc {
  margin: 60px 0;
}
.btn-pc a {
  display: block;
  margin: 40px 0;
  color: #333;
  font-size: 24px;
  text-decoration: none;
}
.btn-pc a span {
  padding: 40px 80px 40px 140px;
  background: url(/1st/sp/img/footer/btn-topc.png) no-repeat 50px center;
}
.corporate-link {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.corporate-link li a {
  display: block;
  padding: 35px 0;
  color: #666;
  font-size: 22px;
  text-decoration: none;
  border-top: 1px solid #ccc;
  background: url(/1st/sp/img/footer/arrow.png) no-repeat 600px center;
}
footer .notice {
  margin-bottom: 20px;
}

/* character color */
.pink {
  color: #E7316E;
}
.eriri {
  color: #c3d600;
}
.utaha {
  color: #e60019;
}
.megumi {
  color: #ea616f;
}
.izumi {
  color: #29b5d0;
}
.michiru {
  color: #9366c7;
}
.iori {
  color: #ff9c00;
}
.tomoya {
  color: #253def;
}

.bnr_fixd{
  z-index: 100;
  position: fixed;
  max-width: 100%;
  height: auto;
  bottom:-5px;
}

.bnr_fixd img {
 max-width: 100%;
}