body {
  background: url(../images/bg.webp) no-repeat center center fixed cover !important;
}

.content-post-slider .post-slide-excerpt p,
.post-card-list .post-card-excerpt p,
.content-post-slider .post-slide-excerpt::after,
.post-card-list .post-card-excerpt::after {
  display: none;
}

.sns .fa-facebook {
  border-right: none;
}

.sns .twitter a {
  background-color: #111;
}

.sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-post-slider .post-slide-title a:hover,
.post-card-list .post-card-title a:hover {
  text-decoration: underline;
}

#access-ranking-widget .ranking-tab-content {
  counter-reset: rank-num;
}
#access-ranking-widget dl {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  padding-left: 30px;
  counter-increment: rank-num;
}
#access-ranking-widget dl::before {
  content: counter(rank-num);
  position: absolute;
  left: 5px;
  top: 0px;
  font-size: 28px;
  font-weight: bold;
  color: #c3b091;
  font-family: "Times New Roman", Times, serif;
  line-height: 1;
}
#access-ranking-widget dl dt {
  display: none !important;
}
#access-ranking-widget dl dd {
  padding: 0;
}
#access-ranking-widget dl dd h5 {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
#access-ranking-widget dl dd h5 a:hover {
  color: #111;
  text-decoration: underline;
}

.copyr {
  display: none !important;
}

#content-w .post .p-entry,
#content-w .p-entry,
#side .p-entry,
.home-post .p-entry {
  background: #019cc7;
}

#content-w .p-entry::after {
  border-bottom: 5px solid #019cc7;
  border-left: 5px solid #019cc7;
}

#side aside .kanren {
  padding: 0;
  margin: 0 0 40px;
}
#side aside .kanren h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.pop-box,
.nowhits .pop-box,
.nowhits-eye .pop-box,
.st-eyecatch + .nowhits .pop-box {
  border-top-color: #019cc7;
}

h5.kanren-t,
h5.popular-t {
  font-weight: normal;
}

#st-tab-menu li.active {
  background-color: #f5f5f5;
  color: #1a1a1a;
}

#st-tab-box {
  border: 1px solid #ccc;
}

.st-author-sns .fa-x-twitter:before {
  color: #1a1a1a;
}

.melmaga {
  padding: 20px;
  border: 1px solid #019cc7;
  background: #fff;
  display: flex;
  justify-content: center;
}
.melmaga .melmaga-cta {
  margin: 0;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
}
.melmaga .melmaga-google-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 14px;
  gap: 10px;
  border: none;
  margin: 20px auto 0px;
}
.melmaga .melmaga-google-btn img {
  width: 20px;
}
.melmaga .input-group {
  display: flex;
  align-items: center;
  gap: 5px;
}
.melmaga .input-group input {
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #019cc7;
}
.melmaga .input-group .melmaga-submit {
  width: 60px;
  font-size: 13px;
  background-color: #019cc7;
  border-radius: 6px;
  border: none;
  color: #fff;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.melmaga .input-group .melmaga-submit:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 960px) {
  .melmaga {
    position: sticky;
    top: 20px;
  }
}

span.poprank-no {
  display: none;
}

.author-site {
  background: #fff;
  padding: 20px;
  margin: 40px 0 0;
  text-align: center;
  font-size: 14px;
}
.author-site h3 {
  margin-bottom: 10px;
}

#searchform {
  border: 1px solid #ccc;
}

.widget_search .menu_underh2 {
  display: none;
}

#search.search-custom-d input[type=text]:focus::placeholder {
  color: transparent;
}

.widget_tag_cloud {
  margin: 40px 0 20px;
}
.widget_tag_cloud h4 {
  border-left: 5px solid #019cc7;
  padding-left: 5px;
}
.widget_tag_cloud .tagcloud a {
  color: #019cc7;
  background: #fff;
  border-radius: 6px;
  padding: 5px;
  font-size: 13px;
  border: 1px solid;
}
.widget_tag_cloud .tagcloud a:before {
  content: "#";
  margin-right: 3px;
}

#footer .footer-box {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #footer .footer-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
#footer .footer-box > div {
  flex: 1;
  background: #fff;
}
#footer .footer-box .free-inbox {
  font-size: 13px;
}
#footer .footer-box .free-inbox a {
  text-decoration: underline;
}
#footer .footer-box .free-inbox a:hover {
  color: #019cc7;
  text-decoration: none;
}

.copy {
  text-align: center;
  background-color: #019cc7;
  color: #fff;
  padding: 5px;
}
.copy p {
  margin: 0;
  font-size: 11px;
}

dd h3:not(.st-css-no2) a:hover,
.kanren .clearfix dd h5:not(.st-css-no2) a:hover {
  text-decoration: underline;
  color: #1a1a1a;
}

#st-header {
  margin-bottom: 40px;
}

#st-mobile-logo img {
  height: 40px;
}

main {
  background: none;
  padding: 0;
}

.home-post.post {
  display: none;
}

.post-card-list.is-large-columns-3 .post-card-list-item {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  main {
    margin-right: 300px;
  }
  #contentInner {
    margin-right: -280px;
  }
  #side aside {
    width: 280px;
  }
  .post-card-list.is-large-columns-3 .post-card-list-item {
    width: calc(33.33333% - 20px);
    margin-bottom: 30px;
  }
  .post-card-list.is-large-columns-3 .post-card-list-item:hover a {
    text-decoration: none;
    color: #019cc7;
    transition: 0.3s;
  }
  .post-card-list.is-large-columns-3 .post-card-list-item:hover a img {
    opacity: 0.7;
  }
  .post-card-list.is-large-columns-3 .post-card-list-item a:hover {
    text-decoration: none;
    color: #019cc7;
    transition: 0.3s;
  }
}
.post.type-post {
  background: #fff;
  padding: 20px;
}

/* Scroll Animation */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .post-card-list,
  .top-wbox-u {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .post-card-list {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .post-card-list.is-small-columns-2 .post-card-list-item {
    width: 48%;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .st-header-post-data .entry-title:not(.st-css-no):not(.st-css-no2),
  #contentInner .post .entry-title:not(.st-css-no):not(.st-css-no2) {
    font-size: 22px;
  }
}

/*# sourceMappingURL=common.css.map */
