@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text-blink {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
  }
}
.common-label-is-free {
  display: inline-block;
  font-size: 12px;
  line-height: 1.7;
  color: #fff;
  background: #e50012;
  padding: 0 6px;
}
.common-label-purchased {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #2cbe4e;
}
.common-label-purchased::before {
  display: inline-block;
  content: '';
  width: 26px / 2;
  height: 20px / 2;
  background: url('https://cdn.blog.st-hatena.com/images/viewer/ic_checked.png?version=54108ce899db1554ffc1073111c31d') center center no-repeat;
  background-size: contain;
  margin-right: 6px;
  vertical-align: middle;
  transform: translateY(-1px);
}
.common-label-point {
  display: inline-block;
  font-size: 12px;
  line-height: 1.7;
  color: #333;
  background: rgba(0, 0, 0, 0.08);
  padding: 0 6px;
}
.common-label-point.checked {
  color: #fff;
  background: #4f89f5;
}
.internal-error {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #e50012;
  background-color: #ffee66;
  padding: 12px;
}
@media screen and (max-width: 980px) {
  .internal-error {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .internal-error {
    padding: 10px;
  }
}
@media screen and (max-width: 340px) {
  .internal-error {
    font-size: 10px;
  }
}
.hidden {
  display: none !important;
}
.secret {
  display: none;
}
.lazy-image-appear {
  animation: fadeIn 1s ease 0s 1 normal;
}
.lazy-image-bg-transition {
  transition: background 1s linear;
}
body,
ul,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
img {
  border: none;
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
.page-title {
  font-size: 42px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
  margin: 0 auto 40px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1399px) {
  .page-title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .page-title {
    width: 1400px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1055px) {
  .page-title {
    width: 1055px;
  }
}
@media screen and (max-width: 1054px) and (min-width: 768px) {
  .page-title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 690px) {
  .page-title {
    width: 690px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 689px) {
  .page-title {
    width: 100%;
    padding: 0 10px;
  }
}
.block-nav {
  position: sticky;
  top: 0;
  z-index: 3;
}
@media screen and (min-width: 1400px) {
  .block-nav {
    min-width: 260px;
    margin-right: auto;
    padding-top: 15px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 1399px) {
  .block-nav {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1399px) {
  .block-nav ul {
    display: flex;
    justify-content: center;
    min-height: 40px;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .block-nav ul {
    justify-content: flex-start;
    overflow-x: scroll;
  }
}
.block-nav li.active a {
  color: #212121;
}
@media screen and (min-width: 1400px) {
  .block-nav li.active a::before {
    width: 15px;
    background-color: #212121;
  }
}
.block-nav a {
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}
@media screen and (min-width: 1400px) {
  .block-nav a {
    padding-left: 23px;
  }
  .block-nav a::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.2);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.2s;
  }
}
@media screen and (max-width: 1399px) {
  .block-nav a {
    font-size: 12px;
    line-height: 1.4;
    padding: 8px 10px;
    white-space: nowrap;
  }
}
.block-nav a:hover {
  color: #212121;
}
.block-nav a.external-link::after {
  position: relative;
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background: url('https://comic-growl.com/images/ic_link.svg') center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
  top: -1px;
}
@media screen and (max-width: 1399px) {
  .block-nav a.external-link::after {
    margin-left: 4px;
  }
}
body {
  background: #fff;
  color: #212121;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'Helvetica', 'Arial', sans-serif;
}
a {
  text-decoration: none;
  color: #212121;
}
a:active,
a:hover {
  color: rgba(0, 0, 0, 0.5);
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
}
.header {
  height: 90px;
}
@media screen and (max-width: 880px) {
  .header {
    height: 80px;
  }
}
@media screen and (max-width: 760px) {
  .header {
    height: 83px;
  }
}
.header-container {
  display: flex;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}
.header-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1400px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 940px) {
  .header-content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 880px) {
  .header-content {
    padding: 0 16px;
  }
}
@media screen and (max-width: 410px) {
  .header-content {
    padding: 0;
  }
}
.header-content::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1399px) {
  .header-content::after {
    width: calc(100% - 20px);
    left: 10px;
  }
}
#page-comicbushi-top .header-content::after,
#page-viewer .header-content::after {
  display: none;
}
.header-logo {
  order: 1;
}
@media screen and (min-width: 1201px) {
  .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 273px;
    height: 65px;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1200px) and (min-width: 941px) {
  .header-logo {
    width: 260px;
    height: 64px;
  }
}
@media screen and (max-width: 940px) and (min-width: 881px) {
  .header-logo {
    width: 208px;
    height: 51.2px;
  }
}
@media screen and (max-width: 880px) and (min-width: 761px) {
  .header-logo {
    width: 182px;
    height: 44.8px;
  }
}
@media screen and (max-width: 760px) {
  .header-logo {
    width: 160px;
    height: 40px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 410px) {
  .header-logo {
    margin-left: 14px;
  }
}
@media screen and (max-width: 370px) {
  .header-logo {
    width: 128px;
    height: 32px;
  }
}
.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url('https://comic-growl.com/images/logo_growl.svg') center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) and (min-width: 941px) {
  .header-logo a {
    background-position: left;
  }
}
.header-logo span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header-nav {
  order: 3;
  display: flex;
}
@media screen and (max-width: 760px) {
  .header-nav {
    width: 100%;
    margin-left: -8px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 410px) {
  .header-nav {
    justify-content: space-between;
    margin-left: 0;
    padding: 0 6px;
  }
}
@media screen and (max-width: 330px) {
  .header-nav {
    font-size: 10px;
  }
}
.header-nav li {
  position: relative;
  z-index: 1;
}
.header-nav a {
  display: block;
  font-weight: 700;
  padding: 0 8px;
  line-height: 30px;
  height: 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 881px) {
  .header-nav a {
    font-size: 14px;
  }
}
@media screen and (max-width: 880px) {
  .header-nav a {
    font-size: 12px;
  }
}
@media screen and (max-width: 760px) {
  .header-nav a {
    width: 100%;
    line-height: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 390px) {
  .header-nav a {
    padding: 0 4px;
  }
}
.header-nav a:hover {
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 410px) {
  .header-nav-series,
  .header-nav-history,
  .header-nav-comics,
  .header-nav-search,
  .header-nav-social {
    flex-grow: 1;
  }
}
.header-nav-getsubushi {
  margin-left: 8px;
}
@media screen and (max-width: 370px) {
  .header-nav-getsubushi {
    margin-left: 4px;
  }
}
.header-nav-bring {
  margin-right: 8px;
}
@media screen and (max-width: 370px) {
  .header-nav-bring {
    margin-right: 4px;
  }
}
.header-nav-getsubushi,
.header-nav-bring {
  padding: 0 9px;
}
@media screen and (max-width: 410px) {
  .header-nav-getsubushi,
  .header-nav-bring {
    flex-grow: 0;
  }
}
@media screen and (max-width: 370px) {
  .header-nav-getsubushi,
  .header-nav-bring {
    padding: 0 5px;
  }
}
.header-nav-getsubushi a::before,
.header-nav-bring a::before,
.header-nav-getsubushi a::after,
.header-nav-bring a::after {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 30px;
  background: url('https://comic-growl.com/images/border_dot.svg') center;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.65;
}
@media screen and (max-width: 760px) {
  .header-nav-getsubushi a::before,
  .header-nav-bring a::before,
  .header-nav-getsubushi a::after,
  .header-nav-bring a::after {
    height: 20px;
  }
}
.header-nav-getsubushi a::before,
.header-nav-bring a::before {
  left: 0;
}
.header-nav-getsubushi a::after,
.header-nav-bring a::after {
  right: 0;
}
.header-nav-bring a::before {
  display: none;
}
.header-nav-search,
.header-nav-social {
  width: 40px;
}
@media screen and (max-width: 760px) {
  .header-nav-search,
  .header-nav-social {
    width: 32px;
  }
}
@media screen and (max-width: 330px) {
  .header-nav-search,
  .header-nav-social {
    width: 24px;
  }
}
.header-nav-search:hover,
.header-nav-social:hover {
  opacity: 0.5;
}
.header-nav-search span,
.header-nav-social span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header-nav-search {
  background: url('https://comic-growl.com/images/ic_search.svg') center no-repeat;
  background-size: 20px 20px;
}
@media screen and (max-width: 760px) {
  .header-nav-search {
    background-size: 17px 17px;
  }
}
.header-nav-social {
  background: url('https://comic-growl.com/images/ic_x.svg') center no-repeat;
  background-size: 22.53px 18.31px;
}
@media screen and (max-width: 760px) {
  .header-nav-social {
    background-size: 19.1505px 15.5635px;
  }
}
.header-description {
  order: 2;
  background: url('https://comic-growl.com/images/txt_header_description.svg') center no-repeat;
  background-size: contain;
  width: 176px;
  height: 36px;
}
@media screen and (max-width: 1200px) and (min-width: 941px) {
  .header-description {
    margin-left: 20px;
    margin-right: auto;
  }
}
@media screen and (max-width: 940px) and (min-width: 881px) {
  .header-description {
    width: 158.4px;
    height: 32.4px;
    margin-left: 20px;
    margin-right: auto;
  }
}
@media screen and (max-width: 880px) and (min-width: 411px) {
  .header-description {
    width: 140.8px;
    height: 28.8px;
    margin-left: 16px;
    margin-right: auto;
  }
}
@media screen and (max-width: 760px) {
  .header-description {
    margin-top: 5px;
  }
}
@media screen and (max-width: 410px) {
  .header-description {
    width: 126.72px;
    height: 25.92px;
    margin-left: auto;
    margin-right: 10px;
  }
}
@media screen and (max-width: 370px) {
  .header-description {
    width: 119.68px;
    height: 24.48px;
  }
}
.header-description span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
#page-comicbushi-paperback-paperback .header-nav-comics::before,
#page-history .header-nav-history::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  pointer-events: none;
  background: url('https://comic-growl.com/images/line_tri.svg') center no-repeat;
  background-size: contain;
  top: 40px;
  left: 50%;
  transform: translateX(-32px);
}
@media screen and (max-width: 760px) {
  #page-comicbushi-paperback-paperback .header-nav-comics::before,
  #page-history .header-nav-history::before {
    top: 25px;
  }
}
.header-history-badge {
  position: absolute;
  background: #ff0100;
  width: 5px;
  height: 5px;
  border-radius: 5px / 2;
  transform: translate(50%, 100%);
  text-indent: -9999px;
  overflow: hidden;
  pointer-events: none;
}
.footer {
  background-color: #f4f4f4;
  padding: 24px 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 350px) {
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer .logo-small {
  display: block;
  width: 50px;
  height: 40px;
  margin: 0 auto 16px;
}
.footer .logo-small img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .link {
  display: inline-block;
  font-size: 13px;
  padding: 0 8px;
}
.footer .copyright {
  margin-top: 32px;
}
.footer .text {
  margin-top: 4px;
}
.footer .bushiroad-mark {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 0;
  width: 1055px;
  max-width: 100%;
  margin: 12px auto 0 auto;
}
.footer .bushiroad-mark a {
  display: inline-block;
}
.footer .bushiroad-mark a:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 350px) {
  .footer .bushiroad-mark a:first-child {
    margin-right: 16px;
  }
}
.footer .mark {
  margin: 24px 0 16px;
}
.footer .mark img:first-child {
  margin-right: 50px;
}
/* 記事内の書式 */
.entry-content {
  line-height: 1.7;
  font-size: 0.9rem;
}
@media (min-width: 576px) {
  .entry-content {
    font-size: 1rem;
  }
}
.entry-content a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #dfe5e7;
  color: #3d3f44;
}
.entry-content p {
  margin: 1rem 0;
}
.entry-content img,
.entry-content video {
  max-width: 100%;
  height: auto;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 0.8em;
  line-height: 1.3;
}
.entry-content h2,
.entry-content h3 {
  padding-bottom: 0.1em;
  border-bottom: 1px solid #dfe5e7;
}
.entry-content h1 {
  font-size: 150%;
}
@media (min-width: 768px) {
  .entry-content h1 {
    font-size: 160%;
  }
}
.entry-content h2 {
  font-size: 140%;
}
@media (min-width: 768px) {
  .entry-content h2 {
    font-size: 150%;
  }
}
.entry-content h3 {
  font-size: 130%;
}
@media (min-width: 768px) {
  .entry-content h3 {
    font-size: 140%;
  }
}
.entry-content h4 {
  font-size: 120%;
}
@media (min-width: 768px) {
  .entry-content h4 {
    font-size: 130%;
  }
}
.entry-content h5 {
  font-size: 110%;
}
@media (min-width: 768px) {
  .entry-content h5 {
    font-size: 110%;
  }
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content dd,
.entry-content ol,
.entry-content ul {
  margin: 0 0 1em 1.5em;
  padding: 0;
}
.entry-content dd li ol,
.entry-content dd li ul,
.entry-content ol li ol,
.entry-content ol li ul,
.entry-content ul li ol,
.entry-content ul li ul {
  margin-bottom: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  overflow: auto;
  display: block;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .entry-content table {
    font-size: 0.9rem;
  }
}
.entry-content table td,
.entry-content table th {
  border: 1px solid #dfe5e7;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f7f8f9;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-content blockquote {
  margin: 1rem 0;
  padding: 5px 5px 5px 15px;
  border-left: 3px solid #dfe5e7;
}
@media (min-width: 768px) {
  .entry-content blockquote {
    margin: 1.5rem 2rem;
    padding: 5px 20px;
  }
}
.entry-content blockquote p:first-child {
  margin-top: 0;
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content code,
.entry-content pre {
  font-family: Monaco, Consolas, Courier New, Courier, monospace, sans-serif;
}
.entry-content pre {
  background: #f7f8f9;
  border: none;
  white-space: pre-wrap;
  text-overflow: ellipsis ellipsis;
  font-size: 100%;
  line-height: 1.3;
  font-size: 0.8rem;
  padding: 10px;
}
@media (min-width: 768px) {
  .entry-content pre {
    font-size: 0.85rem;
    padding: 15px;
  }
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background-color: transparent;
  font-family: Monaco, Consolas, Courier New, Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  background-color: #f7f8f9;
  border-radius: 3px;
}
.entry-content hr {
  width: 50%;
  border: 0;
  border: none;
  border-top: 1px solid #dfe5e7;
  margin: 2em auto;
}
.entry-content .hatena-asin-detail,
.entry-content .itunes-embed {
  background-color: #f7f8f9;
  border-color: #dfe5e7;
}
.entry-content .entry-see-more {
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}
.entry-content .table-of-contents {
  padding: 1em 1em 1em 2em;
  margin: 1em 0;
  border: 1px solid #dfe5e7;
}
/* 記事 */
.entry {
  margin-bottom: 3rem;
}
.entry-header {
  position: relative;
  margin-bottom: 1.5rem;
}
.date {
  font-size: 0.8rem;
}
.date a {
  color: #9aa5ab;
}
.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
}
.entry-header-menu a {
  display: inline-block;
  text-align: center;
  padding: 0.6rem 1rem;
  cursor: pointer;
  line-height: 1.5;
  font-size: 0.8rem;
  overflow: hidden;
  background-color: #79878f;
  color: #fff;
  font-weight: 700;
  border-radius: 0.2rem;
  text-decoration: none !important;
  transition: all 0.2s;
  padding: 0.3em 0.7em;
  font-size: 0.75rem;
}
.entry-header-menu a:hover {
  background-color: #616d74;
  color: #fff;
  text-decoration: none;
}
.entry-header-menu a img,
.entry-header-menu a svg {
  vertical-align: top;
  margin-right: 0.3em;
}
.entry-title {
  font-size: 1.5rem;
  margin: 0.5rem 0;
}
@media (min-width: 576px) {
  .entry-title {
    font-size: 1.7rem;
  }
}
.entry-title a {
  text-decoration: none;
}
.entry-title a:hover {
  text-decoration: underline;
}
/* 記事下 */
.entry-footer {
  margin-top: 1rem;
}
.entry-footer-section {
  font-size: 0.8rem;
  color: #9aa5ab;
}
.entry-footer-section a {
  color: #9aa5ab;
}
.entry-footer-section a:hover {
  text-decoration: underline;
}
/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  font-size: 0.9rem;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #dfe5e7;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #dfe5e7;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-radius: 3px;
}
.comment-user-name {
  margin: 0 0 10px;
  font-weight: 700;
}
.comment-content {
  font-size: 0.85rem;
  margin: 0 0 10px;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px;
}
.comment-metadata {
  font-size: 0.8rem;
  color: #9aa5ab;
  margin: 0;
}
.comment-metadata a {
  color: #9aa5ab;
}
.leave-comment-title {
  display: inline-block;
  text-align: center;
  padding: 0.6rem 1rem;
  cursor: pointer;
  line-height: 1.5;
  font-size: 0.8rem;
  overflow: hidden;
  background-color: #79878f;
  color: #fff;
  font-weight: 700;
  border-radius: 0.2rem;
  text-decoration: none !important;
  transition: all 0.2s;
}
.leave-comment-title:hover {
  background-color: #616d74;
  color: #fff;
  text-decoration: none;
}
.leave-comment-title img,
.leave-comment-title svg {
  vertical-align: top;
  margin-right: 0.3em;
}
/* ページャ */
.pager {
  font-size: 0.9rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  line-height: 1.5;
  border-top: 1px solid #dfe5e7;
  border-bottom: 1px solid #dfe5e7;
  text-align: center;
  margin: 1.5em auto;
}
.pager a {
  color: #3d3f44;
  font-weight: 700;
  text-decoration: none;
}
.pager a:hover {
  text-decoration: underline;
}
.pager .pager-next,
.pager .pager-prev {
  position: relative;
  width: 50%;
}
.pager .pager-next a,
.pager .pager-prev a {
  display: block;
  padding: 1rem;
}
@media (min-width: 768px) {
  .pager .pager-next a,
  .pager .pager-prev a {
    padding: 0.5rem;
  }
}
.pager .pager-next .pager-arrow,
.pager .pager-prev .pager-arrow {
  font-size: 20px;
  height: 20px;
  line-height: 0.7;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #dfe5e7;
}
@media (min-width: 768px) {
  .pager .pager-next .pager-arrow,
  .pager .pager-prev .pager-arrow {
    font-size: 30px;
    height: 30px;
  }
}
.pager.permalink .pager-next {
  text-align: right;
}
.pager.permalink .pager-next a {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .pager.permalink .pager-next a {
    padding-right: 40px;
  }
}
.pager.permalink .pager-next .pager-arrow {
  right: 0;
}
.pager.permalink .pager-prev {
  text-align: left;
}
.pager.permalink .pager-prev a {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .pager.permalink .pager-prev a {
    padding-left: 40px;
  }
}
.pager.permalink .pager-prev .pager-arrow {
  left: 0;
}
#content #header-modules {
  width: 1055px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 50px auto;
}
@media screen and (max-width: 1054px) {
  #content #header-modules {
    padding: 0 20px;
  }
}
#content #main-inner .hatena-module-title {
  font-weight: 700;
}
#content #main-inner .hatena-urllist .urllist-item {
  position: relative;
  margin-top: 24px;
  padding-left: 285px;
  min-height: 150px;
}
@media screen and (max-width: 540px) {
  #content #main-inner .hatena-urllist .urllist-item {
    padding-left: 150px;
    min-height: 75px;
  }
}
#content #main-inner .hatena-urllist .urllist-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.15);
}
#content #main-inner .hatena-urllist.urllist-with-thumbnails li .urllist-image,
#content #main-inner .hatena-urllist .urllist-item::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  float: none;
  width: 270px;
  height: 150px;
}
@media screen and (max-width: 540px) {
  #content #main-inner .hatena-urllist.urllist-with-thumbnails li .urllist-image,
  #content #main-inner .hatena-urllist .urllist-item::before {
    width: 135px;
    height: 75px;
  }
}
#content #main-inner .hatena-urllist .urllist-date-link {
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Courier New', Courier, Verdana, monospace;
  padding-top: 30px;
}
#content #main-inner .hatena-urllist .urllist-title-link {
  display: block;
  font-size: 15px;
  padding: 8px 0;
}
#content #main-inner .hatena-urllist .urllist-entry-body {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
#content #main-inner .hatena-urllist .urllist-category-link {
  position: absolute;
  display: block;
  top: 0;
  left: 285px;
  background-color: #0038ff;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  min-width: 92px;
  text-align: center;
  padding-top: 2px;
}
@media screen and (max-width: 540px) {
  #content #main-inner .hatena-urllist .urllist-category-link {
    left: 150px;
  }
}
#content #main-inner .hatena-urllist .urllist-category-link.category-お知らせ {
  background-color: #13c3c3;
}
#content #main-inner .hatena-urllist .urllist-category-link.category-ピックアップ {
  background-color: #0038ff;
}
#content #main-inner .hatena-urllist .urllist-category-link.category-単行本 {
  background-color: #01a11b;
}
#content #main-inner .hatena-urllist .urllist-category-link.category-イベント {
  background-color: #ff0100;
}
#content #main-inner .hatena-urllist .urllist-category-link.category-キャンペーン {
  background-color: #f100f6;
}
#content #main-inner .urllist-read-more {
  margin-top: 24px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 16px;
}
#content #main-inner .archive-entries {
  margin-bottom: 60px;
}
#content #main-inner .archive-entry:not(:first-child) {
  margin-top: 40px;
}
#content #main-inner .archive-entry .archive-entry-header {
  float: left;
  max-width: calc(100% - 130px);
}
#content #main-inner .archive-entry .archive-date {
  font-size: 12px;
  font-family: 'Courier New', Courier, Verdana, monospace;
}
#content #main-inner .archive-entry .entry-title {
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0;
}
#content #main-inner .archive-entry .categories {
  display: none;
}
#content #main-inner .archive-entry .archive-entry-body {
  display: none;
}
#content #main-inner .archive-entry .entry-thumb-link {
  position: relative;
  float: right;
  top: 15px;
}
#content #main-inner .archive-entry .entry-thumb-link .entry-thumb {
  margin: 0 !important;
  float: none !important;
}
#content #content-inner {
  margin: 50px auto;
  box-sizing: border-box;
}
@media screen and (min-width: 1055px) {
  #content #content-inner {
    display: flex;
    justify-content: space-between;
    width: 1055px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1054px) {
  #content #content-inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1055px) {
  #content #content-inner #wrapper {
    width: 768px;
    min-width: 768px;
  }
}
@media screen and (min-width: 1055px) {
  #content #content-inner #box2 {
    margin-left: 40px;
    flex-grow: 1;
  }
}
@media screen and (max-width: 1054px) {
  #content #content-inner #box2 {
    margin-top: 40px;
  }
}
#content #content-inner #box2-inner .hatena-module:not(:first-child) {
  margin-top: 40px;
}
#content #content-inner #box2-inner .hatena-module .hatena-module-title {
  font-weight: 700;
  margin-bottom: 8px;
}
#content #content-inner #box2-inner .hatena-module .hatena-urllist {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#content #content-inner #box2-inner .hatena-module .hatena-urllist li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#content #content-inner #box2-inner .hatena-module .hatena-urllist li a {
  display: block;
  padding: 8px 0;
}
#content #content-inner .entry-categories .entry-category-link {
  display: inline-block;
  background-color: #13c3c3;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  min-width: 92px;
  text-align: center;
  padding-top: 2px;
}
#content #content-inner .entry-categories .entry-category-link.category-お知らせ {
  background-color: #13c3c3;
}
#content #content-inner .entry-categories .entry-category-link.category-ピックアップ {
  background-color: #0038ff;
}
#content #content-inner .entry-categories .entry-category-link.category-単行本 {
  background-color: #01a11b;
}
#content #content-inner .entry-categories .entry-category-link.category-イベント {
  background-color: #ff0100;
}
#content #content-inner .entry-categories .entry-category-link.category-キャンペーン {
  background-color: #f100f6;
}
#content #content-inner .entry-content {
  margin: 50px 0;
}
#content #content-inner .entry-footer .social-buttons {
  margin-top: 16px;
}
#content .pager {
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 50px;
  border: none;
  padding: 8px 0;
  background-color: #f4f4f4;
}
@media screen and (max-width: 540px) {
  #content .pager {
    margin-bottom: 40px;
  }
}
#content .pager .pager-next {
  margin-left: auto;
}
#content .pager .pager-prev {
  margin-right: auto;
}
#content .pager .pager-next .pager-arrow,
#content .pager .pager-prev .pager-arrow {
  color: rgba(0, 0, 0, 0.5);
}
#content .date a {
  font-size: 12px;
  font-family: 'Courier New', Courier, Verdana, monospace;
  color: rgba(0, 0, 0, 0.5);
}
