.wrapper {
  position: relative;
}

.kv-img {
  position: absolute;
}

.text .highlight-a {
  display: inline-block;
}

.wrapper {
  background-repeat: no-repeat;
}

.wrapper {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  min-width: 640px;
}
.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

.container {
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper {
  background-image: url(../images/index-bg.jpg);
}

.text-inner {
  padding-top: 30px;
}

.text {
  padding-top: 30px;
}
.text span {
  font-size: 24px;
}
.text .highlight-a {
  margin-bottom: 5px;
  padding: .05em 2em .05em 1em;
  background: -moz-linear-gradient(left, rgba(255, 180, 109, 0.6) 0%, rgba(255, 180, 109, 0.6) 66%, rgba(255, 180, 109, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 180, 109, 0.6) 0%, rgba(255, 180, 109, 0.6) 66%, rgba(255, 180, 109, 0) 100%);
  background: linear-gradient(to right, rgba(255, 180, 109, 0.6) 0%, rgba(255, 180, 109, 0.6) 66%, rgba(255, 180, 109, 0) 100%);
}
.text .highlight-b {
  display: block;
  line-height: 1.5;
  padding-bottom: 3px;
}

.btn-box {
  padding-top: 20px;
}
.btn-box a {
  padding: .4em 1.8em;
  font-size: 20px;
  color: #e28936;
  border: 1px solid #e5974c;
}
.btn-box a:hover {
  background-color: #e5974c;
  color: #fff;
}

.kv-img {
  bottom: 80px;
  left: 0;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  pointer-events: none;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

#announcement {
  position: fixed;
  z-index: 8888;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#announcement .inner {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 450px;
  left: 50%;
  top: 50%;
  margin-left: -225px;
  text-align: center;
  background-color: #fff;
}
#announcement .panel__header {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}
#announcement .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #c8701d;
}
#announcement .panel__boby {
  padding: 0 30px 30px 30px;
}
#announcement .panel__boby p + p {
  padding-top: 15px;
}
#announcement .panel__boby ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
#announcement .highlight {
  color: #c8701d;
}
#announcement a {
  color: #c8701d;
  text-decoration: underline;
}
