@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
.slick-arrow.slick-hidden {
  display: none; }
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader-68b0c4fcb8.gif") center center no-repeat; }
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick-ced611daf7.eot");
  src: url("../fonts/slick-ced611daf7.eot?#iefix") format("embedded-opentype"), url("../fonts/slick-b7c9e1e479.woff") format("woff"), url("../fonts/slick-d41f55a78e.ttf") format("truetype"), url("../fonts/slick-f97e3bbf73.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
.slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
.slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
.slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.slick-prev {
  left: -25px; }
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
.slick-prev:before {
    content: "←"; }
[dir="rtl"] .slick-prev:before {
      content: "→"; }
.slick-next {
  right: -25px; }
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
.slick-next:before {
    content: "→"; }
[dir="rtl"] .slick-next:before {
      content: "←"; }
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
.slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
.slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
.toaster {
  position: fixed;
  top: 0;
  left: 50%;
  background: #fff;
  width: 300px;
  height: 42px;
  z-index: 10;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  opacity: 0;
  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;
  margin: 40px 0 0 -150px;
  font-size: 14px;
  color: #666; }
.toaster.active {
    opacity: 1; }
.toaster.success {
    border-color: #72e263;
    background: #dfffcd; }
.toaster.error {
    border-color: #e26c6c;
    background: #fff3ec; }
/**
 * Exception
 */
.page-about main {
  max-width: 9999px; }
.nico3d {
  padding: 0 8px 0 0; }
.nico3d img {
    width: 60px; }
.the_seed_online {
  padding: 0 4px 0 0; }
.the_seed_online a {
    display: inline-block; }
.the_seed_online img {
    width: 54px;
    margin: 0 0 -2px; }
.app_dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.app_dl a {
    display: block;
    background: #0EB0D6;
    border: 1px solid #0EB0D6;
    text-decoration: none;
    color: #fff;
    padding: 3px 12px;
    font-size: 12px;
    line-height: 1;
    border-radius: 4px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
.app_dl a:hover {
      background-color: #fff;
      color: #0EB0D6; }
.app_dl a i {
      font-size: 16px;
      margin: 0 4px 0 0; }
nav {
  max-width: 1920px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: none; }
nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
nav li {
    list-style: none;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    width: 50%; }
nav li.active a {
      color: #000;
      border-bottom: 2px solid #0EB0D6; }
nav li a {
      display: block;
      width: 100%;
      color: #DDD;
      font-weight: bold;
      text-decoration: none;
      padding: 6px 0 4px;
      border-bottom: 2px solid #DDD;
      position: relative;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
nav li a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0EB0D6;
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out; }
nav li a:hover {
        color: #fff; }
nav li a:hover:before {
          -webkit-transform: scaleY(1);
                  transform: scaleY(1); }
nav .niconirittai a {
    display: block;
    background: #272727;
    text-decoration: none;
    color: #fff;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1;
    border-radius: 16px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
nav .niconirittai a img {
      display: inline-block;
      vertical-align: middle;
      margin: 0 6px 0 0;
      height: 20px; }
nav .niconirittai a:hover {
      background-color: rgba(39, 39, 39, 0.51); }
nav .niconirittai a i {
      font-size: 14px;
      margin: 0 0 0 4px;
      vertical-align: middle; }
.right {
  text-align: right;
  font-size: 16px;
  line-height: 2; }
.item_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-template-rows: repeat(auto-fill, minmax(220px, 1fr));
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: 0; }
.item_wrap .item {
    padding: 0 15px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
.item_wrap .item .thumb {
      position: relative;
      cursor: pointer;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: hidden;
      margin: 0;
      width: 100%; }
.item_wrap .item .thumb:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #707070;
        top: 0;
        left: 0;
        z-index: 1;
        pointer-events: none; }
.item_wrap .item .thumb:after {
        content: "";
        display: block;
        padding-top: 100%; }
.item_wrap .item .thumb:hover .ctrl {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1); }
.item_wrap .item .thumb > a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
.item_wrap .item .thumb img {
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%;
        -o-object-position: center center;
           object-position: center center;
        font-family: 'object-fit: cover; object-position: center center;'; }
.item_wrap .item .thumb .meta {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
.item_wrap .item .thumb .view {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        margin: 0;
        padding: 3px 4px;
        white-space: nowrap;
        -ms-flex-item-align: start;
            align-self: flex-start;
        border-bottom: 1px dotted #525252; }
.item_wrap .item .thumb .view i {
          margin: 0 3px 0 0; }
.item_wrap .item .thumb .share_wrap {
        list-style: none;
        margin: 0;
        padding: 6px 6px 0 0;
        text-align: right;
        color: #fff;
        font-size: 10px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
.item_wrap .item .thumb .share_btn_wrap {
        list-style: none;
        margin: -5px 8px 0 0;
        padding: 6px;
        border: 1px solid #707070;
        border-radius: 4px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.4);
                box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.4);
        right: 24px;
        top: 6px;
        -webkit-transition: all .4s;
        transition: all .4s;
        opacity: 0; }
.item_wrap .item .thumb .share_btn_wrap:before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 0 6px 8px;
          border-color: transparent transparent transparent #707070;
          position: absolute;
          top: 50%;
          right: -8px;
          margin: -6px 0 0; }
.item_wrap .item .thumb .share_btn_wrap:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 0 6px 8px;
          border-color: transparent transparent transparent #fff;
          position: absolute;
          top: 50%;
          right: -7px;
          margin: -6px 0 0; }
.item_wrap .item .thumb .share_btn_wrap li {
          margin: 0 3px 0 0; }
.item_wrap .item .thumb .share_btn_wrap li:nth-last-of-type(1) {
            margin: 0; }
.item_wrap .item .thumb .share_btn_wrap li a {
            -webkit-transition: all .2s;
            transition: all .2s; }
.item_wrap .item .thumb .share_btn_wrap li a:hover {
              opacity: .5; }
.item_wrap .item .thumb .btn_share > a {
        border: 1px solid #0EB0D6;
        background: #0EB0D6;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        text-align: center;
        color: #fff;
        border-radius: 10px;
        display: block;
        -webkit-transition: all .4s;
        transition: all .4s; }
.item_wrap .item .thumb .btn_share:hover > a {
        background: #fff;
        color: #0EB0D6; }
.item_wrap .item .thumb .btn_share:hover .share_btn_wrap {
        opacity: 1; }
.item_wrap .item .thumb .comment {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        margin: 0;
        padding: 3px 4px;
        white-space: nowrap;
        -ms-flex-item-align: start;
            align-self: flex-start; }
.item_wrap .item .thumb .comment i {
          margin: 0 3px 0 0; }
.item_wrap .item .thumb .total_time {
        text-align: right;
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 10px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
.item_wrap .item .thumb .total_time .head {
          background: #000;
          padding: 3px 4px 0 6px;
          white-space: nowrap; }
.item_wrap .item .thumb .total_time .number {
          padding: 3px 4px 2px 1px;
          background: #000;
          margin: 0;
          white-space: nowrap; }
.item_wrap .item .thumb .ctrl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        background: rgba(14, 176, 214, 0.75);
        border: 4px solid #0EB0D6;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        z-index: 2; }
.item_wrap .item .thumb .ctrl a {
          color: #fff;
          text-decoration: none; }
.item_wrap .item .thumb .ctrl a.btn_detail {
            font-size: 16px; }
.item_wrap .item .thumb .ctrl a.btn_detail > i {
              font-size: 20px;
              margin: 0 4px 0 0; }
.item_wrap .item .thumb .ctrl .studio_id {
          margin: 0 10px 12px;
          border-top: 1px solid #fff;
          padding: 6px 0 0;
          color: #fff;
          cursor: text; }
.item_wrap .item .thumb .ctrl .btn_copy {
          padding: 4px 8px;
          border: 1px solid #fff;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          -webkit-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
          margin: 2px; }
.item_wrap .item .thumb .ctrl .btn_copy:hover {
            border-width: 3px;
            margin: 0;
            background-color: #0EB0D6; }
.item_wrap .item .platform {
      padding: 0 10px; }
.item_wrap .item .platform p {
        margin: 0;
        font-size: 13px;
        line-height: 1.5; }
.item_wrap .item .platform p i {
          font-size: 16px;
          margin: 0 4px 0 0; }
.item_wrap .item .platform p i.icon_niconico, .item_wrap .item .platform p i.icon_twitcasting, .item_wrap .item .platform p i.icon_openrec, .item_wrap .item .platform p i.icon_showroom {
            margin: -4px 4px 0 0;
            display: inline-block; }
.item_wrap .item .platform p.icon {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
.item_wrap .item .platform p.icon a {
            color: #2E2E2E;
            font-weight: bold;
            text-decoration: none; }
.item_wrap .item .platform p.icon a:hover {
              text-decoration: underline; }
.item_wrap .item .platform p.time {
          color: #ccc;
          padding: 0 4px 0 6px;
          border: 1px solid #ccc; }
.item_wrap .item .platform p.time.archive {
            color: #707070;
            font-size: 10px;
            padding: 0;
            border: none; }
.item_wrap .item .platform p.time.archive i {
              font-size: 12px; }
.item_wrap .item .platform p .number {
          font-weight: bold; }
.item_wrap .item .platform p .onair {
          border-width: 1px;
          border-style: solid;
          font-size: 11px;
          padding: 1px 4px; }
.item_wrap .item .platform p.member {
          color: #707070;
          margin: 2px 0 6px;
          font-size: 10px; }
.item_wrap .item .platform p.members {
          color: #707070; }
.item_wrap .item > .description {
      margin: 0 10px;
      word-break: break-all;
      color: #2e2e2e;
      font-size: 10px; }
.item_wrap .item.youtube .icon {
      color: #ff0000; }
.item_wrap .item.youtube .onair {
      border-color: #ff0000; }
.item_wrap .item.twitch .icon {
      color: #6C3AAB; }
.item_wrap .item.twitch .onair {
      border-color: #6C3AAB; }
.item_wrap .item.niconico .icon {
      color: #221513; }
.item_wrap .item.niconico .onair {
      border-color: #221513; }
.item_wrap .item.twitcasting .icon {
      color: #0070FF; }
.item_wrap .item.twitcasting .onair {
      border-color: #0070FF; }
.item_wrap .item.openrec .icon {
      color: #FF4C11; }
.item_wrap .item.openrec .onair {
      border-color: #FF4C11; }
.item_wrap .noitem {
    text-align: center;
    margin: 0 0 50px;
    padding: 150px 0;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    font-size: 16px;
    grid-column: 1 / -1; }
.item_wrap .noitem a {
      color: #0EB0D6; }
.btn_share_twitter,
.btn_share_line,
.btn_share_mail,
.btn_share_copy {
  width: 17px;
  height: 17px;
  background: url("../img/btn_share_twitter-3c6d3599de.png") no-repeat 0 0;
  background-size: 100% auto;
  display: block; }
.btn_share_twitter {
  background-image: url("../img/btn_share_twitter-3c6d3599de.png"); }
.btn_share_line {
  background-image: url("../img/btn_share_line-955a687fc9.png"); }
.btn_share_mail {
  background-image: url("../img/btn_share_mail-2ca60e69f5.png"); }
.btn_share_copy {
  background-image: url("../img/btn_share_copy-0c3ec4b16a.png"); }
.tw_timeline {
  border: 1px solid #d2d2d2;
  border-radius: 4px; }
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.icon_niconico:before {
  content: "";
  vertical-align: middle;
  background: url("../img/icon_niconico-ba75d3bf78.png") no-repeat 50% 50%;
  width: 19px;
  height: 19px;
  display: inline-block; }
.icon_twitcasting:before {
  content: "";
  vertical-align: middle;
  background: url("../img/icon_twitcasting-fb76de8921.png") no-repeat 50% 50%;
  width: 19px;
  height: 19px;
  display: inline-block; }
.icon_openrec:before {
  content: "";
  vertical-align: middle;
  background: url("../img/icon_openrec-5522313253.png") no-repeat 50% 50%;
  width: 19px;
  height: 19px;
  display: inline-block; }
.icon_showroom:before {
  content: "";
  vertical-align: middle;
  background: url("../img/icon_showroom-df54dcbd74.png") no-repeat 50% 50%;
  width: 19px;
  height: 19px;
  display: inline-block; }
.fa-external-link {
  margin: 0 0 0 4px; }
footer li.beginner a:before {
  content: "";
  margin: -2px 4px 0 0;
  background: url("../img/icon_beginner-56bbe20bc7.png") no-repeat 0 0;
  display: inline-block;
  width: 12px;
  height: 18px;
  background-size: 100% auto;
  vertical-align: middle; }
footer .app_dl {
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
footer .app_dl a {
    background: transparent;
    border-color: #fff;
    width: 300px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 5px 0 15px; }
footer .app_dl a i {
      font-size: 16px; }
footer .app_dl a:hover {
      color: #000;
      text-decoration: none; }
.news {
  padding: 0;
  margin: 0 0 20px;
  border-top: 2px solid #2E2E2E; }
.news ul {
    padding: 8px 0 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #D3D3D3; }
.news ul .day {
      font-weight: bold;
      max-width: 154px;
      width: 100%;
      display: inline-block; }
.news ul .category {
      border: 1px solid #707070;
      text-align: center;
      font-weight: bold;
      max-width: 100px;
      width: 100%;
      display: inline-block;
      margin: 0; }
.news li {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.news li:nth-last-of-type(1) {
      margin: 0; }
.news li a:hover {
      text-decoration: none; }
.news li > hr {
      margin: .7rem 0; }
.news .head {
    padding: 8px 0; }
.news .head p {
      margin: 0;
      font-weight: bold; }
.news .head p > a {
        float: right; }
.bnr {
  padding: 0 0 20px; }
.item.detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.item.detail.active, .item.detail:hover {
    opacity: 1; }
.item.detail .control {
    background: url("../img/bg_control-bb7bf48b4b.png");
    padding: 10px; }
.item.detail .thumb {
    position: relative;
    background: #fff; }
.item.detail .thumb a {
      display: block;
      text-align: center; }
.item.detail .thumb img {
      width: 100%; }
.item.detail .thumb .btn_close {
      display: block;
      position: absolute;
      width: 44px;
      height: 44px;
      background: #fff;
      right: -10px;
      top: -10px;
      border: 1px solid #0EB0D6;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      z-index: 3; }
.item.detail .thumb .btn_close span {
        display: block;
        background: #0EB0D6;
        width: 24px;
        height: 1px;
        position: absolute;
        left: 10px;
        -webkit-transition: all .4s;
        transition: all .4s; }
.item.detail .thumb .btn_close span:first-child {
          top: 10px;
          -webkit-transform: translateY(10.5px) rotate(135deg);
                  transform: translateY(10.5px) rotate(135deg); }
.item.detail .thumb .btn_close span:last-child {
          bottom: 10px;
          -webkit-transform: translateY(-10.5px) rotate(-135deg);
                  transform: translateY(-10.5px) rotate(-135deg); }
.item.detail .thumb_wrap .description {
    word-break: break-all; }
.item.detail .thumb_wrap p {
    padding: 4px 10px 8px;
    margin: 0; }
.item.detail .thumb_wrap p.icon {
      font-size: 14px;
      padding: 4px 10px 0;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
.item.detail .thumb_wrap p.icon i {
        font-size: 18px;
        vertical-align: middle; }
.item.detail .thumb_wrap p.icon a {
        display: inline; }
.item.detail .thumb_wrap p.member {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.item.detail .thumb_wrap p.time {
      font-size: 12px;
      color: #ccc;
      padding: 0 4px 0 6px;
      border: 1px solid #ccc;
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin: 2px 10px 0 0; }
.item.detail .thumb_wrap p.time span {
        font-size: 14px;
        margin: 0 0 0 4px; }
.item.detail .thumb_wrap p.view {
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      margin: 0;
      padding: 3px 4px;
      white-space: nowrap;
      -ms-flex-item-align: start;
          align-self: flex-start;
      border-bottom: 1px dotted #525252; }
.item.detail .thumb_wrap p.view i {
        margin: 0 3px 0 0; }
.item.detail .thumb_wrap p.comment {
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      margin: 0;
      padding: 3px 4px;
      white-space: nowrap;
      -ms-flex-item-align: start;
          align-self: flex-start; }
.item.detail .thumb_wrap p.comment i {
        margin: 0 3px 0 0; }
.item.detail .meta {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.item.detail .platform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.item.detail .share_btn_wrap {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 12px; }
.item.detail .share_btn_wrap li {
      margin: 0 3px 0 0; }
.item.detail .share_btn_wrap li:nth-last-of-type(1) {
        margin: 0; }
.item.detail .share_btn_wrap li a {
        -webkit-transition: all .2s;
        transition: all .2s; }
.item.detail .share_btn_wrap li a:hover {
          opacity: .5; }
.item.detail .share_btn_wrap li .btn_share_twitter, .item.detail .share_btn_wrap li .btn_share_line, .item.detail .share_btn_wrap li .btn_share_mail, .item.detail .share_btn_wrap li .btn_share_copy {
        width: 34px;
        height: 34px; }
.item.detail .information {
    background: #fff;
    color: #222; }
.item.detail .information a {
      color: #222;
      text-decoration: none; }
.item.detail.youtube .icon i {
    color: #ff0000; }
.item.detail.twitch .icon i {
    color: #6C3AAB; }
.item.detail .icon_niconico:before {
    width: 18px;
    height: 18px;
    margin: -4px 0 0; }
.item.detail .icon_showroom:before {
    width: 18px;
    height: 18px;
    margin: -4px 0 0; }
.item.detail .control_wrap {
    padding: 4px 0 0; }
.item.detail .control_wrap .description {
      margin: 0 0 6px;
      line-height: 1.5;
      word-break: break-all; }
.item.detail .control_wrap .studio {
      font-size: 12px;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.item.detail .control_wrap .head {
      border: 1px solid #222;
      background: #fff;
      padding: 2px 4px;
      margin: 0 4px 0 0; }
.item.detail .control_wrap .studio_id {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.item.detail .control_wrap .btn_copy {
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      padding: 2px 4px;
      background: #0EB0D6;
      border: 1px solid #0EB0D6;
      position: relative;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
.item.detail .control_wrap .btn_copy:hover {
        color: #0EB0D6;
        background: #fff; }
.item.detail .control_wrap .btn_detail {
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      padding: 8px 0;
      background: #0EB0D6;
      border: 1px solid #0EB0D6;
      position: relative;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      display: block;
      text-align: center; }
.item.detail .control_wrap .btn_detail:hover {
        color: #0EB0D6;
        background: #fff; }
.item.detail .control_wrap .btn_detail i {
        margin: 0 0 0 4px; }
.ranking_top5 {
  border: 1px solid #707070;
  margin: 0 0 20px; }
.ranking_top5 .head p {
    margin: 0;
    line-height: 1.2; }
.ranking_top5 .head p a {
      display: block;
      padding: 8px 12px;
      background: #2e2e2e;
      color: #fff;
      text-decoration: none;
      -webkit-transition: all .2s;
      transition: all .2s;
      position: relative; }
.ranking_top5 .head p a:hover {
        background: #555555; }
.ranking_top5 .head p a:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 50%;
        right: 11px;
        margin: -4px 0 0; }
.ranking_top5 .head p a:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-color: transparent transparent transparent #555555;
        position: absolute;
        top: 50%;
        right: 12px;
        margin: -4px 0 0; }
.ranking_top5 .head p span {
      font-size: 10px;
      display: block; }
.ranking_top5 .body {
    padding: 4px; }
.ranking_top5 .body p {
      margin: 0; }
.ranking_top5 .body .update {
      text-align: right;
      color: #AAAAAA;
      font-size: 10px;
      padding: 2px 4px; }
.ranking_top5 .body .icon i {
      font-size: 12px; }
.ranking_top5 .body .icon i.fa-youtube-play {
        color: #ff0000; }
.ranking_top5 .body .icon i.fa-twitch {
        color: #6C3AAB; }
.ranking_top5 .body .icon .icon_niconico:before {
      background-size: 100% auto;
      width: 13px; }
.ranking_top5 .body .icon .icon_twitcasting:before {
      background-size: 100% auto;
      width: 13px; }
.ranking_top5 .body .icon .icon_openrec:before {
      background-size: 100% auto;
      width: 13px; }
.ranking_top5 .body .icon .icon_showroom:before {
      background-size: 100% auto;
      width: 13px; }
.ranking_top5 .ranking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d3d3d3;
    margin: 0 0 4px;
    padding: 0 0 4px; }
.ranking_top5 .ranking .rank {
      font-family: "Roboto";
      font-size: 18px;
      -ms-flex-item-align: center;
          align-self: center;
      font-weight: bold;
      color: #707070;
      width: 22px;
      text-align: center; }
.ranking_top5 .ranking.rank1 .rank {
      color: #9F7D15;
      background: url("../img/icon_rank1-2736e0f17f.png") no-repeat 50% 0;
      background-size: auto 13px;
      padding: 14px 0 0; }
.ranking_top5 .ranking.rank2 .rank {
      color: #859188;
      background: url("../img/icon_rank2-a1a2b4cd7d.png") no-repeat 50% 0;
      background-size: auto 13px;
      padding: 14px 0 0; }
.ranking_top5 .ranking.rank3 .rank {
      color: #AF8346;
      background: url("../img/icon_rank3-1b3128b126.png") no-repeat 50% 0;
      background-size: auto 13px;
      padding: 14px 0 0; }
.ranking_top5 .ranking .thumb {
      width: 40px;
      height: 40px;
      position: relative;
      overflow: hidden;
      margin: 0 4px; }
.ranking_top5 .ranking .thumb > a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
.ranking_top5 .ranking .thumb > a img {
          display: block;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%;
          -o-object-position: center center;
             object-position: center center;
          font-family: 'object-fit: cover; object-position: center center;';
          margin: 0; }
.ranking_top5 .ranking .thumb:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #707070;
        top: 0;
        left: 0;
        z-index: 1;
        pointer-events: none; }
.ranking_top5 .ranking .thumb:after {
        content: "";
        display: block;
        padding-top: 100%; }
.ranking_top5 .ranking .platform {
      font-size: 10px;
      width: 180px; }
.load_nextlist {
  margin: 20px 0 30px;
  text-align: center;
  width: 100%;
  padding: 0 15px;
  grid-column: 1 / -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.load_nextlist a {
    display: block;
    margin: 0 auto;
    border: 1px solid #0EB0D6;
    padding: .8em 0;
    font-size: 20px;
    font-weight: bold;
    color: #0EB0D6;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    background: rgba(255, 255, 255, 0.8); }
.load_nextlist a:hover {
      background: #f7fdff; }
.load_nextlist a i {
      margin: 0 6px 0 0; }
.page-about main {
  margin: 0; }
.pages .title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
.pages .title .update {
    font-size: 10px;
    position: absolute;
    font-weight: normal;
    color: #aaa;
    padding: 8px 4px;
    background: #fff;
    right: 0;
    top: 0; }
.pages .title .category {
    width: 84px;
    height: 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #707070;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    margin: 0 12px 0 0; }
.pages .title .category.onair {
      background: #e60000;
      background: -webkit-gradient(linear, left top, right top, from(#e60000), to(#af0000));
      background: linear-gradient(to right, #e60000 0%, #af0000 100%);
      color: #fff;
      display: block;
      margin: 0; }
.pages .title .category.ranking {
      background: #FF6200;
      display: block; }
.pages .title > a {
    font-size: 12px;
    display: inline-block;
    border: 1px solid #0EB0D6;
    padding: 3px 12px;
    text-decoration: none;
    margin: 0 0 0 12px; }
.pages .title:after {
    content: '';
    display: block;
    -ms-flex-item-align: center;
        align-self: center;
    height: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #707070;
    margin: 0 0 0 8px; }
.pages.beginner {
  font-size: 1.3em; }
.pages.beginner h1 {
    max-width: 920px;
    margin: 0 auto 20px; }
.pages.beginner .title img {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
    -ms-flex-item-align: start;
        align-self: flex-start; }
.pages.beginner .head_description {
    max-width: 920px;
    margin: 0 auto 30px; }
.pages.beginner .entry p.lead {
    font-size: 1.4em;
    display: block; }
.pages.beginner .entry > .lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.pages.beginner .entry > .lead p {
      text-align: left;
      font-size: 1.2em;
      font-weight: bold;
      line-height: 1.8;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-item-align: center;
          align-self: center;
      padding: 0 20px; }
.pages.index.single .item_wrap {
  margin: 0 auto 20px; }
.pages.index.single .item_wrap .item {
    width: 16.666666667%; }
.pages.index.single .item_wrap .item.noitem {
      width: 83.333333333%; }
.pages.index .item_wrap {
  color: #fff; }
.pages.index .item_wrap > .slick-list {
    width: 100%; }
.pages.index .item_wrap .item {
    padding: 0; }
.pages.index .item_wrap .item:hover .information {
      background: rgba(0, 0, 0, 0.5); }
.pages.index .item_wrap .item:hover .information .description {
        padding: 0 0 8px;
        height: 68px; }
.pages.index .item_wrap .item:hover .information .description .studio_id {
          opacity: 1;
          background: rgba(0, 0, 0, 0.9);
          padding: 2px; }
.pages.index .item_wrap .item.noitem {
      width: 100%;
      margin: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 6em 0;
      color: #000; }
.pages.index .item_wrap .item .thumb:before {
      border-width: 1px 1px 0 0; }
.pages.index .item_wrap .item.heading .thumb {
      cursor: default; }
.pages.index .item_wrap .item.heading .thumb:before {
        border-width: 1px 1px 0 0; }
.pages.index .item_wrap .item.heading .information {
      height: 100%;
      bottom: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
.pages.index .item_wrap .item.heading .information .title {
        margin: 0 0 6px;
        font-size: 20px;
        font-weight: bold;
        display: block;
        text-align: left; }
.pages.index .item_wrap .item.heading .information .title:after {
          display: none; }
.pages.index .item_wrap .item.heading .information .auto_reload {
        margin: 0;
        font-size: 14px; }
.pages.index .item_wrap .item.heading .information .auto_reload i {
          margin: 0 4px 0 0; }
.pages.index .item_wrap .item.heading .information .auto_reload a {
          text-decoration: none;
          pointer-events: all; }
.pages.index .item_wrap .item.heading .information .auto_reload a:hover {
            text-decoration: underline; }
.pages.index .item_wrap .item .information {
      position: absolute;
      bottom: 0;
      color: #fff;
      height: 100%;
      width: 100%;
      -webkit-transition: all .4s;
      transition: all .4s;
      pointer-events: none; }
.pages.index .item_wrap .item .information .description {
        width: 100%;
        font-size: 10px;
        padding: 0;
        margin: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: all .4s;
        transition: all .4s;
        position: relative; }
.pages.index .item_wrap .item .information .description .studio_id {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 4px 0;
          position: absolute;
          bottom: 0;
          left: 0;
          opacity: 0;
          -webkit-transition: all .4s;
          transition: all .4s; }
.pages.index .item_wrap .item .information .description .studio_id span:first-child {
            border: 1px solid #fff;
            padding: 2px 4px;
            margin: 0 3px 0 0; }
.pages.index .item_wrap .item .information .description .studio_id span:nth-of-type(2) {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
.pages.index .item_wrap .item .information .description .studio_id a {
            border: 1px solid #0EB0D6;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            background: #0EB0D6;
            color: #fff;
            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;
            padding: 0 4px;
            text-decoration: none;
            pointer-events: all; }
.pages.index .item_wrap .item .information .description .studio_id a:hover {
              background: #fff;
              color: #0EB0D6; }
.pages.index .item_wrap .item .information .platform {
        position: absolute;
        bottom: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
        padding: 15px 10px 0; }
.pages.index .item_wrap .item .information .platform p.icon {
          width: 100%; }
.pages.index .item_wrap .item .information .platform p.icon a {
            color: #fff; }
.pages.index .item_wrap .item .information .platform p.member {
          color: #fff;
          font-size: 10px;
          margin: 4px 0 6px;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
.pages.index .item_wrap .item .information .platform p.time {
          font-size: 10px;
          margin: 2px 0 6px; }
.pages.index .item_wrap .item .information .platform p.time > span {
            margin: 0 0 0 4px;
            font-size: 12px;
            font-weight: bold; }
.pages.index .item_wrap .item_cinema {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    float: left;
    border-right: 1px solid #BABABA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.666666667%; }
.pages.index .item_wrap .item_cinema .information {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      background: #F8F8F8;
      color: #707070;
      padding: .8em 1em; }
.pages.index .item_wrap .item_cinema .information p {
        margin: 0; }
.pages.index .item_wrap .item_cinema .information p.date {
          font-size: 1.5em;
          font-family: "Roboto", sans-serif;
          font-weight: bold;
          margin: 0 1em 0 0;
          white-space: nowrap; }
.pages.index .item_wrap .item_cinema .information p.date .day {
            font-size: .65em;
            font-family: -apple-system, "Roboto", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, sans-serif; }
.pages.index .item_wrap .item_cinema .information p.date .time {
            font-size: 1.3em; }
.pages.index .item_wrap .item_cinema .information p.title {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          text-align: right;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          font-size: 14px;
          overflow: hidden; }
.pages.index .item_wrap .item_cinema .information p.title .guest_name {
            font-size: 12px;
            font-weight: normal;
            margin: 0; }
.pages.index .item_wrap .item_cinema .information p.title:after {
            display: none; }
.pages.index .item_wrap .item_cinema .information p.title .channel_name {
            margin: 0;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
.pages.index .item_wrap .item_cinema .thumb {
      position: relative; }
.pages.index .item_wrap .item_cinema .thumb > a {
        position: relative;
        display: block; }
.pages.index .item_wrap .item_cinema .thumb > a:after {
          content: "";
          display: block;
          padding: 56.2% 0 0; }
.pages.index .item_wrap .item_cinema .thumb img {
        position: absolute;
        display: block;
        width: 100%; }
.pages.index .item_wrap .item_cinema .thumb .now_on_air {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        background: #e60000;
        background: -webkit-gradient(linear, left top, right top, from(#e60000), to(#af0000));
        background: linear-gradient(to right, #e60000 0%, #af0000 100%);
        color: #fff;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        text-align: center;
        padding: .2em 0; }
.pages.index .heading {
  background: #2E2E2E;
  padding: 4px 10px;
  color: #fff; }
.pages.index .heading .title {
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
.pages.index .heading .title > a i {
      margin: 0 .4em 0 0; }
.pages.index .heading .title .category {
      font-size: 16px;
      width: auto;
      height: auto;
      padding: .2em .5em;
      margin: 0 .5em 0 0;
      line-height: 1;
      color: #fff; }
.pages.index .heading .title .category.hot_stream {
        background: #0EB0D6; }
.pages.index .heading .title:after {
      display: none; }
.pages.index .heading .thumb {
    max-width: 1870px;
    margin: 0 auto; }
.pages.index .hot_streams .heading {
  background: #fff;
  padding: 4px 10px;
  color: #2E2E2E; }
.pages.index .hot_streams .item_wrap {
  display: block;
  background: #fff;
  position: relative; }
.pages.index .slick-list {
  border-bottom: 1px solid #BABABA;
  background: #000; }
.pages.index .slick-dotted.slick-slider {
  margin-bottom: 0; }
.pages.index .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  list-style: none;
  clear: both;
  bottom: auto;
  position: relative; }
.pages.index .slick-dots > li {
    margin: 0; }
.pages.index .slick-dots > li button:before {
      background: #000;
      width: 6px;
      height: 6px;
      top: 50%;
      left: 50%;
      content: "";
      border-radius: 3px;
      -webkit-transform: translate(-3px, -3px);
              transform: translate(-3px, -3px); }
.pages.index .slick-prev,
.pages.index .slick-next {
  border: none;
  background: #0EB0D6;
  position: absolute;
  z-index: 1;
  height: 40%;
  width: 50px;
  padding: 0;
  -webkit-transform: translate(0, -80%);
          transform: translate(0, -80%);
  -webkit-transition: all .3s;
  transition: all .3s; }
.pages.index .slick-prev:before,
  .pages.index .slick-next:before {
    content: ""; }
.pages.index .slick-prev.slick-disabled,
  .pages.index .slick-next.slick-disabled {
    opacity: 0;
    pointer-events: none; }
.pages.index .slick-prev {
  left: 0;
  background-image: url("../img/icon_slick_left-6e0a18b8b7.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px auto; }
.pages.index .slick-next {
  right: 0;
  background-image: url("../img/icon_slick_right-b45dcbe707.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px auto; }
.pages.breaking {
  padding: 0;
  text-align: center;
  margin: 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.pages.breaking p {
    margin: 0; }
.pages.breaking p img {
      width: 100%; }
.pages.breaking.column2 p {
    width: 49.5%; }
.pages.breaking + .pickup {
    margin-top: 40px; }
.pages.pickup {
  padding-bottom: 30px; }
.pages.pickup .bnrs_container {
    overflow: hidden;
    position: relative; }
.pages.pickup .carousel__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.pages.pickup .carousel__button {
    border-radius: 0;
    border: #7f7f7f 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 3px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle; }
.pages.pickup .carousel__button.active, .studio_id
.pages.pickup .carousel__button:hover {
      border: #7f7f7f 4px solid; }
.pages.pickup .bnrs {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.pages.pickup .bnrs li {
      margin: 0;
      padding: 0;
      width: 49.5%; }
.pages.pickup .bnrs li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        text-decoration: none;
        height: 100%; }
.pages.pickup .bnrs li a img {
          display: block; }
.pages.pickup .bnrs li a .information {
          background: rgba(0, 0, 0, 0.5);
          color: #fff;
          font-weight: bold;
          padding: 2px 6px;
          text-align: right;
          text-decoration: none;
          width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
.pages.pickup .bnrs li a .information p {
            margin: 0; }
.pages.pickup .bnrs img {
      width: 100%; }
.pages.pickup .item_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.pages.pickup .item_wrap .item {
      width: 33%;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.pages.pickup .item_wrap .item .platform {
        background: linear-gradient(135deg, #0eb0d6 0%, #0eb0d6 100%);
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 8px 10px;
        width: 70%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
.pages.pickup .item_wrap .item .platform p.icon {
          width: 100%;
          -ms-flex-item-align: start;
              align-self: flex-start;
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0; }
.pages.pickup .item_wrap .item .platform p.icon a {
            color: #fff; }
.pages.pickup .item_wrap .item .platform p.member {
          color: #fff;
          margin: 0;
          padding: 4px 0 6px;
          font-size: 10px; }
.pages.pickup .item_wrap .item .platform p.time {
          color: #fff;
          font-size: 10px;
          padding: 0 4px 0 6px;
          border: 1px solid #fff;
          -ms-flex-item-align: start;
              align-self: flex-start;
          margin: 2px 0 6px; }
.pages.pickup .item_wrap .item .platform p.time .number {
            font-size: 12px;
            margin: 0 0 0 4px; }
.pages.pickup .item_wrap .item .thumb {
        width: 30%; }
.pages.pickup .item_wrap .item .thumb:after {
          padding-top: 100%; }
.pages.pickup .category {
    background: linear-gradient(135deg, #0eb0d6 0%, #0eb0d6 100%);
    color: #fff; }
.pages.about {
  height: 100%;
  padding: 99px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.pages.about h1 {
    font-size: 28px;
    margin: 0 auto 24px; }
.pages.about .content_wrap {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white)), url("../img/about/bg_slash-070e792c7c.jpg") no-repeat 50% 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%), url("../img/about/bg_slash-070e792c7c.jpg") no-repeat 50% 0;
    background-size: 100% auto, cover;
    background-attachment: scroll, fixed; }
.pages.about .content_wrap > canvas {
      position: fixed;
      z-index: 0; }
.pages.about .content {
    position: relative;
    overflow: hidden;
    height: 100%; }
.pages.about .about_video_block {
    width: 100%;
    padding: 40px 0 0;
    position: relative;
    margin: 0 auto 100px; }
.pages.about .video_wrap {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1220px;
    margin: 0 auto; }
.pages.about .video_wrap p {
      font-size: 16px;
      line-height: 1.8;
      margin: 0 auto; }
.pages.about .video {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
    margin: 0 0 40px; }
.pages.about .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
.pages.about .about_block {
    max-width: 1230px;
    margin: 0 auto 110px;
    position: relative;
    overflow: hidden;
    padding: 20px; }
.pages.about .about_block:nth-child(even) figure {
      float: left; }
.pages.about .about_block:nth-child(even) .texts {
      right: 30px;
      left: auto; }
.pages.about .about_block.center {
      text-align: center; }
.pages.about .about_block.center h2 {
        font-size: 1.8em; }
.pages.about .about_block.center .lead.download {
        font-size: 1.5em;
        margin: 0 auto; }
.pages.about .about_block.center .lead.download a {
          border: 1px solid #0EB0D6;
          padding: 1em 3em;
          display: inline-block;
          text-decoration: none;
          -webkit-transition: all .4s;
          transition: all .4s; }
.pages.about .about_block.center .lead.download a:hover {
            background: #0EB0D6;
            color: #fff; }
.pages.about figure {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    float: right;
    z-index: 0;
    margin: 0;
    max-width: 760px; }
.pages.about figure img {
      width: 100%;
      max-width: 760px; }
.pages.about .texts {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    z-index: 1;
    position: absolute;
    margin: 0;
    width: 100%;
    max-width: 585px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
    padding: 40px;
    top: 140px;
    left: 30px; }
.pages.about .texts h2 {
      margin: 0 0 1em; }
.pages.about .texts p {
      margin: 0;
      line-height: 2; }
.pages.about .device_list {
    text-align: center;
    border: 1px solid #999;
    max-width: 1220px;
    width: 80%;
    margin: 0 auto 100px;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff; }
.pages.about .device_list h2 {
      margin: 0 0 24px; }
.pages.about .device_list p {
      margin: 0; }
.pages.about .device_list figure {
      float: none;
      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;
      margin: 0 auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 1280px; }
.pages.about .device_list figure img {
        width: auto;
        margin: 0 50px 32px; }
.pages.about .device_list .img_vive {
      height: 120px; }
.pages.about .device_list .img_oculus {
      height: 60px; }
.pages.about .device_list .img_winmr {
      height: 100px; }
.pages.ranking .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #2e2e2e; }
.pages.ranking .item_wrap .head_title {
    background: #2E2E2E;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-family: 'Roboto'; }
.pages.ranking .item_wrap .head_title .prev,
    .pages.ranking .item_wrap .head_title .next {
      position: absolute;
      top: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 12px; }
.pages.ranking .item_wrap .head_title .prev a,
      .pages.ranking .item_wrap .head_title .next a {
        color: #fff;
        text-decoration: none; }
.pages.ranking .item_wrap .head_title .prev a:hover,
        .pages.ranking .item_wrap .head_title .next a:hover {
          text-decoration: underline; }
.pages.ranking .item_wrap .head_title .prev {
      left: 0; }
.pages.ranking .item_wrap .head_title .next {
      right: 0; }
.pages.ranking .item_wrap .head_title .current {
      text-align: center;
      padding: .6em 0;
      font-size: 16px; }
.pages.ranking .item_wrap .head_title .current .date {
        margin: 0 0 0 4px;
        color: #2E2E2E;
        background: #fff;
        font-size: 12px;
        border-radius: 8px;
        height: 16px;
        width: 16px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: inline-block;
        text-align: center;
        padding: 0; }
.pages.ranking .item_wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #D3D3D3; }
.pages.ranking .item_wrap .item .thumb {
      width: 120px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
.pages.ranking .item_wrap .item .platform {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 4px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.pages.ranking .item_wrap .item .platform p.icon {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
.pages.ranking .item_wrap .item .platform p.description {
        font-size: 10px; }
.pages.ranking .item_wrap .item .platform p.member {
        margin: 0 0 2px; }
.pages.ranking .item_wrap .item > .rank {
      width: 60px;
      text-align: center;
      -ms-flex-item-align: center;
          align-self: center;
      font-size: 24px;
      font-family: 'Roboto';
      font-weight: bold;
      color: #707070;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
.pages.ranking .item_wrap .item.rank1 > .rank {
      color: #9F7D15;
      background: url("../img/icon_rank1-2736e0f17f.png") no-repeat 50% 50%;
      background-size: 75% auto; }
.pages.ranking .item_wrap .item.rank2 > .rank {
      color: #859188;
      background: url("../img/icon_rank2-a1a2b4cd7d.png") no-repeat 50% 50%;
      background-size: 75% auto; }
.pages.ranking .item_wrap .item.rank3 > .rank {
      color: #AF8346;
      background: url("../img/icon_rank3-1b3128b126.png") no-repeat 50% 50%;
      background-size: 75% auto; }
.pages.ranking .item_wrap .item > .param {
      width: 164px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.pages.ranking .item_wrap .item > .param > .time {
        -ms-flex-item-align: center;
            align-self: center;
        text-align: center;
        background: #2e2e2e;
        color: #fff;
        padding: 6px 8px;
        line-height: 1.2;
        margin: 0 4px 0 4px;
        width: 64px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
.pages.ranking .item_wrap .item > .param > .time > span {
          display: block;
          white-space: nowrap; }
.pages.ranking .item_wrap .item > .param > .time > span.number {
            font-size: 14px; }
.pages.ranking .item_wrap .item .meta {
      -ms-flex-item-align: center;
          align-self: center;
      margin: 0 4px 0 0;
      width: 88px;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
.pages.ranking .item_wrap .item .view {
      white-space: nowrap;
      margin: 0;
      padding: 4px 8px;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-weight: bold;
      border-bottom: 1px dotted #ccc; }
.pages.ranking .item_wrap .item .view i {
        margin: 0 2px 0 0; }
.pages.ranking .item_wrap .item .comment {
      white-space: nowrap;
      margin: 0;
      padding: 4px 8px;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-weight: bold; }
.pages.ranking .item_wrap .item .comment i {
        margin: 0 2px 0 0; }
.pages.howto h2 {
  margin: 0;
  font-size: 28px; }
.pages.howto .content {
  position: relative; }
.pages.howto .background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1; }
.pages.howto .background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
    display: block; }
.pages.howto .texts {
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  color: #000;
  text-align: left;
  font-size: 18px;
  margin: 0;
  height: 100%;
  padding: 100px 10% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.pages.howto .texts a {
    color: #0EB0D6; }
.pages.howto .texts hr {
    width: 56px;
    height: 6px;
    background: #000;
    border: none;
    margin: 10px auto 70px 0; }
.pages.howto .texts p {
    margin: 0;
    line-height: 1.8; }
.pages.howto .texts .texts_wrap {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 20px 0; }
.pages.howto .texts .lead {
    display: block;
    margin: 0;
    background: url("../img/hd_howto-c9292888f5.png") no-repeat 50% 50%;
    background-size: 100% auto;
    width: 100%;
    max-width: 9999px;
    padding: 10% 0 0;
    height: 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%; }
.pages.howto .texts p,
  .pages.howto .texts ul,
  .pages.howto .texts ol,
  .pages.howto .texts h4,
  .pages.howto .texts h5,
  .pages.howto .texts div {
    max-width: 585px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 1.5em;
    font-size: 16px;
    line-height: 1.5; }
.pages.howto .texts h3 {
    margin: 0 0 .5em;
    font-size: 28px;
    color: #fff;
    background: #000;
    max-width: 585px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: .1em .5em; }
.pages.howto .texts .manual {
    border: 1px solid #2E2E2E;
    padding: 20px; }
.pages.howto .texts .manual p {
      padding: 0 0 0 16px; }
.pages.howto .texts .manual p:nth-last-of-type(1) {
        margin: 0; }
.pages.howto .texts .manual p strong {
        color: #D50000; }
.pages.howto .texts .flow {
    padding: 0 0 0 1em; }
.pages.howto .texts .flow li {
      padding: 0 0 1em; }
.pages.howto .texts .branch {
    margin: 1em 0 0;
    padding: 0 0 0 1em; }
.pages.howto .texts .branch li {
      padding: 0 0 1em; }
.pages.howto .texts .branch li strong {
        color: #D50000; }
.pages.howto .texts .branch li.nostyle {
        padding: 0;
        list-style: none; }
.pages.howto .texts h4 {
    font-size: 20px;
    margin: 0 0 .5em; }
.pages.howto .texts h5 {
    font-size: 18px;
    margin: 0 0 .5em; }
.pages.howto .texts h5:before {
      content: "・"; }
.pages.faq .content {
  max-width: 920px;
  margin: 0 auto; }
.pages.faq h2 {
  font-size: 20px;
  margin: 20px 0 0; }
.pages.faq h2 + hr {
    width: 56px;
    height: 6px;
    background: #000;
    border: none;
    margin: 8px 0 16px; }
.pages.faq nav {
  display: block; }
.pages.faq nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.pages.faq dl {
  margin: 0 auto 12px; }
.pages.faq dt {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 .4em;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s; }
.pages.faq dt:before {
    content: 'Q.';
    display: inline-block;
    margin: 0 5px 0 0; }
.pages.faq dt:hover {
    opacity: .5; }
.pages.faq dd {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 0 2em;
  display: none; }
.pages.faq dd img.center {
    margin: 0 auto 15px;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: block; }
.pages.faq .invert {
  color: #fff;
  background: #000;
  padding: 20px;
  margin: 0 0 1em; }
.pages.faq .text_center {
  text-align: center; }
.pages.archives hr {
  width: 56px;
  height: 6px;
  background: #000;
  border: none;
  margin: 10px auto 40px; }
.pages.archives hr + p {
    text-align: center;
    font-size: 16px;
    margin: -10px 0 3em; }
.pages.archives .item_wrap {
  grid-gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.pages.archives .item_wrap .item {
    padding: 0 0 12px; }
.pages.archives .item_wrap .item .thumb:after {
      padding-top: 56.07%; }
.pages.archives .item_wrap .item .thumb .information {
      position: absolute;
      bottom: 0;
      color: #fff;
      width: 100%;
      background: rgba(0, 0, 0, 0.5); }
.pages.archives .item_wrap .item .thumb .information p.member {
        color: #fff;
        font-size: 12px;
        margin: 0; }
.pages.archives .item_wrap .item .platform {
      padding: 8px 10px 4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.pages.archives .item_wrap .item .platform p.icon {
        width: 100%; }
.pages.archives .item_wrap .item .platform p.member {
        margin: 0;
        padding: 4px 0 6px;
        font-size: 10px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
.pages.archives .item_wrap .item .platform p.time {
        color: #222;
        font-size: 10px;
        padding: 0 4px 0 6px;
        border: 1px solid #222;
        -ms-flex-item-align: start;
            align-self: flex-start;
        margin: 2px 0 6px; }
.pages.archives .item_wrap .item .platform p.time .number {
          font-size: 12px;
          margin: 0 0 0 4px; }
.pages.archives .item_wrap .item .platform p.time.archive {
          color: #707070;
          font-size: 10px;
          padding: 0;
          border: none;
          width: 100%; }
.pages.archives .category {
  background: #909090;
  color: #fff; }
.pages.ranking .category {
  background: #FF6200;
  color: #fff; }
.pages.ranking .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(to bottom, #ffffff 0%, #dfe0d9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfe0d9));
  background-image: linear-gradient(to bottom, #ffffff 0%, #dfe0d9 100%);
  border: 1px solid #c0c0c0;
  color: #333;
  vertical-align: middle;
  width: 120px;
  margin: 0 0 0 8px;
  border-radius: 4px;
  -ms-flex-item-align: center;
      align-self: center; }
.pages.ranking .select-wrap:before {
    content: '▼';
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    margin-top: -6px;
    font-size: 12px;
    line-height: 1;
    color: #333; }
.pages.ranking .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    /* fallback non calc support */
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 2px 35px 2px 11px;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 12px;
    line-height: 1.5; }
.pages .loading {
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
  color: #000;
  grid-column: 1 / -1; }
.pages .loading .loader {
    font-size: 10px;
    margin: 0 auto;
    text-indent: -9999em;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background: #000;
    background: -moz-linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0) 42%);
    background: -webkit-linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0) 42%);
    background: -o-linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0) 42%);
    background: -ms-linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0) 42%);
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #000), color-stop(42%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0) 42%);
    position: relative;
    -webkit-animation: load3 .8s infinite linear;
    animation: load3 .8s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }
.pages .loading .loader:before {
      width: 50%;
      height: 50%;
      background: #000;
      border-radius: 100% 0 0 0;
      position: absolute;
      top: 0;
      left: 0;
      content: ''; }
.pages .loading .loader:after {
      background: #fff;
      width: 75%;
      height: 75%;
      border-radius: 50%;
      content: '';
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
.pages .loading > p {
    font-size: 10px;
    font-weight: bold; }
.js-ofi {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;'; }
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }
@keyframes vertical {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }
@media (max-width: 1920px) {
  .pages.index .item_wrap .item_cinema {
    width: 20%; } }
@media (max-width: 1790px) {
  .pages.index .item_wrap .item_cinema {
    width: 25%; }
  .pages.index.single .item_wrap .item {
    width: 20%; } }
@media (max-width: 1550px) {
  .pages.index.single .item_wrap .item {
    width: 25%; } }
@media (max-width: 1440px) {
  .pages.index .item_wrap .item_cinema {
    width: 33.333333%; }
  .pages.pickup .item_wrap .item .thumb {
    width: 40%; }
  .pages.pickup .item_wrap .item .platform {
    width: 60%; }
  .pages.ranking .item_wrap .item .thumb {
    width: 10%; } }
@media (max-width: 1310px) {
  .pages.index.single .item_wrap .item {
    width: 33.333333333%; } }
@media (max-width: 1260px) {
  .pages.about .content {
    padding: 20px; }
  .pages.about .about_video_block {
    padding: 0; } }
@media (max-width: 1200px) {
  .pages.pickup .item_wrap .item {
    width: 49%;
    padding: 0 0 12px; }
  .pages.archives .item_wrap .item {
    padding: 0 0 12px; }
  .pages.ranking .item_wrap .item .thumb {
    width: 15%; }
  .pages.ranking .item_wrap .item > .param {
    width: 92px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .pages.ranking .item_wrap .item > .param > .time {
    margin: 0 4px 2px 0;
    width: auto;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .pages.about .about_block {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pages.about .about_block.center {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .pages.about .texts,
  .pages.about .about_block:nth-child(even) .texts {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: -60px 0 0; }
  .pages.beginner .entry > .lead {
    font-size: 14px; } }
@media (max-width: 1076px) {
  .pages.index.single .item_wrap .item {
    width: 50%; }
  .pages.beginner .entry > .lead img {
    width: 50%; } }
@media (max-width: 960px) {
  .pages.index .item_wrap .item_cinema {
    width: 50%; }
  .pages.ranking .item_wrap .item .thumb {
    width: 22%; } }
@media (max-width: 920px) {
  .pages.beginner .entry > .lead {
    font-size: 12px; } }
@media (max-width: 900px) {
  .pages.pickup .bnrs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .pages.pickup .bnrs li {
      width: 100%;
      margin: 0 0 8px; }
      .pages.pickup .bnrs li:nth-last-of-type(1) {
        margin: 0; }
  .pages.breaking.column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .pages.breaking.column2 p {
      width: 100%;
      margin: 0 0 8px; }
      .pages.breaking.column2 p:nth-last-of-type(1) {
        margin: 0; }
  .pages.pickup .item_wrap .item {
    width: 100%; }
  .pages.pickup .item_wrap .item .thumb {
    width: 20%; }
  .pages.pickup .item_wrap .item .platform {
    width: 80%; } }
@media (max-width: 840px) {
  .pages.index .item_wrap .item_cinema .information p.date {
    font-size: 1.2em; }
  .pages.index.single .item_wrap .item {
    width: 100%; }
    .pages.index.single .item_wrap .item.heading {
      height: auto; }
      .pages.index.single .item_wrap .item.heading .thumb:after {
        display: none; }
      .pages.index.single .item_wrap .item.heading .information {
        position: relative;
        padding: 40px 20px; } }
@media (max-width: 768px) {
  nav.ui_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    nav.ui_sp.tab_root li a {
      padding: 12px 0 10px; }
  .news {
    padding: 15px 15px 0;
    line-height: 1.5; }
    .news ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .news ul .day {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 9999px;
        width: 68%;
        font-size: 1.2em; }
      .news ul .category {
        max-width: 9999px;
        width: 30%;
        margin: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
  .bnr {
    text-align: center; }
  .item.detail.active, .item.detail:hover {
    display: block;
    opacity: 1; }
  .item_wrap {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-template-rows: repeat(auto-fill, minmax(160px, 1fr)); }
    .item_wrap .item .thumb img {
      width: 100%; }
    .item_wrap .item .thumb:before {
      pointer-events: none; }
  .app_dl > a {
    display: none; }
  .pages .title {
    text-align: center;
    display: block; }
    .pages .title:after {
      display: none; }
    .pages .title span {
      display: block;
      margin: 4px auto; }
    .pages .title .category {
      margin: 0 auto; }
    .pages .title > a {
      margin: 0 auto 12px; }
  .pages.detail {
    padding: 5%; }
  .pages.about {
    padding: 46px 0 0; }
    .pages.about .background {
      background: #000; }
      .pages.about .background img {
        -o-object-position: 25% 100%;
           object-position: 25% 100%;
        opacity: .5; }
    .pages.about .texts {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center; }
      .pages.about .texts hr {
        margin: 10px auto 20px; }
    .pages.about .device_list .img_vive {
      height: 80px; }
    .pages.about .device_list .img_oculus {
      height: 40px; }
    .pages.about .device_list .img_winmr {
      height: 65px; }
  .pages.howto .background {
    background: #fff; }
    .pages.howto .background img {
      -o-object-position: 100% 100%;
         object-position: 100% 100%;
      opacity: .5; }
  .pages.howto .texts {
    padding: 10% 5%; }
    .pages.howto .texts div {
      max-width: 9999px; }
    .pages.howto .texts .lead {
      width: 70%;
      background: url("../img/hd_howto_sp-d14099880f.png") no-repeat 50% 50%;
      background-size: 100% auto;
      margin: 0 auto;
      padding: 18% 0 0; }
    .pages.howto .texts hr {
      margin: 10px auto 70px; }
    .pages.howto .texts h3 {
      max-width: 9999px; }
  .pages.howto .texts_wrap {
    background: rgba(255, 255, 255, 0.9);
    padding: 5%; }
  .pages.howto h2 {
    text-align: center; }
  .pages.pickup .item_wrap .item .thumb {
    width: 40%; }
  .pages.pickup .item_wrap .item .platform {
    width: 60%; }
  .pages.ranking .item_wrap .item > .rank {
    width: 30px; }
  .pages.ranking .item_wrap .item .meta {
    width: 68px;
    font-size: 10px; }
  .item.detail .thumb_wrap p.time {
    color: #222;
    border: 1px solid #222; }
  .pages.ranking .item_wrap .item .platform p.description {
    display: none; }
  .pages.ranking .item_wrap .item > .param {
    display: none; }
  .pages .title .update {
    float: none;
    display: inline-block;
    margin: 0 4px; }
  .page-beginner .sub_column {
    display: none; }
  .pages.about .content {
    padding: 0; }
  .pages.about .video_wrap p {
    padding: 0 20px; }
  .pages.about .video {
    margin: 0 0 28px; }
  .pages.about .about_video_block {
    margin: 0 auto 40px; }
  .pages.about .about_block {
    margin: 0 auto 40px;
    padding: 8px; }
  .pages.about .texts,
  .pages.about .about_block:nth-child(even) .texts {
    margin: -20px 0 0;
    padding: 20px; }
  .pages.index .heading .title {
    font-size: 14px;
    text-align: left; }
    .pages.index .heading .title .category {
      display: none; }
    .pages.index .heading .title > a {
      margin: -3px auto 0;
      float: right; }
  .pages.index .item_wrap .item_cinema .information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden; }
    .pages.index .item_wrap .item_cinema .information p.date {
      margin: 0; }
      .pages.index .item_wrap .item_cinema .information p.date br {
        display: none; }
      .pages.index .item_wrap .item_cinema .information p.date .day {
        margin: 0 .4em 0 0; }
    .pages.index .item_wrap .item_cinema .information p.title {
      text-align: left;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .pages.index .item_wrap .item_cinema .information p.title .channel_name {
        margin: 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
  .slick-slider .slick-track {
    background: #F8F8F8; } }
@media (max-width: 720px) {
  .pages.index {
    padding: 8px 0 30px; }
    .pages.index.single .item_wrap .item {
      width: 50%; }
      .pages.index.single .item_wrap .item.heading .information {
        padding: 0 8px 8px; }
    .pages.index .item_wrap {
      background: none; }
      .pages.index .item_wrap .item.heading {
        width: 100%; }
        .pages.index .item_wrap .item.heading .thumb:before,
        .pages.index .item_wrap .item.heading .thumb:after {
          display: none; }
        .pages.index .item_wrap .item.heading .information {
          position: relative;
          padding: 0 8px 8px;
          text-align: right;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          .pages.index .item_wrap .item.heading .information .title {
            display: none; }
        .pages.index .item_wrap .item.heading:hover .information {
          background: none; }
      .pages.index .item_wrap .item.noitem {
        width: 100%;
        color: #222;
        padding: 40px 0;
        margin: 0 8px; }
      .pages.index .item_wrap .item .information .platform {
        padding: 12px 6px 0; }
        .pages.index .item_wrap .item .information .platform p.icon {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: block;
          font-size: 10px; }
        .pages.index .item_wrap .item .information .platform p.member {
          margin: 2px 0 0; }
        .pages.index .item_wrap .item .information .platform p.time {
          margin: 0 0 4px; }
      .pages.index .item_wrap .item:hover .information .description {
        padding: 0;
        height: 0; }
    .pages.index .thumb .meta {
      position: relative; }
      .pages.index .thumb .meta .view_comment_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        position: absolute; }
        .pages.index .thumb .meta .view_comment_wrap p {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          text-align: center;
          border: none; }
          .pages.index .thumb .meta .view_comment_wrap p.view {
            border-right: 1px dotted #eee; }
  .pages.pickup .item_wrap .item {
    width: 49%; }
  .pages.pickup .item_wrap .platform p {
    font-size: 10px; }
  .pages.pages.archives .item_wrap .item {
    padding: 0 0 12px; }
    .pages.pages.archives .item_wrap .item .platform p {
      font-size: 10px; }
    .pages.pages.archives .item_wrap .item .description {
      font-size: 10px;
      padding: 0 10px;
      margin: 0; }
    .pages.pages.archives .item_wrap .item .thumb .information p.member {
      font-size: 10px; }
  .pages .thumb .meta .share_wrap {
    display: none; } }
@media (max-width: 480px) {
  .pages.index .item_wrap .item_cinema {
    width: 100%; }
  .pages.beginner .entry > .lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pages.beginner .entry > .lead img {
      width: 75%;
      margin: 0 0 20px; }
    .pages.beginner .entry > .lead p {
      padding: 0; }
  .pages.ranking .item_wrap .item > .rank {
    width: 28px;
    font-size: 18px; }
  .pages.ranking .item_wrap .item .platform p.icon {
    font-size: 10px;
    line-height: 1.2; }
  .item_wrap .item .platform p i.icon_niconico {
    font-size: 10px; }
  .item_wrap .item .platform p i.icon_showroom {
    font-size: 10px; }
  .pages.ranking .item_wrap .item .platform p.member {
    margin: 0; }
  .item_wrap {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-template-rows: repeat(auto-fill, minmax(120px, 1fr)); }
    .item_wrap .item {
      width: 100%; }
      .item_wrap .item .platform {
        padding: 0; }
      .item_wrap .item > .description {
        margin: 4px 0 0; }
  .news {
    padding: 15px 15px 0;
    line-height: 1.5; }
    .news ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .news ul .day {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 9999px;
        width: 68%;
        font-size: 1.2em; }
      .news ul .category {
        max-width: 9999px;
        width: 30%;
        margin: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .news ul .title {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding: .4em 0 0;
        width: 100%;
        display: block; }
  .pages.index .item_wrap {
    background: none; }
    .pages.index .item_wrap .item.heading .information {
      position: relative;
      padding: 0 8px 8px;
      text-align: right;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .pages.index .item_wrap .item.heading .information .title {
        display: none; }
    .pages.index .item_wrap .item.heading :hover .information {
      background: none; }
    .pages.index .item_wrap .item .information .platform {
      padding: 6px 6px 0; }
      .pages.index .item_wrap .item .information .platform p.icon {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        font-size: 10px; }
      .pages.index .item_wrap .item .information .platform p.member {
        margin: 2px 0 0; }
      .pages.index .item_wrap .item .information .platform p.time {
        margin: 0 0 4px; }
    .pages.index .item_wrap .item:hover .information .description {
      padding: 0;
      height: 0; }
  .pages.index .thumb .meta {
    position: relative; }
    .pages.index .thumb .meta .view_comment_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .pages.index .thumb .meta .view_comment_wrap p {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-align: center; }
  .pages.index .thumb .share_wrap {
    display: none; }
  .pages.pickup .item_wrap .item {
    width: 100%;
    margin: 0 0 16px; }
    .pages.pickup .item_wrap .item .thumb {
      width: 30%; }
    .pages.pickup .item_wrap .item .platform {
      padding: 0 8px;
      width: 70%; }
  .pages.about .texts p {
    height: auto;
    opacity: 1;
    font-size: 12px; }
  .pages.about h1 {
    font-size: 18px; }
  .pages.about .content_wrap > canvas {
    display: none; }
  .pages.howto h2 {
    font-size: 18px; }
  .pages.howto .texts hr {
    margin: 10px auto 30px; }
  .pages.howto .texts h3 {
    font-size: 18px; }
  .pages.howto .texts h4,
  .pages.howto .texts h5 {
    font-size: 16px; }
  .pages.howto .texts p {
    font-size: 12px; }
  .pages.howto .texts ul,
  .pages.howto .texts ol {
    font-size: 12px;
    padding: 0 0 0 1.5em; }
  .pages.howto .texts .manual {
    margin: 0 0 5%; }
    .pages.howto .texts .manual p {
      padding: 0 0 0 1em; }
  .pages.howto .texts_wrap {
    padding: 5% 5% 0; }
  .pages.faq h2 {
    font-size: 14px;
    margin: 20px 0 6px; }
  .pages.faq h2 + hr {
    display: none; }
  .pages.faq dl {
    border-top: 1px solid #aaa; }
  .pages.faq dt {
    padding: .8em 2em .8em .2em;
    border-bottom: 1px solid #aaa;
    position: relative;
    font-size: 12px;
    color: #666;
    background: #F9F9F9;
    margin: 0; }
    .pages.faq dt + dd {
      padding: 1em; }
    .pages.faq dt:hover {
      opacity: 1; }
    .pages.faq dt:after {
      content: '>';
      position: absolute;
      display: block;
      right: 2px;
      top: 50%;
      font-size: 18px;
      line-height: 1;
      margin: -9px 0 0;
      -webkit-transform: scaleY(0.5) rotate(90deg);
              transform: scaleY(0.5) rotate(90deg);
      color: #ccc; }
    .pages.faq dt.active {
      background: #f2f9fb; }
      .pages.faq dt.active:after {
        -webkit-transform: scaleY(0.5) rotate(-90deg);
                transform: scaleY(0.5) rotate(-90deg); } }
