.head-image {
  background-color: #000;
  height: 179px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h1 {
  margin: 0;
  padding: 0;
  width: 223px;
}
h1 span {
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 0 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../img/front-page/hero-logo.png");
  padding-top: 69.6%;
}

p, ul {
  margin: 0;
}

section.content-section .container {
  padding: 25px 20px;
}
section.content-section .container .intro-content {
  padding-bottom: 18px;
  text-align: center;
}
section.content-section .container .intro-content h2 {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 8px;
}
section.content-section .container .intro-content p {
  font-size: 12px;
}
section.content-section .container .category-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.content-section .container .category-cards .category-card {
  width: 48%;
}
section.content-section .container .category-cards .category-card a {
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 0 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding-top: 45.27%;
}
section.content-section .container .category-cards .category-card.reptiles-card a {
  background-image: url("../img/front-page/btn_reptiles.jpg");
}
section.content-section .container .category-cards .category-card.momonga-card a {
  background-image: url("../img/front-page/btn_momonga.jpg");
}

section.news-section {
  background-color: #f0f0f0;
}
section.news-section .container {
  padding: 20px 26px 15px;
  text-align: center;
}
section.news-section .container .section-header h2 {
  font-size: 22px;
  margin-bottom: 17px;
}
section.news-section .container .news-content ul.news-list li.news-item {
  background-color: #fff;
  padding: 9px 25px;
  border-radius: 13px;
  margin-bottom: 10px;
  text-align: left;
}
section.news-section .container .news-content ul.news-list li.news-item a {
  font-size: 12px;
}
section.news-section .container .news-content ul.news-list li.news-item a time {
  margin-right: 20px;
}

/* ------------------------------------------------------------------------------------------- over 768px ----- */
/* ------------------------------------------------------------------------------------------- over 1024px ----- */
@media only screen and (min-width: 1024px) {
  .head-image {
    height: 645px;
  }
  h1 {
    width: 638px;
    position: absolute;
    top: 151px;
    left: calc(50% - 319px);
  }
  section.content-section .container {
    width: 850px;
    padding: 66px 0 64px;
    margin: 0 auto;
  }
  section.content-section .container .intro-content {
    padding-bottom: 44px;
  }
  section.content-section .container .intro-content h2 {
    font-size: 24px;
  }
  section.content-section .container .intro-content p {
    font-size: 16px;
  }
  section.content-section .container .category-cards .category-card {
    width: 46%;
  }
  section.news-section {
    background-color: #f0f0f0;
  }
  section.news-section .container {
    width: 514px;
    padding: 62px 0 42px;
    margin: 0 auto;
  }
  section.news-section .container .section-header h2 {
    font-size: 30px;
    margin-bottom: 37px;
  }
  section.news-section .container .news-content ul.news-list li.news-item {
    padding: 12px 50px;
    border-radius: 13px;
    margin-bottom: 14px;
  }
  section.news-section .container .news-content ul.news-list li.news-item a {
    font-size: 14px;
  }
  section.news-section .container .news-content ul.news-list li.news-item a time {
    margin-right: 29px;
  }
}
/* ------------------------------------------------------------------------------------------- over 1200px ----- */
/*# sourceMappingURL=front-page.css.map */