@charset "utf-8";

/*
------------------------------------------------------
[skin-top-01]PCトップページ
------------------------------------------------------
*/

body {
  background-color: #000;
}

/* ローディング */
.loading-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10;
  display: none;
}

/* トップ記事｜基本構造 */
.top-news {
  width: 1216px;
}

/* トップ記事｜バナーサイズ大レイアウト */
.layout02 .top-news {
  width: 912px;
  float: left;
}

/* サブ記事｜基本構造 */
.sub-news {
  width: 912px;
  float: left;
}

/* 記事リスト｜基本構造 */
.news-box {
  float: left;
  margin: 0 4px 4px 0;
}

.news-box a {
  display: block;
  height: 100%;
  color: #282828;
  background-color: #fff;
  text-decoration: none;
  position: relative;
}

.news-box .other-data {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 1.2;
}

.news-box .other-data .category {
  display: inline-block;
  padding: 2px 10px 1px;
  margin-right: 6px;
  font-size: 62%;
  color: #fff;
  background-color: #3e3e3e;
}

.news-box .other-data .date {
  display: inline-block;
  padding-bottom: 2px;
  font-size: 68%;
  letter-spacing: 0.5px;
  vertical-align: bottom;
}

/* 記事リスト｜サイズ大 */
.news-box-b {
  width: 604px;
  height: 584px;
  overflow: hidden;
}

/* by JB */
.top-news .news-box-b:nth-of-type(2n){
  float:right;
}

.news-box-b figure {
  height: 400px;
  overflow: hidden;
  background-color: #000;
}

.news-box-b figure img {
  width: 604px;
  height: auto;
}

.news-box-b .text-area {
  padding: 15px 12px;
}

.news-box-b h2 {
  height: 4em;
  line-height: 1.3;
  margin-bottom: 8px;
  font-size: 162%;
  font-weight: normal;
  color: #000;
  overflow: hidden;
}

.news-box-b a:hover h2 {
  color: #666;
}

.news-box-b .writer-name {
  line-height: 1.2;
}

.news-box-b .writer-name span {
  display: block;
  line-height: 1.1;
  font-size: 75%;
  font-weight: 400;
  color: #666;
}

/* 記事リスト｜サイズ小 */
.news-box-s {
  width: 300px;
  height: 352px;
  overflow: hidden;
}

.news-box-s figure {
  height: 225px;
  overflow: hidden;
  background-color: #fff;
}

.news-box-s figure img {
  width: 300px;
  height: auto;
}

.news-box-s .text-area {
  padding: 10px 10px;
}

.news-box-s h2 {
  height: 3.9em;
  line-height: 1.3;
  margin-bottom: 8px;
  font-size: 95%;
  font-weight: normal;
  color: #000;
  overflow: hidden;
}

.news-box-s a:hover h2 {
  color: #666;
}

.news-box-s .writer-name {
  font-size: 81%;
  line-height: 1.2;
}

.news-box-s .writer-name span {
  display: block;
  line-height: 1.2;
  font-size: 75%;
  font-weight: 400;
  color: #666;
}

.news-box-s .other-data {
  bottom: 3px;
  right: 5px;
}

.more-news-box .news-box-s {
  display: none;
}

/* トップ記事｜バナーエリア1 */
.top-news .ads-box1 {
  float: left;
  width: 300px;
  height: 352px;
  margin: 0 4px 4px 0;
  overflow: hidden;
}

.top-news .ads-box1 .layout-banner {
  margin-bottom: 4px;
  line-height: 0;
  width:100%;
  height:250px;
}

/* トップ記事｜バナーエリア1｜バナーサイズ大レイアウト */
.layout02 .top-news .ads-box1 {
  display: none;
}

/* トップ記事｜バナーエリア2 */
.top-news .ads-box2 {
  display: none;
  float: left;
  width: 300px;
  height: 228px;
  margin: 0 4px 4px 0;
  overflow: hidden;
}

.top-news .ads-box2 p {
  margin-bottom: 4px;
}

/* トップ記事｜マガジン最新号 */
.top-news .magazine-box-style {
  float: left;
  width: 290px;
  height: 342px;
  margin: 0 4px 4px 0;
}