@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*
@font-face {
  font-family: 'SackersGothicLight';
  src: url('../fonts/sackers-gothic-light-at.otf') format('opentype');
}
*/

header h1 {
  font-size: 20px;
  line-height: 1.5em;
  margin: 10px 15px;
}

a {
  color: #202020;
}

a:hover {
  color: #808080;
  text-decoration: none;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #ffffff;
}

.uk-background-muted {
  background-color: #ffffff;
}

.uk-overlay {
  padding: 10px 30px;
}

.uk-height-small {
  height: 240px;
}

.uk-panel h3 {
  width: auto;
  border-bottom: 3px solid #000;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
  font-family: 'SackersGothicLight', 'Noto Sans JP', sans-serif;
}

.uk-card-footer {
  height: 50px;
}
.tag-line {
  text-align: center;
  margin: 0px 0 0 0;
  font-size: 14px;
}
.site-title {
  font-size: 48px;
  color: black;
  line-height: 64px;
}
.latest-news {
  top: -280px;
}
#spView {
  display: none;
}

img.triming {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.comment-badge {
  position: absolute;
  top: -10px;
  left: 90px;
  background-color: #1e87f0;
}

.comment-badge.zero_comment {
  background-color: #e0e0e0;
}

@media (min-width: 960px) {
  .site-title {
    margin: 0px;
  }
}
@media (max-width: 960px) {
  .uk-panel h3 {
    margin: 0 auto;
    border-bottom: 3px solid #000;
  }
  #video_area {
    height: auto;
  }
  .site-title {
    font-size: 24px;
    color: black;
    line-height: 32px;
  }
  .tag-line {
    display: none;
  }
  .latest-news {
    display: none;
    top: 20px;
  }
  #spView {
    display: block;
    margin: 20px 0;
  }
  #spView ul li {
    margin: 20px 0;
  }

  img.triming {
    width: 90px;
    height: 90px;
    object-fit: cover;
  }

  video {
    width: 90px;
  }

  .comment-badge {
    position: absolute;
    top: -10px;
    left: 80px;
  }
}
