
@charset "utf-8";

/* 共通エリア */

.category-single .column-category h1 {
  line-height: 1.4;
  padding-left: 50px;
  margin-bottom: 15px;
  font-family: 'Oswald','Noto Sans Japanese';
  font-weight: 300;
  font-size: 156%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/title/column_category_icon.png) 0 2px no-repeat;
}

.category-single .column-category .ad {
  line-height: 1.4;
  padding-left: 50px;
  margin-bottom: 15px;
  font-family: 'Oswald','Noto Sans Japanese';
  font-weight: 300;
  font-size: 156%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/title/pr_category_icon.png) 0 2px no-repeat;
}

.category-single .column-category .info {
  line-height: 1.4;
  padding-left: 50px;
  margin-bottom: 15px;
  font-family: 'Oswald','Noto Sans Japanese';
  font-weight: 300;
  font-size: 156%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/title/info_category_icon.png) 0 2px no-repeat;
}

.category-single .column-category h1 a {
  display: inline-block;
  line-height: 1.3;
  padding: 3px 8px 2px 14px;
  margin: -4px 0 0 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 42%;
  letter-spacing: 0.5px;
  text-decoration: none;
  vertical-align: middle;
  color: #fff;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon01.png) 3px 4px no-repeat #4e525b;
  border-radius: 2px;
}

.category-single .column-category h1 a:hover {
  background-color: #907c32;
}

.category-single .single-detail-column {
  padding: 20px 20px 40px;
  margin-bottom: 10px;
  background-color: #fff;
}

/* 右カラムのレクタングル1固定 2018.12 */
.temp-sidebar {
  position:sticky;top:8px;
}
.side-news {
  float:none;
}
.sticky-space {
  height:800px;
}

/*
------------------------------------------------------
[category-single][PC]記事ページ
------------------------------------------------------
*/
/* 記事タイトル写真大エリア */

.category-single .article-top-01 {
  margin-bottom: 15px;
}

.category-single .article-top-01 .detail-title {
  position: relative;
  padding: 10px 0 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaacb0;
}

.category-single .article-top-01 .detail-title h2 {
  line-height: 1.2;
  font-size: 212%;
  font-weight: normal;
}

.category-single .article-top-01 .detail-title .border {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  line-height: 1px;
  background-color: #2a2928;
}

.category-single .article-top-01 .detail-title .posted {
  position: absolute;
  bottom: 4px;
  right: 5px;
  line-height: 1.2;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 81%;
  letter-spacing: 0.5px;
}

.category-single .article-top-01 .detail-title .posted span {
  display: inline-block;
  margin-right: 6px;
  color: #666;
  font-size: 92%;
}

.category-single .article-top-01 .image-area {
  position: relative;
  height: 600px;
  margin-bottom: 0px;
  background-color: #000;
  overflow: hidden;
}

.category-single .article-top-01 .image-area img {
  width: 904px;
  height: auto;
}

.category-single .article-top-01 .image-area .caption {
  position: absolute;
  bottom: -100;
  left: 0;
  width: 874px;
  padding: 10px 15px;
  font-weight: normal;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#bb000000,EndColorStr=#bb000000);
  background-color: rgba(0,0,0,0.65);
  display: none;
}

.category-single .article-top-01 .image-area .caption:not(:target){
    filter: none;
}

.category-single .article-top-01 .caption-wrapper {
  position:relative;
}

.category-single .article-top-01 .caption-area {
    background-color: #353535;
    padding: 10px 20px;
}

.category-single .article-top-01 .caption-area h3 {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}
.category-single .article-top-01 .more-photo {
  display: block;
  float:right;
  width:174px;
  position: absolute;
  right: 0;
  top:0;
}
.category-single .article-top-01 .more-photo a {
  color:#fff;
  font-size:12px;
  padding: 11px 0 9px 60px;
  display:block;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/single/more-photo-btn05.png) 20px 0px/40px 40px no-repeat #111;
}
.category-single .article-top-01 .more-photo a:hover {
  color:#111;
  font-size:12px;
  padding: 11px 0 9px 60px;
  display:block;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/single/more-photo-btn05_hover.png) 20px 0px/40px 40px no-repeat #fff;
}
.category-single .article-top-01 .more-photo img {
  width: 40px;
  height: 40px;
}
.category-single .article-top-01 .image-area a:hover {
  opacity:0.9;
}

.category-single .article-top-01 .profile-area {
  position: relative;
  margin-top:15px;
}

.category-single .article-top-01 .profile-area .by {
  margin-bottom: 4px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 75%;
  letter-spacing: 0.5px;
  color: #666;
}

.category-single .article-top-01 .profile-area .writer {
  float: left;
  width: 315px;
  padding-left: 12px;
  margin: 0 10px 0 3px;
  border-left: 1px solid #87898d;
}

.category-single .article-top-01 .profile-area .writer figure {
  float: left;
  width: 44px;
  height: 45px;
  margin-bottom: 12px;
  border-radius: 2px;
  overflow: hidden;
}

.category-single .article-top-01 .profile-area .writer .name {
  padding-top: 4px;
  margin-bottom: 12px;
  line-height: 1.2;
  margin-left: 54px;
  font-size: 125%;
}

.category-single .article-top-01 .profile-area .writer .name span {
  display: block;
  font-size: 60%;
  letter-spacing: 0.5px;
  color: #333;
}

.category-single .article-top-01 .profile-area .writer .button {
  clear: both;
  line-height: 1.2;
}

.category-single .article-top-01 .profile-area .writer .button a {
  display: inline-block;
  line-height: 1.4;
  padding: 3px 8px 2px 14px;
  font-family: 'Oswald', sans-serif;
  font-size: 70%;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  vertical-align: middle;
  color: #fff;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon01.png) 3px 5px no-repeat #4e525b;
  border-radius: 2px;
}

.category-single .article-top-01 .profile-area .writer .button a:hover {
  background-color: #907c32;
}

.category-single .article-top-01 .profile-area .photographer {
  float: left;
  width: 230px;
  padding: 0 0 58px 8px;
  border-left: 1px solid #87898d;
}

.category-single .article-top-01 .profile-area .name {
  line-height: 1.3;
  font-size: 93%;
}


/* 記事タイトル写真小エリア */

.category-single .article-top-02 {
  margin-bottom: 15px;
}

.category-single .article-top-02 .tit-area {
  height: 262px;
  margin-bottom: 15px;
  color: #fff;
  background-color: #000;
  overflow: hidden;
}

.category-single .article-top-02 .tit-area .text-area {
  position: relative;
  float: left;
  height: 232px;
  width: 528px;
  padding: 25px 13px 5px;
}

.category-single .article-top-02 .tit-area h2 {
  position: relative;
  line-height: 1.4;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 143%;
  font-weight: normal;
  border-bottom: 1px solid #5f6161;
}

.category-single .article-top-02 .tit-area h2 span {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  line-height: 1px;
  background-color: #fff;
}

.category-single .article-top-02 .writer .by {
  margin-bottom: 4px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 75%;
  letter-spacing: 0.5px;
  color: #fff;
}

.category-single .article-top-02 .writer figure {
  float: left;
  width: 44px;
  height: 45px;
  margin-bottom: 12px;
  border-radius: 2px;
  overflow: hidden;
}

.category-single .article-top-02 .writer .name {
  padding-top: 4px;
  margin-bottom: 12px;
  line-height: 1.2;
  margin-left: 54px;
  font-size: 125%;
}

.category-single .article-top-02 .writer .name span {
  display: block;
  font-size: 60%;
  letter-spacing: 0.5px;
  color: #ccc;
}

.category-single .article-top-02 .writer .button {
  clear: both;
  line-height: 1.2;
}

.category-single .article-top-02 .writer .button a {
  line-height: 1.4;
  padding-left: 16px;
  font-family: 'Oswald', sans-serif;
  font-size: 75%;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #fff;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon03.png) 4px 4px no-repeat;
}

.category-single .article-top-02 .writer .button a:hover {
  text-decoration: underline;
}

.category-single .article-top-02 .photographer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
}

.category-single .article-top-02 .photographer .name {
  margin-bottom: 4px;
}

.category-single .article-top-02 .photographer .posted,
.category-single .article-top-02 .photographer .name {
  line-height: 1.2;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 75%;
  letter-spacing: 0.5px;
  color: #ccc;
  width:300px;
}

.category-single .article-top-02 .photographer .posted span,
.category-single .article-top-02 .photographer .name span {
  display: inline-block;
  margin-right: 6px;
  font-size: 92%;
  color: #b2b2b2;
}

.category-single .article-top-02 .tit-area .image-area {
  float: right;
  height: 262px;
  overflow: hidden;
}

.category-single .article-top-02 .tit-area .image-area img {
  width: 350px;
  height: auto;
}
/*20151117 caption add*/
.category-single .article-top-02 .tit-area .image-area p {
  margin:0px;
  padding:20px 5px 5px 5px;
  width:340px;
  height:150px;
  font-size:80%;
  background-color: rgba(0,0,0,0.65);
  position:relative;
  top:0px;
  text-align:left;
  color:#fff;
}

/* 有料会員登録・ログイン */
.regist {
  text-align: center;
  margin:10px 0 0 0;
  background-color: #fafafa;
  padding: 30px 0 10px;
  margin: 30px 60px 0;
}
.regist p {
  font-weight:bold;
  font-size:17px;
}
.regist p.count {
  font-weight:normal;
}
.regist p.count span {
  font-size:150%;
}
.regist p.description {
  font-size:90%;
  color:#bc1818;
  margin-top:10px;
}
.regist ul {
  margin:25px 0;
}
.regist ul li {
  display: inline-block;
  font-size:18px;
}
.regist ul li.signup a {
  background-color:#998641;
  color:#fff;
  padding:15px 30px;
  border-radius:3px;
  display: block;
  width: 210px;
  margin: 0 10px 0 0;
}
.regist ul li.signup a:hover {
  background-color:#ad9a54;
}
.regist ul li.login a {
  background-color:#111;
  color:#fff;
  padding:15px 30px;
  border-radius:3px;
  display: block;
  width: 210px;
}
.regist ul li.login a:hover {
  background-color:#222;
}