* {
    margin: 0;
    padding: 0;
  }

  body {
    background-color: #eeeeee;
    font-family: sans-serif;
  }

  /* header */
  .header {
    background: #000000;
    height: 44px;
    position: relative;
    width: 100%;
  }

  .header-nav {
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-content {
    padding-top: 13px;
    text-align: center;
  }

  .img {
    cursor: pointer;
    height: 18px;
    text-align: center;
    width: 84px;
   }

  .button {
    background: #000000;
    border: 1px solid #404040;
    border-radius: 3px;
    color: #cccccc;
    display: inline-block;
    font-size: 10px;
    height: 21px;
    left: 10px;
    line-height: 22px;
    position: absolute;
    text-decoration: none;
    top: 10px;
    width: 78px;
  }

  /* content */
  #content {
    margin: 0 10px;
  }

  .title {
    font-size: 18px;
  }

  .title-text {
    margin-right: 5px;
  }

  .period {
    color: #8C8C8C;
    font-size: 10px;
  }

  .content-title {
    margin-top: 23px;
    text-align: center;
  }

  .list {
    background-color: #fff;
    border-radius: 3px;
    margin: 13px 0 25px;
  }

  .list-content {
    border-bottom: 1px solid #E6E6E6;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    padding: 10px;
    text-decoration: none;
  }

  .number-wrapper {
    margin-right: 15px;
  }

  .number {
    background-color: #6FB900;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 24px;
    line-height: 25px;
    position: relative;
    text-align: center;
    top: 7px;
    vertical-align: top;
    width: 24px;
  }

  .thumb-wrapper {
    background-color: #000;
    display: none;
    height: 54px;
    margin-right: 10px;
    text-align: center;
    width: 96px;
  }

  .channel-title {
    color: #000000;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .title-wrapper {
    margin-right: 10px;
    overflow: hidden;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .time {
    color: #999999;
    font-size: 11px;
  }

  .Viewers {
    color: #6FB900;
    font-weight: bold;
    margin-top: 5px;
    font-size: 16px;
  }

  .list-bottom-content {
    background-color: #FAFAFA;
    padding: 12px;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
  }

  .more {
    text-align: center;
    color: #6FB900;
    font-size: 14px;
  }

  .button-wrapper {
    text-align: center;
  }

  .app-button {
    color: #fff;
    padding: 11px 58px;
    font-size: 14px;
    background-color: #6FB900;
    border-radius: 20px;
    border: none;
    margin-bottom: 34px;
    position: relative;
    text-decoration: none;
  }

  .sns-wrapper {
    text-align: center;
    margin-bottom: 15px;
    margin-left: 30px;
  }

  .sns {
    display: inline;
  }

  .sp-week-list {
    margin-bottom: 20px;
  }

  .pc-week-list {
    display: none;
  }

  .day-active {
    position: relative;
    background-color: white;
    color: #6FB900;
    display: inline-block;
    font-size: 11px;
    padding: 3px 8px 3px 12px;
    border-radius: 13px;
    margin-left: 10px;
    font-weight: bold;
  }

  .day-active::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 5px;
    right: -5px;
    height: 0;
    border-right: 1px solid #DEDEDE;
    height: 12px;
  }

  .day {
    display: inline-block;
    font-size: 11px;
    color: #8C8C8C;
    margin: 0 0 5px 13px;
    cursor: pointer;
  }

  .day:first-child {
    margin-left: 0;
  }

  .day .active {
    background-color: #fff;
    border-radius: 30px;
    color: #6FB900;
    font-weight: bold;
    padding: 4px 20px;
  }

  .day::after {
    content: '';
    margin-left: 10px;
    border-right: 1px solid #DEDEDE;
  }

  .day:last-child::after {
    display: none;
  }

  .day a {
    color: #8C8C8C;
    text-decoration: none;
  }

  .day:first-child a {
    padding: 4px 20px;
  }

  .twitter {
    position: relative;
    top: 6px;
    left: -5px;
  }

  /* footer */
  .footer {
    padding: 21px 0 29px;
  }

  .footer-nav {
    font-size: 12px;
    margin-bottom: 15px;
    text-decoration: none;
  }

  .footer-nav a {
    color: #1A1A1A;
    text-decoration: none;
  }

  .footer-nav a:first-child {
    margin-left: 0;
  }

  .app {
    font-size: 10px;
    margin-bottom: 13px;
  }

  .license {
    font-size: 10px;
    color: #666666;
  }

  .copyright {
    font-size: 10px;
    color: #666666;
    display: inline-block;
    vertical-align: top;
  }

  .patent-wrapper {
    text-align: center;
    margin-top: 10px;
  }

  .patent {
    font-size: 10px;
    border: 1px solid #999999;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 2px;
  }

  /* PC ver */

@media screen and (min-width: 768px){

  .app-button, .button, .sp-footer, .footer-content, .sp-week-list {
    display: none;
  }

  /* header */

  .nav-link {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 5px 0;
  }

  .nav-link:hover {
    opacity: .7;
  }

  .nav-link.active::after,
  .nav-link.nav-link--current:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 2px;
    border-bottom: 2px solid #6fb900;
    pointer-events: none;
  }

  .date {
    display: none;
  }

  .channel-title {
    font-size: 18px;
  }

  .img {
    padding-top: 2px;
  }

  .header-content {
    text-align: left;
    padding: 10px;
    display: inline-block;
  }

  .header-nav {
    display: block;
  }

  /* content */

  .content-title {
    display: flex;
    text-align: initial;
    width: 600px;
    margin: 40px auto 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #D6D6D6;
  }

  .channel-title {
    font-size: 16px;
  }

  .title {
    display: inline-block;
    font-size: 18px;
  }

  .period {
    color: #8C8C8C;
    flex: 1;
    font-size: 12px;
    padding-top: 9px;
    text-align: right;
  }

  .Viewers {
    margin-top: 14px;
    font-size: 18px;
  }

  .list-content {
    padding: 15px;
  }

  .number-wrapper {
    margin-top: 10px;
  }

  .thumb-wrapper { 
    display: block;
  }

  .list {
    width: 600px;
    margin: 0 auto 30px;
  }

  .pc-week-list {
    display: block;
    width: 595px;
    margin:10px auto;
  }

  .day-active {
     margin-left: 15px;
  }

  .patent {
    border: none;
  }

  .nav-list {
    font-size: 12px;
    display: inline-block;
  }

  .nav-list + .nav-list {
    margin-left: 20px;
  }

  .title-wrapper {
    margin-top: 6px
  }

  .number {
    line-height: 30px;
    height: 28px;
    width: 28px;
    top: 3px;
  }

  .day {
    font-size: 13px;
  }

/* footer */

  .copyright {
    color: #1A1A1A;
    vertical-align: middle;
  }

  .footer-nav {
    font-size: 13px;
    text-align: center;
    margin-bottom: 5px;
  }

  .pc-footer {
    font-size: 12px;
    text-align: center;
  }

  .patent-wrapper {
    display: inline;
  }
}
