
@charset "utf-8";

/*
------------------------------------------------------
[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;
}

/* 平昌五輪記事ページ */
.olympic2018 .global-header {
  background: linear-gradient(#071a49, #071a49 40%, #0c2254 60%, #0c2254 70%, #1c3a7d 80%, #3872ba);
}
.olympic2018 .globalnavi1 {
  background-color: #000b29;
}
.olympic2018 .globalnavi1 li a:hover,
.olympic2018 .globalnavi1 li .current {
  color: #000b29;
  background-color: #fff;
}
.olympic2018 .globalnavi2 {
  background-color: transparent;
}

/* フォトギャラリー */

.category-single .article-top-03 {
  margin-bogin-bo  marttom: 15px;
}

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

.category-single .article-top-03 .tit-area .text-area {
  position: relative;
  float: left;
  width: 878px;
  padding: 25px 13px 5px;
}

.category-single .article-top-03 .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-03 .tit-area h2 span {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  line-height: 1px;
  background-color: #fff;
}

.category-single .article-top-03 .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-03 .writer figure {
  float: left;
  width: 44px;
  height: 45px;
  margin-bottom: 12px;
  border-radius: 2px;
  overflow: hidden;
}

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

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

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

.category-single .article-top-03 .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-03 .writer .button a:hover {
  text-decoration: underline;
}

.category-single .article-top-03 .photographer {
  margin: 10px 5px 20px 0;
  text-align: left;
}

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

.category-single .article-top-03 .photographer .posted,
.category-single .article-top-03 .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-03 .photographer .posted span,
.category-single .article-top-03 .photographer .name span {
  display: inline-block;
  margin-right: 6px;
  font-size: 92%;
  color: #b2b2b2;
}

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

.category-single .article-top-03 .tit-area .image-area img {
  width: 350px;
  height: auto;
}

/* 写真ページ 2018.02 */

.category-single .article-top-05 {
  margin-bottom: 0;
}

.category-single .article-top-05 .tit-area {
  margin-bottom: 0;
  padding-top: 20px;
  color: #121212;
  background-color: #fff;
  overflow: hidden;
}

.category-single .article-top-05 .tit-area .text-area {
  position: relative;
  float: left;
  width: 878px;
  padding: 15px 13px 0;
}

.category-single .article-top-05 .tit-area h2 {
  position: relative;
  line-height: 1.4;
  padding-bottom: 0;
  margin: 0 20px 0px 55px;
  font-size: 130%;
  font-weight: normal;
}

.category-single .article-top-05 .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-05 .writer figure {
  float: left;
  width: 44px;
  height: 45px;
  margin-bottom: 12px;
  border-radius: 2px;
  overflow: hidden;
}

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

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

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

.category-single .article-top-05 .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-05 .writer .button a:hover {
  text-decoration: underline;
}

.category-single .article-top-05 .photographer {
  margin: 10px 5px 20px 0;
  text-align: left;
}

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

.category-single .article-top-05 .photographer .posted,
.category-single .article-top-05 .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-05 .photographer .posted span,
.category-single .article-top-05 .photographer .name span {
  display: inline-block;
  margin-right: 6px;
  font-size: 92%;
  color: #b2b2b2;
}

.category-single .article-top-05 .tit-area .image-area {
  float: right;
  height: 262px;
  overflow: hidden;
}
.category-single .article-top-05 .tit-area .image-area img {
  width: 350px;
  height: auto;
}
.category-single .article-top-05 p.back-article {
  font-size:20px;
  margin:0 0 0 20px;
}
.category-single .article-top-05 p.back-article span {
  font-weight:bold;
}
.photogallery-wrapper .single {
  padding: 0 0;
  margin: -20px -5px 20px -5px;
  letter-spacing: 1.3px;
}
.photogallery-wrapper .single .photogallery-area {
  position:relative;
}
.photogallery-wrapper .single .photogallery-area .main-photo img {
  width:765px;
}
.photogallery-wrapper .single .photogallery-area .caption-area {
    background-color: #353535;
    padding: 8px 20px;
    width: 725px;
    margin: 0 auto 10px;
}
.photogallery-wrapper .single .photogallery-area .caption-area h3 {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}
.prev-box {
  position: absolute;
  top: 320px;
  left: 0;
  z-index: 1;
}
.prev-box .prev-button a {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url(/common/numberweb/v4/images/single/prevnext_btn_pc_.png) 0 0 no-repeat;
  overflow: hidden;
}
.prev-box .prev-button a:hover {
  background-position: 0 -50px;
}
.next-box {
  position: absolute;
  top: 320px;
  right: 0;
  z-index: 1;
}
.next-box .next-button {
  margin-bottom: 1px;
}
.next-box .next-button a {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url(/common/numberweb/v4/images/single/prevnext_btn_pc_.png) -50px 0 no-repeat;
  overflow: hidden;
}
.next-box .next-button a:hover {
  background-position: -50px -50px;
}
.prev-box-gallery {
  position: absolute;
  top: 230px;
  left: 0;
  z-index: 1;
}
.prev-box-gallery .prev-button a {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url(/common/numberweb/v4/images/single/prevnext_btn_pc_.png) 0 0 no-repeat;
  overflow: hidden;
}
.prev-box-gallery .prev-button a:hover {
  background-position: 0 -50px;
}
.next-box-gallery {
  position: absolute;
  top: 230px;
  right: 0;
  z-index: 1;
}
.next-box-gallery .next-button {
  margin-bottom: 1px;
}
.next-box-gallery .next-button a {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url(/common/numberweb/v4/images/single/prevnext_btn_pc_.png) -50px 0 no-repeat;
  overflow: hidden;
}
.next-box-gallery .next-button a:hover {
  background-position: -50px -50px;
}
.sub-photo {
  margin:0 0 0 0;
}
.sub-photo ul {
  margin:0 0 0 43px;
}
.sub-photo li {
  float:left;
  margin:0 8px 8px 0;
}
.sub-photo li img {
  width:121px;
  height:80px;
}
.sub-photo li img.current {
    border:3px solid #998641;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}

/* 動画ページ 2018.03 */

.category-single .article-top-06 {
  margin-bottom: 0;
}

.category-single .article-top-06 .tit-area {
  margin-bottom: 0;
  color: #121212;
  background-color: #fff;
  overflow: hidden;
}

.category-single .article-top-06 p.back-article {
  font-size:20px;
  margin:20px 0 0 20px;
}
.category-single .article-top-06 p.back-article span {
  font-weight:bold;
}
.photogallery-wrapper .single {
  padding: 0 0;
  margin: -20px -5px 20px -5px;
  letter-spacing: 1.3px;
}
.photogallery-wrapper .single .photogallery-area {
  position:relative;
}
.photogallery-wrapper .single .photogallery-area p.summary {
  margin:5px 0 0 0;
  font-size:15px;
  background-color:#19191b;
  color:#fff;
  padding:5px 12px;
}
.photogallery-wrapper .single .photogallery-area p.expiry {
  text-align:right;
  margin:0 0 5px 0;
  font-size:15px;
}

/*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;
}

/* by JB for zoom-icon */
.category-single .article-top-02 .tit-area .image-area{
  position:relative;
  /*cursor:pointer;*/
}
.category-single .article-top-02 .tit-area .image-area #img-caption,
.category-single .article-top-02 .tit-area .image-area img#icon-zoom-in,
.category-single .article-top-02 .tit-area .image-area img#icon-zoom-out{
  position:absolute;
  display:none;
}
.category-single .article-top-02 .tit-area .image-area img#icon-zoom-in,
.category-single .article-top-02 .tit-area .image-area img#icon-zoom-out{
  width:70px;
  height:57px;
}
.category-single .article-top-02 .tit-area .image-area img#icon-zoom-in{
  top:114px;
  right:130px;
}
.category-single .article-top-02 .tit-area .image-area img#icon-zoom-out{
  top:201px;
  right:270px;
}
.category-single .article-top-02 .tit-area .image-area #img-caption{
  width: 580px;
  padding: 5px 15px;
  bottom: 0px;
  font-size: 70%;
  color: #FFF;
  background-color: #000;
  opacity: 0.7;
}
/* by JB end for zoom-icon */

/* 共通エリア */

.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;
}




/*
------------------------------------------------------
[skin-single-04][PC]infomationページ
------------------------------------------------------
*/



/*
------------------------------------------------------
[skin-single-05][PC]STYLE NEWSページ
------------------------------------------------------
*/

/*
------------------------------------------------------
[skin-single-07・08][PC]フォトギャラリー（扉）（詳細）
------------------------------------------------------
*/
.photogallery-list ul{
    padding: 0;
    margin: 0;
    max-width: 760px;
}
.photogallery-list li{
    padding: 0;
    margin: 0 0 10px 0;
    list-style-type:none;
    float: left;
    width: 20%;
}
.link-style-ptag  {
  padding-left: 16px;
  margin: 0 0 10px 0!important;
  font-size: 93%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) 0 6px no-repeat;
  float: right;
}
.link-style-regulation {
  padding-left: 16px;
  margin-bottom: 8px;
  font-size: 93%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) 0 6px no-repeat;
}
.link-style-regulation a {
  padding-right: 18px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/icon_registration.png) right 5px no-repeat;
}
.photogallery-area {
  padding: 10px;
}
.photogallery-area .main-photo {
  text-align: center;
}
.photogallery-area p {
  text-align: left;
}

/* 写真コラム 2018.11 */

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

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

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

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

.category-single .article-top-07 .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-07 .detail-title .posted span {
  display: inline-block;
  margin-right: 6px;
  color: #666;
  font-size: 92%;
}

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

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

.category-single .article-top-07 .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-07 .image-area .caption:not(:target){
    filter: none;
}

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

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

.category-single .article-top-07 .caption-area h3 {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}
.category-single .article-top-07 .more-photo {
  display: block;
  float:right;
  width:174px;
  position: absolute;
  right: 0;
  top:0;
}
.category-single .article-top-07 .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-07 .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-07 .more-photo img {
  width: 40px;
  height: 40px;
}
.category-single .article-top-07 .image-area a:hover {
  opacity:0.9;
}

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

.category-single .article-top-07 .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-07 .profile-area .writer {
  float: left;
  width: 315px;
  padding-left: 12px;
  margin: 0 10px 0 3px;
  border-left: 1px solid #87898d;
}

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

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

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

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

.category-single .article-top-07 .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-07 .profile-area .writer .button a:hover {
  background-color: #907c32;
}

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

.category-single .article-top-07 .profile-area .name {
  line-height: 1.3;
  font-size: 93%;
}
.category-single .article-top-07 .profile-area .name span {
  font-weight:bold;
  line-height: 1.3;
  font-size: 150%;
}

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

/* 有料会員登録・ログイン */
.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;
}


