/* 広告枠 非表示 */
aside.ad.billboard{
  display: none;
}
#category-nav{display: none!important;}

#global-nav {
    background-color: black; /* PCグローバルナビ背景色 */
}
#global-list svg, #global-list svg * {
    fill: #111; /* PCグローバルナビ文字色 */
    stroke-width: 0.7;　/* PCグローバルナビ文字輪郭太さ */
}
#global-nav ul > li a:hover {
    background-color: gray;　/* PCグローバルナビタブマウスオーバー時背景色 */
}
 #global-nav ul>li.headline a {
    background-color: black;
    border-right:1px solid #708090 ;
    border-bottom: 1px solid #708090;
}
#global-list ul.inline>li.headline svg {
    background-color: white!important;
}
#global-list ul.inline>li.headline:hover svg {
    background-color: transparent!important;
}
#global-list ul.inline>li.vr svg {
    background-color: transparent;
}

@media only screen and (min-width: 641px) {/*PC*/

#site-logo {
    background: url('/vr/img/logo_vr.svg') 0 center no-repeat; /* PCグローバルナビサイトロゴ */
    background-size: 84px auto; /* PCグローバルナビサイトロゴサイズ */
    text-indent: -9999px;
}
}

@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
#site-logo {
    background: none;
}
#site-logo >a {
    background: url('/vr/img/logo_vr.svg') 0 center no-repeat;/* SPグローバルナビサイトロゴ */
    background-size: 74px auto;/* SPグローバルナビサイトロゴサイズ */
    display: block;
    margin-top: 12px;
}
header {
    background-color: black;/* SPグローバルナビ背景色 */
}
header div > ul > li.button {
    color: #ddd;　/* SPグローバルナビ文字色 */
}
header div > ul > li > p > svg {
    fill: #ddd; /* SPグローバルナビアイコン色 */
    stroke: #ddd; /* SPグローバルナビ愛kン輪郭色 */
    stroke-width: 0.7;　/* SPグローバルナビアイコン輪郭太さ */
}
#group-sites{
  display: none;
}
}

div.text ul.list-label{display: none;}








/* --- 以下、基本的に変更しない --- */

@media only screen and (min-width: 641px) {/*PC*/
.header-inner{
  display: none;
}
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
  .billboard img{
  width:100%;
  }
#global-nav{
  display: none;
}
#global-list{
  display:none;
}
#category-nav{
  display: none;
}
#extra{
  display: none;
}
}



@media only screen and (min-width: 641px) {/*PC*/
#sp-floating-layer{
  display: none;
}
}

@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
div.social-bookmark {
  display: none;
}
#social-under{
  display: none;
}
}

footer {
    background-color: #fff;
    z-index: 2;
    margin-top: 20px;
}

body * {
    box-sizing: border-box;
}



header>h1 {
    z-index: 1;
    position: absolute;
    top: 42px;
    left: 10px;
    display: inline-block;
    padding: 10px;
    background-color: black;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    color: #f3f3f3;
    margin: 0 auto 0 auto;
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

header>h1>span {
    font-size: 12px;
    margin: 8px auto 0 auto;
    display: block;
    color: white;
}


@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
#page-wrap {
    width: auto;
}
}
@media only screen and (min-width: 641px) {
    /*PC*/
    #page {
overflow: hidden;
    }
}

#topic {
height:350px;
overflow: hidden;
}
.topic-item-caption h1{
    font-size:24pt;
}
.topic-item-caption p{
    font-size:18pt;
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
#topic {
    height: 200px;
}
.topic-item-caption h1{
    font-size:18pt;
}
.topic-item-caption p{
    font-size:14pt;
}
}



.topic-item{
  display: block;
  width:100%;
  background-size: cover;
  background-position: center center;
}
.topic-item:hover{
  text-decoration: none;
}
.topic-item-caption{
  position: relative;
  top:40px;
  text-align: center;
  color:white;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
font-size:24pt;
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
.topic-item-caption{
  top:20px;
}
}


@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
#main {
    width: auto;
}
}
body#top #main h1 {
    font-weight: bold;
    font-size: 16px;
    background-color: #000;
    color:white;
    margin:20px 0 10px 0;
  }
body#top #main h1 span{
    display: block;
    margin:0 0 0 10px;
    padding:8px 0 8px 14px;
    border-left:1px solid white;
    background-color: #333;
}


#main ul.list-02 li {
    background-color: white;
    margin: 0 0 10px 0;
    padding: 10px;
    overflow: hidden;
    list-style-type: none;
    display: block;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

#main ul.list-02 li .body {
    vertical-align: top;
}

#main ul.list-02 li .body>div {}

#main ul.list-02 li .body .image {
    float: left;
    width: 200px;
        max-height: 180px;
    vertical-align: top;
    margin: 0 15px 0 0;
    overflow: hidden;

}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
#main ul.list-02 li .body .image {
    width:120px;
    margin-right:9px;
}
}
#main ul.list-02 li .body .image img {
    max-width: 100%;
    max-height: auto;
}

@media only screen and (min-width: 641px) {
    /*PC*/
    #main ul.list-02 li div.body div.image img {
        max-height: 300px;
        height: auto;
    }
}

#main ul.list-02 li .body .text {
    padding: 5px 15px 0px 6px;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
}

#main ul.list-02 li .body .text ul {
    list-style-type: none;
}

#main ul.list-02 li .body .text .category {
    color: #777;
    font-size: 12px;
    list-style-type: none;
}

#main ul.list-02 li .body .text .title {
    margin: 0 0 10px 0;
    line-height: 1.4;
    font-size: 18px;
    overflow: hidden;
    font-weight:bold;
}
#main ul.list-02 li .body .text .subtitle {
    color:#555;
}
#main ul.list-02 li .body .text .pubdate {
    color:#555;
    text-align:right;
    display: block;
    font-size:12px;
    margin:10px 0 0 0;
}
#main ul.list-02 li .body .text .title a {

    text-decoration: none;
}

#main ul.list-02 li .body .text .title a:hover {
    color: #333;
    text-decoration: none;
}

#main ul.list-02 li .body .text .outline {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

#main ul.list-02 li .body .text .date {
    font-size: 12px;
    color: #777;
    text-align: right;
}












@media only screen and (min-width: 641px) {/*PC*/
footer>nav>ul.group-sites>li.column.c4 {
    width: 22%;
}
footer>nav>ul.group-sites>li.column.c5 {
    width: 13%;
}
}


.youtube{
    position:relative;
    width:100%;
    margin:0 0 20px 0;
}
.youtube iframe{
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important;
}
#extra .pickup ul.list-02 li.item{
    padding:7px 0 7px 0;
}
#extra .pickup ul.list-02 li.item div.body div.text p.title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
}

article dl.list-01{
    font-size:100%;
    padding:10px 10px 5px 10px;
}

article dl.list-01 dt{
        margin: 10px 0 0 0;
        border-top:1px solid #ddd;
        padding:8px 0 0 0;
        font-size:105%;
}
article dl.list-01 dt:first-child{
        border:0px;
    }
article dl.list-01 dd{
        color:#444;
        font-size:90%;
        margin:5px 0 0 0;
}
nav#breadcrumb{
    display: none;
}

.viewmore-button{
    display: block;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
        text-align: center;
        background-color: white;
        padding:10px;
        cursor: pointer;
        margin-bottom: 10px;
}
.interviewee{
color:#007D7D;
}


.list-02 .list-label{
	display: none;
}

.social{display: none;}
.social-vr{display: block;}
.topics.list.special{display: none;}
.ranking.topics.list{display: none;}
#social-upper{display: block;
}

aside.ad{
    margin-bottom: 10px;
}



@media only screen and (min-width: 641px) {/*PC*/
  #main nav.links {
  	background-color: #fff;
  	padding: 5px 15px 5px 15px;
  	margin-bottom: 10px;
  }
  #main nav.links ul.list-02 {
  	background-color: #fff;
  	margin-bottom: 0;
  }
  #main nav.links .hdg-04 {
  	position: relative;
  	padding: 3px 10px 4px 15px;
  	border: 0 none transparent;
  }
  #main nav.links .hdg-04:before {
  	content: '　';
  	text-indent: -9999px;
  	background-color: #181818;
  	height: 16px;
  	width: 4px;
  	position: absolute;
  	left: 0px;
  	top: 6px;
  }
  #main nav.links ul.list-02 li.item {
  	border-bottom: none;
  	width: 50%;
  	display: inline-block;
  	padding-right: 5px;
  	vertical-align: top;
  	margin-bottom: 30px;
  }
  #main nav.links ul.list-02 li.item div.image {
  	overflow: hidden;
  }
  #main nav.links ul.list-02 li.item div.body div.text {
  	margin: 0;
  }
  #main nav.links ul.list-02 li.item div.body div.text p.title {
  	font-weight: normal;
  	font-size: 14px;
  	line-height: 20px;
  }
  #main nav.links ul.list-02 li.item div.body div.image {
  	width: 120px;
  	margin-right: 12px;
  }
  #main nav.links ul.list-02 li.item div.body div.image img {
  	max-width: 120px;
  }
  #main nav.links ul.list-02 li.even {
  	padding-right: 15px;
  }
  #main nav.links ul.list-02 li.odd {
  	padding-left: 15px;
  }
  #main nav.links.close ul.list-02 li.open-close {
  	display: none;
  }
  #main nav.links>p.more {
  	font-size: 14px;
  	color: #032e9d;
  	line-height: 21px;
  	text-align: center;
  	border-top: 1px solid #032e9d;
  	padding: 12px 0 13px;
  	cursor: pointer;
  	margin: 0;
  }
  #main nav.links>p.more>span {
  	display: inline-block;
  	width: 11px;
  	height: 11px;
  	margin-left: 10px;
  	background: transparent url('/img/watch/parts/icon/sns_close.svg') no-repeat top left;
  	background-size: 10px 10px;
  }
  #main nav.links.close>p.more>span {
  	background: transparent url('/img/watch/parts/icon/sns_open.svg') no-repeat top left;
  	background-size: 10px 10px;
  }
}



#top-articles>.list{
  width:970px;
  height:200px;
  margin:10px auto 10px auto;
  background-color: white;
  overflow: hidden;
}
#top-articles div.list li.item{
  width:280px;
  border-right:1px solid #333;
  box-sizing: border-box;
}
#top-articles div.list li.item ul.list-label{
  display: none;
}
#top-articles div.list li.item img{
  width:100%;
}
#top-articles div.list li.item > div.body{
  position: relative;
  height:200px;
  overflow: hidden;
  box-sizing: border-box;
  width:100%;
  display: block;
}
body#top #top-articles div.list li.item > div > div.text{
  position: absolute;
  bottom:0;
background-color: rgba(0, 0, 0, 0.8);
background: rgba(0, 0, 0, 0.8);
color: rgba(0, 0, 0, 0.8);
padding:8px 12px 5px 12px;
width:100%;
min-height: 60px;
box-sizing: border-box;
font-size: 12pt;
border-right: 1px solid white;
line-height: 1.3;
}
#top-articles li.item .text .title, #top-articles li.item .text .title a{
    color:white!important;
    font-weight: bold;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }

    .slick-prev, .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 0;
        display: block;
        width: 40px;
        height: 100%;
        margin-top: 0px;
        padding: 0;
        cursor: pointer;
        border: none;
        outline: none;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        box-sizing: border-box;
    }
    #topic img:hover{
  opacity: 0.80;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: black;
    outline: none;
    background-color: rgba(0, 0, 0, 0.6);
}
.slick-prev{
  z-index:1;
  left:0;
}
.slick-next {
    right: 0px;
    z-index: 1;
}
.slick-slider {
    margin-bottom: 10px;
}

@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
  #top-articles>.list{
    margin:10px auto 10px auto;
    width: 100%;
    height:230px;
  }
  #top-articles div.list li.item > div.body{
    height:230px;
  }
}



/* オリジナル記事リスト用 */
#main .article .list-02 *{
      box-sizing: border-box;
}
#main .article .list-02 li{
  display: inline-block;
  width:49%;
  vertical-align: top;
  min-height:350px;
  padding:0;
  position: relative;
  overflow: hidden;
}
#main .article .list-02 li:nth-child(odd){
  margin:1% 1% 1% 0;
}
#main .article .list-02 li:nth-child(even){
  margin:1% 0 1% 1%;
}
#main .article .list-02 li .body{
  display: block;
}
#main .article .list-02 li .body .image{
  width:100%;
  float:none;
  display:block;
  max-height: 100%;
  margin:0;
      padding:0;
}
#main .article .list-02 li .body .image img{
  width:100%;
}
#main .article .list-02 li .body .text{
  display: block;
  margin:0;
  /*background-color: rgba(0, 0, 30, 0.8);
  background: rgba(0, 0, 30, 0.8);*/
  background-color:rgba(255,255,255,0.8);
  color: rgba(0, 0, 0, 30.8);
  position: absolute;
  bottom:0;
z-index: 10;
  padding:10px;
}
#main .article .list-02 li .body .text .title{
  font-size:16px;
  font-weight: bold;
    color:black;
    margin:0 0 5px 0;
}
#main .article .list-02 li .body .text .title a{
  color:black;
}
#main .article .list-02 li .body .text .title a:hover{
  color:black;
}
#main .article .list-02 li .body .text .outline{
  font-size:14px;
  color:#444;
}
#main .article .list-02 li .body .text .date{
  font-size:12px;
  color:#666;
}
}

@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
  #main .article .list-02 li{
    display: block;
    width:100%;
    height:auto;
    box-sizing: border-box;
  }
  #main .article .list-02 li:nth-child(odd){
    margin:0 0 10px 0;
  }
  #main .article .list-02 li:nth-child(even){
    margin:0 0 10px 0;
  }
  #main .article .list-02 li .body .image{
    height:auto;
    overflow: hidden;
  }
  #main .article .list-02 li .body .image img{
    width:100%;
    max-height:100%;
  }
}

/* HOT WORDS */
.hot-words{
  background-color: #f3f3f3;
  margin:0 0 20px 0;
  padding:10px 20px 10px 20px;
}
.hot-words h4{
  display: inline-block;
}
.hot-words ul{
  display: inline-block;
}
.hot-words ul li{
  display: inline-block;
  margin-left:7px;
  border:1px solid #ccc;
}
.hot-words ul li a{
  display: block;
  background-color: white;
  padding:3px 10px 3px 10px;
}
.hot-words ul li a:hover{
  background-color: #ddd;
  text-decoration: none;
}



#main ul.article.list li.item {
    background-color: white;
    margin: 0 0 10px 0;
    padding: 10px;
    overflow: hidden;
    list-style-type: none;
    display: block;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}
#main ul.article.list li.item .list-label li{
  display: inline-block;
}
#main ul.article.list li .body {
    vertical-align: top;
}

#main ul.article.list li .body>div {}

#main ul.article.list li .body .image {
    float: left;
    width: 200px;
    vertical-align: top;
    margin: 0 15px 0 0;
    overflow: hidden;
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
#main ul.article.list li .body .image {
    width:120px;
    margin-right:9px;
}
}
#main ul.article.list li .body .image img {
    max-width: 100%;
    max-height: auto;
}

@media only screen and (min-width: 641px) {
    /*PC*/
    #main ul.article.list li div.body div.image img {
        max-height: 300px;
        height: auto;
    }
}

#main ul.article.list li .body .text {
    padding: 5px 15px 0px 6px;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
}

#main ul.article.list li .body .text ul {
    list-style-type: none;
}

#main ul.article.list li .body .text .category {
    color: #777;
    font-size: 12px;
    list-style-type: none;
    margin:0 0 6px 0;
}

#main ul.article.list li .body .text .title {
    margin: 0 0 10px 0;
    line-height: 1.4;
    font-size: 18px;
    overflow: hidden;
    font-weight:bold;
}
#main ul.article.list li .body .text .subtitle {
    color:#555;
}
#main ul.article.list li .body .text .pubdate {
    color:#555;
    text-align:right;
    display: block;
    font-size:12px;
    margin:10px 0 0 0;
}
#main ul.article.list li .body .text .title a {

    text-decoration: none;
}

#main ul.article.list li .body .text .title a:hover {
    color: #333;
    text-decoration: none;
}

#main ul.article.list li .body .text .outline {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

#main ul.article.list li .body .text .date {
    font-size: 12px;
    color: #777;
    text-align: right;
}


body#top ul.list.article.top.select {
    margin-bottom: 20px;
}

body#top ul.list.article.top.select li.item {
    display: inline-block;
    width: 327px;
    vertical-align: top;
    border: none;
    padding: 0;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
}


body#top ul.list.article.top.select li.item .text {
    font-size: 14px;
    line-height: 1.5;
    color: black;
    background: none;
    text-align: left;
}

body#top ul.list.article.top.select li.item .text .category span.label {
    display: block;
    background-color: #666;
    color: white;
    margin: 0 0 6px 0;
    padding: 2px 3px 2px 3px;
    font-size: 11px;
    text-align: center;
    position: absolute;
    top: 0px;
    right:0px;
    background: rgba(0, 0, 0, 0.7);
}

body#top ul.list.article.top.select li.item .text .category span.label-after {
    display: block;
    font-size: 11px;
}

body#top ul.list.article.top.select li.item .text .date {
    font-size: 12px;
    color: #666;
    margin: 5px 0 0 0;
}

body#top ul.list.article.top.select li.item .text .outline {
    color: #666;
    font-size: 12px;
    margin: 3px 0 0 0;
}

body#top ul.list.article.top.select li.item .image {
    width: 327px;
    height: 160px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    margin: 0;
    float: none;
    margin-bottom: 5px;
}

body#top ul.list.article.top.select li.item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
}
.list.top.wrap{
    text-align: center;
}
#top-articles{
    background-color: white;
}

@media only screen and (max-width: 641px) and (min-width: 0px) {
body#top ul.list.article.top.select li.item{
    width:100%;
    margin:10px auto 10px auto!important;
}
body#top ul.list.article.top.select li.item .image{
    width: 100%;
}
}




ul.paginate.fixed {
    width: 100%;
    height: 30px;
    margin: 0 0 20px 0;
    position: relative;
    padding: 0 160px;
    text-align: center;
}
ul.paginate.fixed li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
}
ul.paginate.fixed li.prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 83px;
}
ul.paginate.fixed li.next {
    position: absolute;
    top: 0;
    right: 0;
    width: 83px;
}
ul.paginate.fixed li.prev a {
    padding-left: 10px;
    width: 83px;
    position: relative;
}
ul.paginate.fixed li.next a {
    width: 83px;
    padding-right: 10px;
    position: relative;
}
ul.paginate.fixed li.prev a span {
    position: absolute;
    top: -1px;
    left: 10px;
    display: block;
    transform: rotate(-90deg);
}
ul.paginate.fixed li.next a span {
    position: absolute;
    top: -1px;
    right: 10px;
    display: block;
    transform: rotate(90deg);
}
.paginate ul li>span,
.paginate ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #b5bdd6;
    border-radius: 4px;
    line-height: 30px;
    font-size: 14px;
    background-color: #fff;
    color: #33498e;
    text-align: center;
}
.paginate ul li a:visited {
    color: #33498e;
}
.paginate ul li>span {
    color: #333;
    font-weight: bold;
}
