@charset "UTF-8";
body.page-archive.category-防災行動ガイド .sbn-header-bottom-menu-second .sbn-header-bottom-menu-link:first-child::after {
  border-bottom: 3px #2c323a solid;
  width: 100%;
}

.category-防災行動ガイド span.archive-category {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20200204/20200204191627.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area {
  background-color: #afbabf;
  position: relative;
  margin: 60px calc((1400px - 100vw) / 2 - 100px) 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 60px -100px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 25px -20px 0;
  }
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
  padding: 60px 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: none;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl::after {
  content: "PICKUP COLUMN";
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
    padding: 45px 0 20px;
    font-size: 22px;
    line-height: 26px;
  }
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents {
  font-size: 0;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents::after {
  content: "";
  display: block;
  clear: both;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list {
  position: relative;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item {
  float: left;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
    opacity: 1;
  }
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover .contents-link-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item::after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
  height: 600px;
  width: 65%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: 42.357142vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: auto;
    width: 100%;
  }
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
  height: 300px;
  width: 35%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: 21.128571vw;
  }
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: auto;
    width: 100%;
  }
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 112px;
  }
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img {
  display: block;
  position: relative;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 90px, transparent 150px);
  opacity: 0.6;
  height: 100%;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img img {
  margin: 0;
  float: none;
  transition: 0.3s;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: calc(100% - 40px);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  padding: 60px 20px 0;
  margin: 0 20px;
  overflow: hidden;
  background-position: 20px top;
  background-repeat: no-repeat;
  background-size: 50px;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 1.428571vw;
    width: calc(100% - 3.857142vw);
    font-size: 1.142857vw;
    line-height: 1.857142vw;
    padding: 4.285714vw 0 0;
    margin: 0 1.428571vw;
    background-position: 0 top;
    background-size: 3.571428vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 35px;
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 26px;
    padding: 60px 0 0;
    margin: 0 20px;
    background-position: 0 top;
    background-size: 50px;
  }
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン:after {
  content: "ヘッドライン";
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報:after {
  content: "トレンド情報";
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル:after {
  content: "ライフスタイル";
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい:after {
  content: "IT＆みらい";
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと:after {
  content: "ソフトバンクのこと";
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事:after {
  content: "よく読まれている記事";
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは:after {
  content: "ソフトバンクニュースとは";
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集:after {
  content: "用語集";
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
  display: block;
  position: absolute;
  top: 16px;
  left: 90px;
  font-size: 18px;
  line-height: 1;
  color: #8c97cb;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 1.142857vw;
    left: 4.428571vw;
    font-size: 1.285714vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 16px;
    left: 70px;
    font-size: 18px;
  }
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li.slick-active {
  background-color: #8c97cb;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .entry-categories-area {
  display: none;
  background-color: #d4dce0;
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .entry-categories-area {
    display: block;
    display: block;
    margin: 0 -20px 0;
    padding: 20px 20px 0;
  }
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .entry-categories-area .entry-categories {
  margin: 0 -20px 0;
  padding: 0 20px 20px;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-wrap a {
  font-weight: 500;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featured-categories-area {
  background-color: #d4dce0;
  margin: 0 calc((1400px - 100vw) / 2 - 100px) 0;
  padding: 30px 30px 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -100px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featured-categories-area {
    display: none;
  }
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
    text-align: center;
  }
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featured-categories-area .featured-categories {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  margin: 0 10px 13px 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  font-weight: 500;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a:hover {
  animation: animation-gray 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172311.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
.page-archive.category-防災行動ガイド #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172316.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172319.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry {
  opacity: 0;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry {
    padding-bottom: 5px;
    margin: 0 8px 30px;
  }
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(3) {
    width: 100%;
  }
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-wrap {
  width: 100%;
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-wrap::after {
  content: "";
  width: 116%;
  height: 70%;
  background-color: #ffffff;
  transform: rotate(-10deg);
  transform-origin: left top;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-wrap .entry-thumb {
  height: auto;
  padding-top: 74.6666666667%;
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 0;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .categories {
  display: block;
  height: 84px;
  overflow: hidden;
  margin: 16px 0 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .categories {
    height: 42px;
    margin-top: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .categories .archive-category-link {
  position: relative;
  z-index: 10;
  display: none;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  font-weight: 500;
  background-color: #ffffff;
  margin: 10px 10px 0 0;
  transition: opacity 0.2s ease-in-out;
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .categories .archive-category-link:hover {
  animation: animation-navy 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171944.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .categories .archive-category-link:before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .categories .archive-category-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171949.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171951.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
    font-size: 12px;
    line-height: 28px;
    padding: 0 24px 0 10px;
  }
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2)::before, .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3)::before, .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4)::before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-link {
  position: static !important;
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
  position: absolute;
  bottom: calc(126px + 8%);
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 55px;
  font-size: 14px;
  line-height: 23px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50px;
  text-decoration: none;
  z-index: 3;
  color: #ffffff;
  margin: 0 !important;
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date::before {
  display: none;
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date * {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: 70px;
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 10px;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
    font-size: 14px;
    line-height: 17px;
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:not(:nth-child(1)) .entry-thumb-date, .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:not(:nth-child(2)) .entry-thumb-date, .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:not(:nth-child(3)) .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: calc(63px + 18%);
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(n+4) .categories {
    display: none;
  }
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(3) {
    margin-bottom: 72px;
  }
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-link .entry-thumb-title, .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-link .entry-thumb-title, .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-link .entry-thumb-title {
    height: 32px;
    margin-bottom: 0;
  }
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-date, .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-date, .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-date {
    bottom: calc(25px + 10%);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 55px;
    font-size: 14px;
    line-height: 23px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 50px;
    text-decoration: none;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank, .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank, .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank {
    margin-bottom: 30px;
  }
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-date {
    bottom: calc(67px + 10%);
  }
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-title {
    margin-bottom: 42px !important;
  }
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry.archive-entry--blank {
  background-color: #2c323a;
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap::after {
  background-color: #2c323a;
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb {
  height: auto !important;
  padding-top: 74.6666666667%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb::after {
    width: 30px;
    height: 30px;
  }
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb-date {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry.archive-entry--blank .categories {
    display: none;
  }
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link {
  color: #ffffff;
  background-color: #2c323a;
  display: none;
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
  animation: animation-white 0.15s linear forwards !important;
  -webkit-animation: animation-white 0.15s linear forwards !important;
  color: #444b54;
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
    opacity: 1;
  }
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172214.png");
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:after {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416173019.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172223.png");
}
.page-archive.category-防災行動ガイド #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(2), .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(3), .page-archive.category-防災行動ガイド #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
.page-archive.category-防災行動ガイド #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-防災行動ガイド #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
    display: block !important;
  }
}

body.page-archive.category-地方創生 .sbn-header-bottom-menu-second .sbn-header-bottom-menu-link:first-child::after {
  border-bottom: 3px #2c323a solid;
  width: 100%;
}

.category-地方創生 span.archive-category {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20200204/20200204191627.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area {
  background-color: #afbabf;
  position: relative;
  margin: 60px calc((1400px - 100vw) / 2 - 100px) 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 60px -100px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 25px -20px 0;
  }
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
  padding: 60px 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: none;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl::after {
  content: "PICKUP COLUMN";
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
    padding: 45px 0 20px;
    font-size: 22px;
    line-height: 26px;
  }
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents {
  font-size: 0;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents::after {
  content: "";
  display: block;
  clear: both;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list {
  position: relative;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item {
  float: left;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
    opacity: 1;
  }
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover .contents-link-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item::after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
  height: 600px;
  width: 65%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: 42.357142vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: auto;
    width: 100%;
  }
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
  height: 300px;
  width: 35%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: 21.128571vw;
  }
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: auto;
    width: 100%;
  }
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 112px;
  }
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img {
  display: block;
  position: relative;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 90px, transparent 150px);
  opacity: 0.6;
  height: 100%;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img img {
  margin: 0;
  float: none;
  transition: 0.3s;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: calc(100% - 40px);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  padding: 60px 20px 0;
  margin: 0 20px;
  overflow: hidden;
  background-position: 20px top;
  background-repeat: no-repeat;
  background-size: 50px;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 1.428571vw;
    width: calc(100% - 3.857142vw);
    font-size: 1.142857vw;
    line-height: 1.857142vw;
    padding: 4.285714vw 0 0;
    margin: 0 1.428571vw;
    background-position: 0 top;
    background-size: 3.571428vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 35px;
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 26px;
    padding: 60px 0 0;
    margin: 0 20px;
    background-position: 0 top;
    background-size: 50px;
  }
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン:after {
  content: "ヘッドライン";
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報:after {
  content: "トレンド情報";
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル:after {
  content: "ライフスタイル";
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい:after {
  content: "IT＆みらい";
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと:after {
  content: "ソフトバンクのこと";
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事:after {
  content: "よく読まれている記事";
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは:after {
  content: "ソフトバンクニュースとは";
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集:after {
  content: "用語集";
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
  display: block;
  position: absolute;
  top: 16px;
  left: 90px;
  font-size: 18px;
  line-height: 1;
  color: #8c97cb;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 1.142857vw;
    left: 4.428571vw;
    font-size: 1.285714vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 16px;
    left: 70px;
    font-size: 18px;
  }
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li.slick-active {
  background-color: #8c97cb;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .entry-categories-area {
  display: none;
  background-color: #d4dce0;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .entry-categories-area {
    display: block;
    display: block;
    margin: 0 -20px 0;
    padding: 20px 20px 0;
  }
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .entry-categories-area .entry-categories {
  margin: 0 -20px 0;
  padding: 0 20px 20px;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-wrap a {
  font-weight: 500;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featured-categories-area {
  background-color: #d4dce0;
  margin: 0 calc((1400px - 100vw) / 2 - 100px) 0;
  padding: 30px 30px 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -100px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featured-categories-area {
    display: none;
  }
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
    text-align: center;
  }
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  margin: 0 10px 13px 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  font-weight: 500;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a:hover {
  animation: animation-gray 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172311.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
.page-archive.category-地方創生 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172316.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172319.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry {
  opacity: 0;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .featured-archive .archive-entry {
    padding-bottom: 5px;
    margin: 0 8px 30px;
  }
  .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(3) {
    width: 100%;
  }
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-wrap {
  width: 100%;
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-wrap::after {
  content: "";
  width: 116%;
  height: 70%;
  background-color: #ffffff;
  transform: rotate(-10deg);
  transform-origin: left top;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-wrap .entry-thumb {
  height: auto;
  padding-top: 74.6666666667%;
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 0;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .categories {
  display: block;
  height: 84px;
  overflow: hidden;
  margin: 16px 0 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .featured-archive .archive-entry .categories {
    height: 42px;
    margin-top: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .categories .archive-category-link {
  position: relative;
  z-index: 10;
  display: none;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  font-weight: 500;
  background-color: #ffffff;
  margin: 10px 10px 0 0;
  transition: opacity 0.2s ease-in-out;
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .categories .archive-category-link:hover {
  animation: animation-navy 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171944.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .featured-archive .archive-entry .categories .archive-category-link:before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .categories .archive-category-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171949.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171951.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-地方創生 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-地方創生 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-地方創生 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-地方創生 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
    font-size: 12px;
    line-height: 28px;
    padding: 0 24px 0 10px;
  }
  .page-archive.category-地方創生 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2)::before, .page-archive.category-地方創生 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3)::before, .page-archive.category-地方創生 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4)::before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-link {
  position: static !important;
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
  position: absolute;
  bottom: calc(126px + 8%);
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 55px;
  font-size: 14px;
  line-height: 23px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50px;
  text-decoration: none;
  z-index: 3;
  color: #ffffff;
  margin: 0 !important;
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date::before {
  display: none;
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date * {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: 70px;
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 10px;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
    font-size: 14px;
    line-height: 17px;
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .featured-archive .archive-entry:not(:nth-child(1)) .entry-thumb-date, .page-archive.category-地方創生 #content .featured-archive .archive-entry:not(:nth-child(2)) .entry-thumb-date, .page-archive.category-地方創生 #content .featured-archive .archive-entry:not(:nth-child(3)) .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: calc(63px + 18%);
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
  .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(n+4) .categories {
    display: none;
  }
  .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(3) {
    margin-bottom: 72px;
  }
  .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-link .entry-thumb-title, .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-link .entry-thumb-title, .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-link .entry-thumb-title {
    height: 32px;
    margin-bottom: 0;
  }
  .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-date, .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-date, .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-date {
    bottom: calc(25px + 10%);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 55px;
    font-size: 14px;
    line-height: 23px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 50px;
    text-decoration: none;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank, .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank, .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank {
    margin-bottom: 30px;
  }
  .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-date {
    bottom: calc(67px + 10%);
  }
  .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-地方創生 #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-title {
    margin-bottom: 42px !important;
  }
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry.archive-entry--blank {
  background-color: #2c323a;
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap::after {
  background-color: #2c323a;
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb {
  height: auto !important;
  padding-top: 74.6666666667%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb::after {
    width: 30px;
    height: 30px;
  }
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb-date {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .featured-archive .archive-entry.archive-entry--blank .categories {
    display: none;
  }
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link {
  color: #ffffff;
  background-color: #2c323a;
  display: none;
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
  animation: animation-white 0.15s linear forwards !important;
  -webkit-animation: animation-white 0.15s linear forwards !important;
  color: #444b54;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
    opacity: 1;
  }
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172214.png");
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:after {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416173019.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172223.png");
}
.page-archive.category-地方創生 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(2), .page-archive.category-地方創生 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(3), .page-archive.category-地方創生 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
.page-archive.category-地方創生 #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地方創生 #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
    display: block !important;
  }
}

body.page-archive.category-5G .sbn-header-bottom-menu-second .sbn-header-bottom-menu-link:first-child::after {
  border-bottom: 3px #2c323a solid;
  width: 100%;
}

.category-5G span.archive-category {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20200204/20200204191627.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area {
  background-color: #afbabf;
  position: relative;
  margin: 60px calc((1400px - 100vw) / 2 - 100px) 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 60px -100px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 25px -20px 0;
  }
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
  padding: 60px 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: none;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl::after {
  content: "PICKUP COLUMN";
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
    padding: 45px 0 20px;
    font-size: 22px;
    line-height: 26px;
  }
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents {
  font-size: 0;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents::after {
  content: "";
  display: block;
  clear: both;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list {
  position: relative;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item {
  float: left;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
    opacity: 1;
  }
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover .contents-link-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item::after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
  height: 600px;
  width: 65%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: 42.357142vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: auto;
    width: 100%;
  }
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
  height: 300px;
  width: 35%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: 21.128571vw;
  }
  .page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: auto;
    width: 100%;
  }
  .page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 112px;
  }
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img {
  display: block;
  position: relative;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 90px, transparent 150px);
  opacity: 0.6;
  height: 100%;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img img {
  margin: 0;
  float: none;
  transition: 0.3s;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: calc(100% - 40px);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  padding: 60px 20px 0;
  margin: 0 20px;
  overflow: hidden;
  background-position: 20px top;
  background-repeat: no-repeat;
  background-size: 50px;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 1.428571vw;
    width: calc(100% - 3.857142vw);
    font-size: 1.142857vw;
    line-height: 1.857142vw;
    padding: 4.285714vw 0 0;
    margin: 0 1.428571vw;
    background-position: 0 top;
    background-size: 3.571428vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 35px;
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 26px;
    padding: 60px 0 0;
    margin: 0 20px;
    background-position: 0 top;
    background-size: 50px;
  }
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン:after {
  content: "ヘッドライン";
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報:after {
  content: "トレンド情報";
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル:after {
  content: "ライフスタイル";
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい:after {
  content: "IT＆みらい";
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと:after {
  content: "ソフトバンクのこと";
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事:after {
  content: "よく読まれている記事";
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは:after {
  content: "ソフトバンクニュースとは";
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集:after {
  content: "用語集";
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
  display: block;
  position: absolute;
  top: 16px;
  left: 90px;
  font-size: 18px;
  line-height: 1;
  color: #8c97cb;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 1.142857vw;
    left: 4.428571vw;
    font-size: 1.285714vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 16px;
    left: 70px;
    font-size: 18px;
  }
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li.slick-active {
  background-color: #8c97cb;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .entry-categories-area {
  display: none;
  background-color: #d4dce0;
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .entry-categories-area {
    display: block;
    display: block;
    margin: 0 -20px 0;
    padding: 20px 20px 0;
  }
}
.page-archive.category-5G #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .entry-categories-area .entry-categories {
  margin: 0 -20px 0;
  padding: 0 20px 20px;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-wrap a {
  font-weight: 500;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featured-categories-area {
  background-color: #d4dce0;
  margin: 0 calc((1400px - 100vw) / 2 - 100px) 0;
  padding: 30px 30px 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -100px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featured-categories-area {
    display: none;
  }
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
    text-align: center;
  }
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featured-categories-area .featured-categories {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  margin: 0 10px 13px 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  font-weight: 500;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a:hover {
  animation: animation-gray 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172311.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
.page-archive.category-5G #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172316.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172319.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-5G #content .featured-archive .archive-entry {
  opacity: 0;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .featured-archive .archive-entry {
    padding-bottom: 5px;
    margin: 0 8px 30px;
  }
  .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(3) {
    width: 100%;
  }
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-wrap {
  width: 100%;
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-wrap::after {
  content: "";
  width: 116%;
  height: 70%;
  background-color: #ffffff;
  transform: rotate(-10deg);
  transform-origin: left top;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-wrap .entry-thumb {
  height: auto;
  padding-top: 74.6666666667%;
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 0;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
.page-archive.category-5G #content .featured-archive .archive-entry .categories {
  display: block;
  height: 84px;
  overflow: hidden;
  margin: 16px 0 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .featured-archive .archive-entry .categories {
    height: 42px;
    margin-top: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
}
.page-archive.category-5G #content .featured-archive .archive-entry .categories .archive-category-link {
  position: relative;
  z-index: 10;
  display: none;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  font-weight: 500;
  background-color: #ffffff;
  margin: 10px 10px 0 0;
  transition: opacity 0.2s ease-in-out;
}
.page-archive.category-5G #content .featured-archive .archive-entry .categories .archive-category-link:hover {
  animation: animation-navy 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-5G #content .featured-archive .archive-entry .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171944.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .featured-archive .archive-entry .categories .archive-category-link:before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-5G #content .featured-archive .archive-entry .categories .archive-category-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171949.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171951.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-5G #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-5G #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-5G #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-5G #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-5G #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
    font-size: 12px;
    line-height: 28px;
    padding: 0 24px 0 10px;
  }
  .page-archive.category-5G #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2)::before, .page-archive.category-5G #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3)::before, .page-archive.category-5G #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4)::before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-link {
  position: static !important;
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
  position: absolute;
  bottom: calc(126px + 8%);
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 55px;
  font-size: 14px;
  line-height: 23px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50px;
  text-decoration: none;
  z-index: 3;
  color: #ffffff;
  margin: 0 !important;
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date::before {
  display: none;
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date * {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: 70px;
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
}
.page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 10px;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
    font-size: 14px;
    line-height: 17px;
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .featured-archive .archive-entry:not(:nth-child(1)) .entry-thumb-date, .page-archive.category-5G #content .featured-archive .archive-entry:not(:nth-child(2)) .entry-thumb-date, .page-archive.category-5G #content .featured-archive .archive-entry:not(:nth-child(3)) .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: calc(63px + 18%);
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
  .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(n+4) .categories {
    display: none;
  }
  .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(3) {
    margin-bottom: 72px;
  }
  .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-link .entry-thumb-title, .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-link .entry-thumb-title, .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-link .entry-thumb-title {
    height: 32px;
    margin-bottom: 0;
  }
  .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-date, .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-date, .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-date {
    bottom: calc(25px + 10%);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 55px;
    font-size: 14px;
    line-height: 23px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 50px;
    text-decoration: none;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank, .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank, .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank {
    margin-bottom: 30px;
  }
  .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-date {
    bottom: calc(67px + 10%);
  }
  .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-5G #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-title {
    margin-bottom: 42px !important;
  }
}
.page-archive.category-5G #content .featured-archive .archive-entry.archive-entry--blank {
  background-color: #2c323a;
}
.page-archive.category-5G #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap::after {
  background-color: #2c323a;
}
.page-archive.category-5G #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb {
  height: auto !important;
  padding-top: 74.6666666667%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb::after {
    width: 30px;
    height: 30px;
  }
}
.page-archive.category-5G #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb-date {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .featured-archive .archive-entry.archive-entry--blank .categories {
    display: none;
  }
}
.page-archive.category-5G #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link {
  color: #ffffff;
  background-color: #2c323a;
  display: none;
}
.page-archive.category-5G #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
  animation: animation-white 0.15s linear forwards !important;
  -webkit-animation: animation-white 0.15s linear forwards !important;
  color: #444b54;
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
    opacity: 1;
  }
}
.page-archive.category-5G #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172214.png");
}
.page-archive.category-5G #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:after {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416173019.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172223.png");
}
.page-archive.category-5G #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(2), .page-archive.category-5G #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(3), .page-archive.category-5G #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
.page-archive.category-5G #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-5G #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
    display: block !important;
  }
}

body.page-archive.category-3分で分かるSDGs .sbn-header-bottom-menu-second .sbn-header-bottom-menu-link:first-child::after {
  border-bottom: 3px #2c323a solid;
  width: 100%;
}

.category-3分で分かるSDGs span.archive-category {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20200204/20200204191627.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area {
  background-color: #afbabf;
  position: relative;
  margin: 60px calc((1400px - 100vw) / 2 - 100px) 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 60px -100px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 25px -20px 0;
  }
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
  padding: 60px 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: none;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl::after {
  content: "PICKUP COLUMN";
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
    padding: 45px 0 20px;
    font-size: 22px;
    line-height: 26px;
  }
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents {
  font-size: 0;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents::after {
  content: "";
  display: block;
  clear: both;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list {
  position: relative;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item {
  float: left;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
    opacity: 1;
  }
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover .contents-link-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item::after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
  height: 600px;
  width: 65%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: 42.357142vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: auto;
    width: 100%;
  }
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
  height: 300px;
  width: 35%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: 21.128571vw;
  }
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: auto;
    width: 100%;
  }
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 112px;
  }
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img {
  display: block;
  position: relative;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 90px, transparent 150px);
  opacity: 0.6;
  height: 100%;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img img {
  margin: 0;
  float: none;
  transition: 0.3s;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: calc(100% - 40px);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  padding: 60px 20px 0;
  margin: 0 20px;
  overflow: hidden;
  background-position: 20px top;
  background-repeat: no-repeat;
  background-size: 50px;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 1.428571vw;
    width: calc(100% - 3.857142vw);
    font-size: 1.142857vw;
    line-height: 1.857142vw;
    padding: 4.285714vw 0 0;
    margin: 0 1.428571vw;
    background-position: 0 top;
    background-size: 3.571428vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 35px;
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 26px;
    padding: 60px 0 0;
    margin: 0 20px;
    background-position: 0 top;
    background-size: 50px;
  }
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン:after {
  content: "ヘッドライン";
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報:after {
  content: "トレンド情報";
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル:after {
  content: "ライフスタイル";
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい:after {
  content: "IT＆みらい";
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと:after {
  content: "ソフトバンクのこと";
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事:after {
  content: "よく読まれている記事";
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは:after {
  content: "ソフトバンクニュースとは";
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集:after {
  content: "用語集";
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
  display: block;
  position: absolute;
  top: 16px;
  left: 90px;
  font-size: 18px;
  line-height: 1;
  color: #8c97cb;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 1.142857vw;
    left: 4.428571vw;
    font-size: 1.285714vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 16px;
    left: 70px;
    font-size: 18px;
  }
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li.slick-active {
  background-color: #8c97cb;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .entry-categories-area {
  display: none;
  background-color: #d4dce0;
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .entry-categories-area {
    display: block;
    display: block;
    margin: 0 -20px 0;
    padding: 20px 20px 0;
  }
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .entry-categories-area .entry-categories {
  margin: 0 -20px 0;
  padding: 0 20px 20px;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-wrap a {
  font-weight: 500;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featured-categories-area {
  background-color: #d4dce0;
  margin: 0 calc((1400px - 100vw) / 2 - 100px) 0;
  padding: 30px 30px 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -100px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featured-categories-area {
    display: none;
  }
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
    text-align: center;
  }
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featured-categories-area .featured-categories {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  margin: 0 10px 13px 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  font-weight: 500;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a:hover {
  animation: animation-gray 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172311.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
.page-archive.category-3分で分かるSDGs #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172316.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172319.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry {
  opacity: 0;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry {
    padding-bottom: 5px;
    margin: 0 8px 30px;
  }
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(3) {
    width: 100%;
  }
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-wrap {
  width: 100%;
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-wrap::after {
  content: "";
  width: 116%;
  height: 70%;
  background-color: #ffffff;
  transform: rotate(-10deg);
  transform-origin: left top;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-wrap .entry-thumb {
  height: auto;
  padding-top: 74.6666666667%;
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 0;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .categories {
  display: block;
  height: 84px;
  overflow: hidden;
  margin: 16px 0 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .categories {
    height: 42px;
    margin-top: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .categories .archive-category-link {
  position: relative;
  z-index: 10;
  display: none;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  font-weight: 500;
  background-color: #ffffff;
  margin: 10px 10px 0 0;
  transition: opacity 0.2s ease-in-out;
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .categories .archive-category-link:hover {
  animation: animation-navy 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171944.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .categories .archive-category-link:before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .categories .archive-category-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171949.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171951.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
    font-size: 12px;
    line-height: 28px;
    padding: 0 24px 0 10px;
  }
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2)::before, .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3)::before, .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4)::before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-link {
  position: static !important;
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
  position: absolute;
  bottom: calc(126px + 8%);
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 55px;
  font-size: 14px;
  line-height: 23px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50px;
  text-decoration: none;
  z-index: 3;
  color: #ffffff;
  margin: 0 !important;
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date::before {
  display: none;
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date * {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: 70px;
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 10px;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
    font-size: 14px;
    line-height: 17px;
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:not(:nth-child(1)) .entry-thumb-date, .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:not(:nth-child(2)) .entry-thumb-date, .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:not(:nth-child(3)) .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: calc(63px + 18%);
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(n+4) .categories {
    display: none;
  }
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(3) {
    margin-bottom: 72px;
  }
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-link .entry-thumb-title, .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-link .entry-thumb-title, .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-link .entry-thumb-title {
    height: 32px;
    margin-bottom: 0;
  }
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-date, .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-date, .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-date {
    bottom: calc(25px + 10%);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 55px;
    font-size: 14px;
    line-height: 23px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 50px;
    text-decoration: none;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank, .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank, .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank {
    margin-bottom: 30px;
  }
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-date {
    bottom: calc(67px + 10%);
  }
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-title {
    margin-bottom: 42px !important;
  }
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry.archive-entry--blank {
  background-color: #2c323a;
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap::after {
  background-color: #2c323a;
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb {
  height: auto !important;
  padding-top: 74.6666666667%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb::after {
    width: 30px;
    height: 30px;
  }
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb-date {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry.archive-entry--blank .categories {
    display: none;
  }
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link {
  color: #ffffff;
  background-color: #2c323a;
  display: none;
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
  animation: animation-white 0.15s linear forwards !important;
  -webkit-animation: animation-white 0.15s linear forwards !important;
  color: #444b54;
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
    opacity: 1;
  }
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172214.png");
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:after {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416173019.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172223.png");
}
.page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(2), .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(3), .page-archive.category-3分で分かるSDGs #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
.page-archive.category-3分で分かるSDGs #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-3分で分かるSDGs #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
    display: block !important;
  }
}

body.page-archive.category-ギジュツノチカラ .sbn-header-bottom-menu-second .sbn-header-bottom-menu-link:first-child::after {
  border-bottom: 3px #2c323a solid;
  width: 100%;
}

.category-ギジュツノチカラ span.archive-category {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20200204/20200204191627.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area {
  background-color: #afbabf;
  position: relative;
  margin: 60px calc((1400px - 100vw) / 2 - 100px) 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 60px -100px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 25px -20px 0;
  }
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
  padding: 60px 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: none;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl::after {
  content: "PICKUP COLUMN";
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
    padding: 45px 0 20px;
    font-size: 22px;
    line-height: 26px;
  }
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents {
  font-size: 0;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents::after {
  content: "";
  display: block;
  clear: both;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list {
  position: relative;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item {
  float: left;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
    opacity: 1;
  }
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover .contents-link-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item::after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
  height: 600px;
  width: 65%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: 42.357142vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: auto;
    width: 100%;
  }
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
  height: 300px;
  width: 35%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: 21.128571vw;
  }
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: auto;
    width: 100%;
  }
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 112px;
  }
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img {
  display: block;
  position: relative;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 90px, transparent 150px);
  opacity: 0.6;
  height: 100%;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img img {
  margin: 0;
  float: none;
  transition: 0.3s;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: calc(100% - 40px);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  padding: 60px 20px 0;
  margin: 0 20px;
  overflow: hidden;
  background-position: 20px top;
  background-repeat: no-repeat;
  background-size: 50px;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 1.428571vw;
    width: calc(100% - 3.857142vw);
    font-size: 1.142857vw;
    line-height: 1.857142vw;
    padding: 4.285714vw 0 0;
    margin: 0 1.428571vw;
    background-position: 0 top;
    background-size: 3.571428vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 35px;
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 26px;
    padding: 60px 0 0;
    margin: 0 20px;
    background-position: 0 top;
    background-size: 50px;
  }
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン:after {
  content: "ヘッドライン";
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報:after {
  content: "トレンド情報";
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル:after {
  content: "ライフスタイル";
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい:after {
  content: "IT＆みらい";
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと:after {
  content: "ソフトバンクのこと";
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事:after {
  content: "よく読まれている記事";
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは:after {
  content: "ソフトバンクニュースとは";
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集:after {
  content: "用語集";
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
  display: block;
  position: absolute;
  top: 16px;
  left: 90px;
  font-size: 18px;
  line-height: 1;
  color: #8c97cb;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 1.142857vw;
    left: 4.428571vw;
    font-size: 1.285714vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 16px;
    left: 70px;
    font-size: 18px;
  }
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li.slick-active {
  background-color: #8c97cb;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .entry-categories-area {
  display: none;
  background-color: #d4dce0;
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .entry-categories-area {
    display: block;
    display: block;
    margin: 0 -20px 0;
    padding: 20px 20px 0;
  }
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .entry-categories-area .entry-categories {
  margin: 0 -20px 0;
  padding: 0 20px 20px;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-wrap a {
  font-weight: 500;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featured-categories-area {
  background-color: #d4dce0;
  margin: 0 calc((1400px - 100vw) / 2 - 100px) 0;
  padding: 30px 30px 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -100px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featured-categories-area {
    display: none;
  }
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
    text-align: center;
  }
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featured-categories-area .featured-categories {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  margin: 0 10px 13px 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  font-weight: 500;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a:hover {
  animation: animation-gray 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172311.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
.page-archive.category-ギジュツノチカラ #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172316.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172319.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry {
  opacity: 0;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry {
    padding-bottom: 5px;
    margin: 0 8px 30px;
  }
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(3) {
    width: 100%;
  }
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-wrap {
  width: 100%;
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-wrap::after {
  content: "";
  width: 116%;
  height: 70%;
  background-color: #ffffff;
  transform: rotate(-10deg);
  transform-origin: left top;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-wrap .entry-thumb {
  height: auto;
  padding-top: 74.6666666667%;
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 0;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .categories {
  display: block;
  height: 84px;
  overflow: hidden;
  margin: 16px 0 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .categories {
    height: 42px;
    margin-top: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .categories .archive-category-link {
  position: relative;
  z-index: 10;
  display: none;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  font-weight: 500;
  background-color: #ffffff;
  margin: 10px 10px 0 0;
  transition: opacity 0.2s ease-in-out;
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .categories .archive-category-link:hover {
  animation: animation-navy 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171944.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .categories .archive-category-link:before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .categories .archive-category-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171949.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171951.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
    font-size: 12px;
    line-height: 28px;
    padding: 0 24px 0 10px;
  }
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2)::before, .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3)::before, .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4)::before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-link {
  position: static !important;
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
  position: absolute;
  bottom: calc(126px + 8%);
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 55px;
  font-size: 14px;
  line-height: 23px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50px;
  text-decoration: none;
  z-index: 3;
  color: #ffffff;
  margin: 0 !important;
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date::before {
  display: none;
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date * {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: 70px;
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 10px;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
    font-size: 14px;
    line-height: 17px;
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:not(:nth-child(1)) .entry-thumb-date, .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:not(:nth-child(2)) .entry-thumb-date, .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:not(:nth-child(3)) .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: calc(63px + 18%);
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(n+4) .categories {
    display: none;
  }
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(3) {
    margin-bottom: 72px;
  }
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-link .entry-thumb-title, .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-link .entry-thumb-title, .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-link .entry-thumb-title {
    height: 32px;
    margin-bottom: 0;
  }
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-date, .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-date, .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-date {
    bottom: calc(25px + 10%);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 55px;
    font-size: 14px;
    line-height: 23px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 50px;
    text-decoration: none;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank, .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank, .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank {
    margin-bottom: 30px;
  }
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-date {
    bottom: calc(67px + 10%);
  }
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-title {
    margin-bottom: 42px !important;
  }
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry.archive-entry--blank {
  background-color: #2c323a;
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap::after {
  background-color: #2c323a;
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb {
  height: auto !important;
  padding-top: 74.6666666667%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb::after {
    width: 30px;
    height: 30px;
  }
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb-date {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry.archive-entry--blank .categories {
    display: none;
  }
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link {
  color: #ffffff;
  background-color: #2c323a;
  display: none;
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
  animation: animation-white 0.15s linear forwards !important;
  -webkit-animation: animation-white 0.15s linear forwards !important;
  color: #444b54;
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
    opacity: 1;
  }
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172214.png");
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:after {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416173019.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172223.png");
}
.page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(2), .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(3), .page-archive.category-ギジュツノチカラ #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
.page-archive.category-ギジュツノチカラ #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-ギジュツノチカラ #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
    display: block !important;
  }
}

body.page-archive.category-メタバース .sbn-header-bottom-menu-second .sbn-header-bottom-menu-link:first-child::after {
  border-bottom: 3px #2c323a solid;
  width: 100%;
}

.category-メタバース span.archive-category {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20200204/20200204191627.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area {
  background-color: #afbabf;
  position: relative;
  margin: 60px calc((1400px - 100vw) / 2 - 100px) 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 60px -100px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 25px -20px 0;
  }
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
  padding: 60px 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: none;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl::after {
  content: "PICKUP COLUMN";
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
    padding: 45px 0 20px;
    font-size: 22px;
    line-height: 26px;
  }
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents {
  font-size: 0;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents::after {
  content: "";
  display: block;
  clear: both;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list {
  position: relative;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item {
  float: left;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
    opacity: 1;
  }
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover .contents-link-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item::after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
  height: 600px;
  width: 65%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: 42.357142vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: auto;
    width: 100%;
  }
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
  height: 300px;
  width: 35%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: 21.128571vw;
  }
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: auto;
    width: 100%;
  }
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 112px;
  }
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img {
  display: block;
  position: relative;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 90px, transparent 150px);
  opacity: 0.6;
  height: 100%;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img img {
  margin: 0;
  float: none;
  transition: 0.3s;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: calc(100% - 40px);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  padding: 60px 20px 0;
  margin: 0 20px;
  overflow: hidden;
  background-position: 20px top;
  background-repeat: no-repeat;
  background-size: 50px;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 1.428571vw;
    width: calc(100% - 3.857142vw);
    font-size: 1.142857vw;
    line-height: 1.857142vw;
    padding: 4.285714vw 0 0;
    margin: 0 1.428571vw;
    background-position: 0 top;
    background-size: 3.571428vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 35px;
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 26px;
    padding: 60px 0 0;
    margin: 0 20px;
    background-position: 0 top;
    background-size: 50px;
  }
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン:after {
  content: "ヘッドライン";
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報:after {
  content: "トレンド情報";
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル:after {
  content: "ライフスタイル";
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい:after {
  content: "IT＆みらい";
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと:after {
  content: "ソフトバンクのこと";
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事:after {
  content: "よく読まれている記事";
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは:after {
  content: "ソフトバンクニュースとは";
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集:after {
  content: "用語集";
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
  display: block;
  position: absolute;
  top: 16px;
  left: 90px;
  font-size: 18px;
  line-height: 1;
  color: #8c97cb;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 1.142857vw;
    left: 4.428571vw;
    font-size: 1.285714vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 16px;
    left: 70px;
    font-size: 18px;
  }
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li.slick-active {
  background-color: #8c97cb;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .entry-categories-area {
  display: none;
  background-color: #d4dce0;
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .entry-categories-area {
    display: block;
    display: block;
    margin: 0 -20px 0;
    padding: 20px 20px 0;
  }
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .entry-categories-area .entry-categories {
  margin: 0 -20px 0;
  padding: 0 20px 20px;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-wrap a {
  font-weight: 500;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featured-categories-area {
  background-color: #d4dce0;
  margin: 0 calc((1400px - 100vw) / 2 - 100px) 0;
  padding: 30px 30px 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -100px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featured-categories-area {
    display: none;
  }
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
    text-align: center;
  }
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featured-categories-area .featured-categories {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  margin: 0 10px 13px 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  font-weight: 500;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a:hover {
  animation: animation-gray 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172311.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
.page-archive.category-メタバース #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172316.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172319.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-メタバース #content .featured-archive .archive-entry {
  opacity: 0;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .featured-archive .archive-entry {
    padding-bottom: 5px;
    margin: 0 8px 30px;
  }
  .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(3) {
    width: 100%;
  }
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-wrap {
  width: 100%;
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-wrap::after {
  content: "";
  width: 116%;
  height: 70%;
  background-color: #ffffff;
  transform: rotate(-10deg);
  transform-origin: left top;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-wrap .entry-thumb {
  height: auto;
  padding-top: 74.6666666667%;
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 0;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .categories {
  display: block;
  height: 84px;
  overflow: hidden;
  margin: 16px 0 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .featured-archive .archive-entry .categories {
    height: 42px;
    margin-top: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .categories .archive-category-link {
  position: relative;
  z-index: 10;
  display: none;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  font-weight: 500;
  background-color: #ffffff;
  margin: 10px 10px 0 0;
  transition: opacity 0.2s ease-in-out;
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .categories .archive-category-link:hover {
  animation: animation-navy 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171944.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .featured-archive .archive-entry .categories .archive-category-link:before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .categories .archive-category-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171949.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171951.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-メタバース #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-メタバース #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-メタバース #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-メタバース #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
    font-size: 12px;
    line-height: 28px;
    padding: 0 24px 0 10px;
  }
  .page-archive.category-メタバース #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2)::before, .page-archive.category-メタバース #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3)::before, .page-archive.category-メタバース #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4)::before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-link {
  position: static !important;
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
  position: absolute;
  bottom: calc(126px + 8%);
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 55px;
  font-size: 14px;
  line-height: 23px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50px;
  text-decoration: none;
  z-index: 3;
  color: #ffffff;
  margin: 0 !important;
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date::before {
  display: none;
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date * {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: 70px;
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
}
.page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 10px;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
    font-size: 14px;
    line-height: 17px;
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .featured-archive .archive-entry:not(:nth-child(1)) .entry-thumb-date, .page-archive.category-メタバース #content .featured-archive .archive-entry:not(:nth-child(2)) .entry-thumb-date, .page-archive.category-メタバース #content .featured-archive .archive-entry:not(:nth-child(3)) .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: calc(63px + 18%);
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
  .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(n+4) .categories {
    display: none;
  }
  .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(3) {
    margin-bottom: 72px;
  }
  .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-link .entry-thumb-title, .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-link .entry-thumb-title, .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-link .entry-thumb-title {
    height: 32px;
    margin-bottom: 0;
  }
  .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-date, .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-date, .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-date {
    bottom: calc(25px + 10%);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 55px;
    font-size: 14px;
    line-height: 23px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 50px;
    text-decoration: none;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank, .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank, .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank {
    margin-bottom: 30px;
  }
  .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-date {
    bottom: calc(67px + 10%);
  }
  .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-メタバース #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-title {
    margin-bottom: 42px !important;
  }
}
.page-archive.category-メタバース #content .featured-archive .archive-entry.archive-entry--blank {
  background-color: #2c323a;
}
.page-archive.category-メタバース #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap::after {
  background-color: #2c323a;
}
.page-archive.category-メタバース #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb {
  height: auto !important;
  padding-top: 74.6666666667%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb::after {
    width: 30px;
    height: 30px;
  }
}
.page-archive.category-メタバース #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb-date {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .featured-archive .archive-entry.archive-entry--blank .categories {
    display: none;
  }
}
.page-archive.category-メタバース #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link {
  color: #ffffff;
  background-color: #2c323a;
  display: none;
}
.page-archive.category-メタバース #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
  animation: animation-white 0.15s linear forwards !important;
  -webkit-animation: animation-white 0.15s linear forwards !important;
  color: #444b54;
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
    opacity: 1;
  }
}
.page-archive.category-メタバース #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172214.png");
}
.page-archive.category-メタバース #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:after {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416173019.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172223.png");
}
.page-archive.category-メタバース #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(2), .page-archive.category-メタバース #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(3), .page-archive.category-メタバース #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
.page-archive.category-メタバース #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-メタバース #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
    display: block !important;
  }
}

body.page-archive.category-デジタルの日 .sbn-header-bottom-menu-second .sbn-header-bottom-menu-link:first-child::after {
  border-bottom: 3px #2c323a solid;
  width: 100%;
}

.category-デジタルの日 span.archive-category {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20200204/20200204191627.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area {
  background-color: #afbabf;
  position: relative;
  margin: 60px calc((1400px - 100vw) / 2 - 100px) 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 60px -100px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 25px -20px 0;
  }
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
  padding: 60px 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: none;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl::after {
  content: "PICKUP COLUMN";
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
    padding: 45px 0 20px;
    font-size: 22px;
    line-height: 26px;
  }
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents {
  font-size: 0;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents::after {
  content: "";
  display: block;
  clear: both;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list {
  position: relative;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item {
  float: left;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
    opacity: 1;
  }
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover .contents-link-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item::after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
  height: 600px;
  width: 65%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: 42.357142vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: auto;
    width: 100%;
  }
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
  height: 300px;
  width: 35%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: 21.128571vw;
  }
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: auto;
    width: 100%;
  }
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 112px;
  }
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img {
  display: block;
  position: relative;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 90px, transparent 150px);
  opacity: 0.6;
  height: 100%;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img img {
  margin: 0;
  float: none;
  transition: 0.3s;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: calc(100% - 40px);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  padding: 60px 20px 0;
  margin: 0 20px;
  overflow: hidden;
  background-position: 20px top;
  background-repeat: no-repeat;
  background-size: 50px;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 1.428571vw;
    width: calc(100% - 3.857142vw);
    font-size: 1.142857vw;
    line-height: 1.857142vw;
    padding: 4.285714vw 0 0;
    margin: 0 1.428571vw;
    background-position: 0 top;
    background-size: 3.571428vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 35px;
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 26px;
    padding: 60px 0 0;
    margin: 0 20px;
    background-position: 0 top;
    background-size: 50px;
  }
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン:after {
  content: "ヘッドライン";
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報:after {
  content: "トレンド情報";
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル:after {
  content: "ライフスタイル";
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい:after {
  content: "IT＆みらい";
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと:after {
  content: "ソフトバンクのこと";
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事:after {
  content: "よく読まれている記事";
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは:after {
  content: "ソフトバンクニュースとは";
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集:after {
  content: "用語集";
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
  display: block;
  position: absolute;
  top: 16px;
  left: 90px;
  font-size: 18px;
  line-height: 1;
  color: #8c97cb;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 1.142857vw;
    left: 4.428571vw;
    font-size: 1.285714vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 16px;
    left: 70px;
    font-size: 18px;
  }
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li.slick-active {
  background-color: #8c97cb;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .entry-categories-area {
  display: none;
  background-color: #d4dce0;
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .entry-categories-area {
    display: block;
    display: block;
    margin: 0 -20px 0;
    padding: 20px 20px 0;
  }
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .entry-categories-area .entry-categories {
  margin: 0 -20px 0;
  padding: 0 20px 20px;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-wrap a {
  font-weight: 500;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featured-categories-area {
  background-color: #d4dce0;
  margin: 0 calc((1400px - 100vw) / 2 - 100px) 0;
  padding: 30px 30px 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -100px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featured-categories-area {
    display: none;
  }
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
    text-align: center;
  }
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  margin: 0 10px 13px 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  font-weight: 500;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a:hover {
  animation: animation-gray 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172311.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
.page-archive.category-デジタルの日 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172316.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172319.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry {
  opacity: 0;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry {
    padding-bottom: 5px;
    margin: 0 8px 30px;
  }
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(3) {
    width: 100%;
  }
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-wrap {
  width: 100%;
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-wrap::after {
  content: "";
  width: 116%;
  height: 70%;
  background-color: #ffffff;
  transform: rotate(-10deg);
  transform-origin: left top;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-wrap .entry-thumb {
  height: auto;
  padding-top: 74.6666666667%;
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 0;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .categories {
  display: block;
  height: 84px;
  overflow: hidden;
  margin: 16px 0 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry .categories {
    height: 42px;
    margin-top: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .categories .archive-category-link {
  position: relative;
  z-index: 10;
  display: none;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  font-weight: 500;
  background-color: #ffffff;
  margin: 10px 10px 0 0;
  transition: opacity 0.2s ease-in-out;
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .categories .archive-category-link:hover {
  animation: animation-navy 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171944.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry .categories .archive-category-link:before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .categories .archive-category-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171949.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171951.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-デジタルの日 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-デジタルの日 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-デジタルの日 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-デジタルの日 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
    font-size: 12px;
    line-height: 28px;
    padding: 0 24px 0 10px;
  }
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2)::before, .page-archive.category-デジタルの日 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3)::before, .page-archive.category-デジタルの日 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4)::before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-link {
  position: static !important;
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
  position: absolute;
  bottom: calc(126px + 8%);
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 55px;
  font-size: 14px;
  line-height: 23px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50px;
  text-decoration: none;
  z-index: 3;
  color: #ffffff;
  margin: 0 !important;
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date::before {
  display: none;
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date * {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: 70px;
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 10px;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
    font-size: 14px;
    line-height: 17px;
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:not(:nth-child(1)) .entry-thumb-date, .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:not(:nth-child(2)) .entry-thumb-date, .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:not(:nth-child(3)) .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: calc(63px + 18%);
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(n+4) .categories {
    display: none;
  }
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(3) {
    margin-bottom: 72px;
  }
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-link .entry-thumb-title, .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-link .entry-thumb-title, .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-link .entry-thumb-title {
    height: 32px;
    margin-bottom: 0;
  }
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-date, .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-date, .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-date {
    bottom: calc(25px + 10%);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 55px;
    font-size: 14px;
    line-height: 23px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 50px;
    text-decoration: none;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank, .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank, .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank {
    margin-bottom: 30px;
  }
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-date {
    bottom: calc(67px + 10%);
  }
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-デジタルの日 #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-title {
    margin-bottom: 42px !important;
  }
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry.archive-entry--blank {
  background-color: #2c323a;
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap::after {
  background-color: #2c323a;
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb {
  height: auto !important;
  padding-top: 74.6666666667%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb::after {
    width: 30px;
    height: 30px;
  }
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb-date {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry.archive-entry--blank .categories {
    display: none;
  }
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link {
  color: #ffffff;
  background-color: #2c323a;
  display: none;
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
  animation: animation-white 0.15s linear forwards !important;
  -webkit-animation: animation-white 0.15s linear forwards !important;
  color: #444b54;
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
    opacity: 1;
  }
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172214.png");
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:after {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416173019.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172223.png");
}
.page-archive.category-デジタルの日 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(2), .page-archive.category-デジタルの日 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(3), .page-archive.category-デジタルの日 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
.page-archive.category-デジタルの日 #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-デジタルの日 #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
    display: block !important;
  }
}

body.page-archive.category-SDGsActions .sbn-header-bottom-menu-second .sbn-header-bottom-menu-link:first-child::after {
  border-bottom: 3px #2c323a solid;
  width: 100%;
}

.category-SDGsActions span.archive-category {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20200204/20200204191627.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area {
  background-color: #afbabf;
  position: relative;
  margin: 60px calc((1400px - 100vw) / 2 - 100px) 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 60px -100px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 25px -20px 0;
  }
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
  padding: 60px 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: none;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl::after {
  content: "PICKUP COLUMN";
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
    padding: 45px 0 20px;
    font-size: 22px;
    line-height: 26px;
  }
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents {
  font-size: 0;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents::after {
  content: "";
  display: block;
  clear: both;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list {
  position: relative;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item {
  float: left;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
    opacity: 1;
  }
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover .contents-link-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item::after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
  height: 600px;
  width: 65%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: 42.357142vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: auto;
    width: 100%;
  }
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
  height: 300px;
  width: 35%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: 21.128571vw;
  }
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: auto;
    width: 100%;
  }
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 112px;
  }
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img {
  display: block;
  position: relative;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 90px, transparent 150px);
  opacity: 0.6;
  height: 100%;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img img {
  margin: 0;
  float: none;
  transition: 0.3s;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: calc(100% - 40px);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  padding: 60px 20px 0;
  margin: 0 20px;
  overflow: hidden;
  background-position: 20px top;
  background-repeat: no-repeat;
  background-size: 50px;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 1.428571vw;
    width: calc(100% - 3.857142vw);
    font-size: 1.142857vw;
    line-height: 1.857142vw;
    padding: 4.285714vw 0 0;
    margin: 0 1.428571vw;
    background-position: 0 top;
    background-size: 3.571428vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 35px;
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 26px;
    padding: 60px 0 0;
    margin: 0 20px;
    background-position: 0 top;
    background-size: 50px;
  }
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン:after {
  content: "ヘッドライン";
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報:after {
  content: "トレンド情報";
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル:after {
  content: "ライフスタイル";
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい:after {
  content: "IT＆みらい";
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと:after {
  content: "ソフトバンクのこと";
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事:after {
  content: "よく読まれている記事";
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは:after {
  content: "ソフトバンクニュースとは";
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集:after {
  content: "用語集";
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
  display: block;
  position: absolute;
  top: 16px;
  left: 90px;
  font-size: 18px;
  line-height: 1;
  color: #8c97cb;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 1.142857vw;
    left: 4.428571vw;
    font-size: 1.285714vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 16px;
    left: 70px;
    font-size: 18px;
  }
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li.slick-active {
  background-color: #8c97cb;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .entry-categories-area {
  display: none;
  background-color: #d4dce0;
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .entry-categories-area {
    display: block;
    display: block;
    margin: 0 -20px 0;
    padding: 20px 20px 0;
  }
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .entry-categories-area .entry-categories {
  margin: 0 -20px 0;
  padding: 0 20px 20px;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-wrap a {
  font-weight: 500;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featured-categories-area {
  background-color: #d4dce0;
  margin: 0 calc((1400px - 100vw) / 2 - 100px) 0;
  padding: 30px 30px 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -100px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featured-categories-area {
    display: none;
  }
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
    text-align: center;
  }
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featured-categories-area .featured-categories {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  margin: 0 10px 13px 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  font-weight: 500;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a:hover {
  animation: animation-gray 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172311.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
.page-archive.category-SDGsActions #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172316.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172319.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry {
  opacity: 0;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry {
    padding-bottom: 5px;
    margin: 0 8px 30px;
  }
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(3) {
    width: 100%;
  }
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-wrap {
  width: 100%;
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-wrap::after {
  content: "";
  width: 116%;
  height: 70%;
  background-color: #ffffff;
  transform: rotate(-10deg);
  transform-origin: left top;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-wrap .entry-thumb {
  height: auto;
  padding-top: 74.6666666667%;
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 0;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .categories {
  display: block;
  height: 84px;
  overflow: hidden;
  margin: 16px 0 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry .categories {
    height: 42px;
    margin-top: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .categories .archive-category-link {
  position: relative;
  z-index: 10;
  display: none;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  font-weight: 500;
  background-color: #ffffff;
  margin: 10px 10px 0 0;
  transition: opacity 0.2s ease-in-out;
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .categories .archive-category-link:hover {
  animation: animation-navy 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171944.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry .categories .archive-category-link:before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .categories .archive-category-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171949.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171951.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-SDGsActions #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-SDGsActions #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-SDGsActions #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-SDGsActions #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
    font-size: 12px;
    line-height: 28px;
    padding: 0 24px 0 10px;
  }
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2)::before, .page-archive.category-SDGsActions #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3)::before, .page-archive.category-SDGsActions #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4)::before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-link {
  position: static !important;
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
  position: absolute;
  bottom: calc(126px + 8%);
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 55px;
  font-size: 14px;
  line-height: 23px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50px;
  text-decoration: none;
  z-index: 3;
  color: #ffffff;
  margin: 0 !important;
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date::before {
  display: none;
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date * {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: 70px;
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 10px;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
    font-size: 14px;
    line-height: 17px;
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry:not(:nth-child(1)) .entry-thumb-date, .page-archive.category-SDGsActions #content .featured-archive .archive-entry:not(:nth-child(2)) .entry-thumb-date, .page-archive.category-SDGsActions #content .featured-archive .archive-entry:not(:nth-child(3)) .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: calc(63px + 18%);
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(n+4) .categories {
    display: none;
  }
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(3) {
    margin-bottom: 72px;
  }
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-link .entry-thumb-title, .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-link .entry-thumb-title, .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-link .entry-thumb-title {
    height: 32px;
    margin-bottom: 0;
  }
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-date, .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-date, .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-date {
    bottom: calc(25px + 10%);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 55px;
    font-size: 14px;
    line-height: 23px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 50px;
    text-decoration: none;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank, .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank, .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank {
    margin-bottom: 30px;
  }
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-date {
    bottom: calc(67px + 10%);
  }
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-SDGsActions #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-title {
    margin-bottom: 42px !important;
  }
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry.archive-entry--blank {
  background-color: #2c323a;
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap::after {
  background-color: #2c323a;
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb {
  height: auto !important;
  padding-top: 74.6666666667%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb::after {
    width: 30px;
    height: 30px;
  }
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb-date {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry.archive-entry--blank .categories {
    display: none;
  }
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link {
  color: #ffffff;
  background-color: #2c323a;
  display: none;
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
  animation: animation-white 0.15s linear forwards !important;
  -webkit-animation: animation-white 0.15s linear forwards !important;
  color: #444b54;
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
    opacity: 1;
  }
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172214.png");
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:after {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416173019.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172223.png");
}
.page-archive.category-SDGsActions #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(2), .page-archive.category-SDGsActions #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(3), .page-archive.category-SDGsActions #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
.page-archive.category-SDGsActions #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-SDGsActions #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
    display: block !important;
  }
}

body.page-archive.category-全国ご当地紹介 .sbn-header-bottom-menu-second .sbn-header-bottom-menu-link:first-child::after {
  border-bottom: 3px #2c323a solid;
  width: 100%;
}

.category-全国ご当地紹介 span.archive-category {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20200204/20200204191627.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area {
  background-color: #afbabf;
  position: relative;
  margin: 60px calc((1400px - 100vw) / 2 - 100px) 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 60px -100px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 25px -20px 0;
  }
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
  padding: 60px 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: none;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl::after {
  content: "PICKUP COLUMN";
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
    padding: 45px 0 20px;
    font-size: 22px;
    line-height: 26px;
  }
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents {
  font-size: 0;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents::after {
  content: "";
  display: block;
  clear: both;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list {
  position: relative;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item {
  float: left;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
    opacity: 1;
  }
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover .contents-link-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item::after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
  height: 600px;
  width: 65%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: 42.357142vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: auto;
    width: 100%;
  }
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
  height: 300px;
  width: 35%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: 21.128571vw;
  }
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: auto;
    width: 100%;
  }
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 112px;
  }
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img {
  display: block;
  position: relative;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 90px, transparent 150px);
  opacity: 0.6;
  height: 100%;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img img {
  margin: 0;
  float: none;
  transition: 0.3s;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: calc(100% - 40px);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  padding: 60px 20px 0;
  margin: 0 20px;
  overflow: hidden;
  background-position: 20px top;
  background-repeat: no-repeat;
  background-size: 50px;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 1.428571vw;
    width: calc(100% - 3.857142vw);
    font-size: 1.142857vw;
    line-height: 1.857142vw;
    padding: 4.285714vw 0 0;
    margin: 0 1.428571vw;
    background-position: 0 top;
    background-size: 3.571428vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 35px;
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 26px;
    padding: 60px 0 0;
    margin: 0 20px;
    background-position: 0 top;
    background-size: 50px;
  }
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン:after {
  content: "ヘッドライン";
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報:after {
  content: "トレンド情報";
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル:after {
  content: "ライフスタイル";
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい:after {
  content: "IT＆みらい";
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと:after {
  content: "ソフトバンクのこと";
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事:after {
  content: "よく読まれている記事";
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは:after {
  content: "ソフトバンクニュースとは";
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集:after {
  content: "用語集";
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
  display: block;
  position: absolute;
  top: 16px;
  left: 90px;
  font-size: 18px;
  line-height: 1;
  color: #8c97cb;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 1.142857vw;
    left: 4.428571vw;
    font-size: 1.285714vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 16px;
    left: 70px;
    font-size: 18px;
  }
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li.slick-active {
  background-color: #8c97cb;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .entry-categories-area {
  display: none;
  background-color: #d4dce0;
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .entry-categories-area {
    display: block;
    display: block;
    margin: 0 -20px 0;
    padding: 20px 20px 0;
  }
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .entry-categories-area .entry-categories {
  margin: 0 -20px 0;
  padding: 0 20px 20px;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-wrap a {
  font-weight: 500;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featured-categories-area {
  background-color: #d4dce0;
  margin: 0 calc((1400px - 100vw) / 2 - 100px) 0;
  padding: 30px 30px 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -100px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featured-categories-area {
    display: none;
  }
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
    text-align: center;
  }
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  margin: 0 10px 13px 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  font-weight: 500;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a:hover {
  animation: animation-gray 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172311.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
.page-archive.category-全国ご当地紹介 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172316.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172319.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry {
  opacity: 0;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry {
    padding-bottom: 5px;
    margin: 0 8px 30px;
  }
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(3) {
    width: 100%;
  }
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-wrap {
  width: 100%;
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-wrap::after {
  content: "";
  width: 116%;
  height: 70%;
  background-color: #ffffff;
  transform: rotate(-10deg);
  transform-origin: left top;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-wrap .entry-thumb {
  height: auto;
  padding-top: 74.6666666667%;
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 0;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .categories {
  display: block;
  height: 84px;
  overflow: hidden;
  margin: 16px 0 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .categories {
    height: 42px;
    margin-top: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .categories .archive-category-link {
  position: relative;
  z-index: 10;
  display: none;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  font-weight: 500;
  background-color: #ffffff;
  margin: 10px 10px 0 0;
  transition: opacity 0.2s ease-in-out;
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .categories .archive-category-link:hover {
  animation: animation-navy 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171944.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .categories .archive-category-link:before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .categories .archive-category-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171949.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171951.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
    font-size: 12px;
    line-height: 28px;
    padding: 0 24px 0 10px;
  }
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2)::before, .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3)::before, .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4)::before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-link {
  position: static !important;
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
  position: absolute;
  bottom: calc(126px + 8%);
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 55px;
  font-size: 14px;
  line-height: 23px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50px;
  text-decoration: none;
  z-index: 3;
  color: #ffffff;
  margin: 0 !important;
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date::before {
  display: none;
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date * {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: 70px;
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 10px;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
    font-size: 14px;
    line-height: 17px;
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:not(:nth-child(1)) .entry-thumb-date, .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:not(:nth-child(2)) .entry-thumb-date, .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:not(:nth-child(3)) .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: calc(63px + 18%);
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(n+4) .categories {
    display: none;
  }
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(3) {
    margin-bottom: 72px;
  }
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-link .entry-thumb-title, .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-link .entry-thumb-title, .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-link .entry-thumb-title {
    height: 32px;
    margin-bottom: 0;
  }
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-date, .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-date, .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-date {
    bottom: calc(25px + 10%);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 55px;
    font-size: 14px;
    line-height: 23px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 50px;
    text-decoration: none;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank, .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank, .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank {
    margin-bottom: 30px;
  }
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-date {
    bottom: calc(67px + 10%);
  }
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-title {
    margin-bottom: 42px !important;
  }
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry.archive-entry--blank {
  background-color: #2c323a;
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap::after {
  background-color: #2c323a;
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb {
  height: auto !important;
  padding-top: 74.6666666667%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb::after {
    width: 30px;
    height: 30px;
  }
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb-date {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry.archive-entry--blank .categories {
    display: none;
  }
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link {
  color: #ffffff;
  background-color: #2c323a;
  display: none;
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
  animation: animation-white 0.15s linear forwards !important;
  -webkit-animation: animation-white 0.15s linear forwards !important;
  color: #444b54;
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
    opacity: 1;
  }
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172214.png");
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:after {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416173019.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172223.png");
}
.page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(2), .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(3), .page-archive.category-全国ご当地紹介 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
.page-archive.category-全国ご当地紹介 #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-全国ご当地紹介 #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
    display: block !important;
  }
}

body.page-archive.category-地域活性化 .sbn-header-bottom-menu-second .sbn-header-bottom-menu-link:first-child::after {
  border-bottom: 3px #2c323a solid;
  width: 100%;
}

.category-地域活性化 span.archive-category {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20200204/20200204191627.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area {
  background-color: #afbabf;
  position: relative;
  margin: 60px calc((1400px - 100vw) / 2 - 100px) 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 60px -100px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 25px -20px 0;
  }
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
  padding: 60px 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: none;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl::after {
  content: "PICKUP COLUMN";
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
    padding: 45px 0 20px;
    font-size: 22px;
    line-height: 26px;
  }
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents {
  font-size: 0;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents::after {
  content: "";
  display: block;
  clear: both;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list {
  position: relative;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item {
  float: left;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
    opacity: 1;
  }
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover .contents-link-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item::after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
  height: 600px;
  width: 65%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: 42.357142vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: auto;
    width: 100%;
  }
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
  height: 300px;
  width: 35%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: 21.128571vw;
  }
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: auto;
    width: 100%;
  }
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 112px;
  }
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img {
  display: block;
  position: relative;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 90px, transparent 150px);
  opacity: 0.6;
  height: 100%;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img img {
  margin: 0;
  float: none;
  transition: 0.3s;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: calc(100% - 40px);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  padding: 60px 20px 0;
  margin: 0 20px;
  overflow: hidden;
  background-position: 20px top;
  background-repeat: no-repeat;
  background-size: 50px;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 1.428571vw;
    width: calc(100% - 3.857142vw);
    font-size: 1.142857vw;
    line-height: 1.857142vw;
    padding: 4.285714vw 0 0;
    margin: 0 1.428571vw;
    background-position: 0 top;
    background-size: 3.571428vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 35px;
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 26px;
    padding: 60px 0 0;
    margin: 0 20px;
    background-position: 0 top;
    background-size: 50px;
  }
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン:after {
  content: "ヘッドライン";
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報:after {
  content: "トレンド情報";
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル:after {
  content: "ライフスタイル";
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい:after {
  content: "IT＆みらい";
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと:after {
  content: "ソフトバンクのこと";
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事:after {
  content: "よく読まれている記事";
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは:after {
  content: "ソフトバンクニュースとは";
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集:after {
  content: "用語集";
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
  display: block;
  position: absolute;
  top: 16px;
  left: 90px;
  font-size: 18px;
  line-height: 1;
  color: #8c97cb;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 1.142857vw;
    left: 4.428571vw;
    font-size: 1.285714vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 16px;
    left: 70px;
    font-size: 18px;
  }
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li.slick-active {
  background-color: #8c97cb;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .entry-categories-area {
  display: none;
  background-color: #d4dce0;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .entry-categories-area {
    display: block;
    display: block;
    margin: 0 -20px 0;
    padding: 20px 20px 0;
  }
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .entry-categories-area .entry-categories {
  margin: 0 -20px 0;
  padding: 0 20px 20px;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-wrap a {
  font-weight: 500;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featured-categories-area {
  background-color: #d4dce0;
  margin: 0 calc((1400px - 100vw) / 2 - 100px) 0;
  padding: 30px 30px 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -100px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featured-categories-area {
    display: none;
  }
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
    text-align: center;
  }
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  margin: 0 10px 13px 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  font-weight: 500;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a:hover {
  animation: animation-gray 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172311.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
.page-archive.category-地域活性化 #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172316.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172319.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry {
  opacity: 0;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry {
    padding-bottom: 5px;
    margin: 0 8px 30px;
  }
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(3) {
    width: 100%;
  }
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-wrap {
  width: 100%;
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-wrap::after {
  content: "";
  width: 116%;
  height: 70%;
  background-color: #ffffff;
  transform: rotate(-10deg);
  transform-origin: left top;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-wrap .entry-thumb {
  height: auto;
  padding-top: 74.6666666667%;
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 0;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .categories {
  display: block;
  height: 84px;
  overflow: hidden;
  margin: 16px 0 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry .categories {
    height: 42px;
    margin-top: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .categories .archive-category-link {
  position: relative;
  z-index: 10;
  display: none;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  font-weight: 500;
  background-color: #ffffff;
  margin: 10px 10px 0 0;
  transition: opacity 0.2s ease-in-out;
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .categories .archive-category-link:hover {
  animation: animation-navy 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171944.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry .categories .archive-category-link:before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .categories .archive-category-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171949.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171951.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-地域活性化 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-地域活性化 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-地域活性化 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-地域活性化 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
    font-size: 12px;
    line-height: 28px;
    padding: 0 24px 0 10px;
  }
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2)::before, .page-archive.category-地域活性化 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3)::before, .page-archive.category-地域活性化 #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4)::before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-link {
  position: static !important;
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
  position: absolute;
  bottom: calc(126px + 8%);
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 55px;
  font-size: 14px;
  line-height: 23px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50px;
  text-decoration: none;
  z-index: 3;
  color: #ffffff;
  margin: 0 !important;
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date::before {
  display: none;
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date * {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: 70px;
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 10px;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
    font-size: 14px;
    line-height: 17px;
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry:not(:nth-child(1)) .entry-thumb-date, .page-archive.category-地域活性化 #content .featured-archive .archive-entry:not(:nth-child(2)) .entry-thumb-date, .page-archive.category-地域活性化 #content .featured-archive .archive-entry:not(:nth-child(3)) .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: calc(63px + 18%);
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(n+4) .categories {
    display: none;
  }
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(3) {
    margin-bottom: 72px;
  }
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-link .entry-thumb-title, .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-link .entry-thumb-title, .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-link .entry-thumb-title {
    height: 32px;
    margin-bottom: 0;
  }
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-date, .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-date, .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-date {
    bottom: calc(25px + 10%);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 55px;
    font-size: 14px;
    line-height: 23px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 50px;
    text-decoration: none;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank, .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank, .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank {
    margin-bottom: 30px;
  }
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-date {
    bottom: calc(67px + 10%);
  }
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-地域活性化 #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-title {
    margin-bottom: 42px !important;
  }
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry.archive-entry--blank {
  background-color: #2c323a;
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap::after {
  background-color: #2c323a;
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb {
  height: auto !important;
  padding-top: 74.6666666667%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb::after {
    width: 30px;
    height: 30px;
  }
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb-date {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry.archive-entry--blank .categories {
    display: none;
  }
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link {
  color: #ffffff;
  background-color: #2c323a;
  display: none;
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
  animation: animation-white 0.15s linear forwards !important;
  -webkit-animation: animation-white 0.15s linear forwards !important;
  color: #444b54;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
    opacity: 1;
  }
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172214.png");
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:after {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416173019.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172223.png");
}
.page-archive.category-地域活性化 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(2), .page-archive.category-地域活性化 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(3), .page-archive.category-地域活性化 #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
.page-archive.category-地域活性化 #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-地域活性化 #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
    display: block !important;
  }
}

body.page-archive.category-生成AI .sbn-header-bottom-menu-second .sbn-header-bottom-menu-link:first-child::after {
  border-bottom: 3px #2c323a solid;
  width: 100%;
}

.category-生成AI span.archive-category {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20200204/20200204191627.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area {
  background-color: #afbabf;
  position: relative;
  margin: 60px calc((1400px - 100vw) / 2 - 100px) 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 60px -100px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area {
    margin: 25px -20px 0;
  }
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
  padding: 60px 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: none;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl::after {
  content: "PICKUP COLUMN";
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-ttl {
    padding: 45px 0 20px;
    font-size: 22px;
    line-height: 26px;
  }
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents {
  font-size: 0;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents::after {
  content: "";
  display: block;
  clear: both;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list {
  position: relative;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item {
  float: left;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover {
    opacity: 1;
  }
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:hover .contents-link-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item::after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
  height: 600px;
  width: 65%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: 42.357142vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(1) {
    height: auto;
    width: 100%;
  }
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
  height: 300px;
  width: 35%;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: 21.128571vw;
  }
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) {
    height: auto;
    width: 100%;
  }
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-txt {
    height: 112px;
  }
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item:nth-child(n+2) .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img {
  display: block;
  position: relative;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 90px, transparent 150px);
  opacity: 0.6;
  height: 100%;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img::after {
    max-height: 100%;
  }
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-img img {
  margin: 0;
  float: none;
  transition: 0.3s;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: calc(100% - 40px);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  padding: 60px 20px 0;
  margin: 0 20px;
  overflow: hidden;
  background-position: 20px top;
  background-repeat: no-repeat;
  background-size: 50px;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 1.428571vw;
    width: calc(100% - 3.857142vw);
    font-size: 1.142857vw;
    line-height: 1.857142vw;
    padding: 4.285714vw 0 0;
    margin: 0 1.428571vw;
    background-position: 0 top;
    background-size: 3.571428vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt {
    bottom: 35px;
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 26px;
    padding: 60px 0 0;
    margin: 0 20px;
    background-position: 0 top;
    background-size: 50px;
  }
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ヘッドライン:after {
  content: "ヘッドライン";
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-トレンド情報:after {
  content: "トレンド情報";
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ライフスタイル:after {
  content: "ライフスタイル";
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-IT＆みらい:after {
  content: "IT＆みらい";
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクのこと:after {
  content: "ソフトバンクのこと";
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-よく読まれている記事:after {
  content: "よく読まれている記事";
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-ソフトバンクニュースとは:after {
  content: "ソフトバンクニュースとは";
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt.category-用語集:after {
  content: "用語集";
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
  display: block;
  position: absolute;
  top: 16px;
  left: 90px;
  font-size: 18px;
  line-height: 1;
  color: #8c97cb;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 1.142857vw;
    left: 4.428571vw;
    font-size: 1.285714vw;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .featuredPickUp-list-item .contents-link-txt::after {
    top: 16px;
    left: 70px;
    font-size: 18px;
  }
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featuredPickUp-area .featuredPickUp-contents .slick-dots li.slick-active {
  background-color: #8c97cb;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .entry-categories-area {
  display: none;
  background-color: #d4dce0;
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .entry-categories-area {
    display: block;
    display: block;
    margin: 0 -20px 0;
    padding: 20px 20px 0;
  }
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .entry-categories-area .entry-categories {
  margin: 0 -20px 0;
  padding: 0 20px 20px;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .entry-categories-area .entry-categories-wrap a {
  font-weight: 500;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featured-categories-area {
  background-color: #d4dce0;
  margin: 0 calc((1400px - 100vw) / 2 - 100px) 0;
  padding: 30px 30px 0;
}
@media screen and (max-width: 1400px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -100px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featured-categories-area {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featured-categories-area {
    display: none;
  }
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl {
    text-align: center;
  }
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featured-categories-area .featured-categories-ttl-en {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featured-categories-area .featured-categories {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  margin: 0 10px 13px 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  font-weight: 500;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a:hover {
  animation: animation-gray 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172311.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
.page-archive.category-生成AI #content .archive-header-category .featured-desc .featured-categories-area .featured-categories a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172316.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172319.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-生成AI #content .featured-archive .archive-entry {
  opacity: 0;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .featured-archive .archive-entry {
    padding-bottom: 5px;
    margin: 0 8px 30px;
  }
  .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(3) {
    width: 100%;
  }
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-wrap {
  width: 100%;
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-wrap::after {
  content: "";
  width: 116%;
  height: 70%;
  background-color: #ffffff;
  transform: rotate(-10deg);
  transform-origin: left top;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-wrap .entry-thumb {
  height: auto;
  padding-top: 74.6666666667%;
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 0;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .categories {
  display: block;
  height: 84px;
  overflow: hidden;
  margin: 16px 0 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .featured-archive .archive-entry .categories {
    height: 42px;
    margin-top: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .categories .archive-category-link {
  position: relative;
  z-index: 10;
  display: none;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  font-weight: 500;
  background-color: #ffffff;
  margin: 10px 10px 0 0;
  transition: opacity 0.2s ease-in-out;
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .categories .archive-category-link:hover {
  animation: animation-navy 0.15s linear forwards;
  color: #ffffff;
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171944.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .featured-archive .archive-entry .categories .archive-category-link:before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .categories .archive-category-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171949.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416171951.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-生成AI #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-生成AI #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2), .page-archive.category-生成AI #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3), .page-archive.category-生成AI #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4) {
    font-size: 12px;
    line-height: 28px;
    padding: 0 24px 0 10px;
  }
  .page-archive.category-生成AI #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(2)::before, .page-archive.category-生成AI #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(3)::before, .page-archive.category-生成AI #content .featured-archive .archive-entry .categories .archive-category-link:nth-child(4)::before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-link {
  position: static !important;
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
  position: absolute;
  bottom: calc(126px + 8%);
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 55px;
  font-size: 14px;
  line-height: 23px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50px;
  text-decoration: none;
  z-index: 3;
  color: #ffffff;
  margin: 0 !important;
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date::before {
  display: none;
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date * {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: 70px;
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
}
.page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 10px;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .featured-archive .archive-entry .entry-thumb-link .entry-thumb-title {
    font-size: 14px;
    line-height: 17px;
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .featured-archive .archive-entry:not(:nth-child(1)) .entry-thumb-date, .page-archive.category-生成AI #content .featured-archive .archive-entry:not(:nth-child(2)) .entry-thumb-date, .page-archive.category-生成AI #content .featured-archive .archive-entry:not(:nth-child(3)) .entry-thumb-date {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: calc(63px + 18%);
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
  .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(n+4) .categories {
    display: none;
  }
  .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(1), .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(2), .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(3) {
    margin-bottom: 72px;
  }
  .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-link .entry-thumb-title, .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-link .entry-thumb-title, .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-link .entry-thumb-title {
    height: 32px;
    margin-bottom: 0;
  }
  .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(1) .entry-thumb-date, .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(2) .entry-thumb-date, .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(3) .entry-thumb-date {
    bottom: calc(25px + 10%);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 55px;
    font-size: 14px;
    line-height: 23px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 50px;
    text-decoration: none;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank, .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank, .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank {
    margin-bottom: 30px;
  }
  .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-date, .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-date {
    bottom: calc(67px + 10%);
  }
  .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(1).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(2).archive-entry--blank .entry-thumb-link .entry-thumb-title, .page-archive.category-生成AI #content .featured-archive .archive-entry:nth-child(3).archive-entry--blank .entry-thumb-link .entry-thumb-title {
    margin-bottom: 42px !important;
  }
}
.page-archive.category-生成AI #content .featured-archive .archive-entry.archive-entry--blank {
  background-color: #2c323a;
}
.page-archive.category-生成AI #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap::after {
  background-color: #2c323a;
}
.page-archive.category-生成AI #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb {
  height: auto !important;
  padding-top: 74.6666666667%;
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb::after {
    width: 30px;
    height: 30px;
  }
}
.page-archive.category-生成AI #content .featured-archive .archive-entry.archive-entry--blank .entry-thumb-wrap .entry-thumb-date {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .featured-archive .archive-entry.archive-entry--blank .categories {
    display: none;
  }
}
.page-archive.category-生成AI #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link {
  color: #ffffff;
  background-color: #2c323a;
  display: none;
}
.page-archive.category-生成AI #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
  animation: animation-white 0.15s linear forwards !important;
  -webkit-animation: animation-white 0.15s linear forwards !important;
  color: #444b54;
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:hover {
    opacity: 1;
  }
}
.page-archive.category-生成AI #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172214.png");
}
.page-archive.category-生成AI #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:after {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416173019.png"), url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172223.png");
}
.page-archive.category-生成AI #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(2), .page-archive.category-生成AI #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(3), .page-archive.category-生成AI #content .featured-archive .archive-entry.archive-entry--blank .categories .archive-category-link:nth-child(4) {
  display: inline-block;
}
.page-archive.category-生成AI #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page-archive.category-生成AI #content .featured-archive.current-page-1 .archive-entry:nth-child(-n+3) {
    display: block !important;
  }
}