/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/less/comic_trail/trail_blog.less ***!
  \*********************************************************************************************************************************************************************************************************************************/
@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: 13px;
  height: 10px;
  background: url('https://cdn.blog.st-hatena.com/images/viewer/ic_checked.png?version=4f1cb770a72175570fc55ef0e22b7c') 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;
}
.expand-more-container {
  text-align: center;
}
.expand-more-container .expand-more {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #000;
  border-radius: 22px;
  width: 240px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.2s;
}
.expand-more-container .expand-more:hover {
  background-color: #d500f9;
}
.expand-more-container .expand-more::after {
  position: relative;
  bottom: 0;
  left: 12px;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 8px solid #fff;
}
.arrow-link {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
}
.arrow-link:hover {
  color: #d500f9;
}
.arrow-link:hover::after {
  border-left: 6px solid #d500f9;
}
.arrow-link::after {
  position: relative;
  bottom: 0;
  left: 6px;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #000;
}
.page-title-wrapper {
  position: relative;
  margin: 60px 40px 20px 56px;
}
@media screen and (max-width: 600px) {
  .page-title-wrapper {
    margin: 30px 16px 16px;
  }
}
.page-title-contain {
  position: relative;
  margin: 0 auto;
  width: calc((300px * 5) + (16px * 4));
}
.page-title-contain::before {
  position: absolute;
  bottom: 0;
  left: 16px;
  display: inline-block;
  content: '';
  width: 100%;
  border-bottom: 5px solid #000;
}
@media screen and (max-width: 1656px) {
  .page-title-contain {
    width: calc((300px * 4) + (16px * 3));
  }
}
@media screen and (max-width: 1340px) {
  .page-title-contain {
    width: calc((300px * 3) + (16px * 2));
  }
}
@media screen and (max-width: 1024px) {
  .page-title-contain {
    max-width: calc((300px * 2) + 16px);
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 740px) {
  .page-title-contain {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .page-title-contain {
    max-width: none;
  }
  .page-title-contain::before {
    border-bottom: none;
  }
}
.page-title {
  margin: 0 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .page-title {
    margin: 0;
    padding-bottom: 0;
  }
}
.page-title span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.series-list-section,
.comics-monthly-wrapper {
  margin: 0 auto;
  width: calc((300px * 5) + (16px * 4));
}
.series-list-section:not(:last-child),
.comics-monthly-wrapper:not(:last-child) {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1656px) {
  .series-list-section,
  .comics-monthly-wrapper {
    width: calc((300px * 4) + (16px * 3));
  }
}
@media screen and (max-width: 1340px) {
  .series-list-section,
  .comics-monthly-wrapper {
    width: calc((300px * 3) + (16px * 2));
  }
}
@media screen and (max-width: 1024px) {
  .series-list-section,
  .comics-monthly-wrapper {
    max-width: calc((300px * 2) + 16px);
    width: calc(100% - 32px);
  }
}
.comics-list-contents,
.series-list-contents {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .comics-list-contents,
  .series-list-contents {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .comics-list-contents,
  .series-list-contents {
    margin: 16px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .section-title-wrapper.series-nav {
    display: flex;
    padding-top: 20px;
  }
}
.section-title-wrapper.series-nav .section-title {
  background-color: #fff;
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 2px 2px 2px 0;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 0;
}
@media screen and (min-width: 601px) {
  .section-title-wrapper.series-nav .section-title {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .section-title-wrapper.series-nav .section-title {
    position: relative;
    padding: 8px;
    width: 90px;
    height: 40px !important;
    margin: 0 10px 0 0;
    border-width: 2px 2px 0 2px;
  }
  .section-title-wrapper.series-nav .section-title::before {
    background: #333;
    left: -18px;
  }
}
.section-title-wrapper.series-nav .section-title:hover {
  border: solid #333;
  border-width: 2px 2px 2px 0;
}
@media screen and (max-width: 600px) {
  .section-title-wrapper.series-nav .section-title:hover {
    border-width: 2px 2px 0 2px;
  }
}
.section-title-wrapper.series-nav .section-title a {
  display: block;
  width: inherit;
}
@media screen and (max-width: 600px) {
  .section-title-wrapper.series-nav .section-title a {
    position: absolute;
    top: -2px;
    left: -2px;
    height: inherit;
  }
}
.section-title-wrapper.series-nav .section-title span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/anton/v25/1Ptgg87LROyAm3Kz-Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
body {
  background: #fff;
  color: #000;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
}
a {
  color: #000;
  text-decoration: none;
}
a img {
  vertical-align: bottom;
}
.header {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 950px) {
  .header {
    height: 90px;
  }
}
.header .header-container {
  height: calc(100% - 2px);
  padding: 0 16px;
  background: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.header nav {
  display: flex;
  max-width: 1400px;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .header nav {
    flex-direction: column;
    align-items: normal;
    margin-top: 6px;
  }
}
.header .logo-area {
  display: flex;
  align-items: baseline;
}
.header .header-logo a {
  display: block;
  width: 160px;
  height: 52px;
  background: url('https://comic-trail.com/images/logo.svg') center no-repeat;
  background-size: contain;
  margin-right: 20px;
}
@media screen and (max-width: 950px) {
  .header .header-logo a {
    width: 120px;
    height: 39px;
  }
}
@media screen and (max-width: 450px) {
  .header .header-logo a {
    width: 100px;
    height: 33px;
    margin-right: 10px;
  }
}
.header .header-logo a:hover {
  opacity: 0.8;
}
.header .header-logo a span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header .header-description {
  display: block;
  width: 174px;
  height: 52px;
  background: url('https://comic-trail.com/images/copy.svg') center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 950px) {
  .header .header-description {
    width: 133px;
    height: 39px;
  }
}
@media screen and (max-width: 450px) {
  .header .header-description {
    width: 94px;
    height: 28px;
  }
}
.header .header-description span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header .nav-area {
  display: flex;
}
@media screen and (max-width: 950px) {
  .header .nav-area {
    flex-direction: column;
    width: 100%;
  }
}
.header .header-nav {
  display: flex;
}
@media screen and (max-width: 950px) {
  .header .header-nav {
    justify-content: center;
  }
}
.header .header-nav li {
  position: relative;
}
.header .header-nav li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  background: #00bfa5;
}
@media screen and (max-width: 450px) {
  .header .header-nav li::before {
    width: 6px;
    height: 6px;
  }
}
.header .header-nav li:first-child::before {
  display: none;
}
.header .header-nav li:first-child a {
  margin-left: 0;
}
.header .header-nav a {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  padding: 0 20px 0 20px;
  line-height: 40px;
  margin-left: 8px;
}
@media screen and (max-width: 950px) {
  .header .header-nav a {
    font-size: 14px;
    padding: 0 12px 0 12px;
  }
}
@media screen and (max-width: 450px) {
  .header .header-nav a {
    font-size: 12px;
    padding: 0 6px 0 6px;
    margin-left: 6px;
  }
}
.header .header-nav a:hover {
  opacity: 0.7;
}
.header .header-nav .header-history-badge {
  position: relative;
  top: -2px;
  display: inline-block;
  color: #fff;
  padding: 0 4px;
  font-size: 10px;
  min-width: 17px;
  height: 17px;
  border-radius: 8.5px;
  text-align: center;
  line-height: 17px;
  background-color: #d500f9;
  box-sizing: border-box;
}
@media screen and (max-width: 450px) {
  .header .header-nav .header-history-badge {
    top: -1px;
  }
}
.header .header-icon-items {
  display: flex;
}
@media screen and (max-width: 950px) {
  .header .header-icon-items {
    position: absolute;
    top: 6px;
    right: 16px;
  }
}
.header .header-icon-items li {
  margin-right: 0;
}
.header .header-icon-items li:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 450px) {
  .header .header-icon-items li:not(:last-child) {
    margin-right: 0;
  }
}
.header .header-icon-items a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #000;
}
@media screen and (max-width: 450px) {
  .header .header-icon-items a {
    background: transparent;
  }
}
.header .header-icon-items a::before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .header-icon-items .search a::before {
  width: 25px;
  height: 25px;
  background: url('https://comic-trail.com/images/ic-search.svg') center no-repeat;
}
@media screen and (max-width: 450px) {
  .header .header-icon-items .search a::before {
    background: url('https://comic-trail.com/images/ic-search-black.svg') center no-repeat;
  }
}
.header .header-icon-items .search a:hover {
  background: #d500f9;
}
@media screen and (max-width: 450px) {
  .header .header-icon-items .search a:hover {
    background: transparent;
    opacity: 0.8;
  }
}
.header .header-icon-items .social a::before {
  width: 27px;
  height: 21px;
  background: url('https://comic-trail.com/images/ic-x.svg') center no-repeat;
}
@media screen and (max-width: 450px) {
  .header .header-icon-items .social a::before {
    background: url('https://comic-trail.com/images/ic-x-black.svg') center no-repeat;
  }
}
.header .header-icon-items .social a:hover {
  background: #777;
}
@media screen and (max-width: 450px) {
  .header .header-icon-items .social a:hover {
    background: transparent;
  }
}
.header .header-icon-items span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.footer {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  border-top: 5px solid #000;
}
.footer nav {
  padding: 0 16px;
}
.footer .footer-icon-items,
.footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 700;
}
.footer .footer-icon-items a,
.footer .footer-nav a {
  display: block;
}
@media screen and (max-width: 600px) {
  .footer .footer-icon-items a,
  .footer .footer-nav a {
    font-size: 12px;
  }
}
.footer .footer-icon-items a:hover,
.footer .footer-nav a:hover {
  opacity: 0.7;
}
.footer .footer-icon-items {
  margin-top: 30px;
}
.footer .footer-icon-items li {
  margin-right: 0;
}
.footer .footer-icon-items li:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .footer .footer-icon-items li:not(:last-child) {
    margin-right: 12px;
  }
}
.footer .footer-icon-items a {
  position: relative;
  display: block;
  padding: 10px 0;
}
.footer .footer-icon-items a::before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  content: '';
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 4px;
}
.footer .footer-icon-items a::after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.footer .footer-icon-items a:hover {
  opacity: 1;
}
.footer .footer-icon-items .social a::after {
  background: url('https://comic-trail.com/images/ic-x.svg') center no-repeat;
  background-size: 14px;
}
.footer .footer-icon-items .social a:hover {
  color: #777;
}
.footer .footer-icon-items .social a:hover::before {
  background: #777;
}
.footer .footer-icon-items .instagram a::after {
  background: url('https://comic-trail.com/images/ic-instagram.svg') center no-repeat;
  background-size: 14px;
}
.footer .footer-icon-items .instagram a:hover {
  color: #e3148b;
}
.footer .footer-icon-items .instagram a:hover::before {
  background: #e3148b;
}
.footer .footer-icon-items .youtube a::after {
  background: url('https://comic-trail.com/images/ic-youtube.svg') center no-repeat;
  background-size: 14px;
}
.footer .footer-icon-items .youtube a:hover {
  color: #ff0000;
}
.footer .footer-icon-items .youtube a:hover::before {
  background: #ff0000;
}
.footer .footer-nav {
  margin-bottom: 20px;
}
.footer .footer-nav a {
  padding: 10px 20px;
}
@media screen and (max-width: 600px) {
  .footer .footer-nav a {
    padding: 10px;
  }
}
.footer .footer-logo a {
  display: block;
  width: 160px;
  height: 52px;
  background: url('https://comic-trail.com/images/logo.svg') center no-repeat;
  background-size: contain;
  margin: 0 auto 30px;
}
@media screen and (max-width: 600px) {
  .footer .footer-logo a {
    width: 120px;
    height: 39px;
  }
}
.footer .footer-logo a:hover {
  opacity: 0.8;
}
.footer .footer-logo a span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.footer .footer-copyright {
  font-size: 10px;
  margin-bottom: 30px;
}
.footer .footer-copyright a:hover {
  color: #d500f9;
}
.footer .abj-mark-wrapper {
  width: 100%;
  font-size: 10px;
  background: url('https://comic-trail.com/images/bg-dot.png') center repeat;
  padding: 20px 0;
}
.footer .abj-mark-container {
  display: flex;
  align-items: center;
  max-width: 600px;
  padding: 0 16px;
  margin: 0 auto;
}
.footer .abj-mark-container p {
  text-align: left;
}
.footer .abj-mark {
  width: 60px;
  height: 50px;
  margin-right: 20px;
}
.footer .stop-kaizokuban-banner {
  margin-bottom: 16px;
}
.footer .stop-kaizokuban-banner a {
  display: inline-block;
}
.footer .stop-kaizokuban-banner a:hover {
  filter: brightness(105%);
}
.footer .stop-kaizokuban {
  width: 300px;
  height: 75px;
}
#top-editarea .title-container {
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  #top-editarea .title-container {
    padding: 0 16px;
  }
}
#top-editarea .news-title {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 5px solid #000;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0 10px;
}
@media screen and (max-width: 600px) {
  #top-editarea .news-title {
    padding-top: 30px;
    font-size: 16px;
  }
}
#top-editarea .news-title a:hover {
  color: #d500f9;
}
#content {
  margin: 0 auto;
}
.static-page-privacy .entry-header {
  display: none;
}
#privacy-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  #privacy-container {
    padding: 0 16px;
  }
}
#privacy-container .entry-title {
  font-size: 20px;
  font-weight: 700;
}
#privacy-container h1 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 5px solid #000;
  padding: 60px 0 10px;
}
@media screen and (max-width: 600px) {
  #privacy-container h1 {
    padding-top: 30px;
    font-size: 16px;
  }
}
#privacy-container h2 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 4px;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  #privacy-container h2 {
    font-size: 16px;
  }
}
#privacy-container h3 {
  font-size: 15px;
  font-weight: 700;
  border: none;
}
#privacy-container ol {
  list-style: decimal;
}
#privacy-container ul {
  list-style: initial;
}
#privacy-container .address-box {
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 16px;
}
#privacy-container .address-box p {
  margin: 0;
}
#privacy-container a {
  color: #d500f9;
}
#privacy-container a:hover {
  opacity: 0.7;
}
.page-static_page .news-title {
  display: none;
}
.page-static_page #content {
  width: auto;
  margin: 0;
}
.page-static_page .footer {
  margin-top: 0;
}
.page-entry .title-container {
  background: url('https://comic-trail.com/images/bg-dot.png') 0 0;
}
.page-entry #main-inner {
  background: url('https://comic-trail.com/images/bg-dot.png') 0 0;
  padding: 16px 40px 40px;
}
@media screen and (max-width: 600px) {
  .page-entry #main-inner {
    padding: 16px;
  }
}
.page-entry .entry {
  margin: 0;
}
.page-entry .entry-inner {
  background: #fff;
  padding-bottom: 50px;
  max-width: 900px;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .page-entry .entry-inner {
    padding: 16px;
  }
}
.page-entry .entry-header {
  margin-bottom: 20px;
}
.page-entry .pager {
  margin: 0 auto;
  border: none;
  zoom: 1;
  max-width: 900px;
  padding: 20px 0;
  background: #fff;
}
.page-entry .pager:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.page-entry .pager .pager-prev,
.page-entry .pager .pager-next {
  width: calc(50% - 20px);
  padding: 0 10px;
  color: #d500f9;
  font-weight: 700;
  font-size: 13px;
}
.page-entry .pager .pager-prev {
  float: left;
  text-align: left;
}
.page-entry .pager .pager-next {
  float: right;
  text-align: right;
}
.page-entry .pager a:hover {
  text-decoration: none;
  color: #00bfa5;
}
.page-entry .pager a .pager-arrow {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 600px) {
  .page-entry .pager a {
    font-size: 12px;
  }
}
.page-entry .entry-categories .entry-category-link {
  position: relative;
  display: inline-block;
  width: 74px;
  padding: 4px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  z-index: 1;
  margin: 2px 0;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}
.page-entry .entry-categories .entry-category-link::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-top: 25px solid #d500f9;
  border-left: 4px solid transparent;
  border-right: 2px solid transparent;
}
.page-entry .entry-categories .entry-category-link.category-お知らせ::before {
  border-top: 25px solid #d500f9;
}
.page-entry .entry-categories .entry-category-link.category-漫画賞::before {
  border-top: 25px solid #00bfa5;
}
.page-entry .entry-categories .entry-category-link.category-新連載::before {
  border-top: 25px solid #000;
}
@media screen and (max-width: 600px) {
  .page-entry .entry-categories .entry-category-link {
    font-size: 11px;
    width: 60px;
  }
  .page-entry .entry-categories .entry-category-link::before {
    border-top-width: 22px;
  }
  .page-entry .entry-categories .entry-category-link.category-お知らせ::before {
    border-top-width: 22px;
  }
  .page-entry .entry-categories .entry-category-link.category-漫画賞::before {
    border-top-width: 22px;
  }
  .page-entry .entry-categories .entry-category-link.category-新連載::before {
    border-top-width: 22px;
  }
}
.page-index #content,
.page-archive #content {
  max-width: 900px;
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  .page-index #content,
  .page-archive #content {
    padding: 0 16px;
  }
}
.page-index #wrapper .urllist-item,
.page-archive #wrapper .urllist-item,
.page-index #wrapper .archive-entry,
.page-archive #wrapper .archive-entry {
  position: relative;
  padding: 16px 0 16px 200px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  min-height: 200px;
}
@media screen and (max-width: 780px) {
  .page-index #wrapper .urllist-item,
  .page-archive #wrapper .urllist-item,
  .page-index #wrapper .archive-entry,
  .page-archive #wrapper .archive-entry {
    min-height: 160px;
    padding-left: 160px;
  }
}
@media screen and (max-width: 600px) {
  .page-index #wrapper .urllist-item,
  .page-archive #wrapper .urllist-item,
  .page-index #wrapper .archive-entry,
  .page-archive #wrapper .archive-entry {
    min-height: 100px;
    padding-left: 100px;
  }
}
.page-index #wrapper .urllist-item:last-child,
.page-archive #wrapper .urllist-item:last-child,
.page-index #wrapper .archive-entry:last-child,
.page-archive #wrapper .archive-entry:last-child {
  margin-bottom: 40px;
}
.page-index #wrapper .urllist-item-inner,
.page-archive #wrapper .urllist-item-inner,
.page-index #wrapper .archive-entry-header,
.page-archive #wrapper .archive-entry-header {
  margin-left: 16px;
}
.page-index #wrapper .urllist-item-inner::before,
.page-archive #wrapper .urllist-item-inner::before,
.page-index #wrapper .archive-entry-header::before,
.page-archive #wrapper .archive-entry-header::before {
  position: absolute;
  top: 16px;
  left: 0;
  content: '';
  width: 200px;
  height: 200px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
@media screen and (max-width: 780px) {
  .page-index #wrapper .urllist-item-inner::before,
  .page-archive #wrapper .urllist-item-inner::before,
  .page-index #wrapper .archive-entry-header::before,
  .page-archive #wrapper .archive-entry-header::before {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 600px) {
  .page-index #wrapper .urllist-item-inner::before,
  .page-archive #wrapper .urllist-item-inner::before,
  .page-index #wrapper .archive-entry-header::before,
  .page-archive #wrapper .archive-entry-header::before {
    width: 100px;
    height: 100px;
  }
}
.page-index #wrapper .urllist-image-link,
.page-archive #wrapper .urllist-image-link,
.page-index #wrapper .entry-thumb-link,
.page-archive #wrapper .entry-thumb-link {
  position: absolute;
  left: 0;
  top: 16px;
  margin: 0 16px 0 0;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .page-index #wrapper .urllist-image-link,
  .page-archive #wrapper .urllist-image-link,
  .page-index #wrapper .entry-thumb-link,
  .page-archive #wrapper .entry-thumb-link {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 600px) {
  .page-index #wrapper .urllist-image-link,
  .page-archive #wrapper .urllist-image-link,
  .page-index #wrapper .entry-thumb-link,
  .page-archive #wrapper .entry-thumb-link {
    width: 100px;
    height: 100px;
  }
}
.page-index #wrapper .urllist-image,
.page-archive #wrapper .urllist-image,
.page-index #wrapper .entry-thumb,
.page-archive #wrapper .entry-thumb {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}
.page-index #wrapper time,
.page-archive #wrapper time {
  color: #777;
  font-size: 13px;
}
.page-index #wrapper .urllist-title-link,
.page-archive #wrapper .urllist-title-link,
.page-index #wrapper .entry-title,
.page-archive #wrapper .entry-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
}
@media screen and (max-width: 600px) {
  .page-index #wrapper .urllist-title-link,
  .page-archive #wrapper .urllist-title-link,
  .page-index #wrapper .entry-title,
  .page-archive #wrapper .entry-title {
    font-size: 14px;
  }
}
.page-index #wrapper .urllist-title-link:hover,
.page-archive #wrapper .urllist-title-link:hover,
.page-index #wrapper .entry-title:hover,
.page-archive #wrapper .entry-title:hover {
  color: #d500f9;
}
.page-index #wrapper .urllist-category-link,
.page-archive #wrapper .urllist-category-link,
.page-index #wrapper .archive-category-link,
.page-archive #wrapper .archive-category-link {
  position: relative;
  display: inline-block;
  width: 74px;
  padding: 4px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  z-index: 1;
  margin: 2px 0;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}
.page-index #wrapper .urllist-category-link::before,
.page-archive #wrapper .urllist-category-link::before,
.page-index #wrapper .archive-category-link::before,
.page-archive #wrapper .archive-category-link::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-top: 25px solid #d500f9;
  border-left: 4px solid transparent;
  border-right: 2px solid transparent;
}
.page-index #wrapper .urllist-category-link.category-お知らせ::before,
.page-archive #wrapper .urllist-category-link.category-お知らせ::before,
.page-index #wrapper .archive-category-link.category-お知らせ::before,
.page-archive #wrapper .archive-category-link.category-お知らせ::before {
  border-top: 25px solid #d500f9;
}
.page-index #wrapper .urllist-category-link.category-漫画賞::before,
.page-archive #wrapper .urllist-category-link.category-漫画賞::before,
.page-index #wrapper .archive-category-link.category-漫画賞::before,
.page-archive #wrapper .archive-category-link.category-漫画賞::before {
  border-top: 25px solid #00bfa5;
}
.page-index #wrapper .urllist-category-link.category-新連載::before,
.page-archive #wrapper .urllist-category-link.category-新連載::before,
.page-index #wrapper .archive-category-link.category-新連載::before,
.page-archive #wrapper .archive-category-link.category-新連載::before {
  border-top: 25px solid #000;
}
@media screen and (max-width: 600px) {
  .page-index #wrapper .urllist-category-link,
  .page-archive #wrapper .urllist-category-link,
  .page-index #wrapper .archive-category-link,
  .page-archive #wrapper .archive-category-link {
    font-size: 11px;
    width: 60px;
  }
  .page-index #wrapper .urllist-category-link::before,
  .page-archive #wrapper .urllist-category-link::before,
  .page-index #wrapper .archive-category-link::before,
  .page-archive #wrapper .archive-category-link::before {
    border-top-width: 22px;
  }
  .page-index #wrapper .urllist-category-link.category-お知らせ::before,
  .page-archive #wrapper .urllist-category-link.category-お知らせ::before,
  .page-index #wrapper .archive-category-link.category-お知らせ::before,
  .page-archive #wrapper .archive-category-link.category-お知らせ::before {
    border-top-width: 22px;
  }
  .page-index #wrapper .urllist-category-link.category-漫画賞::before,
  .page-archive #wrapper .urllist-category-link.category-漫画賞::before,
  .page-index #wrapper .archive-category-link.category-漫画賞::before,
  .page-archive #wrapper .archive-category-link.category-漫画賞::before {
    border-top-width: 22px;
  }
  .page-index #wrapper .urllist-category-link.category-新連載::before,
  .page-archive #wrapper .urllist-category-link.category-新連載::before,
  .page-index #wrapper .archive-category-link.category-新連載::before,
  .page-archive #wrapper .archive-category-link.category-新連載::before {
    border-top-width: 22px;
  }
}
.page-index #wrapper .urllist-entry-body,
.page-archive #wrapper .urllist-entry-body,
.page-index #wrapper .archive-entry-body,
.page-archive #wrapper .archive-entry-body {
  font-size: 13px;
  margin-top: 8px;
}
@media screen and (max-width: 600px) {
  .page-index #wrapper .urllist-entry-body,
  .page-archive #wrapper .urllist-entry-body,
  .page-index #wrapper .archive-entry-body,
  .page-archive #wrapper .archive-entry-body {
    font-size: 11px;
  }
}
.page-index .urllist-read-more,
.page-archive .urllist-read-more,
.page-index .urllist-see-more,
.page-archive .urllist-see-more {
  position: relative;
  width: 220px;
  height: 44px;
  margin: 0 auto 40px;
  line-height: 44px;
  border-radius: 22px;
  text-align: center;
  background: #000;
  transition: 0.2s;
}
.page-index .urllist-read-more:hover,
.page-archive .urllist-read-more:hover,
.page-index .urllist-see-more:hover,
.page-archive .urllist-see-more:hover {
  background-color: #d500f9;
}
.page-index .urllist-read-more::after,
.page-archive .urllist-read-more::after,
.page-index .urllist-see-more::after,
.page-archive .urllist-see-more::after {
  position: absolute;
  top: 50%;
  right: 56px;
  transform: translateY(-50%);
  display: inline-block;
  content: '';
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 8px solid #fff;
}
.page-index .urllist-read-more a,
.page-archive .urllist-read-more a,
.page-index .urllist-see-more a,
.page-archive .urllist-see-more a {
  display: block;
  padding-right: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.page-archive .archive-header-category {
  margin: 0;
}
.page-archive .archive-heading {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0;
}
@media screen and (max-width: 600px) {
  .page-archive .archive-heading {
    font-size: 15px;
  }
}
.page-archive .entry-title-link:hover {
  color: #d500f9;
  text-decoration: none;
}
.page-archive .social-buttons {
  display: none;
}
.page-archive .categories,
.page-archive .archive-entry-body {
  margin-left: 16px;
}
/* 記事内の書式 */
.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;
}

