@charset "UTF-8";
/* line 8, sass/home.scss */
#footer {
  margin-top: 0;
}

/* line 12, sass/home.scss */
.mainBox {
  height: 1020px;
  background: url("../img/home/mainvisual_03.jpg") 10px 25px no-repeat;
}
/* line 16, sass/home.scss */
.mainBox h1 {
  position: absolute;
  right: 15px;
  top: 35px;
}
/* line 21, sass/home.scss */
.mainBox h1 img {
  width: 310px;
}
/* line 26, sass/home.scss */
.mainBox #release {
  position: absolute;
  left: 10px;
  top: 865px;
}
/* line 32, sass/home.scss */
.mainBox #topic {
  position: absolute;
  right: 0px;
  bottom: 170px;
}
/* line 38, sass/home.scss */
.mainBox #comment {
  position: absolute;
  left: 20px;
  top: 446px;
}

/* line 45, sass/home.scss */
.playbtn {
  display: inline-block;
  position: relative;
}
/* line 49, sass/home.scss */
.playbtn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 3em;
  padding: 0.5em 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: icomoon;
  content: "\e61d";
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
/* line 65, sass/home.scss */
.playbtn img {
  border: solid 1px #fff;
}

/* line 70, sass/home.scss */
#bottomBox {
  border-top: solid 1px #fff;
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 76, sass/home.scss */
#bottomBox #bottomBox-inner {
  width: 1000px;
  margin: auto;
}
/* line 81, sass/home.scss */
#bottomBox .bottom-left {
  position: relative;
  width: 200px;
  float: left;
}
/* line 87, sass/home.scss */
#bottomBox .bottom-right {
  width: 775px;
  float: right;
}
/* line 95, sass/home.scss */
#bottomBox #otherBox {
  border-top: solid 1px #fff;
  padding-top: 20px;
}

/* line 101, sass/home.scss */
#popup-content {
  position: relative;
  background: url("../img/home/newed_base.jpg") left top no-repeat;
  height: 439px;
}
/* line 106, sass/home.scss */
#popup-content .page-1 {
  position: absolute;
  width: 390px;
  top: 50px;
  right: 10px;
  text-align: center;
}
/* line 113, sass/home.scss */
#popup-content .page-1 a {
  display: block;
  background-color: #2242af;
  border-radius: 4px;
  padding: 4px;
}
/* line 119, sass/home.scss */
#popup-content .page-1 a:hover {
  background-color: #2e54d6;
}
/* line 124, sass/home.scss */
#popup-content .page-2 {
  display: none;
  background: url("../img/home/newed_page2_bg.png") left top repeat-y;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 460px;
  height: 439px;
  box-sizing: border-box;
  padding: 30px 20px 10px 130px;
  color: #333;
  font-size: 14px;
}
/* line 137, sass/home.scss */
#popup-content .page-2 a {
  color: #1623a8;
}
/* line 140, sass/home.scss */
#popup-content .page-2 a:hover {
  color: #7680eb;
}
