@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  appearance: none; /* Firefox 36+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, body p, body span, body a, body div {
  font-family: "YakuHanJP", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.wf-active body h1, .wf-active body h2, .wf-active body h3, .wf-active body h4, .wf-active body h5, .wf-active body h6, .wf-active body p, .wf-active body span, .wf-active body a, .wf-active body div {
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

/*
// 適用前 (下向き矢印の動きを上下をループにする場合)
@-webkit-keyframes arrowDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes arrowDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
*/
a img {
  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;
}

a img:hover {
  opacity: 0.7;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#js-bpname {
  display: none;
}
@media screen and (min-width: 0) {
  #js-bpname {
    content: "xs";
  }
}
@media screen and (min-width: 577px) {
  #js-bpname {
    content: "sm";
  }
}
@media screen and (min-width: 769px) {
  #js-bpname {
    content: "md";
  }
}
@media screen and (min-width: 993px) {
  #js-bpname {
    content: "lg";
  }
}
@media screen and (min-width: 1401px) {
  #js-bpname {
    content: "xl";
  }
}
@media screen and (min-width: 1921px) {
  #js-bpname {
    content: "xxl";
  }
}

.sbn-common-image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.sbn-common-pc-visible {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .sbn-common-pc-visible {
    display: none !important;
  }
}
.sbn-common-pc-visible-inline {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .sbn-common-pc-visible-inline {
    display: none !important;
  }
}
.sbn-common-sp-visible {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sbn-common-sp-visible {
    display: block !important;
  }
}
.sbn-common-sp-visible-inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sbn-common-sp-visible-inline {
    display: inline-block !important;
  }
}

@media screen and (max-width: 768px) {
  .sbn-header-spacer {
    height: 50px;
  }
}
.sbn-header-spacer.sbn-header-spacer--float {
  height: 70px;
}

.sbn-header {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .sbn-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
  }
}
.sbn-header-top {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 30px 15px 40px;
}
@media screen and (max-width: 768px) {
  .sbn-header-top {
    padding: 10px;
  }
}
.sbn-header-top:after {
  content: "";
  display: block;
  clear: both;
}
.sbn-header-top-logo {
  float: left;
  font-size: 0;
  position: fixed;
  top: 30px;
  left: calc((100vw - 1400px) / 2 + 40px);
  z-index: 1000;
  transition: top 0.1s;
}
@media screen and (max-width: 1400px) {
  .sbn-header-top-logo {
    left: 40px;
  }
}
@media screen and (max-width: 1124px) {
  .sbn-header-top-logo {
    position: relative;
    top: auto;
    left: auto;
  }
}
.sbn-header-top-logo-link {
  display: inline-block;
  height: 43px;
  width: 222px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314195456.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sbn-header-top-logo-link {
    width: 150px;
    height: 29px;
  }
}
.sbn-header-top-logo-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .sbn-header-top-logo-link:hover {
    opacity: 1;
  }
}
.sbn-header-top-menu {
  float: right;
  font-size: 0;
  padding-top: 1px;
}
.sbn-header-top-menu-link {
  font-size: 15px;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
  line-height: 42px;
  padding-left: 55px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  margin-right: 42px;
  transition: opacity 0.2s ease-in-out;
}
.sbn-header-top-menu-link:hover {
  opacity: 0.7;
}
.sbn-header-top-menu-about-sbnews {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
  background-size: 38px 38px;
  margin-right: 35px;
  padding-left: 53px;
}
.sbn-header-top-menu-glossary {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
  background-size: 38px 38px;
}
.sbn-header-top-menu-search {
  display: inline-block;
  width: 38px;
  height: 42px;
  cursor: pointer;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314195219.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 37px auto;
  margin-right: 35px;
  vertical-align: top;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sbn-header-top-menu-search {
    height: 29px;
    width: 27px;
    background-size: contain;
  }
}
.sbn-header-top-menu-search:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .sbn-header-top-menu-search:hover {
    opacity: 1;
  }
}
.sbn-header-top-menu-search.sbn-header-top-menu-search--active {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194748.png");
  background-size: 30px auto;
}
@media screen and (max-width: 768px) {
  .sbn-header-top-menu-search.sbn-header-top-menu-search--active {
    background-size: 23px auto;
  }
}
.sbn-header-top-menu-language-wrapper {
  display: inline-block;
  position: relative;
  border: 1px solid;
  height: 38px;
  width: 120px;
  vertical-align: top;
  margin-top: 2px;
}
.sbn-header-top-menu-language {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  box-sizing: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
}
.sbn-header-top-menu-language-country {
  vertical-align: middle;
}
.sbn-header-top-menu-language:before {
  display: inline-block;
  content: "";
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20191008/20191008160345.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 8px 10px;
}
.sbn-header-top-menu-language:hover {
  color: #ffffff;
  background-color: #2c323a;
  animation: animation-gray 0.15s linear forwards;
}
@media screen and (max-width: 768px) {
  .sbn-header-top-menu-language:hover {
    opacity: 1;
  }
}
.sbn-header-top-menu-language:hover:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20191008/20191008160349.png");
}
@media screen and (max-width: 768px) {
  .sbn-header-top-menu-drawer {
    display: inline-block;
    width: 24px;
    height: 29px;
    margin-left: 16px;
    margin-right: 2px;
    cursor: pointer;
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194901.png");
    background-position: center 1px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  .sbn-header-top-menu-drawer.sbn-header-top-menu-drawer--active {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194748.png");
    background-size: 23px auto;
  }
}
.sbn-header-search {
  display: none;
  position: absolute;
  top: 87px;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #2c323a;
  padding: 15px 0 15px 60px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .sbn-header-search {
    top: 49px;
    padding: 15px;
    font-size: 0;
  }
}
.sbn-header-search-form {
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  background-color: #ffffff;
  padding: 0 15px;
  width: 530px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .sbn-header-search-form {
    font-size: 15px;
    line-height: 23px;
    background-color: #ffffff;
    padding: 0 10px;
    width: calc(100% - 42px);
  }
}
.sbn-header-search-label {
  display: inline-block;
  cursor: pointer;
  width: 38px;
  height: 40px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314195219.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 22px;
  vertical-align: middle;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sbn-header-search-label {
    width: 27px;
    height: 23px;
    background-position: center;
    background-size: contain;
    margin-left: 15px;
  }
}
.sbn-header-search-label:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .sbn-header-search-label:hover {
    opacity: 1;
  }
}
.sbn-header-search-submit {
  display: none;
}
.sbn-header-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 14px 30px 24px 40px;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom {
    display: none;
    background-color: #2c323a;
    position: absolute;
    left: 0;
    width: 100%;
    top: 49px;
    padding: 0;
    z-index: 20;
    overflow-y: scroll;
    height: 568px;
  }
}
.sbn-header-bottom-overlay {
  width: 100%;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.sbn-header-bottom--active + .sbn-header-bottom-overlay {
  height: 100vh;
  background-color: #ffffff;
  opacity: 0.7;
}
.sbn-header-bottom:after {
  content: "";
  display: block;
  clear: both;
}
.sbn-header-bottom-logo {
  float: left;
  font-size: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom-logo {
    display: none;
  }
}
.sbn-header-bottom-logo-link {
  display: inline-block;
  height: 43px;
  width: 222px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314195456.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom-logo-link {
    display: none;
  }
}
.sbn-header-bottom-logo-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom-logo-link:hover {
    opacity: 1;
  }
}
.sbn-header-bottom-menu {
  float: right;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom-menu {
    float: none;
  }
}
.sbn-header-bottom-menu-link {
  font-size: 15px;
  color: #2c323a;
  text-decoration: none;
  font-weight: 500;
  line-height: 30px;
  margin: 0 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom-menu-link {
    display: block;
    font-size: 17px;
    letter-spacing: 0.075em;
    padding: 15px 15px 15px 70px;
    color: #ffffff;
    line-height: 34px;
    margin: 0;
    border-bottom: 1px #ffffff solid;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 34px;
  }
}
.sbn-header-bottom-menu-link:after {
  transition: all 0.2s ease-in-out;
  border-bottom: 3px #2c323a solid;
  content: "";
  width: 0;
  position: absolute;
  bottom: -9px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom-menu-link:after {
    display: none;
  }
}
.sbn-header-bottom-menu-link:hover:after {
  width: 100%;
}
.sbn-header-bottom-menu-link:nth-last-child(2) {
  margin-right: 23px;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom-menu-link:nth-last-child(2) {
    margin-right: 0;
  }
}
.sbn-header-bottom-menu-hot-articles:after {
  bottom: -5px;
}
.sbn-header-bottom-menu-link-last {
  background-position: 38px center;
}
.sbn-header-bottom-menu-link-last:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom-menu-link-last {
    display: block;
    font-size: 14px;
    letter-spacing: 0.075em;
    max-width: 142px;
    padding: 12px;
    color: #ffffff;
    line-height: 20px;
    margin: 0 0 0 auto;
    border-bottom: 1px #ffffff solid;
    background-position: 38px center;
    background-repeat: no-repeat;
    background-size: 20px;
  }
}
body.category-_XPJ--active .sbn-header-bottom-menu-xproject::after, body.category-ヘッドライン--active .sbn-header-bottom-menu-headline::after, body.category-トレンド情報--active .sbn-header-bottom-menu-trend::after, body.category-ライフスタイル--active .sbn-header-bottom-menu-lifestyle::after, body.category-IT＆みらい--active .sbn-header-bottom-menu-it-future::after, body.category-ソフトバンクのこと--active .sbn-header-bottom-menu-about-softbank::after, body.static-page-special .sbn-header-bottom-menu-hot-articles::after, body.page-ranking .sbn-header-bottom-menu-hot-articles::after {
  border-bottom: 3px #2c323a solid;
  width: 100%;
}
.sbn-header-bottom-menu-second {
  display: inline-block;
  border-left: 2px #6b6f75 solid;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom-menu-second {
    display: block;
    border-left: 0;
    border-top: 2px #ffffff solid;
    background-color: #444b54;
  }
}
.sbn-header-bottom-menu-second .sbn-header-bottom-menu-link {
  display: none;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom-menu-second .sbn-header-bottom-menu-link {
    display: block;
  }
}
.sbn-header-bottom-menu-second .sbn-header-bottom-menu-link:nth-child(1), .sbn-header-bottom-menu-second .sbn-header-bottom-menu-link:nth-child(2) {
  display: inline-block;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom-menu-second .sbn-header-bottom-menu-link:nth-child(1), .sbn-header-bottom-menu-second .sbn-header-bottom-menu-link:nth-child(2) {
    display: block;
    margin-left: 0;
  }
}
.sbn-header-bottom-menu-second .sbn-header-bottom-menu-link:nth-child(2) {
  margin-right: 0;
}
.sbn-header-bottom-menu-last {
  display: block;
  border-left: 0;
  border-top: 2px #ffffff solid;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom-menu-headline {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
  }
  .sbn-header-bottom-menu-trend {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
  }
  .sbn-header-bottom-menu-lifestyle {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
  }
  .sbn-header-bottom-menu-it-future {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
  }
  .sbn-header-bottom-menu-about-softbank {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
  }
  .sbn-header-bottom-menu-hot-articles {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20200204/20200204191627.png");
  }
  .sbn-header-bottom-menu-xproject {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20230328/20230328181958.png");
  }
  .sbn-header-bottom-menu-about-sbnews {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
  }
  .sbn-header-bottom-menu-glossary {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
  }
  .sbn-header-bottom-menu-language {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20191008/20191008160349.png");
  }
}
.sbn-header-bottom-share {
  position: absolute;
  top: calc(100% + 20px);
  left: 14px;
  text-align: center;
  z-index: 999;
  width: 52px;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom-share {
    display: none;
  }
}
.sbn-header-bottom-share-toggle {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190412/20190412154440.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.sbn-header-bottom-share-toggle:hover {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190412/20190412154444.png") !important;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom-share-toggle:hover {
    opacity: 1;
  }
}
.sbn-header-bottom-share-toggle--open {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190412/20190412154444.png") !important;
}
.sbn-header-bottom-share-toggle--open:hover {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190412/20190412154440.png") !important;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom-share-toggle--open:hover {
    opacity: 1;
  }
}
.sbn-header-bottom-share a {
  display: block;
  width: 52px;
  height: 39px;
  margin: 0 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.2s ease-in-out;
}
.sbn-header-bottom-share a.sbn-header-bottom-share-hatena {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194541.png");
}
.sbn-header-bottom-share a.sbn-header-bottom-share-facebook {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194545.png");
}
.sbn-header-bottom-share a.sbn-header-bottom-share-twitter {
  background-image: url("https://cdn.blog.st-hatena.com/files/6653812171401033452/6801883189052804200");
}
.sbn-header-bottom-share a.sbn-header-bottom-share-pinterest {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20220608/20220608104833.png");
}
.sbn-header-bottom-share a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .sbn-header-bottom-share a:hover {
    opacity: 1;
  }
}
.sbn-header.sbn-header--float {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
}
.sbn-header.sbn-header--float .sbn-header-top {
  padding: 0;
}
.sbn-header.sbn-header--float .sbn-header-top-menu {
  display: none;
}
.sbn-header.sbn-header--float .sbn-header-search {
  top: 70px;
}
.sbn-header.sbn-header--float .sbn-header-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 70px;
}
@media screen and (max-width: 1124px) {
  .sbn-header.sbn-header--float .sbn-header-bottom {
    height: auto;
  }
}
.sbn-header.sbn-header--float .sbn-header-bottom-menu {
  margin-top: 0;
}
@media screen and (max-width: 1124px) {
  .sbn-header.sbn-header--float .sbn-header-bottom-menu {
    margin-top: 0;
  }
}
.sbn-header.sbn-header--float .sbn-header-top-logo {
  display: block;
  top: 13px;
}
@media screen and (max-width: 1124px) {
  .sbn-header.sbn-header--float .sbn-header-top-logo {
    display: none;
  }
}

.sbn-footer-twitter {
  background-color: #2c323a;
}
.sbn-footer-twitter-wrap {
  padding: 60px 100px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .sbn-footer-twitter-wrap {
    padding: 20px;
    flex-wrap: wrap;
  }
}
.sbn-footer-twitter-wiget {
  width: 50%;
  padding: 0 25px 0 55px;
}
@media screen and (max-width: 768px) {
  .sbn-footer-twitter-wiget {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
.sbn-footer-twitter-wiget-box {
  width: 100%;
  height: 450px;
  overflow-y: scroll;
  background-color: #ffffff;
  padding-right: 8px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .sbn-footer-twitter-wiget-box {
    height: 280px;
    padding-right: 0;
  }
}
.sbn-footer-twitter-wiget-box-bar {
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2c323a;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sbn-footer-twitter-wiget-box-bar {
    width: 5px;
  }
}
.sbn-footer-twitter-wiget-box::-webkit-scrollbar {
  width: 8px;
  margin-left: 8px;
  background-color: #2c323a;
}
@media screen and (max-width: 768px) {
  .sbn-footer-twitter-wiget-box::-webkit-scrollbar {
    width: 5px;
    margin-left: 0;
  }
}
.sbn-footer-twitter-wiget-box::-webkit-scrollbar-track {
  background: #2c323a;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #2c323a;
}
@media screen and (max-width: 768px) {
  .sbn-footer-twitter-wiget-box::-webkit-scrollbar-track {
    border-radius: 2px;
  }
}
.sbn-footer-twitter-wiget-box::-webkit-scrollbar-thumb {
  background: #e6e8eb;
  border-radius: 10px;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .sbn-footer-twitter-wiget-box::-webkit-scrollbar-thumb {
    border-radius: 2px;
  }
}
.sbn-footer-twitter-info {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sbn-footer-twitter-info {
    width: 100%;
    order: 1;
  }
}
.sbn-footer-twitter-info-box {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sbn-footer-twitter-info-box {
    position: relative;
    top: auto;
    transform: translateX(-50%);
    margin: 25px 0 35px;
    width: 100% !important;
  }
}
.sbn-footer-twitter-info-box-icon {
  display: block;
  width: 33px;
  height: 27px;
  background-image: url("https://cdn.blog.st-hatena.com/files/6653812171401033452/6801883189052804202");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .sbn-footer-twitter-info-box-icon {
    width: 44px;
    height: 36px;
    margin: 0 auto 10px;
  }
}
.sbn-footer-twitter-info-box-text {
  color: #ffffff;
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 25px;
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sbn-footer-twitter-info-box-text {
    font-size: 90%;
    line-height: 26px;
    white-space: normal;
    margin-bottom: 15px;
  }
}
.sbn-footer-twitter-info-box-button {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background-color: #42b0fc;
  border-radius: 30px;
  padding: 15px 50px;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sbn-footer-twitter-info-box-button {
    padding: 7px 10px;
  }
}
.sbn-footer-twitter-info-box-button:hover {
  opacity: 0.7;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .sbn-footer-twitter-info-box-button:hover {
    opacity: 1;
    backface-visibility: visible;
  }
}
.sbn-footer-social {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .sbn-footer-social {
    padding-top: 0;
    margin-bottom: 35px;
  }
}
.sbn-footer-social-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sbn-footer-social-title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sbn-footer-social-title {
    font-size: 17px;
  }
}
.sbn-footer-social-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sbn-footer-social-button {
    width: 45px;
    height: 45px;
    margin: 0 4px;
  }
}
.sbn-footer-social-button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .sbn-footer-social-button:hover {
    opacity: 1;
  }
}
.sbn-footer-social-twitter {
  background-image: url("https://cdn.blog.st-hatena.com/files/6653812171401033452/6801883189052804206");
}
.sbn-footer-social-facebook {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194743.png");
}
.sbn-footer-social-instagram {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194915.png");
}
.sbn-footer-social-line {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194904.png");
}
.sbn-footer-social-youtube {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314195323.png");
}
.sbn-footer-social-linkedin {
  background-image: url("https://cdn.blog.st-hatena.com/files/6653812171401033452/6801883189052804195");
}
.sbn-footer-logo {
  text-align: center;
}
.sbn-footer-logo-link {
  display: inline-block;
  width: 243px;
  height: 37px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314195320.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sbn-footer-logo-link {
    width: 220px;
    height: 32px;
  }
}
.sbn-footer-logo-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .sbn-footer-logo-link:hover {
    opacity: 1;
  }
}
.sbn-footer-breadcrumb {
  max-width: 1400px;
  margin: 25px auto 15px;
  padding: 0 100px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .sbn-footer-breadcrumb {
    margin: 0;
    padding: 15px 20px;
    font-size: 10px;
    background-color: #f3f4f5;
  }
}
.sbn-footer-breadcrumb-home {
  color: #006699;
  text-decoration: none;
  margin-right: 5px;
}
.sbn-footer-breadcrumb-home:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .sbn-footer-breadcrumb-home:hover {
    text-decoration: none;
  }
}
.sbn-footer-breadcrumb-home:before {
  content: "";
  display: inline-block;
  margin: 0 5px 3px 0;
  vertical-align: middle;
  background-image: url(//cdn.softbank.jp/site/set/common/p/img/blank/sprite-icon-rf2.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 13px;
  height: 14px;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sbn-footer-breadcrumb-home:before {
    content: "";
    padding: 0;
    margin: -1px 0 2px 0;
    border: none;
    box-shadow: none;
    width: 12px;
    height: 10px;
    display: inline-block;
    background: url(//cdn.softbank.jp/site/set/common/s/img/blank/sprite-rf2.png) no-repeat;
    background-position: 0 -369px;
    background-color: transparent;
    background-size: 105px auto;
  }
}
.sbn-footer-breadcrumb-child:before {
  content: ">";
  padding: 0 5px 0 0 !important;
}
.sbn-footer-menu {
  max-width: 1400px;
  font-size: 13px;
  margin: 0 auto;
  padding: 0 100px 25px;
}
@media screen and (max-width: 768px) {
  .sbn-footer-menu {
    max-width: inherit;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.sbn-footer-menu-box {
  margin-top: 30px;
  padding: 20px 15px;
  border-top: 1px rgb(216, 218, 220) solid;
}
.sbn-footer-menu-link {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  margin-right: 10px;
}
.sbn-footer-menu-link:hover {
  opacity: 0.7;
}
.sbn-footer-bottom {
  background-color: #e6e8eb;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .sbn-footer-bottom {
    padding: 10px 0;
  }
}
.sbn-footer-bottom > * {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  .sbn-footer-bottom > * {
    padding: 0 20px;
    text-align: center;
  }
}
.sbn-footer-bottom-copy-sp {
  line-height: 10px;
}
.sbn-footer-bottom-copy-sp > * {
  height: 10px;
}
.sbn-footer-sp-swipe {
  position: fixed;
  left: 0;
  z-index: 999;
  width: 100%;
  border-top: 1px #ffffff solid;
  background-color: #2c323a;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .sbn-footer-sp-swipe {
    display: none;
  }
}
.sbn-footer-sp-swipe--close {
  bottom: -61px;
}
.sbn-footer-sp-swipe--open {
  bottom: 0px;
}
.sbn-footer-sp-swipe-inner {
  position: relative;
  height: 40px;
}
.sbn-footer-sp-swipe-button {
  position: absolute;
  top: 3px;
  right: 0;
}
.sbn-footer-sp-swipe-button-top {
  display: block;
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190326/20190326133600.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sbn-footer-sp-swipe-sns a {
  display: inline-block;
  width: 13.433%;
  height: 38px;
  margin: 0 7px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sbn-footer-sp-swipe-sns a.sbn-footer-sp-swipe-sns-hatena {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194541.png");
}
.sbn-footer-sp-swipe-sns a.sbn-footer-sp-swipe-sns-facebook {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194545.png");
}
.sbn-footer-sp-swipe-sns a.sbn-footer-sp-swipe-sns-twitter {
  background-image: url("https://cdn.blog.st-hatena.com/files/6653812171401033452/6801883189052804200");
}
.sbn-footer-sp-swipe-sns a.sbn-footer-sp-swipe-sns-line {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194536.png");
}
.sbn-footer-sp-swipe-sns a.sbn-footer-sp-swipe-sns-pinterest {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20220608/20220608104833.png");
}
.sbn-footer-sp-swipe-sns a.sbn-footer-sp-swipe-sns-linkedin {
  background-image: url("https://cdn.blog.st-hatena.com/files/6653812171401033452/6801883189052804192");
}
.sbn-footer-pc-swipe {
  position: fixed;
  right: 0;
  z-index: 999;
  padding: 16px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sbn-footer-pc-swipe {
    display: none;
  }
}
.sbn-footer-pc-swipe--close {
  bottom: -72px;
}
.sbn-footer-pc-swipe--open {
  bottom: 0px;
}
.sbn-footer-pc-swipe-button {
  transition: opacity 0.2s ease-in-out;
}
.sbn-footer-pc-swipe-button-top {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423160717.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sbn-footer-pc-swipe-button-top:hover {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423160714.png");
}
.sbn-footer-bnr {
  width: min(1200px, 100%);
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .sbn-footer-bnr {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .sbn-footer-bnr {
    padding: 0 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.sbn-footer-bnr-img {
  width: 100%;
  height: auto;
}

#top-box .breadcrumb {
  background-color: #d4dce0;
}
@media screen and (max-width: 768px) {
  #top-box .breadcrumb {
    display: none;
  }
}
#top-box .breadcrumb .breadcrumb-inner {
  max-width: 1400px;
  padding: 11px 100px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 23px;
  color: #2c323a;
}
#top-box .breadcrumb .breadcrumb-inner .breadcrumb-link,
#top-box .breadcrumb .breadcrumb-inner .breadcrumb-child-link {
  text-decoration: none;
  color: #2c323a;
  font-weight: 500;
  transition: opacity 0.2s ease-in-out;
}
#top-box .breadcrumb .breadcrumb-inner .breadcrumb-link:hover,
#top-box .breadcrumb .breadcrumb-inner .breadcrumb-child-link:hover {
  text-decoration: underline;
  /*
  // 適用前
  opacity: $hover-opacity;
  @include mq(sm, max) {
    opacity: 1;
  }
  */
}

.page-index {
  overflow-x: hidden;
}
.page-index .breadcrumb {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(1) {
  background-color: #000000;
  max-height: 425px;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(1) {
    max-height: none;
  }
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-title {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries {
  position: relative;
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item {
  position: relative;
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item:hover .urllist-item-inner {
  opacity: 0.7;
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item:hover .urllist-image {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item:hover .urllist-image {
    opacity: 1;
    transform: translateX(-50%);
  }
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner {
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-image-link {
  display: block;
  width: 948px;
  height: 100%;
  padding-left: 310px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-image-link {
    width: 100%;
    padding-left: 0;
    order: 1;
    overflow: hidden;
    height: 66.666666vw;
  }
  .page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-image-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190329/20190329171823.png") repeat-x;
    background-size: auto 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-image-link .urllist-image {
  display: block;
  margin: 0;
  float: none;
  height: 425px;
  width: auto;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-image-link .urllist-image {
    height: 66.666666vw;
    width: auto;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-title-link {
  display: block;
  width: 270px;
  color: #ffffff;
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  height: 78px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  margin: 45px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-title-link {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 10px 20px 0;
    order: 4;
    height: 52px;
    -webkit-line-clamp: 2;
  }
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 155px;
  transform: translate(-50%, -50%);
  margin: -75px 0 0;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 34px auto 0;
    text-align: center;
    order: 2;
  }
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link * {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories {
    order: 3;
    text-align: center;
    margin: 5px 0 0;
  }
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a:first-child {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 155px;
  transform: translate(-50%, -50%);
  margin: -35px 0 0;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a:first-child {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: auto;
  }
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a:first-child.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a:first-child.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a:first-child.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a:first-child.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a:first-child.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a:first-child.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a:first-child.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a:first-child.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a:first-child.category-_XPJ {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20230328/20230328181958.png");
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .slick-dots {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
    margin: 23px 0 36px 0;
    line-height: 0;
  }
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .slick-dots li {
    vertical-align: middle;
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
}
.page-index #main-inner .hatena-module:nth-child(1) .hatena-module-body .recent-entries .slick-dots .slick-active {
  background-color: #8c97cb;
}
.page-index #main-inner .hatena-module:nth-child(1) .sbn-index-slider-box-01 {
  overflow: hidden;
}
.page-index #main-inner .hatena-module:nth-child(2) {
  max-width: 1400px;
  padding: 0 100px;
  margin: 0 auto;
  text-align: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(2) {
    padding: 0;
  }
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-title {
  display: inline-block;
  position: relative;
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-title a {
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 0 50px 20px;
  margin: 60px 0 30px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423154410.png");
  background-position: 100% center;
  background-size: 36px;
  background-repeat: no-repeat;
  color: #2c323a;
  text-decoration: none;
  white-space: nowrap;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(2) .hatena-module-title a {
    margin: 30px 0;
    font-size: 22px;
    line-height: 26px;
  }
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-title a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.3s;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423154405.png");
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-title a:after {
  content: "HEADLINE";
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(2) .hatena-module-title a:after {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(2) .hatena-module-title .sbn-module-article-slider-arrow-prev {
    left: auto;
    right: calc(50% + 50vw - 32px);
  }
  .page-index #main-inner .hatena-module:nth-child(2) .hatena-module-title .sbn-module-article-slider-arrow-next {
    right: auto;
    left: calc(50% + 50vw - 32px);
  }
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries {
  margin: 0 -20px;
  font-size: 0;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries {
    margin: 0 -1.428571vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries {
    margin: 0 0 30px;
  }
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item {
  display: inline-block;
  width: calc(25% - 40px);
  margin: 0 20px 30px;
  position: relative;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item {
    width: calc(25% - 2.857142vw);
    margin: 0 1.428571vw 2.142857vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item {
    width: calc(25% - 40px);
    margin: 0 10px;
  }
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item:hover {
    opacity: 1;
  }
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner {
  overflow: hidden;
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner img {
  transition: 0.3s;
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner:hover img {
  transition: 0.3s;
  -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-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-image-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-image-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-image-link:before {
  content: "";
  position: absolute;
  top: 65%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  margin: -45px 0 0;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-image-link:before {
    width: 3.571428vw;
    height: 3.571428vw;
    margin: -3.214285vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-image-link:before {
    width: 50px;
    height: 50px;
    margin: -45px 0 0;
  }
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-image-link .urllist-image {
  margin: 0;
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link a {
  position: absolute;
  top: 12%;
  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;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link a {
    top: 5%;
    font-size: 1vw;
    line-height: 2.3478vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link a {
    top: 10%;
    font-size: 14px;
    line-height: 28px;
  }
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-title-link {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: translateY(-50%);
  padding: 0;
  margin: 0 20px;
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  height: 54px;
  overflow: hidden;
  width: calc(100% - 40px);
  overflow: hidden;
  z-index: 2;
  text-decoration: none;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-title-link {
    margin: 0 1.428571vw;
    font-size: 1.071428vw;
    line-height: 1.857142vw;
    height: 3.8571vw;
    width: calc(100% - 2.857142vw);
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-title-link {
    margin: 0 20px;
    font-size: 15px;
    line-height: 26px;
    height: 54px;
    width: calc(100% - 40px);
  }
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .sbn-hidden-contents {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .recent-entries .sbn-hidden-contents .urllist-item {
  margin-bottom: 60px;
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .sbn-headline-more-link {
  display: block;
  margin: 0 auto 20px;
  width: 36px;
  height: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .sbn-headline-more-link:hover .sbn-headline-more-bg {
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .sbn-headline-more-link:hover .sbn-headline-more-bg {
    transform: none;
  }
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .sbn-headline-more-bg {
  display: block;
  width: 10px;
  height: 19px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190412/20190412151015.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 13px;
  transition: all 0.2s ease-in-out;
}
.page-index #main-inner .hatena-module:nth-child(2) .hatena-module-body .sbn-headline-more-link--active {
  background-image: url("/corp/set/data/_lab/templates/sbnews/lib/img/icon-shut.png") !important;
}
.page-index #main-inner .hatena-module:nth-child(3) {
  max-width: 1400px;
  padding: 20px 100px;
  margin: 0 auto 60px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(3) {
    padding: 20px;
    margin: 0;
    display: block;
  }
}
.page-index #main-inner .hatena-module:nth-child(3):before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d4dce0;
  z-index: 0;
}
.page-index #main-inner .hatena-module:nth-child(3) .hatena-module-title {
  width: 140px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(3) .hatena-module-title {
    font-size: 22px;
    line-height: 26px;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
}
.page-index #main-inner .hatena-module:nth-child(3) .hatena-module-title:after {
  content: "TREND TAGS";
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 3px;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(3) .hatena-module-title:after {
    font-size: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-index #main-inner .hatena-module:nth-child(3) .hatena-module-body {
  padding: 5px 0;
  width: calc(100% - 140px);
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(3) .hatena-module-body {
    width: 100%;
  }
}
.page-index #main-inner .hatena-module:nth-child(3) .hatena-module-body .entry-categories {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(3) .hatena-module-body .entry-categories {
    align-content: flex-end;
  }
}
.page-index #main-inner .hatena-module:nth-child(3) .hatena-module-body .entry-categories-box {
  width: calc(100% - 55px);
  margin: 0 30px 0 0;
  height: 32px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(3) .hatena-module-body .entry-categories-box {
    width: calc(100% - 45px);
    margin: 0 20px 0 0;
    height: 104px;
  }
}
.page-index #main-inner .hatena-module:nth-child(3) .hatena-module-body .entry-categories-box .entry-categories-wrap {
  transition: all 0.5s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-index #main-inner .hatena-module:nth-child(3) .hatena-module-body .entry-categories-box .entry-categories-wrap a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  margin: 0 10px 10px 0;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(3) .hatena-module-body .entry-categories-box .entry-categories-wrap a {
    font-size: 12px;
    line-height: 28px;
    padding: 0 24px 0 10px;
  }
}
@keyframes animation-gray {
  0% {
    background: linear-gradient(to right, #2c323a 0%, #d4dce0 0%);
  }
  10% {
    background: linear-gradient(to right, #2c323a 10%, #d4dce0 0%);
  }
  20% {
    background: linear-gradient(to right, #2c323a 20%, #d4dce0 0%);
  }
  30% {
    background: linear-gradient(to right, #2c323a 30%, #d4dce0 0%);
  }
  40% {
    background: linear-gradient(to right, #2c323a 40%, #d4dce0 0%);
  }
  50% {
    background: linear-gradient(to right, #2c323a 50%, #d4dce0 0%);
  }
  60% {
    background: linear-gradient(to right, #2c323a 60%, #d4dce0 0%);
  }
  70% {
    background: linear-gradient(to right, #2c323a 70%, #d4dce0 0%);
  }
  80% {
    background: linear-gradient(to right, #2c323a 80%, #d4dce0 0%);
  }
  90% {
    background: linear-gradient(to right, #2c323a 90%, #d4dce0 0%);
  }
  100% {
    background: linear-gradient(to right, #2c323a 100%, #d4dce0 0%);
  }
}
.page-index #main-inner .hatena-module:nth-child(3) .hatena-module-body .entry-categories-box .entry-categories-wrap a:hover {
  animation: animation-gray 0.15s linear forwards;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(3) .hatena-module-body .entry-categories-box .entry-categories-wrap a:hover {
    opacity: 1;
  }
}
.page-index #main-inner .hatena-module:nth-child(3) .hatena-module-body .entry-categories-box .entry-categories-wrap 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: 10px;
  content: "";
  width: calc(100% - 36px);
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(3) .hatena-module-body .entry-categories-box .entry-categories-wrap a:before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-index #main-inner .hatena-module:nth-child(3) .hatena-module-body .entry-categories-box .entry-categories-wrap 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-index #main-inner .hatena-module:nth-child(3) .hatena-module-body .entry-categories-button {
  display: block;
  margin: 3px 0 0;
  width: 24px;
  height: 24px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423155107.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(3) .hatena-module-body .entry-categories-button {
    margin: 78px 0 0;
  }
}
.page-index #main-inner .hatena-module:nth-child(3) .hatena-module-body .entry-categories-button:hover {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423155103.png");
}
.page-index #main-inner .hatena-module:nth-child(4) {
  max-width: 1400px;
  padding: 0 100px;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(4) {
    padding: 30px 20px 0;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-title {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries {
    margin: 0 -10px;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item {
  width: calc(33.333333% - 40px);
  margin: 0 20px 40px;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item:nth-child(-n+3) {
    width: 100%;
  }
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item:nth-child(-n+3) .urllist-item-inner .urllist-title-link {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item {
    opacity: 1;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item * {
  transition: opacity 0.2s ease-in-out;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner {
  position: relative;
  overflow: hidden;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .link-wrap {
  transition: opacity 0.2s ease-in-out;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .link-wrap:hover {
  opacity: 0.7;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .link-wrap:hover .urllist-image {
  transition: 0.3s;
  -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-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  /*
  &:hover img {
      transition: 0.3s;
      -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-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-image-link .urllist-image {
  margin: 0;
  transition: 0.3s;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-image-link:after {
  content: "";
  width: 1000px;
  height: 150px;
  background-color: #ffffff;
  transform: rotate(-10deg);
  transform-origin: left;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-image-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(90deg, rgb(51, 51, 51) 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(51, 51, 51) 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(51, 51, 51) 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-image-link img {
  transition: 0.3s;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link a {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 55px;
  font-size: 14px;
  line-height: 23px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50px;
  text-decoration: none;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link a {
    bottom: 95px;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link a.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link a.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link a.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link a.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link a.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link a.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link a.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link a.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link a.category-_XPJ {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20230328/20230328181958.png");
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-date-link a * {
  color: #ffffff;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-title-link {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  margin: 10px 0 0;
  overflow: hidden;
  display: block;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-title-link {
    font-size: 14px;
    line-height: 17px;
    height: 34px;
    -webkit-line-clamp: 3;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories {
  height: 32px;
  overflow: hidden;
  margin: 16px 0 0;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories {
    height: 28px;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  font-weight: 500;
  background-color: #ffffff;
  margin: 0 10px 0 0;
  transition: opacity 0.2s ease-in-out;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a.category-ヘッドライン, .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a.category-トレンド情報, .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a.category-ライフスタイル, .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a.category-IT＆みらい, .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a.category-ソフトバンクのこと {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a:nth-child(n+5) {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a {
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    padding: 0 24px 0 10px;
  }
}
@keyframes animation-navy {
  0% {
    background: linear-gradient(to right, #2c323a 0%, #ffffff 0%);
  }
  10% {
    background: linear-gradient(to right, #2c323a 10%, #ffffff 0%);
  }
  20% {
    background: linear-gradient(to right, #2c323a 20%, #ffffff 0%);
  }
  30% {
    background: linear-gradient(to right, #2c323a 30%, #ffffff 0%);
  }
  40% {
    background: linear-gradient(to right, #2c323a 40%, #ffffff 0%);
  }
  50% {
    background: linear-gradient(to right, #2c323a 50%, #ffffff 0%);
  }
  60% {
    background: linear-gradient(to right, #2c323a 60%, #ffffff 0%);
  }
  70% {
    background: linear-gradient(to right, #2c323a 70%, #ffffff 0%);
  }
  80% {
    background: linear-gradient(to right, #2c323a 80%, #ffffff 0%);
  }
  90% {
    background: linear-gradient(to right, #2c323a 90%, #ffffff 0%);
  }
  100% {
    background: linear-gradient(to right, #2c323a 99%, #ffffff 0%);
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a:hover {
  animation: animation-navy 0.15s linear forwards;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a:hover {
    opacity: 1;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a: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-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-categories a:before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item .urllist-item-inner .urllist-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/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%;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item:nth-child(n+4) .urllist-date-link a {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 40px;
    bottom: 61px;
    left: auto;
    right: 5px;
    transform: none;
    background-size: 35px;
  }
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item:nth-child(n+4) .urllist-title-link {
    height: 51px;
  }
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item:nth-child(n+4) .urllist-categories {
    display: none;
  }
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item:nth-child(-n+3).sbn-index-entry--new .urllist-item-inner {
    position: relative;
  }
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item:nth-child(-n+3).sbn-index-entry--new .urllist-item-inner:before {
    font-size: 16px;
    line-height: 30px;
    width: 60px;
    height: 30px;
  }
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .urllist-item:nth-child(-n+3).sbn-index-entry--blank .urllist-image-link .link-icon {
    width: 30px;
    height: 30px;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--new .urllist-item-inner {
  position: relative;
  /*&:hover {
    opacity: $hover-opacity;
  }*/
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--blank .urllist-image-link .link-icon {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314195100.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--blank .urllist-image-link .link-icon {
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--blank .urllist-image-link .link-icon {
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--blank .urllist-image-link .link-icon {
    top: 10px;
    right: 10px;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--new.sbn-index-entry--blank .urllist-image-link .link-icon {
  top: 15px;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--blank {
  background-color: #2c323a;
  padding: 4px 4px 10px;
  position: relative;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--blank:before {
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  top: 20px;
  left: -10px;
  width: 60px;
  height: 30px;
  text-align: center;
  z-index: 10;
  color: #2c323a;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--blank:before {
    font-size: 15px;
    line-height: 20px;
    left: -10px;
    width: 40px;
    height: 20px;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--blank .urllist-image-link {
  position: relative;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--blank .urllist-image-link:after {
  background-color: #2c323a !important;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--blank .urllist-title-link {
  margin: 12px 5px 0 !important;
  padding: 0;
  color: #ffffff !important;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--blank .urllist-categories {
  padding: 0 5px;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--blank .urllist-categories a {
  color: #ffffff !important;
  background-color: #2c323a !important;
}
@keyframes animation-white {
  0% {
    background: linear-gradient(to right, #ffffff 0%, #2c323a 0%);
  }
  10% {
    background: linear-gradient(to right, #ffffff 10%, #2c323a 0%);
  }
  20% {
    background: linear-gradient(to right, #ffffff 20%, #2c323a 0%);
  }
  30% {
    background: linear-gradient(to right, #ffffff 30%, #2c323a 0%);
  }
  40% {
    background: linear-gradient(to right, #ffffff 40%, #2c323a 0%);
  }
  50% {
    background: linear-gradient(to right, #ffffff 50%, #2c323a 0%);
  }
  60% {
    background: linear-gradient(to right, #ffffff 60%, #2c323a 0%);
  }
  70% {
    background: linear-gradient(to right, #ffffff 70%, #2c323a 0%);
  }
  80% {
    background: linear-gradient(to right, #ffffff 80%, #2c323a 0%);
  }
  90% {
    background: linear-gradient(to right, #ffffff 90%, #2c323a 0%);
  }
  100% {
    background: linear-gradient(to right, #ffffff 99%, #2c323a 0%);
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--blank .urllist-categories a:hover {
  animation: animation-white 0.15s linear forwards !important;
  color: #444b54 !important;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--blank .urllist-categories a:hover {
    opacity: 1;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--blank .urllist-categories a:before {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190416/20190416172214.png") !important;
}
.page-index #main-inner .hatena-module:nth-child(4) .hatena-module-body .recent-entries .sbn-index-entry--blank .urllist-categories a: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") !important;
}
.page-index #main-inner .hatena-module:nth-child(4) .sbn-headline-more-link {
  display: block;
  margin: 20px auto 60px;
  width: 170px;
  height: 35px;
  padding: 0 45px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423154410.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 35px;
  transition: opacity 0.2s ease-in-out;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  color: #2c323a;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(4) .sbn-headline-more-link {
    margin: 20px auto 40px;
  }
}
.page-index #main-inner .hatena-module:nth-child(4) .sbn-headline-more-link:hover {
  opacity: 0.7;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423154405.png");
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(4) .sbn-headline-more-link:hover {
    opacity: 1;
  }
}
.page-index #main-inner .hatena-module:nth-child(5) {
  background-color: #333333;
  color: #ffffff;
  padding: 0 100px 60px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(5) {
    padding: 0 0 45px;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(5) .hatena-module-title {
    position: relative;
  }
  .page-index #main-inner .hatena-module:nth-child(5) .hatena-module-title .sbn-module-article-slider-arrow {
    width: 12px;
    height: 18px;
  }
  .page-index #main-inner .hatena-module:nth-child(5) .hatena-module-title .sbn-module-article-slider-arrow-next {
    right: auto;
    left: calc(50% + 50vw - 32px);
    top: 50%;
    transform: translateY(50%) rotate(0deg);
    -webkit-transform: translateY(50%) rotate(0deg);
    -moz-transform: translateY(50%) rotate(0deg);
    -ms-transform: translateY(50%) rotate(0deg);
    -o-transform: translateY(50%) rotate(0deg);
  }
  .page-index #main-inner .hatena-module:nth-child(5) .hatena-module-title .sbn-module-article-slider-arrow-prev {
    left: auto;
    right: calc(50% + 50vw - 32px);
    top: 50%;
    transform: translateY(50%) rotate(0deg);
    -webkit-transform: translateY(50%) rotate(0deg);
    -moz-transform: translateY(50%) rotate(0deg);
    -ms-transform: translateY(50%) rotate(0deg);
    -o-transform: translateY(50%) rotate(0deg);
  }
}
.page-index #main-inner .hatena-module:nth-child(5) .sbn-module-article-slider-arrow {
  width: 16px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% + 5px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  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;
}
.page-index #main-inner .hatena-module:nth-child(5) .sbn-module-article-slider-arrow-next {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20200303/20200303222347.png");
  left: calc(100% + 30px);
}
.page-index #main-inner .hatena-module:nth-child(5) .sbn-module-article-slider-arrow-prev {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20200303/20200303222343.png");
  right: calc(100% + 30px);
  z-index: 5;
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-title > a {
  display: block;
  padding: 60px 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  position: relative;
  text-align: center;
  margin: 0 auto 30px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314195043.png");
  background-position: right 65px;
  background-repeat: no-repeat;
  background-size: 35px;
  width: 300px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-title > a::after {
  content: "SPECIAL FEATURES & SERIES";
  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-index #main-inner .hatena-module:nth-child(5) .hatena-module-title > a {
    padding: 45px 0 20px;
    font-size: 22px;
    line-height: 26px;
    background-position: right 52px;
  }
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-title > a:hover {
  opacity: 0.7;
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry-item {
  width: 48.3333333333%;
  list-style-type: none;
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry-item.slick-slide {
  margin: 0 10px;
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry-item:hover {
  opacity: 0.7;
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry-item-link {
  color: #ffffff;
  text-decoration: none;
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry-item-link:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry-item-link .featured-entry-img-wrap {
  overflow: hidden;
  position: relative;
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry-item-link .featured-entry-img-wrap img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  width: 100%;
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry-item-link .featured-entry-img-wrap .featured-category {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  z-index: 5;
  bottom: 25px;
  right: 0;
  text-align: right;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314195043.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 35px;
  line-height: 2;
  padding-right: 44px;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry-item-link .featured-entry-img-wrap .featured-category {
    font-size: 16px;
    background: none;
    padding-right: 0;
    bottom: -2px;
  }
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry-item-link .featured-entry-img-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) 14%, rgba(51, 51, 51, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 14%, rgba(51, 51, 51, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 14%, rgba(51, 51, 51, 0) 100%);
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry-item-link .featured-entry-img-wrap::after {
  content: "";
  width: 1000px;
  height: 150px;
  background-color: #333333;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform-origin: left;
  position: absolute;
  top: 97%;
  left: 0;
  z-index: 2;
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry-item-link .featured-item-desc {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 74px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry-item-link .featured-item-desc {
    font-size: 14px;
    height: 62px;
    margin-top: 10px;
    text-align: justify;
  }
}
.page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry-item-desc {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry-item-desc {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(5) .hatena-module-body .featured-entry-item {
    width: 74.6666666667%;
    margin: 0 auto;
  }
}
.page-index #main-inner .hatena-module:nth-child(5) .x-project-banner {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(5) .x-project-banner img {
    width: 100%;
  }
}
.page-index #main-inner .hatena-module:nth-child(6) {
  background-color: #afbabf;
  position: relative;
  opacity: 0;
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-title {
  padding: 60px 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-title {
    padding: 45px 0 20px;
    font-size: 22px;
    line-height: 26px;
  }
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-title a {
  color: #2c323a;
  text-decoration: none;
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-title: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-index #main-inner .hatena-module:nth-child(6) .hatena-module-title:after {
    font-size: 15px;
  }
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body {
  font-size: 0;
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries {
  position: relative;
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries:after {
  content: "";
  display: block;
  clear: both;
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item {
  float: left;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:hover {
    opacity: 1;
  }
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:hover .urllist-image {
  -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-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(1) {
  height: 600px;
  width: 65%;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(1) {
    height: 42.857142vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(1) {
    height: auto;
    width: 100%;
  }
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(1) .urllist-title-link {
  height: 86px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(1) .urllist-title-link {
    height: 6.142857vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(1) .urllist-title-link {
    height: 112px;
    -webkit-line-clamp: 2;
  }
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(1) .urllist-image-link:after {
  height: 600px;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(1) .urllist-image-link:after {
    height: 42.857142vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(1) .urllist-image-link:after {
    height: 100%;
  }
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(n+2) {
  height: 300px;
  width: 35%;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(n+2) {
    height: 21.428571vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(n+2) {
    height: auto;
    width: 100%;
  }
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(n+2) .urllist-title-link {
  height: 112px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(n+2) .urllist-title-link {
    height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(n+2) .urllist-title-link {
    height: 112px;
  }
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(n+2) .urllist-image-link:after {
  height: 300px;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(n+2) .urllist-image-link:after {
    height: 21.428571vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item:nth-child(n+2) .urllist-image-link:after {
    height: 100%;
  }
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-image-link {
  display: block;
  position: relative;
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-image-link:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 90px, transparent 150px);
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-image-link:after {
    background: linear-gradient(to top, #000 120px, transparent 180px);
  }
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-image-link .urllist-image {
  margin: 0;
  float: none;
  transition: 0.3s;
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link {
  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-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
  background-position: 20px top;
  background-repeat: no-repeat;
  background-size: 50px;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link {
    bottom: 1.428571vw;
    width: calc(100% - 2.857142vw);
    font-size: 1.142857vw;
    line-height: 1.857142vw;
    padding: 4.285714vw 0 0;
    margin: 0 1.428571vw;
    background-position: 1.428571vw top;
    background-size: 3.571428vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link {
    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-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-ヘッドライン:after {
  content: "ヘッドライン";
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-トレンド情報:after {
  content: "トレンド情報";
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-ライフスタイル:after {
  content: "ライフスタイル";
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-IT＆みらい:after {
  content: "IT＆みらい";
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-ソフトバンクのこと:after {
  content: "ソフトバンクのこと";
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-よく読まれている記事:after {
  content: "よく読まれている記事";
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-ソフトバンクニュースとは:after {
  content: "ソフトバンクニュースとは";
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-用語集:after {
  content: "用語集";
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-_XPJ {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20230328/20230328181958.png");
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link.category-_XPJ:after {
  content: "X PROJECT";
}
.page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link:after {
  display: block;
  position: absolute;
  top: 16px;
  left: 90px;
  font-size: 18px;
  line-height: 1;
  color: #8c97cb;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link:after {
    top: 1.142857vw;
    left: 6.428571vw;
    font-size: 1.285714vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .urllist-item .urllist-title-link:after {
    top: 16px;
    left: 70px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .slick-dots {
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  .page-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .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-index #main-inner .hatena-module:nth-child(6) .hatena-module-body .recent-entries .slick-dots .slick-active {
    background-color: #8c97cb;
  }
}
.page-index #main-inner .hatena-module:nth-child(12) {
  max-width: 1400px;
  padding: 0 100px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(12) {
    padding: 0 20px 0;
  }
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-title {
  position: relative;
  z-index: 1;
  padding: 60px 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: block;
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(12) .hatena-module-title {
    padding: 40px 0 20px;
    font-size: 22px;
    line-height: 26px;
  }
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-title:after {
  content: "RANKING";
  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-index #main-inner .hatena-module:nth-child(12) .hatena-module-title:after {
    font-size: 15px;
  }
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body {
  /*
  // 「MORE」ボタンの場合
  .sbn-ranking-more-link {
    display: block;
    margin: 0 auto 20px;
    width: 36px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    transition: $transition-setting-01;
    cursor: pointer;
    &:hover .sbn-ranking-more-bg {
      //opacity: $hover-opacity;
      animation: arrowDown 0.8s infinite;
      //transform: translateY(50%);
      @include mq(sm, max) {
        //transform: none;
        animation: none;
        //opacity: 1;
      }
    }
  }
  .sbn-ranking-more-bg {
    display: block;
    width: 10px;
    height: 19px;
    background-image: common-image-url('icon-arrow-down.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 13px;
    //transition: $transition-setting-02;
  }
  */
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking {
    margin: 0 -10px;
  }
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item {
  width: calc(33.333333% - 40px);
  margin: 0 20px 30px;
  padding: 40px 0 0;
  position: relative;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    padding: 35px 0 0;
  }
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item:nth-child(n+4) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item:nth-child(n+4) {
    opacity: 1;
  }
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item:nth-child(n+4):before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item:hover {
    opacity: 1;
  }
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item:hover:before {
  opacity: 1;
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item .urllist-item-inner {
  transition: all 0.2s ease-in-out;
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item .urllist-item-inner:hover {
  opacity: 0.7;
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item .urllist-item-inner:hover .urllist-image {
  -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-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item .urllist-item-inner .urllist-image-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item .urllist-item-inner .urllist-image-link .urllist-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item .urllist-item-inner .urllist-date-link {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item .urllist-item-inner .urllist-title-link {
  font-size: 16px;
  line-height: 26px;
  color: #2c323a;
  text-decoration: none;
  display: block;
  height: 52px;
  margin: 8px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item .urllist-item-inner .urllist-title-link {
    font-size: 14px;
    line-height: 17px;
    height: 51px;
    -webkit-line-clamp: 3;
  }
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item .urllist-item-inner .urllist-categories {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item:before {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 37px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item:before {
    font-size: 27px;
  }
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item:nth-child(1):before {
  content: "1";
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item:nth-child(2):before {
  content: "2";
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item:nth-child(3):before {
  content: "3";
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item:nth-child(4):before {
  content: "4";
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item:nth-child(5):before {
  content: "5";
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .urllist-item:nth-child(6):before {
  content: "6";
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .sbn-hidden-contents {
  display: flex;
  flex-wrap: wrap;
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .sbn-hidden-contents .urllist-item {
  width: calc(25% - 25px);
  margin: 0 10px 30px;
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .sbn-hidden-contents .urllist-item:nth-child(1):before {
  content: "7";
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .sbn-hidden-contents .urllist-item:nth-child(2):before {
  content: "8";
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .sbn-hidden-contents .urllist-item:nth-child(3):before {
  content: "9";
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .sbn-hidden-contents .urllist-item:nth-child(4):before {
  content: "10";
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .sbn-hidden-contents .urllist-item {
    width: calc(50% - 20px);
    margin: 0 20px 20px;
  }
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .sbn-ranking-more-link {
  display: block;
  margin: 0 auto 20px;
  width: 280px;
  height: 35px;
  padding: 0 45px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423154410.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 35px;
  transition: opacity 0.2s ease-in-out;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  color: #2c323a;
  text-decoration: none;
  cursor: pointer;
}
.page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .sbn-ranking-more-link:hover {
  opacity: 0.7;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423154405.png");
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .sbn-ranking-more-link:hover {
    opacity: 1;
  }
}
.page-index #main-inner .hatena-module:nth-child(12) .sbn-index-ranking-header {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(13) {
  color: #2d3239;
  padding: 0 100px 60px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(13) {
    padding: 0 0 45px;
  }
}
.page-index #main-inner .hatena-module:nth-child(13) .hatena-module-title > a {
  display: block;
  padding: 60px 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  position: relative;
  text-align: center;
  margin: 0 auto 30px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20200313/20200313203458.png");
  background-position: right 65px;
  background-repeat: no-repeat;
  background-size: 35px;
  width: 216px;
  color: #2d3239;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.page-index #main-inner .hatena-module:nth-child(13) .hatena-module-title > a::after {
  content: "PRESS RELEASES";
  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-index #main-inner .hatena-module:nth-child(13) .hatena-module-title > a {
    padding: 45px 0 20px;
    font-size: 22px;
    line-height: 26px;
    width: 240px;
    background-position: right 52px;
  }
}
.page-index #main-inner .hatena-module:nth-child(13) .hatena-module-title > a:hover {
  opacity: 0.7;
}
.page-index #main-inner .hatena-module:nth-child(13) .hatena-module-body {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(13) .hatena-module-body {
    padding: 0 20px;
  }
}
.page-index #main-inner .hatena-module:nth-child(13) .hatena-module-body .press-list-item {
  border-top: 1px solid #bfcbda;
  list-style-type: none;
}
.page-index #main-inner .hatena-module:nth-child(13) .hatena-module-body .press-list-item:nth-last-child(1) {
  border-bottom: 1px solid #bfcbda;
}
.page-index #main-inner .hatena-module:nth-child(13) .hatena-module-body .press-list-item:hover {
  opacity: 0.7;
}
.page-index #main-inner .hatena-module:nth-child(13) .hatena-module-body .press-list-item:hover .press-list-item-bottom {
  text-decoration: underline;
}
.page-index #main-inner .hatena-module:nth-child(13) .hatena-module-body .press-list-item-link {
  display: block;
  padding: 15px 0 18px;
  color: #2c323a;
  text-decoration: none;
}
.page-index #main-inner .hatena-module:nth-child(13) .hatena-module-body .press-list-item-top .press-date {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.page-index #main-inner .hatena-module:nth-child(13) .hatena-module-body .press-list-item-top .press-ttl {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 2px 6px 0;
  color: #8c97cb;
  font-size: 13px;
  line-height: 1;
}
.page-index #main-inner .hatena-module:nth-child(13) .hatena-module-body .press-list-item-bottom {
  margin-top: 10px;
  display: block;
}
.page-index #main-inner .hatena-module:nth-child(13) .hatena-module-body .press-list-item-bottom .press-desc {
  font-size: 16px;
}
.page-index #main-inner .hatena-module:nth-child(13) .hatena-module-body .press-list-item-bottom .press-desc::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20200313/20200313203453.png") no-repeat center bottom;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 4px 10px;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(13) .hatena-module-body .press-list-item {
    padding: 15px 0;
  }
  .page-index #main-inner .hatena-module:nth-child(13) .hatena-module-body .press-list-item .press-list-top .press-date {
    font-size: 14px;
  }
  .page-index #main-inner .hatena-module:nth-child(13) .hatena-module-body .press-list-item .press-list-top .press-ttl {
    font-size: 13px;
  }
  .page-index #main-inner .hatena-module:nth-child(13) .hatena-module-body .press-list-item .press-list-bottom .press-desc {
    font-size: 13px;
  }
}
.page-index #box2 {
  display: none;
}
.page-ranking .breadcrumb {
  display: block;
}
.page-ranking #main-inner .hatena-module:nth-child(1) {
  display: none;
}
.page-ranking #main-inner .hatena-module:nth-child(2) {
  display: none;
}
.page-ranking #main-inner .hatena-module:nth-child(3) {
  display: none;
}
.page-ranking #main-inner .hatena-module:nth-child(4) {
  display: none;
}
.page-ranking #main-inner .hatena-module:nth-child(5) {
  display: none;
}
.page-ranking #main-inner .hatena-module:nth-child(10) {
  display: none;
}
.page-ranking #main-inner .hatena-module:nth-child(12) .hatena-module-title {
  display: none;
}
.page-ranking #main-inner .hatena-module:nth-child(12) .sbn-index-ranking-header {
  display: block;
}
.page-ranking #main-inner .hatena-module:nth-child(12) .sbn-index-ranking-header .archive-header-category {
  font-size: 16px;
  text-align: center;
}
.page-ranking #main-inner .hatena-module:nth-child(12) .sbn-index-ranking-header .archive-header-category .sbnews-archive-heading {
  padding: 35px 0 15px;
}
@media screen and (max-width: 768px) {
  .page-ranking #main-inner .hatena-module:nth-child(12) .sbn-index-ranking-header .archive-header-category .sbnews-archive-heading {
    padding: 30px 0 20px;
  }
}
.page-ranking #main-inner .hatena-module:nth-child(12) .sbn-index-ranking-header .archive-header-category .sbnews-archive-heading .archive-category {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  font-size: 24px;
  font-weight: 500;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .page-ranking #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking > .urllist-item:nth-child(-n+4) {
    width: calc(100% - 20px);
  }
  .page-ranking #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking > .urllist-item:nth-child(-n+4) .urllist-image {
    width: 100%;
  }
}
.page-ranking #main-inner .hatena-module:nth-child(12) .sbn-ranking-more-link {
  display: none !important;
}

.sbn-index-entry--new {
  position: relative;
}

.sbn-index-entry--new:before {
  content: "NEW";
  background-color: #ffff00;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  top: 20px;
  left: -10px;
  width: 60px;
  height: 30px;
  text-align: center;
  z-index: 10;
  color: #2c323a;
}

@media screen and (min-width: 769px) {
  .page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .sbn-hidden-contents .urllist-item:first-child {
    margin-left: 20px;
  }
  .page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .sbn-hidden-contents .urllist-item:last-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sbn-footer-twitter-wiget-box iframe {
    width: 740px !important;
  }
  .page-index #main-inner .hatena-module:nth-child(12) .hatena-module-body .entries-access-ranking .sbn-hidden-contents .urllist-item {
    margin: 0 10px 20px;
  }
}
/*
// テスト用
.page-index #main-inner .hatena-module:nth-child(1),
.page-index #main-inner .hatena-module:nth-child(2),
.page-index #main-inner .hatena-module:nth-child(3),
.page-index #main-inner .hatena-module:nth-child(4),
.page-index #main-inner .hatena-module:nth-child(5){
  display:none
}
*/
.page-index #main-inner .hatena-module-links {
  display: none;
}

.page-index #main-inner .video-entries-outer .getflash {
  display: none;
}

.page-index #main-inner .hatena-module:nth-child(11) {
  max-width: 1400px;
  padding: 0 100px 50px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(11) {
    padding: 0 20px 30px;
  }
}
.page-index #main-inner .hatena-module:nth-child(11):before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #afbabf;
  z-index: 0;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-title {
  position: relative;
  z-index: 1;
  padding: 60px 0 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: block;
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-title {
    padding: 40px 0 20px;
    font-size: 22px;
    line-height: 26px;
  }
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-title:after {
  content: "PICKUP MOVIES";
  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-index #main-inner .hatena-module:nth-child(11) .hatena-module-title:after {
    font-size: 15px;
  }
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-player {
  width: 600px;
  border: 5px #2c323a solid;
  background-color: #2c323a;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-player {
    width: 42.86vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-player {
    display: none;
  }
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-player-frame {
  width: 100%;
  padding-bottom: 61.016949%;
  position: relative;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-player img {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-player .video-player-cover-off:before {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-player .video-player-cover-off:after {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-player .video-entries-item-title {
  display: none;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-player iframe {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-player .video-player-text a {
  display: block;
  margin: 25px;
  font-size: 16px;
  line-height: 26px;
  min-height: 52px;
  color: #ffffff;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-player .video-player-text a[href]:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-player .video-player-text a {
    margin: 1.79vw;
    font-size: 1.14vw;
    line-height: 1.86vw;
    min-height: 3.71vw;
  }
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer {
  width: calc(100% - 600px);
  padding: 0 0 0 50px;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer {
    width: calc(100% - 42.857142vw);
    padding: 0 0 0 3.571428vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer {
    width: 100%;
    padding: 0;
  }
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item {
  background-color: #ffffff;
  list-style: none;
  margin: 0 0 18px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  transition: opacity 0.2s ease-in-out;
  /*
  @include mq(sm, max) {
      display: block;
  }
  &:before {
      content: '';
      width: 200px;
      height: 120px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: $color-darker-gray;
      opacity: .65;
      @include mq(sm, max) {
         width: 135px;
          height: 77px;
          z-index: 5;
          width: 100%;
          min-height: 200px;
        }
  }
  &:after {
      content: '';
      width: 200px;
      height: 120px;
      position: absolute;
      top: 0;
      left: 0;
      background-image: common-image-url('icon-movie.png');
      background-size: 64px auto;
      background-repeat: no-repeat;
      background-position: center center;
      @include mq(sm, max) {
          width: 135px;
          height: 77px;
          background-size: 48px auto;
          z-index: 5;
          //width: 100%;
          //min-height: 200px;
        }
  }*/
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item:last-child {
  margin: 0;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  border: 4px transparent solid;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item {
    margin-bottom: 1.29vw;
  }
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item::after {
    border-width: 0.29vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item {
    margin: 0 0 14px;
  }
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item::after {
    border-width: 2px;
  }
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item:hover {
    opacity: 1;
  }
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item:hover::after {
  border-color: #2c323a;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item .video-entries-item-inner {
  display: flex;
  align-items: center;
  position: relative;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item iframe {
  display: none;
  position: relative;
  z-index: 1;
  width: 200px;
  height: 120px;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item iframe {
    width: 14.285714vw;
    height: 8.571428vw !important;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item iframe {
    width: 155px;
    height: auto;
    min-height: 77px;
  }
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item .video-entries-item-thumb {
  background-color: #000;
  background-size: contain;
  background-position: center;
  width: 139px;
  height: 104px;
  position: relative;
  overflow: hidden;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item .video-entries-item-thumb::before {
  content: "";
  width: 48px;
  height: 36px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190417/20190417151155.png");
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item .video-entries-item-thumb {
    width: 9.93vw;
    height: 7.43vw;
  }
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item .video-entries-item-thumb::before {
    width: 3.43vw;
    height: 2.57vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item .video-entries-item-thumb {
    width: 120px;
    height: 90px;
  }
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item .video-entries-item-thumb::before {
    width: 48px;
    height: 36px;
  }
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item .video-entries-item-title {
  width: calc(100% - 139px - 20px - 20px);
  margin: 26px 20px;
  font-size: 16px;
  line-height: 26px;
  max-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item .video-entries-item-title {
    width: calc(100% - 7.07vw);
    margin: 1.86vw 1.43vw;
    font-size: 1.14vw;
    line-height: 1.86vw;
    max-height: 3.71vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries .video-entries-item .video-entries-item-title {
    margin: 26px 20px;
    width: calc(100% - 120px - 20px - 20px);
    font-size: 14px;
    line-height: 19px;
    max-height: 38px;
  }
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries-item.is-wc .video-entries-item-thumb {
  background-color: #000;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries-item.is-wc .video-entries-item-thumb iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries-item--active {
  cursor: default;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries-item--active:hover {
  opacity: 1;
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries-item--active::after {
  border-color: #2c323a !important;
}
@media screen and (max-width: 768px) {
  .page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body .video-entries-outer .video-entries-item--active {
    cursor: pointer;
    /*
      .video-player-cover-off {
            &:before {
                // video cover
                display: none;
            }
            &:after {
                // video cover
                display: none;
            }
            img {
                // video cover
                display: none;
            }
            iframe {
                display: block;
            }
        }
    }*/
  }
}
.page-index #main-inner .hatena-module:nth-child(11) .hatena-module-body #ranking {
  background: red;
  position: absolute;
  top: calc(100% + 50px);
}

@media screen and (max-width: 768px) {
  .video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    cursor: pointer;
  }
  .video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
  }
  .video-overlay .video-entries-item-title {
    display: none;
  }
}
body.static-page-special .entry-header {
  display: none !important;
}
body.static-page-special .entry-content {
  width: 100%;
}
body.static-page-special .entry-content .breadcrumbs-band {
  background-color: #d4dce0;
}
body.static-page-special .entry-content .breadcrumbs-band-inner {
  max-width: 1400px;
  padding: 11px 100px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 23px;
  color: #2c323a;
}
body.static-page-special .entry-content .breadcrumbs-band-inner a#breadcrumbs-band-parent {
  color: #2c323a !important;
  font-weight: 500;
  opacity: 1 !important;
}
body.static-page-special .entry-content .breadcrumbs-band-inner a#breadcrumbs-band-parent:hover {
  color: #2c323a !important;
}
body.static-page-special .entry-content .breadcrumbs-band-inner .breadcrumb-band-gt {
  opacity: 0.7;
  margin: auto 0.4em;
}
@media screen and (max-width: 768px) {
  body.static-page-special .entry-content .breadcrumbs-band {
    display: none;
  }
}
body.static-page-special .entry-content .entry-content-inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 50px;
  border: none;
}
@media screen and (max-width: 768px) {
  body.static-page-special .entry-content .entry-content-inner {
    margin: 0 auto 40px;
  }
}
body.static-page-special .entry-content .entry-content-inner .special-category-hdg {
  margin: 0 100px 0;
}
@media screen and (max-width: 768px) {
  body.static-page-special .entry-content .entry-content-inner .special-category-hdg {
    margin: 0 20px;
  }
  body.static-page-special .entry-content .entry-content-inner .special-category-hdg .pc-visible {
    display: none !important;
  }
}
body.static-page-special .entry-content .entry-content-inner .special-category-hdg-ttl {
  padding: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  position: relative;
  text-align: center;
  margin: 35px 0 5px !important;
}
@media screen and (max-width: 768px) {
  body.static-page-special .entry-content .entry-content-inner .special-category-hdg-ttl {
    padding: 45px 0 30px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 24px;
    line-height: 26px;
  }
}
body.static-page-special .entry-content .entry-content-inner .special-category-hdg-ttl .special-category-hdg-icon {
  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;
  vertical-align: middle;
}
body.static-page-special .entry-content .entry-content-inner .special-category-hdg-desc {
  margin-top: 0px !important;
  margin-bottom: 5px !important;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.static-page-special .entry-content .entry-content-inner .special-category-hdg-desc {
    text-align: left;
    margin-bottom: 0 !important;
  }
}
body.static-page-special .entry-content .entry-content-inner .special-category-list {
  margin: 0 100px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body.static-page-special .entry-content .entry-content-inner .special-category-list {
    margin: 0 20px;
  }
}
body.static-page-special .entry-content .entry-content-inner .special-category-list-item {
  width: calc(580 / 1200 * 100%);
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.static-page-special .entry-content .entry-content-inner .special-category-list-item {
    margin-top: 30px;
  }
  body.static-page-special .entry-content .entry-content-inner .special-category-list-item:nth-child(1), body.static-page-special .entry-content .entry-content-inner .special-category-list-item:nth-child(2), body.static-page-special .entry-content .entry-content-inner .special-category-list-item:nth-child(3) {
    width: 100%;
  }
  body.static-page-special .entry-content .entry-content-inner .special-category-list-item:nth-child(1) .special-category-img-wrap .special-category-ttl, body.static-page-special .entry-content .entry-content-inner .special-category-list-item:nth-child(2) .special-category-img-wrap .special-category-ttl, body.static-page-special .entry-content .entry-content-inner .special-category-list-item:nth-child(3) .special-category-img-wrap .special-category-ttl {
    display: block;
    background: none;
    padding-right: 0;
  }
  body.static-page-special .entry-content .entry-content-inner .special-category-list-item:nth-child(1) .special-category-sp-ttl, body.static-page-special .entry-content .entry-content-inner .special-category-list-item:nth-child(2) .special-category-sp-ttl, body.static-page-special .entry-content .entry-content-inner .special-category-list-item:nth-child(3) .special-category-sp-ttl {
    display: none;
  }
  body.static-page-special .entry-content .entry-content-inner .special-category-list-item:nth-child(n+4) {
    margin-top: 24px;
  }
  body.static-page-special .entry-content .entry-content-inner .special-category-list-item:nth-child(n+4) .special-category-desc {
    display: none;
  }
  body.static-page-special .entry-content .entry-content-inner .special-category-list-item:nth-child(n+4) .special-category-sp-ttl {
    margin-bottom: 0;
  }
}
body.static-page-special .entry-content .entry-content-inner .special-category-list-item-link {
  text-decoration: none !important;
}
body.static-page-special .entry-content .entry-content-inner .special-category-list-item-link:hover {
  opacity: 0.7;
}
body.static-page-special .entry-content .entry-content-inner .special-category-list-item-link:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
body.static-page-special .entry-content .entry-content-inner .special-category-list-item-link .special-category-img-wrap {
  overflow: hidden;
  position: relative;
  display: block;
}
body.static-page-special .entry-content .entry-content-inner .special-category-list-item-link .special-category-img-wrap img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  width: 100%;
}
body.static-page-special .entry-content .entry-content-inner .special-category-list-item-link .special-category-img-wrap .special-category-ttl {
  color: #2c323a;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  z-index: 5;
  bottom: 3%;
  right: 0;
  text-align: right;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423154410.png");
  background-position: right 0px center;
  background-repeat: no-repeat;
  background-size: 35px;
  line-height: 35px;
  padding-right: 44px;
  display: block;
}
@media screen and (max-width: 992px) {
  body.static-page-special .entry-content .entry-content-inner .special-category-list-item-link .special-category-img-wrap .special-category-ttl {
    font-size: 16px;
    bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  body.static-page-special .entry-content .entry-content-inner .special-category-list-item-link .special-category-img-wrap .special-category-ttl {
    display: none;
  }
}
body.static-page-special .entry-content .entry-content-inner .special-category-list-item-link .special-category-img-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%);
  background-image: -ms-linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0.5) 33%, rgba(51, 51, 51, 0) 100%);
}
@media screen and (min-width: 769px) {
  body.static-page-special .entry-content .entry-content-inner .special-category-list-item-link .special-category-img-wrap::after {
    content: "";
    width: 1000px;
    height: 150px;
    background-color: #ffffff;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform-origin: left;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  body.static-page-special .entry-content .entry-content-inner .special-category-list-item-link .special-category-img-wrap::after {
    content: "";
    width: 1000px;
    height: 150px;
    background-color: #ffffff;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform-origin: left;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
  }
}
body.static-page-special .entry-content .entry-content-inner .special-category-list-item-link .special-category-sp-ttl {
  display: none;
}
@media screen and (max-width: 768px) {
  body.static-page-special .entry-content .entry-content-inner .special-category-list-item-link .special-category-sp-ttl {
    display: block;
    text-align: right;
    font-size: 15px;
    color: #2c323a;
    margin: 10px 0;
  }
}
body.static-page-special .entry-content .entry-content-inner .special-category-list-item-link .special-category-desc {
  margin-top: 15px;
  display: block;
  line-height: 26px;
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  color: #2c323a;
  height: 84px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  body.static-page-special .entry-content .entry-content-inner .special-category-list-item-link .special-category-desc {
    margin-top: 15px;
    font-size: 15px;
    height: 78px;
  }
}
body.static-page-special .entry-content .entry-content-inner .special-category-list-item-link .special-category-desc span {
  display: block;
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
}

.page-archive #content {
  max-width: 1400px;
  padding: 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-archive #content {
    padding: 0 20px;
  }
}
.page-archive #content #main-inner {
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .page-archive #content #main-inner {
    padding: 0;
  }
}
.page-archive #content .archive-header-category {
  margin: 0;
}
.page-archive #content .archive-heading {
  text-align: center;
  margin: 0;
  padding: 20px 0 0;
  font-size: 24px;
  line-height: 45px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-heading {
    padding: 20px 0 40px;
  }
}
.page-archive #content .archive-entries {
  margin: 57px -20px 0;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 33.333333%;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-entries {
    margin: 0 -8px 0;
    flex-basis: 50%;
  }
}
.page-archive #content .archive-entries .archive-entry,
.page-archive #content .archive-entries .sbn-archive-entry {
  width: calc(33.333333% - 40px);
  margin: 0 20px 50px;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-entries .archive-entry,
  .page-archive #content .archive-entries .sbn-archive-entry {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
  }
}
.page-archive #content .archive-entries .archive-entry .archive-entry-header,
.page-archive #content .archive-entries .sbn-archive-entry .archive-entry-header {
  display: none;
}
.page-archive #content .archive-entries .archive-entry .categories,
.page-archive #content .archive-entries .sbn-archive-entry .categories {
  display: none;
}
.page-archive #content .archive-entries .archive-entry .archive-entry-body,
.page-archive #content .archive-entries .sbn-archive-entry .archive-entry-body {
  display: none;
}
.page-archive #content .archive-entries .archive-entry .entry-thumb-link,
.page-archive #content .archive-entries .sbn-archive-entry .entry-thumb-link {
  display: block;
  height: 100%;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
.page-archive #content .archive-entries .archive-entry .entry-thumb-link:hover,
.page-archive #content .archive-entries .sbn-archive-entry .entry-thumb-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-entries .archive-entry .entry-thumb-link:hover,
  .page-archive #content .archive-entries .sbn-archive-entry .entry-thumb-link:hover {
    opacity: 1;
  }
}
.page-archive #content .archive-entries .archive-entry .entry-thumb-link:hover .entry-thumb,
.page-archive #content .archive-entries .sbn-archive-entry .entry-thumb-link:hover .entry-thumb {
  -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 #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb-wrap,
.page-archive #content .archive-entries .sbn-archive-entry .entry-thumb-link .entry-thumb-wrap {
  margin: 0 0 12px;
  float: none;
  position: relative;
  overflow: hidden;
}
.page-archive #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb,
.page-archive #content .archive-entries .sbn-archive-entry .entry-thumb-link .entry-thumb {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb,
  .page-archive #content .archive-entries .sbn-archive-entry .entry-thumb-link .entry-thumb {
    height: 120px;
  }
}
.page-archive #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb-date,
.page-archive #content .archive-entries .sbn-archive-entry .entry-thumb-link .entry-thumb-date {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 26px;
  color: #2c323a;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb-date,
  .page-archive #content .archive-entries .sbn-archive-entry .entry-thumb-link .entry-thumb-date {
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 17px;
  }
}
.page-archive #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb-title,
.page-archive #content .archive-entries .sbn-archive-entry .entry-thumb-link .entry-thumb-title {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 26px;
  color: #2c323a;
  height: 78px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb-title,
  .page-archive #content .archive-entries .sbn-archive-entry .entry-thumb-link .entry-thumb-title {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 17px;
    height: 51px;
  }
}
.page-archive #content .archive-entries .archive-entry--new .entry-thumb-link {
  position: relative;
}
.page-archive #content .archive-entries .archive-entry--new .entry-thumb-link:after {
  content: "NEW";
  background-color: #ffff00;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  top: 20px;
  left: -10px;
  width: 60px;
  height: 30px;
  text-align: center;
  z-index: 1;
  color: #2c323a;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-entries .archive-entry--new .entry-thumb-link:after {
    font-size: 15px;
    line-height: 20px;
    left: -10px;
    width: 40px;
    height: 20px;
  }
}
.page-archive #content .archive-entries .archive-entry--blank .entry-thumb:after {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314195100.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-entries .archive-entry--blank .entry-thumb:after {
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
  }
}
.page-archive #content .archive-entries .archive-entry--blank .entry-thumb:after {
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-entries .archive-entry--blank .entry-thumb:after {
    top: 10px;
    right: 10px;
  }
}
.page-archive #content .archive-entries .archive-entry--new.archive-entry--blank .entry-thumb-link:after {
  top: 15px;
}
.page-archive #content .archive-entries .archive-entry--blank {
  background-color: #2c323a;
  padding: 5px;
}
.page-archive #content .archive-entries .archive-entry--blank .entry-thumb {
  height: 245px !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-entries .archive-entry--blank .entry-thumb {
    height: 115px !important;
  }
}
.page-archive #content .archive-entries .archive-entry--blank .entry-thumb-date {
  color: #ffffff !important;
  margin: 10px 5px 0 !important;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-entries .archive-entry--blank .entry-thumb-date {
    margin: 5px 5px 0 !important;
  }
}
.page-archive #content .archive-entries .archive-entry--blank .entry-thumb-title {
  color: #ffffff !important;
  margin: 0 5px 15px !important;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-entries .archive-entry--blank .entry-thumb-title {
    margin: 0 5px 10px !important;
  }
}
.page-archive #content .pager {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .page-archive #content .pager {
    margin: 35px 0;
  }
}
.page-archive #content .pager:after {
  content: "";
  display: block;
  clear: both;
}
.page-archive #content .pager .pager-prev a {
  display: block;
  float: left;
  padding: 0 0 0 55px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423154400.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .page-archive #content .pager .pager-prev a {
    font-size: 15px;
    padding: 0 0 0 40px;
  }
}
.page-archive #content .pager .pager-prev a:hover {
  opacity: 0.7;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423154356.png");
}
@media screen and (max-width: 768px) {
  .page-archive #content .pager .pager-prev a:hover {
    opacity: 1;
  }
}
.page-archive #content .pager .pager-next a {
  display: block;
  float: right;
  padding: 0 55px 0 0;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423154410.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 500;
  color: #2c323a;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .page-archive #content .pager .pager-next a {
    font-size: 15px;
    padding: 0 40px 0 0;
  }
}
.page-archive #content .pager .pager-next a:hover {
  opacity: 0.7;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423154405.png");
}
@media screen and (max-width: 768px) {
  .page-archive #content .pager .pager-next a:hover {
    opacity: 1;
  }
}
.page-archive #content #box2 {
  display: none;
}
.page-archive #content .search-result {
  background-color: #2c323a;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .page-archive #content .search-result {
    padding: 0 0 10px;
  }
}
.page-archive #content .search-result .archive-heading {
  background-color: #ffffff;
  padding: 8px 0 33px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .page-archive #content .search-result .archive-heading {
    margin: 0 0 10px;
    padding: 10px 0 36px;
  }
}
.page-archive #content .search-result .search-result-form {
  margin: 0 0 0 20px;
  width: auto;
  border: 0;
  border-radius: 0;
  max-width: none;
  display: inline-block;
  background-color: inherit;
}
@media screen and (max-width: 768px) {
  .page-archive #content .search-result .search-result-form {
    margin: 0 0 0 10px;
    width: calc(100% - 20px);
  }
}
.page-archive #content .search-result .search-result-form .search-result-input {
  font-size: 16px;
  width: 530px;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-archive #content .search-result .search-result-form .search-result-input {
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    width: calc(100% - 30px);
  }
}
.page-archive #content .search-result .search-result-form .search-result-button {
  width: 40px;
  height: 40px;
  top: 0;
  right: -60px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314195219.png");
  background-size: contain;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .page-archive #content .search-result .search-result-form .search-result-button {
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.page-archive #content .search-result .search-result-form .search-result-button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-archive #content .search-result .search-result-form .search-result-button:hover {
    opacity: 1;
  }
}
.page-archive #content .archive-header-category {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-header-category {
    text-align: left;
  }
}
.page-archive #content .archive-header-category .sbnews-archive-heading {
  padding: 15px 0 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-header-category .sbnews-archive-heading {
    padding: 30px 0 20px;
    text-align: center;
  }
}
.page-archive #content .archive-header-category .sbnews-archive-heading .archive-catchphrase {
  display: none;
}
.page-archive #content .archive-header-category .archive-description {
  margin: 0 0 30px;
}
.page-archive #content .archive-header-category .entry-categories {
  background-color: #d4dce0;
  margin: 55px 0 0;
  padding: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-header-category .entry-categories {
    align-items: flex-end;
    margin: 25px -20px 0;
    padding: 25px 20px;
  }
}
.page-archive #content .archive-header-category .entry-categories .entry-categories-box {
  width: calc(100% - 55px);
  margin: 0 30px 0 0;
  height: 32px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-header-category .entry-categories .entry-categories-box {
    width: calc(100% - 45px);
    margin: 0 20px 0 0;
    height: 110px;
  }
}
.page-archive #content .archive-header-category .entry-categories .entry-categories-box .entry-categories-wrap {
  transition: all 0.5s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-archive #content .archive-header-category .entry-categories .entry-categories-box .entry-categories-wrap 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;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-header-category .entry-categories .entry-categories-box .entry-categories-wrap a {
    font-size: 12px;
    line-height: 28px;
    padding: 0 24px 0 10px;
    margin: 0 10px 13px 0;
  }
}
.page-archive #content .archive-header-category .entry-categories .entry-categories-box .entry-categories-wrap a:hover {
  animation: animation-gray 0.15s linear forwards;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-header-category .entry-categories .entry-categories-box .entry-categories-wrap a:hover {
    opacity: 1;
  }
}
.page-archive #content .archive-header-category .entry-categories .entry-categories-box .entry-categories-wrap 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%;
}
@media screen and (max-width: 768px) {
  .page-archive #content .archive-header-category .entry-categories .entry-categories-box .entry-categories-wrap a:before {
    left: 10px;
    width: calc(100% - 31px);
  }
}
.page-archive #content .archive-header-category .entry-categories .entry-categories-box .entry-categories-wrap 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 #content .archive-header-category .entry-categories .entry-categories-button {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423155107.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.page-archive #content .archive-header-category .entry-categories .entry-categories-button:hover {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423155103.png");
}

.page-archive.category-_RECENT .breadcrumb,
.page-archive.category-_RECENT .archive-header-category,
.page-archive.category-_MV .breadcrumb,
.page-archive.category-_MV .archive-header-category {
  display: none;
}

.category-ヘッドライン .archive-heading span,
.category-ヘッドライン .sbnews-archive-heading .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/20190327/20190327153650.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.category-トレンド情報 .archive-heading span,
.category-トレンド情報 .sbnews-archive-heading .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/20190327/20190327153742.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.category-ライフスタイル .archive-heading span,
.category-ライフスタイル .sbnews-archive-heading .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/20190327/20190327153746.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.category-IT＆みらい .archive-heading span,
.category-IT＆みらい .sbnews-archive-heading .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/20190327/20190327153647.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.category-ソフトバンクのこと .archive-heading span,
.category-ソフトバンクのこと .sbnews-archive-heading .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/20190327/20190327153657.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.category-よく読まれている記事 .archive-heading span,
.category-よく読まれている記事 .sbnews-archive-heading .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/20190314/20190314194733.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.category-ソフトバンクニュースとは .archive-heading span,
.category-ソフトバンクニュースとは .sbnews-archive-heading .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/20190327/20190327175002.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.category-用語集 .archive-heading span,
.category-用語集 .sbnews-archive-heading .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/20190327/20190327153653.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.category-_XPJ .archive-heading span,
.category-_XPJ .sbnews-archive-heading .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/20230328/20230328181958.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.category-ヘッドライン #content .archive-entries .archive-entry {
  width: calc(25% - 40px);
}
@media screen and (max-width: 768px) {
  .category-ヘッドライン #content .archive-entries .archive-entry {
    width: calc(50% - 16px);
  }
}
.category-ヘッドライン #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb {
  height: 180px;
}
@media screen and (max-width: 768px) {
  .category-ヘッドライン #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb {
    height: 120px;
  }
}

.category-ヘッドライン #content .archive-entries .archive-entry--blank .entry-thumb {
  height: 175px !important;
}
@media screen and (max-width: 768px) {
  .category-ヘッドライン #content .archive-entries .archive-entry--blank .entry-thumb {
    height: 115px !important;
  }
}

body.page-archive.category-用語集 #content .archive-entries {
  margin-bottom: 40px;
}
body.page-archive.category-用語集 #content .archive-entries .archive-entry {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.page-archive.category-用語集 #content .archive-entries .archive-entry {
    width: 100%;
    margin-bottom: 30px;
  }
}
body.page-archive.category-用語集 #content .archive-entries .archive-entry .entry-thumb-link {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  background-color: #d4dce0;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  body.page-archive.category-用語集 #content .archive-entries .archive-entry .entry-thumb-link {
    padding: 15px 0 0;
  }
}
body.page-archive.category-用語集 #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb-wrap {
  margin: 0;
  order: 3;
  width: 100%;
}
body.page-archive.category-用語集 #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb {
  height: 104px;
}
@media screen and (max-width: 768px) {
  body.page-archive.category-用語集 #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb {
    height: 94px;
  }
}
body.page-archive.category-用語集 #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb-title {
  order: 1;
  margin: 0 20px 20px;
  width: calc(100% - 40px);
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  height: 56px;
  display: flex;
  align-content: center;
  padding-right: 50px;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190423/20190423154410.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 36px;
}
@media screen and (max-width: 768px) {
  body.page-archive.category-用語集 #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb-title {
    margin: 0 15px 15px;
    width: calc(100% - 30px);
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    padding-right: 40px;
    background-size: 26px;
  }
}
body.page-archive.category-用語集 #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb-title p {
  align-self: center;
}
body.page-archive.category-用語集 #content .archive-entries .archive-entry .entry-thumb-link .entry-description {
  order: 2;
  font-size: 16px;
  line-height: 26px;
  color: #2c323a;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 20px 20px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  body.page-archive.category-用語集 #content .archive-entries .archive-entry .entry-thumb-link .entry-description {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin: 0 15px 15px;
    width: calc(100% - 30px);
  }
}

#main-inner .search-result + p {
  border: none;
  margin: 80px 0;
  box-shadow: none;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
}

.page-archive.sbn-page-search #content .archive-entries {
  display: block;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  .page-archive.sbn-page-search #content .archive-entries {
    padding: 0;
    margin: 0;
  }
}
.page-archive.sbn-page-search #content .archive-entries .archive-entry {
  display: block;
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .page-archive.sbn-page-search #content .archive-entries .archive-entry {
    margin-bottom: 25px;
  }
}
.page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb-wrap {
  width: 250px;
  height: 167px;
  margin-right: 40px;
  float: left;
}
@media screen and (max-width: 768px) {
  .page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb-wrap {
    width: 125px;
    height: 100px;
    margin-right: 15px;
  }
}
.page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb-title {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  height: auto;
  width: calc(100% - 290px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb-title {
    width: calc(100vw - 180px);
    margin: 5px 0 5px 0;
    font-size: 15px;
    line-height: 22px;
    height: 66px;
  }
}
.page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .entry-thumb-title .sbn-page-search-highlight {
  background-color: #ffff00;
}
.page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .sbn-category {
  width: calc(100% - 290px);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .sbn-category {
    display: none;
  }
}
.page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .sbn-category a {
  padding: 0 0 0 55px;
  line-height: 45px;
  font-size: 18px;
  display: inline-block;
  height: 45px;
  text-decoration: none;
  pointer-events: none;
  color: #8c97cb;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .sbn-category a {
    padding: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    height: auto;
    background: none !important;
  }
}
.page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .sbn-category a.category-ヘッドライン {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153650.png");
}
.page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .sbn-category a.category-トレンド情報 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153742.png");
}
.page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .sbn-category a.category-ライフスタイル {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153746.png");
}
.page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .sbn-category a.category-IT＆みらい {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153647.png");
}
.page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .sbn-category a.category-ソフトバンクのこと {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153657.png");
}
.page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .sbn-category a.category-よく読まれている記事 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190314/20190314194733.png");
}
.page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .sbn-category a.category-ソフトバンクニュースとは {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327175002.png");
}
.page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .sbn-category a.category-用語集 {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20190327/20190327153653.png");
}
.page-archive.sbn-page-search #content .archive-entries .archive-entry .entry-thumb-link .sbn-category a:nth-child(n+2) {
  display: none;
}
.page-archive.sbn-page-search #content .archive-entry--blank {
  background-color: #ffffff;
  padding: 0;
}
.page-archive.sbn-page-search #content .archive-entry--blank .entry-thumb {
  height: 167px !important;
  background-color: #2c323a;
  background-position: 5px 5px !important;
  background-size: 240px 157px !important;
}
@media screen and (max-width: 768px) {
  .page-archive.sbn-page-search #content .archive-entry--blank .entry-thumb {
    height: 100px !important;
    background-position: 3px 3px !important;
    background-size: 119px 94px !important;
  }
}
.page-archive.sbn-page-search #content .archive-entry--blank .entry-thumb-date {
  color: #000000 !important;
}
.page-archive.sbn-page-search #content .archive-entry--blank .entry-thumb-title {
  color: #000000 !important;
  margin: 0 0 10px 0 !important;
}
@media screen and (max-width: 768px) {
  .page-archive.sbn-page-search #content .archive-entry--blank .entry-thumb-title {
    margin: 5px 0 5px 0 !important;
  }
}

.page-no-entry {
  min-width: auto;
}
.page-no-entry #box2 {
  display: none;
}
.page-no-entry #content-inner #wrapper {
  padding-right: 0;
}
.page-no-entry #content-inner #wrapper .entry.no-entry {
  padding: 0;
}
.page-no-entry #content-inner #wrapper .entry.no-entry .entry-content {
  border: none;
  margin: 96px 0;
  padding-bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.page-no-entry #content-inner #wrapper .entry.no-entry .entry-content h1 {
  font-size: 24px;
  font-weight: 500;
}
.page-no-entry #content-inner #wrapper .entry.no-entry .entry-content p {
  margin: 32px 0 0;
  font-size: 16px;
  font-weight: 400;
}