@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Jersey+10&family=VT323&display=swap");
body {
  background-color: #111;
  color: whitesmoke;
}

#main-block {
  width: 700px;
  margin: auto;
}
@media (width <= 700px) {
  #main-block {
    width: 100%;
  }
}

#header {
  padding: 15px 10px 0 10px;
}
#header a {
  color: inherit;
  text-decoration: none;
}
#header nav {
  display: none;
  clear: both;
}
#header nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#header nav ul li {
  list-style: none;
  margin: 12px 0px;
}
#header nav ul li a {
  margin: 10px 20px 0 0;
  padding: 5px;
  background-color: #fff;
  color: #000;
  position: relative;
  font-family: "VT323", monospace;
  font-size: 25px;
}
#header nav ul li a.icon::before {
  content: " ";
  width: 25px;
  display: inline-block;
  height: 25px;
  background-size: cover;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
#header nav ul li a.icon-computer::before {
  background-image: url("../imgs/menu/computer-248ab264e8eaa3b94e4708b14b12964e.png");
}
#header nav ul li a.icon-movie::before {
  background-image: url("../imgs/menu/movie-f09917bf9f4813ded6d15f10ec1de340.png");
}
#header nav ul li a.icon-blog::before {
  background-image: url("../imgs/menu/blog-1d3897e4dba1246141aa611c07333c84.png");
}
#header nav ul li a.disabled {
  cursor: not-allowed;
}
#header nav ul li a::after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
  background-color: #666;
}
@media (width <= 520px) {
  #header nav ul li {
    margin: 5px 0 0 0;
    width: calc(100% - 10px);
  }
  #header nav ul li a {
    display: block;
    text-align: center;
    width: 100%;
  }
}

#header-image {
  float: left;
}
#header-image span {
  font-family: "Jersey 10", sans-serif;
  font-size: 45px;
}
#header-image img {
  width: 90px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  display: block;
  margin-bottom: 5px;
}
@media (width <= 700px) {
  #header-image img {
    width: 80px;
  }
  #header-image span {
    font-size: 40px;
  }
}

#header-menu {
  float: right;
}
#header-menu button {
  width: 80px;
  height: 80px;
  background-image: url("../imgs/hamburger-4ac20a3e5a43e66b6b382ef1a70955fb.png");
  background-size: cover;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#quotation {
  display: block;
  float: left;
  position: relative;
  background-color: #fff;
  color: #000;
  background-image: url("../imgs/quotation/bottom-b949c1c3d86d8a63395b1d5561813afa.png");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 5px;
  image-rendering: crisp-edges;
  margin-top: 5px;
}
@media (width <= 350px) {
  #quotation {
    display: none;
  }
}
#quotation .quotation-left {
  display: block;
  float: left;
  width: 10px;
  height: 80px;
}
#quotation .quotation-left::before {
  content: " ";
  display: block;
  background-color: #111;
  height: 10px;
  background-image: url("../imgs/quotation/left-up-d826436f8579fed1726b86ba02b3e14a.png");
  background-size: cover;
  image-rendering: crisp-edges;
}
#quotation .quotation-left::after {
  content: " ";
  display: block;
  background-color: #111;
  height: 15px;
  background-image: url("../imgs/quotation/left-bottom-d9e6bdba1310fca27f8ccf01704a3d91.png");
  background-size: cover;
  image-rendering: crisp-edges;
  bottom: 0;
  position: absolute;
  width: 15px;
}
#quotation .quotation-right {
  display: block;
  float: right;
  width: 30px;
  height: 100%;
  min-height: 100px;
  background-image: url("../imgs/quotation/right-37df85471d298e5fed6fe91a99e9b349.png");
  background-size: contain;
  image-rendering: crisp-edges;
  background-color: #111;
}
#quotation .quotation-right::before {
  content: " ";
  display: block;
  background-color: #111;
  background-image: url("../imgs/quotation/right-top-fe31919d77aa1bb6b3275f3fe8d45a9f.png");
  image-rendering: crisp-edges;
  background-size: 30px 55px;
  height: 55px;
}
#quotation .quotation-right::after {
  content: " ";
  display: block;
  background-color: #111;
  background-image: url("../imgs/quotation/right-bottom-b6d76d8b53d5cd161af6643b7c0cbad9.png");
  background-size: cover;
  image-rendering: crisp-edges;
  height: 20px;
  position: absolute;
  bottom: 0;
  width: 30px;
}
#quotation .quotation-text {
  font-family: "Jersey 10", sans-serif;
  font-size: 35px;
  display: inline-block;
  padding: 35px 10px;
}
#quotation .quotation-text p {
  margin: 0;
}
#quotation .quotation-text::after {
  content: " ";
}
@media (width <= 700px) {
  #quotation .quotation-text p {
    display: none;
  }
  #quotation .quotation-text::after {
    content: "HGAMBURGER menu!";
  }
}
@media (width <= 520px) {
  #quotation .quotation-text::after {
    content: "menu!";
  }
}

#contents {
  clear: both;
  padding-top: 20px;
}
#contents .post {
  display: flex;
  margin-bottom: 30px;
}
#contents .post .right-line {
  font-family: "VT323", monospace;
  font-size: 30px;
  width: 45px;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  background-color: #666;
  padding: 35px 0;
  float: right;
  display: grid;
}
@media (width <= 700px) {
  #contents .post .right-line {
    width: 30px;
  }
}
@media (width <= 520px) {
  #contents .post .right-line {
    width: 20px;
    font-size: 20px;
  }
}
#contents .post .right-line span {
  display: block;
  margin: auto;
}
#contents .post .main-content-box {
  float: right;
  width: calc(100% - 45px);
  background-color: #444;
}
@media (width <= 700px) {
  #contents .post .main-content-box {
    width: calc(100% - 30px);
  }
}
@media (width <= 520px) {
  #contents .post .main-content-box {
    width: calc(100% - 20px);
  }
}
#contents .post .main-content-box .main-content {
  margin: 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  line-height: 1.5;
}
@media (width <= 700px) {
  #contents .post .main-content-box .main-content {
    font-size: 13px;
  }
}
@media (width <= 520px) {
  #contents .post .main-content-box .main-content {
    font-size: 12px;
  }
}

#footer {
  font-family: "IBM Plex Mono", monospace;
  padding-bottom: 20px;
}
@media (width <= 700px) {
  #footer {
    font-size: 13px;
  }
}
@media (width <= 520px) {
  #footer {
    font-size: 12px;
  }
}

/*# sourceMappingURL=app.output.css.map */
