@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i&display=swap");

html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Roboto Condensed", sans-serif;
  background: #f1bf57;
  font-size: 1.2em;
}

img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #b5452b;
}

#wrapper {
  padding: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
#header {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
}
#top-space {
  width: 728px;
  height: 90px;
  background: #ccc;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 20px;
}
@media screen and (max-width: 1020px) {
  #header {
    flex-wrap: wrap;
    justify-content: center;
  }
  #logo {
    display: block;
    max-width: 500px;
  }
  #top-space {
    margin: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 770px) {
  #top-space {
    width: 300px;
    height: 50px;
    overflow: hidden;
  }
}

#body-wrap {
  background: #b5452b;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.29);
}
#menu {
  text-align: center;
}
#menu a {
  color: #fff;
  font-weight: bold;
  padding: 20px;
  display: inline-block;
  font-size: 1.1em;
}
#menu a:hover {
  background: #762d1c;
}

#middle {
  background: #edece9;
  display: flex;
  padding: 30px;
  justify-content: center;
}
#middle-left {
  min-width: 650px;
}
#middle-right {
  order: 1;
  width: 160px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
}
#right-space {
  width: 160px;
  height: 600px;
  background: #ccc;
}
#hiveworks {
  margin-top: 20px;
  display: block;
}

.cc-nav {
  display: flex;
  justify-content: space-around;
}
.cc-nav a,
.cc-nav div {
  width: 100%;
  max-width: 50px;
  background-size: 100%;
}
.cc-nav a:before,
.cc-nav div:before {
  padding-bottom: 100%;
  content: "";
  display: block;
}
.cc-nav a:hover {
  background-position: 0 -100%;
}
.cc-first {
  background-image: url("images/first.png");
}
.cc-prev {
  background-image: url("images/prev.png");
}
.cc-navaux {
  background-image: url("images/archive.png");
}
.cc-next {
  background-image: url("images/next.png");
}
.cc-last {
  background-image: url("images/last.png");
}
.cc-nav div {
  background-position: 0 -200%;
}

#cc-comicbody {
  padding: 30px 0;
}
#menuclick {
  display: none;
}

@media screen and (max-width: 1020px) {
  #middle-left {
    min-width: auto;
  }
}
@media screen and (max-width: 770px) {
  #middle {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  #middle-right {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 30px;
    align-items: center;
  }
  #right-space {
    width: 300px;
    height: 250px;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
  }
  #hiveworks {
    margin-left: 20px;
  }
  .cc-nav {
    padding: 0 20px;
  }
}
@media screen and (max-width: 915px) {
  #menu {
    display: none;
  }
  #menu a {
    display: block;
    padding: 20px;
  }
  #menuclick {
    display: block;
    padding: 20px;
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
}
@media screen and (max-width: 750px) {
  #header {
    padding: 20px;
  }
  #wrapper {
    padding: 0;
  }
  #body-wrap {
    border-radius: 0;
  }
  #middle-right {
    flex-direction: column;
  }
}

#hw-jumpbar{
  margin:20px;
}

#bottom {
  display: flex;
  padding: 20px;
  padding-top: 0;
}
#bottom-left {
  width: 100%;
  background: #fff;
  padding: 20px;
}
#bottom-right {
  width: 300px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
  order: 1;
}
.cc-newsheader,
.cc-publishtime {
  text-align: center;
}
.cc-newsheader {
  font-weight: bold;
  font-size: 2em;
}
.cc-newsheader a {
  color: #000;
}
#bottom-space {
  width: 300px;
  height: 250px;
  background: #ccc;
}
#store {
  padding: 20px 0;
  display: block;
}
#social {
  display: flex;
}
#social a {
  margin-left: 10px;
}

#hw-privacy {
  text-align: center;
  padding-bottom: 30px;
}
#hw-privacy {
  padding-top: 20px;
}
#hw-privacy a {
  color: #fff;
}

@media screen and (max-width: 770px) {
  #bottom {
    display: block;
  }
  #bottom-left {
    box-sizing: border-box;
  }
  #bottom-right {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
  }
  #store {
    max-width: 400px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #bottom-space {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #bottom {
    padding: 0;
  }
}

#text-area {
  padding: 20px;
}
.archive-line {
  display: flex;
}
.archive-date {
  width: 150px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
  font-weight: bold;
  font-style: italic;
}
.archive-game {
  width: 300px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
  text-align: right;
  font-style: italic;
}
.archive-title {
  width: 100%;
}
.archive-title a {
  color: #000;
}
.archive-entries {
  max-height: 1000px;
  overflow-y: hidden;
  position: relative;
}
.archive-entries.no-after {
  max-height: none;
}
.archive-entries:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(
    to bottom,
    rgba(237, 236, 233, 0),
    rgba(237, 236, 233, 1) 90%
  );
  width: 100%;
  height: 4em;
}
.archive-entries.no-after:after {
  content: "";
  display: none;
}
.archive-button {
  color: #7e7e7e;
  border: 1px solid #7e7e7e;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .archive-line {
    display: block;
    padding: 10px 0;
  }
  .archive-game,
  .archive-date {
    width: 100%;
    text-align: left;
    margin: 0;
  }
}
.cc-publishtime {
  padding: 0;
}
.news-storyline {
  font-size: 0.8em;
  text-align: center;
}
