.hero {
  max-width: 1200px;
  margin: 0 auto 5px;
}

.hero img {
  width: 100%;
}

.cat_info {
  margin: 0 auto 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media only screen and (max-width: 768px) {
  .cat_info {
    max-width: 640px;
    padding: 0 5px;
  }
}

@media only screen and (min-width: 769px) {
  .cat_info {
    max-width: 1200px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .cat_info img {
    max-height: 120px;
  }
}

@media only screen and (min-width: 769px) {
  .cat_info img {
    max-width: 100%;
  }
}

.cat_info .kamimono,
.cat_info .omake {
  border: 2px solid #a5bcbc;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49.5%;
}

@media only screen and (max-width: 768px) {
  .cat_info .kamimono,
  .cat_info .omake {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 769px) {
  .cat_info .kamimono,
  .cat_info .omake {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

.cat_info .kamimono .pic,
.cat_info .omake .pic {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .cat_info .kamimono .pic,
  .cat_info .omake .pic {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (min-width: 769px) {
  .cat_info .kamimono .pic,
  .cat_info .omake .pic {
    width: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .cat_info .kamimono .caption,
  .cat_info .omake .caption {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (min-width: 769px) {
  .cat_info .kamimono .caption,
  .cat_info .omake .caption {
    width: calc( 100% - 170px);
  }
}

.cat_info .kamimono ul,
.cat_info .omake ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .cat_info .kamimono ul,
  .cat_info .omake ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 769px) {
  .cat_info .kamimono ul,
  .cat_info .omake ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

.cat_info .kamimono strong,
.cat_info .omake strong {
  display: block;
  margin: 0 0 5px 0;
}

@media only screen and (max-width: 768px) {
  .cat_info .kamimono strong,
  .cat_info .omake strong {
    text-align: center;
  }
}

@media only screen and (min-width: 769px) {
  .cat_info .kamimono strong,
  .cat_info .omake strong {
    text-align: left;
  }
}

.cat_info .kamimono p,
.cat_info .omake p {
  font-size: 14px;
  line-height: 150%;
  margin: 0 0 10px 0;
}

.cat_info .kamimono li,
.cat_info .omake li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .cat_info .kamimono li,
  .cat_info .omake li {
    margin: 0 3px 5px;
  }
}

@media only screen and (min-width: 769px) {
  .cat_info .kamimono li,
  .cat_info .omake li {
    margin: 0 0 2px 5px;
  }
  .cat_info .kamimono li:first-child,
  .cat_info .omake li:first-child {
    margin: 0 0 2px 0;
  }
}

.cat_info .kamimono a,
.cat_info .omake a {
  background-color: #eee;
  padding: 7px 0 5px;
  display: block;
}

.insta h4 {
  text-align: center;
}

.insta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.insta li {
  border: 1px solid #ccc;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .insta li {
    width: 48%;
    margin: 0 0 20px 0;
  }
}

@media only screen and (min-width: 769px) {
  .insta li {
    width: 19%;
    margin: 0 0 30px 0;
  }
}

.insta img {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.insta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .insta a {
    width: 100%;
    height: 100px;
  }
}

@media only screen and (min-width: 769px) {
  .insta a {
    width: 100%;
    height: 200px;
  }
}

.insta .counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0;
}

.insta .counts span {
  font-size: 12px;
}

.insta .caption {
  height: 100px;
  overflow: hidden;
  font-size: 14px;
  line-height: 150%;
  word-break: break-all;
  margin: 0;
}

.tvscreen {
  margin: 0;
  padding: 0;
  position: relative;
}

.tvscreen .screen {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 2;
}

.tvscreen .nowplaying {
  z-index: 1;
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.tvscreen .nowplaying video {
  width: 100%;
  height: auto;
}

.tvscreen .nowplaying img {
  width: 90%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .tvscreen .nowplaying {
    top: 10%;
    width: 100%;
  }
  .tvscreen .nowplaying img {
    width: 90%;
  }
}

.tvscreen .nowplayingvid {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.tvscreen .nowplayingvid video {
  width: 100%;
  height: auto;
}

.tvscreen .nowplayingvid img {
  width: 90%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .tvscreen .nowplayingvid {
    width: 100%;
  }
  .tvscreen .nowplayingvid img {
    width: 90%;
  }
}

.tvbuttons {
  margin: 0;
  padding: 0 10px;
  padding-top: 10px;
  text-align: left;
  position: relative;
}

.tvbuttons img {
  margin: 0;
  padding: 0;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .tvbuttons img {
    width: 47%;
  }
}

.tvbuttons p {
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

@media only screen and (min-width: 769px) {
  .tvbuttons p {
    margin-left: 250px;
    margin-right: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .tvbuttons {
    text-align: center;
  }
}

.channelup, .powerswitch {
  outline: none;
}

#channelupbutt {
  pointer-events: none;
  position: absolute;
  background-color: yellow;
  height: 20px;
  width: 20px;
  left: 134px;
  top: 49px;
  border-radius: 50%;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  #channelupbutt {
    display: none;
  }
}

#powerswitchbutt {
  pointer-events: none;
  position: absolute;
  background-color: green;
  height: 20px;
  width: 20px;
  left: 187px;
  top: 49px;
  border-radius: 50%;
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  #powerswitchbutt {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .nomobile {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .nopc {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */