@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: calc(26px / 2);
  height: calc(20px / 2);
  background: url('https://cdn.blog.st-hatena.com/images/viewer/ic_checked.png?version=bdb6287e42e3efccb4417b2db311e3') 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;
}
.page-main-wrapper {
  position: relative;
  width: 1340px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1339px) {
  .page-main-wrapper {
    padding: 0 15px;
  }
}
.page-main-wrapper.nav {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .page-main-wrapper.nav {
    flex-direction: column;
    margin-top: -31px;
  }
}
.page-main-content-wrapper {
  width: 100%;
}
.page-main-nav-wrapper {
  position: sticky;
  width: 110px;
  min-width: 110px;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .page-main-nav-wrapper {
    width: auto;
    min-width: auto;
    margin: 0 auto;
  }
}
.page-main-nav {
  margin-top: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-main-nav {
    display: flex;
    margin-top: 12px;
  }
}
.page-main-nav li:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 600px) {
  .page-main-nav li:not(:first-child) {
    margin: 0 0 0 6px;
  }
}
@media screen and (max-width: 350px) {
  .page-main-nav li:not(:first-child) {
    margin-left: 5px;
  }
}
.page-main-nav li.active a {
  background: #292e38;
  color: #fff;
  transform: scale(1.2);
  border: none;
}
.page-main-nav li.active a:hover {
  background-color: #da2783;
  color: #fff;
}
.page-main-nav li.active .attr {
  display: block;
}
.page-main-nav a {
  display: flex;
  align-items: center;
  color: #888;
  background: rgba(255, 255, 255, 0.85);
  width: 36px;
  height: 36px;
  border-radius: 36px;
  line-height: 1;
  border: 1px dashed #ccc;
  transition: 0.2s;
  backdrop-filter: blur(4px);
}
@media screen and (max-width: 600px) {
  .page-main-nav a {
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 350px) {
  .page-main-nav a {
    width: 34px;
    height: 34px;
    border-radius: 34px;
  }
}
.page-main-nav a:hover {
  border: 1px solid #da2783;
}
.page-main-nav a > div {
  width: 100%;
}
.page-main-nav span {
  display: block;
}
.page-main-nav .date-num {
  font-family: 'Roboto', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
}
.page-main-nav .date-month {
  font-size: 12px;
}
.page-main-nav .attr {
  display: none;
  font-size: 10px;
  margin-top: 1px;
  transform: scale(0.8);
}
.link-title a {
  font-size: 13px;
  font-weight: 700;
}
.link-title a::after {
  position: relative;
  display: inline-block;
  content: '';
  background: url('you_should_load_image_with_relative_pathic_arrow.svg') 0 0 no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  transform: rotate(90deg);
  margin-left: 8px;
  top: -1px;
}
.link-title a:hover::after {
  background-image: url('you_should_load_image_with_relative_pathic_arrow_hover.svg');
}
.page-main-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  padding: 40px 0 30px;
}
@media screen and (min-width: 1340px) {
  .page-main-title {
    width: 1340px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1339px) {
  .page-main-title {
    margin: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .page-main-title {
    font-size: 24px;
  }
}
.page-main-title .separator {
  position: relative;
  display: inline-block;
  width: 34px;
  text-indent: 34px;
  vertical-align: middle;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .page-main-title .separator {
    width: 24px;
    text-indent: 24px;
  }
}
.page-main-title .separator::before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 27px;
  background: #292e38;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
  margin-top: -1px;
}
@media screen and (max-width: 600px) {
  .page-main-title .separator::before {
    height: 19px;
  }
}
.page-main-section-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 40px 0;
}
@media screen and (max-width: 600px) {
  .page-main-section-title {
    font-size: 16px;
  }
}
.page-main-section-title .date-num {
  font-family: 'Roboto', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'Helvetica', 'Arial', sans-serif;
  font-size: 30px;
}
.page-main-section-title .week {
  position: relative;
  display: inline-block;
  background-color: #292e38;
  color: #fff;
  font-size: 13px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: calc(26px/2);
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  top: -5px;
  margin-left: 0.35em;
}
.page-main-section-title .attr {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.magcomi-series-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.magcomi-series-list > li {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 34px;
}
.magcomi-series-list > li > a {
  display: block;
}
.magcomi-series-list > li > a:hover .series-thumb::after {
  border: 5px solid #da2783;
}
.magcomi-series-list > li > a:hover .episode-title {
  border-bottom-color: #da2783;
}
.magcomi-series-list .series-thumb {
  position: relative;
  line-height: 0;
  width: 100%;
  padding-top: calc(44000% / 660);
}
.magcomi-series-list .series-thumb::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  z-index: 2;
  transition: 0.2s;
}
.magcomi-series-list .series-thumb img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.magcomi-series-list .series-thumb .series-title {
  position: absolute;
  top: 0;
  left: 0;
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.magcomi-series-list .series-data {
  position: absolute;
  display: flex;
  align-items: center;
  background: url('you_should_load_image_with_relative_pathdots_hr.png') left top repeat-x;
  background-size: calc(30px/2) calc(2px/2);
  width: 100%;
  height: 34px;
  bottom: 0;
}
.magcomi-series-list .episode-title {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 17px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.65);
  padding: 0 13px 2px;
  margin-top: 9px;
  transform: scaleX(0.8);
  transform-origin: top left;
  max-width: 121%;
  transition: 0.2s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.magcomi-series-list .episode-description {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  padding: 7px 0 10px;
}
.magcomi-series-list .series-like {
  font-size: 12px;
  color: #292e38;
  margin-right: 15px;
}
.magcomi-series-list .series-keyword {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
}
.magcomi-series-list .series-point {
  position: relative;
  margin-left: auto;
}
.magcomi-series-list .series-point-text {
  display: block;
  background: #f9dd12;
  color: #664636;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  padding: 4px 21px 4px 6px;
}
.magcomi-series-list .series-point-text::after {
  position: absolute;
  content: 'i';
  font-family: 'Courier New', Courier, Verdana, monospace;
  color: #fff;
  width: 15px;
  line-height: 15px;
  background-color: #da2783;
  border-radius: calc(15px/2);
  text-align: center;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.magcomi-series-list a.series-point-text:hover {
  background-color: #ecd006;
}
.magcomi-series-list button.series-point-text:hover + .series-point-tooptip,
.magcomi-series-list button.series-point-text:active + .series-point-tooptip,
.magcomi-series-list button.series-point-text:focus + .series-point-tooptip {
  display: block;
}
.magcomi-series-list .series-point-tooptip {
  position: absolute;
  display: none;
  bottom: 100%;
  right: -5px;
  background-color: #ddd;
  color: #666;
  font-size: 12px;
  padding: 8px;
  white-space: nowrap;
  margin-left: auto;
  text-align: center;
  border-radius: 3px;
  transform: translateY(-10px);
  z-index: 100;
}
.magcomi-series-list .series-point-tooptip::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #ddd;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
}
.magcomi-series-list .series-title {
  font-size: 12px;
  margin-top: 10px;
}
.magcomi-series-list .author {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  margin: 5px 0 10px;
}
.magcomi-series-list .episode-link {
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .magcomi-series-list .episode-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  .magcomi-series-list .episode-link span {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.magcomi-series-list .episode-link.latest::before {
  display: inline-block;
  content: '';
  background-color: #bdbdbd;
  width: 4px;
  height: 4px;
  border-radius: calc(4px/2);
  vertical-align: middle;
  margin: -1px 10px 0;
}
@media screen and (max-width: 600px) {
  .magcomi-series-list .episode-link.latest::before {
    margin: -1px 7px 0;
  }
}
.section-title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .section-title {
    font-size: 16px;
  }
}
.section-title .separator {
  position: relative;
  display: inline-block;
  width: 20px;
  text-indent: 20px;
  vertical-align: middle;
  overflow: hidden;
}
.section-title .separator::before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 15px;
  background: #292e38;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
  margin-top: -1px;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Vidaloka';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/vidaloka/v18/7cHrv4c3ipenMKlEavs7wHo.ttf) format('truetype');
}
body {
  background: #fff;
  color: #292e38;
  font-size: 15px;
  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: #292e38;
}
a:active,
a:hover {
  color: #da2783;
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
}
.header {
  min-height: 96px;
}
@media screen and (max-width: 930px) {
  .header {
    min-height: 116.72px;
  }
}
:root {
  --color-brand: #da2783;
  --color-black: #292e38;
  --color-gray: #999;
  --color-middle-gray: var(--color-border-middle);
  --color-skyblue: #039be5;
  --color-blue: #1966d2;
  --color-purple: #7e57c2;
  --color-lime: #aeea00;
  --color-green: #12af68;
  --color-light-green: #8ebc11;
  --color-blue-gray: #9ca8ad;
  --color-yellow-gray: #d1cfc7;
  --color-white: #fff;
  --color-border-dark: rgba(0, 0, 0, 0.8);
  --color-border-middle: rgba(0, 0, 0, 0.65);
  --color-border-light: rgba(0, 0, 0, 0.15);
  --color-hover: var(--color-brand);
  --color-twitter: #1ca1f2;
  --color-youtube: #ff0200;
  --font-weight-thin: 100;
  --font-weight-normal: 300;
  --font-weight-bold: 700;
  --font-family-sans: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
    'Meiryo', 'Helvetica', 'Arial', sans-serif;
  --font-family-sans-en: Arial, Helvetica, sans-serif;
}
.header {
  min-height: 96px;
}
.header-container {
  background: var(--color-white);
  padding: 20px 0;
  min-height: 96px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .header-container {
    padding: 0 0 15px;
  }
}
.header-content {
  display: flex;
  align-items: center;
  width: 1340px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .header-content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 930px) {
  .header-content {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1340px) {
  .header-title-logo {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .header-title-logo {
    order: 2;
    align-self: flex-start;
  }
}
@media screen and (max-width: 930px) {
  .header-title-logo {
    margin-bottom: 10px;
  }
}
.header-title-logo a {
  display: block;
  background: url('../../../public/magcomi/images/logo_magcomi2.svg') center no-repeat;
  background-size: contain;
  width: 228px;
  height: 56px;
}
@media screen and (max-width: 1100px) {
  .header-title-logo a {
    width: 204px;
    height: 50px;
  }
}
@media screen and (max-width: 930px) {
  .header-title-logo a {
    width: calc(228px/1.43);
    height: calc(56px/1.43);
  }
}
@media screen and (max-width: 370px) {
  .header-title-logo a {
    width: calc(228px/1.7);
    height: calc(56px/1.7);
  }
}
.header-title-logo a:hover {
  opacity: 0.8;
}
.header-title-logo span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header-title-description {
  position: relative;
  background: url('../../../public/magcomi/images/tagline_pc.svg') center no-repeat;
  background-size: contain;
  width: 167px;
  height: 41px;
  margin-left: 25px;
}
@media screen and (max-width: 1100px) {
  .header-title-description {
    order: 1;
    background-image: url('../../../public/magcomi/images/tagline_sp.svg'), url('../../../public/magcomi/images/tagline_premium.svg');
    background-color: var(--color-black);
    background-size: 134px 16px, 152px 10px;
    background-position: 15px center, right 10px center;
    width: 100%;
    height: 20px;
    margin: 0 0 15px;
    top: 0;
  }
}
.header-title-description span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header-nav {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  top: -7px;
}
@media screen and (max-width: 1340px) {
  .header-nav {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .header-nav {
    order: 3;
  }
}
@media screen and (max-width: 930px) {
  .header-nav {
    position: static;
    align-self: flex-start;
    top: auto;
    margin: 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 440px) {
  .header-nav {
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 370px) {
  .header-nav {
    padding: 0 15px;
  }
}
.header-nav li {
  position: relative;
  font-size: 14px;
  font-weight: var(--font-weight-bold);
}
@media screen and (max-width: 440px) {
  .header-nav li {
    font-size: 13px;
  }
}
@media screen and (max-width: 370px) {
  .header-nav li {
    font-size: 12px;
  }
}
@media screen and (max-width: 340px) {
  .header-nav li {
    font-size: 11px;
  }
}
.header-nav li.header-nav-subscribe {
  position: static;
}
@media screen and (max-width: 930px) {
  .header-nav li.header-nav-subscribe {
    position: absolute;
    display: block;
    top: 37px;
    right: 65px;
  }
}
@media screen and (max-width: 440px) {
  .header-nav li.header-nav-subscribe {
    right: 50px;
  }
}
@media screen and (max-width: 370px) {
  .header-nav li.header-nav-subscribe {
    right: 47px;
  }
}
@media screen and (min-width: 931px) {
  .header-nav li.header-nav-subscribe .recommend-premium {
    margin-right: 15px;
  }
}
@media screen and (min-width: 441px) {
  .header-nav li.header-nav-subscribe .recommend-premium {
    font-size: 13px;
  }
}
.header-nav li.header-nav-subscribe .recommend-premium a {
  display: block;
  background-color: var(--color-black);
  border-radius: 3px;
  padding: 1px 3px 3px 1px;
}
.header-nav li.header-nav-subscribe .recommend-premium a span {
  display: block;
  background-color: var(--color-white);
  border-radius: 2px;
  padding: 0 8px;
  line-height: 24px;
}
.header-nav li.header-nav-subscribe .for-premium {
  color: #888;
  line-height: 27px;
  font-size: 12px;
}
@media screen and (min-width: 931px) {
  .header-nav li.header-nav-subscribe .for-premium {
    position: absolute;
    right: 10px;
    top: 40px;
  }
}
@media screen and (max-width: 340px) {
  .header-nav li.header-nav-subscribe .for-premium {
    font-size: 11px;
  }
}
.header-nav li.header-nav-subscribe .for-premium::before {
  position: relative;
  display: inline-block;
  content: '';
  background: url('../../../public/magcomi/images/ic_checked.svg') center no-repeat;
  background-size: contain;
  width: 11px;
  height: 8px;
  vertical-align: middle;
  top: -1px;
  margin-right: 1px;
  opacity: 0.5;
}
@media screen and (max-width: 440px) {
  .header-nav li.header-nav-subscribe .for-premium span {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media screen and (max-width: 930px) {
  .header-nav li.header-nav-search {
    position: absolute;
    display: block;
    top: 35px;
    right: 10px;
  }
}
@media screen and (max-width: 370px) {
  .header-nav li.header-nav-search {
    right: 15px;
  }
}
.header-nav li.header-nav-search::before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 29px;
  background: url('../../../public/magcomi/images/dots_vr.png') 0 0 repeat-y;
  background-size: 1px 12px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 930px) {
  .header-nav li.header-nav-search::before {
    display: none;
  }
}
.header-nav li.header-nav-search a {
  background: url('../../../public/magcomi/images/icon_search.svg') center no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 930px) {
  .header-nav li.header-nav-search a {
    margin-left: 0;
  }
}
.header-nav li.header-nav-search a:hover {
  background-image: url('../../../public/magcomi/images/icon_search_hover.svg');
}
.header-nav li.header-nav-search span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header-nav li.header-nav-signup button {
  color: var(--color-black);
  font-family: inherit;
  font-size: inherit;
  font-weight: var(--font-weight-bold);
  padding: 0 15px;
}
.header-nav li.header-nav-signup button:hover {
  color: var(--color-brand);
}
.header-nav li.header-nav-my .my-point {
  position: absolute;
  font-family: var(--font-family-sans-en);
  color: var(--color-brand);
  background-color: var(--color-white);
  padding: 3px 5px;
  font-size: 11px;
  line-height: 1;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -9px);
}
.header-nav a,
.header-nav button {
  display: block;
  padding: 0 15px;
  line-height: 31px;
}
@media screen and (max-width: 440px) {
  .header-nav a,
  .header-nav button {
    padding: 0 5px;
  }
}
@media screen and (max-width: 370px) {
  .header-nav a,
  .header-nav button {
    padding: 0;
  }
}
.header-nav a:hover .separator::before,
.header-nav button:hover .separator::before {
  background-color: var(--color-brand);
}
.header-nav .separator {
  position: relative;
  display: inline-block;
  width: 12px;
  text-indent: 20px;
  vertical-align: middle;
  overflow: hidden;
}
@media screen and (max-width: 370px) {
  .header-nav .separator {
    width: 8px;
  }
}
.header-nav .separator::before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 11px;
  background: var(--color-black);
  opacity: 0.8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
  margin-top: -1px;
}
@media screen and (max-width: 370px) {
  .header-nav .separator::before {
    height: 9px;
  }
}
.header-nav .history-badge {
  position: absolute;
  background: var(--color-brand);
  width: 5px;
  height: 5px;
  border-radius: calc(5px/2);
  transform: translate(50%, 100%);
  text-indent: -9999px;
  overflow: hidden;
  pointer-events: none;
}
.footer {
  color: var(--color-middle-gray);
  margin-top: 80px;
}
@media screen and (min-width: 1340px) {
  .footer-main {
    width: 1340px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1339px) {
  .footer-main {
    margin: 0 15px;
  }
}
.footer-main a {
  color: var(--color-black);
}
.footer-main a:hover {
  color: var(--color-brand);
}
.footer-main .social-list {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  border-top: 1px solid var(--color-border-dark);
  border-bottom: 1px solid var(--color-border-dark);
  width: 100%;
}
@media screen and (max-width: 400px) {
  .footer-main .social-list {
    font-size: 12px;
  }
}
.footer-main .social-list .social a,
.footer-main .social-list .youtube a {
  display: block;
  padding: 13px 20px 12px;
  text-decoration: none;
}
@media screen and (max-width: 400px) {
  .footer-main .social-list .social a,
  .footer-main .social-list .youtube a {
    padding: 13px 10px 12px;
  }
}
.footer-main .social-list .social a::before,
.footer-main .social-list .youtube a::before {
  position: relative;
  display: inline-block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  vertical-align: middle;
  top: -2px;
}
.footer-main .social-list .social a:hover {
  color: #888;
}
.footer-main .social-list .social a::before {
  background-image: url('../../../public/magcomi/images/ic_x.svg');
  width: 23px;
  height: 18px;
}
.footer-main .social-list .youtube a:hover {
  color: var(--color-youtube);
}
.footer-main .social-list .youtube a::before {
  background-image: url('../../../public/magcomi/images/ic_youtube.svg');
  width: 26px;
  height: 18px;
}
.footer-main .footer-menu-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 12px;
  margin-top: 13px;
}
.footer-main .footer-menu-list a {
  display: block;
  padding: 5px 10px;
}
.footer-main .footer-logo {
  margin-top: 27px;
  text-align: center;
}
.footer-main .footer-logo img {
  width: 182px;
  height: 27px;
}
.footer-main .copyright {
  font-size: 11px;
  margin-top: 6px;
  padding: 0 15px;
  text-align: center;
}
.footer-main .related-links {
  display: flex;
  justify-content: center;
  background: url('../../../public/magcomi/images/dots_hr.png') left top repeat-x;
  background-size: 15px 1px;
  margin-top: 68px;
}
@media screen and (max-width: 600px) {
  .footer-main .related-links {
    flex: 1;
    justify-content: space-between;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-top: 50px;
  }
}
.footer-main .related-links li {
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .footer-main .related-links li {
    padding: 0 10px;
  }
}
.footer-main .related-links li.magkan a {
  opacity: 0.75;
}
.footer-main .related-links li.garden a,
.footer-main .related-links li.magxiv a {
  opacity: 0.6;
}
.footer-main .related-links li.magkan a:hover,
.footer-main .related-links li.garden a:hover,
.footer-main .related-links li.magxiv a:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.footer-main .related-links a {
  display: block;
  padding: 15px 25px;
  filter: grayscale(100%);
  transition: 0.2s;
}
@media screen and (max-width: 600px) {
  .footer-main .related-links a {
    padding: 12px 0;
  }
}
.footer-main .related-links img {
  width: calc(280px/2);
  height: calc(90px/2);
}
@media screen and (max-width: 600px) {
  .footer-main .related-links img {
    width: 100%;
    height: auto;
  }
}
.footer-abj {
  background: #ebebeb;
  padding: 40px 15px 80px;
}
.footer-abj-content {
  display: flex;
  justify-content: center;
}
.footer-abj-content p {
  font-size: 11px;
}
.footer-abj-content p.abj-mark {
  margin-right: 15px;
}
.footer-abj-content p.abj-mark img {
  width: 66px;
  height: 55px;
  opacity: 0.6;
}
.header-container {
  background: #fff;
  padding: 20px 0;
  min-height: 96px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .header-container {
    padding: 0 0 15px;
  }
}
.common-label-purchased::before {
  background-image: url('https://cdn.blog.st-hatena.com/files/26006613495784382/6801883189125577514') !important;
}
.header-title-logo a {
  background-image: url('https://cdn.blog.st-hatena.com/files/26006613495784382/6801883189125577627') !important;
}
.header-title-description {
  background-image: url('https://cdn.blog.st-hatena.com/files/26006613495784382/6801883189125577688') !important;
}
@media screen and (max-width: 1100px) {
  .header-title-description {
    background-image: url('https://cdn.blog.st-hatena.com/files/26006613495784382/6801883189125577789'), url('https://cdn.blog.st-hatena.com/files/26006613495784382/6801883189125577907') !important;
  }
}
.header-nav li.header-nav-subscribe .for-premium::before {
  background-image: url('https://cdn.blog.st-hatena.com/files/26006613495784382/6801883189125578259') !important;
}
.header-nav li.header-nav-search::before {
  background: url('https://cdn.blog.st-hatena.com/files/26006613495784382/6801883189125592139') 0 0 repeat-y !important;
  background-size: 1px 12px !important;
}
.header-nav li.header-nav-search a {
  background-image: url('https://cdn.blog.st-hatena.com/files/26006613495784382/6801883189125578393') !important;
}
.header-nav li.header-nav-search a:hover {
  background-image: url('https://cdn.blog.st-hatena.com/files/26006613495784382/6801883189125578443') !important;
}
.footer-main .social-list .social a::before {
  background-image: url('https://cdn.blog.st-hatena.com/files/26006613495784382/6801883189125578585') !important;
}
.footer-main .social-list .youtube a::before {
  background-image: url('https://cdn.blog.st-hatena.com/files/26006613495784382/6801883189125578685') !important;
}
.footer-main .related-links {
  background: url('https://cdn.blog.st-hatena.com/files/26006613495784382/6801883189125802606') left top repeat-x !important;
  background-size: 15px 1px !important;
}
#top-editarea {
  padding-bottom: 40px;
}
.static-page-mag_mangasho .page-main-title::before {
  content: 'マンガ賞';
}
.static-page-mag_mangasho .page-main-title a {
  display: none;
}
@media screen and (min-width: 1340px) {
  #content {
    width: 1340px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1339px) {
  #content {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1340px) {
  .entry-content .help-container {
    width: 1340px;
    margin: 0 auto;
  }
}
.entry-content .help-container * {
  font-size: 15px;
}
.entry-content .help-container h2 {
  font-size: 20px;
  border-bottom: none;
  border-top: 1px solid #292e38;
  margin: 3em 0;
  padding-top: 3em;
  font-weight: 700;
}
.entry-content .help-container h3 {
  margin: 2em 0;
  border-bottom: 1px dotted #ccc;
}
.entry-content .help-container ul,
.entry-content .help-container p {
  margin: 1em 0 1em 1.5em;
}
.page-static_page .entry-header {
  display: none;
}
.page-static_page.static-page-sct .page-main-title,
.page-static_page.static-page-privacy .page-main-title,
.page-static_page.static-page-terms_of_service .page-main-title,
.page-static_page.static-page-help .page-main-title {
  display: none;
}
@media screen and (min-width: 1340px) {
  .page-static_page.static-page-sct #content,
  .page-static_page.static-page-privacy #content,
  .page-static_page.static-page-terms_of_service #content,
  .page-static_page.static-page-help #content {
    width: 1340px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1339px) {
  .page-static_page.static-page-sct #content,
  .page-static_page.static-page-privacy #content,
  .page-static_page.static-page-terms_of_service #content,
  .page-static_page.static-page-help #content {
    margin: 0 15px;
  }
}
.page-static_page.static-page-sct .entry-header,
.page-static_page.static-page-privacy .entry-header,
.page-static_page.static-page-terms_of_service .entry-header,
.page-static_page.static-page-help .entry-header {
  display: block;
  border-top: 1px solid #292e38;
  padding-top: 3em;
}
@media screen and (min-width: 1340px) {
  .page-static_page.static-page-sct .entry-header,
  .page-static_page.static-page-privacy .entry-header,
  .page-static_page.static-page-terms_of_service .entry-header,
  .page-static_page.static-page-help .entry-header {
    width: 1340px;
    margin: 0 auto;
  }
}
.page-static_page.static-page-sct .entry-header .entry-title,
.page-static_page.static-page-privacy .entry-header .entry-title,
.page-static_page.static-page-terms_of_service .entry-header .entry-title,
.page-static_page.static-page-help .entry-header .entry-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 40px 0;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .page-static_page.static-page-sct .entry-header .entry-title,
  .page-static_page.static-page-privacy .entry-header .entry-title,
  .page-static_page.static-page-terms_of_service .entry-header .entry-title,
  .page-static_page.static-page-help .entry-header .entry-title {
    font-size: 16px;
  }
}
.page-static_page.static-page-sct .entry-header .entry-title .date-num,
.page-static_page.static-page-privacy .entry-header .entry-title .date-num,
.page-static_page.static-page-terms_of_service .entry-header .entry-title .date-num,
.page-static_page.static-page-help .entry-header .entry-title .date-num {
  font-family: 'Roboto', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'Helvetica', 'Arial', sans-serif;
  font-size: 30px;
}
.page-static_page.static-page-sct .entry-header .entry-title .week,
.page-static_page.static-page-privacy .entry-header .entry-title .week,
.page-static_page.static-page-terms_of_service .entry-header .entry-title .week,
.page-static_page.static-page-help .entry-header .entry-title .week {
  position: relative;
  display: inline-block;
  background-color: #292e38;
  color: #fff;
  font-size: 13px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: calc(26px/2);
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  top: -5px;
  margin-left: 0.35em;
}
.page-static_page.static-page-sct .entry-header .entry-title .attr,
.page-static_page.static-page-privacy .entry-header .entry-title .attr,
.page-static_page.static-page-terms_of_service .entry-header .entry-title .attr,
.page-static_page.static-page-help .entry-header .entry-title .attr {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.page-static_page #content {
  width: auto;
  margin: 0;
}
.page-static_page .footer {
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .page-entry #main-inner {
    background: url('https://cdn.blog.st-hatena.com/files/26006613495784382/6801883189127270429') 0 0;
    background-size: 52px 52px;
  }
}
.page-entry .entry {
  margin: 0;
}
.page-entry .entry-inner {
  padding-bottom: 50px;
}
@media screen and (min-width: 900px) {
  .page-entry .entry-inner {
    background: #fff;
    width: 900px;
    padding: 0 50px 50px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.page-entry .entry-header {
  margin-bottom: 40px;
}
.page-entry .entry-categories a {
  display: inline-block;
  font-size: 11px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.65);
  padding: 3px;
  line-height: 1;
}
.page-entry .entry-categories a:hover {
  background: #da2783;
  color: #fff;
}
.page-entry .pager {
  background: #fff;
  margin: 0 auto;
  border: none;
  padding-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .page-entry .pager {
    width: 900px;
    padding: 0 50px 20px;
    box-sizing: border-box;
  }
}
.page-entry .pager .pager-next,
.page-entry .pager .pager-prev {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
}
.page-entry .pager a {
  font-weight: 300;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .page-entry .pager a {
    font-size: 12px;
  }
}
#main .hatena-module-recent-entries .hatena-module-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 40px 0;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  #main .hatena-module-recent-entries .hatena-module-title {
    font-size: 16px;
  }
}
#main .hatena-module-recent-entries .hatena-module-title .date-num {
  font-family: 'Roboto', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'Helvetica', 'Arial', sans-serif;
  font-size: 30px;
}
#main .hatena-module-recent-entries .hatena-module-title .week {
  position: relative;
  display: inline-block;
  background-color: #292e38;
  color: #fff;
  font-size: 13px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 23px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  top: -5px;
  margin-left: 0.35em;
}
#main .hatena-module-recent-entries .hatena-module-title .attr {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
#main .archive-entries,
#main .urllist-with-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#main .archive-entries .archive-entry,
#main .urllist-with-thumbnails .archive-entry,
#main .archive-entries > li,
#main .urllist-with-thumbnails > li {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
@media screen and (min-width: 1340px) {
  #main .archive-entries .archive-entry,
  #main .urllist-with-thumbnails .archive-entry,
  #main .archive-entries > li,
  #main .urllist-with-thumbnails > li {
    width: calc((100% - 105px) / 4.001);
  }
  #main .archive-entries .archive-entry:not(:nth-child(4n)),
  #main .urllist-with-thumbnails .archive-entry:not(:nth-child(4n)),
  #main .archive-entries > li:not(:nth-child(4n)),
  #main .urllist-with-thumbnails > li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  #main .archive-entries .archive-entry:last-child:not(:nth-child(4n)),
  #main .urllist-with-thumbnails .archive-entry:last-child:not(:nth-child(4n)),
  #main .archive-entries > li:last-child:not(:nth-child(4n)),
  #main .urllist-with-thumbnails > li:last-child:not(:nth-child(4n)) {
    margin-right: auto;
  }
}
@media screen and (min-width: 940px) and (max-width: 1339px) {
  #main .archive-entries .archive-entry,
  #main .urllist-with-thumbnails .archive-entry,
  #main .archive-entries > li,
  #main .urllist-with-thumbnails > li {
    width: calc((100% - 70px) / 3.001);
  }
  #main .archive-entries .archive-entry:not(:nth-child(3n)),
  #main .urllist-with-thumbnails .archive-entry:not(:nth-child(3n)),
  #main .archive-entries > li:not(:nth-child(3n)),
  #main .urllist-with-thumbnails > li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  #main .archive-entries .archive-entry:last-child:not(:nth-child(3n)),
  #main .urllist-with-thumbnails .archive-entry:last-child:not(:nth-child(3n)),
  #main .archive-entries > li:last-child:not(:nth-child(3n)),
  #main .urllist-with-thumbnails > li:last-child:not(:nth-child(3n)) {
    margin-right: auto;
  }
}
@media screen and (max-width: 939px) {
  #main .archive-entries .archive-entry,
  #main .urllist-with-thumbnails .archive-entry,
  #main .archive-entries > li,
  #main .urllist-with-thumbnails > li {
    width: calc((100% - 35px) / 2);
  }
  #main .archive-entries .archive-entry:last-child:nth-child(odd),
  #main .urllist-with-thumbnails .archive-entry:last-child:nth-child(odd),
  #main .archive-entries > li:last-child:nth-child(odd),
  #main .urllist-with-thumbnails > li:last-child:nth-child(odd) {
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  #main .archive-entries .archive-entry,
  #main .urllist-with-thumbnails .archive-entry,
  #main .archive-entries > li,
  #main .urllist-with-thumbnails > li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 350px) {
  #main .archive-entries .archive-entry,
  #main .urllist-with-thumbnails .archive-entry,
  #main .archive-entries > li,
  #main .urllist-with-thumbnails > li {
    width: calc((100% - 15px) / 2);
  }
}
#main .archive-entries .archive-entry .urllist-image,
#main .urllist-with-thumbnails .archive-entry .urllist-image,
#main .archive-entries > li .urllist-image,
#main .urllist-with-thumbnails > li .urllist-image {
  margin: 0;
  float: none;
}
#main .archive-entries .archive-entry .urllist-item-inner,
#main .urllist-with-thumbnails .archive-entry .urllist-item-inner,
#main .archive-entries > li .urllist-item-inner,
#main .urllist-with-thumbnails > li .urllist-item-inner {
  padding-top: calc(21000% / 400);
}
#main .archive-entries .archive-entry .urllist-item-inner::before,
#main .urllist-with-thumbnails .archive-entry .urllist-item-inner::before,
#main .archive-entries > li .urllist-item-inner::before,
#main .urllist-with-thumbnails > li .urllist-item-inner::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 500px;
  background: rgba(0, 0, 0, 0.15);
  z-index: -1;
  transform: translateY(-100%);
}
#main .archive-entries .archive-entry .recent-entries-image-link,
#main .urllist-with-thumbnails .archive-entry .recent-entries-image-link,
#main .archive-entries > li .recent-entries-image-link,
#main .urllist-with-thumbnails > li .recent-entries-image-link {
  position: absolute;
  display: block;
  top: 0;
  line-height: 0;
}
#main .archive-entries .archive-entry .recent-entries-image-link img,
#main .urllist-with-thumbnails .archive-entry .recent-entries-image-link img,
#main .archive-entries > li .recent-entries-image-link img,
#main .urllist-with-thumbnails > li .recent-entries-image-link img {
  width: 100%;
  height: auto;
}
#main .archive-entries .archive-entry .recent-entries-date-link,
#main .urllist-with-thumbnails .archive-entry .recent-entries-date-link,
#main .archive-entries > li .recent-entries-date-link,
#main .urllist-with-thumbnails > li .recent-entries-date-link {
  font-size: 12px;
  margin-top: 5px;
}
#main .archive-entries .archive-entry .recent-entries-date-link a,
#main .urllist-with-thumbnails .archive-entry .recent-entries-date-link a,
#main .archive-entries > li .recent-entries-date-link a,
#main .urllist-with-thumbnails > li .recent-entries-date-link a {
  color: rgba(0, 0, 0, 0.65);
}
#main .archive-entries .archive-entry .recent-entries-date-link a:hover,
#main .urllist-with-thumbnails .archive-entry .recent-entries-date-link a:hover,
#main .archive-entries > li .recent-entries-date-link a:hover,
#main .urllist-with-thumbnails > li .recent-entries-date-link a:hover {
  color: #da2783;
}
#main .archive-entries .archive-entry .urllist-title-link,
#main .urllist-with-thumbnails .archive-entry .urllist-title-link,
#main .archive-entries > li .urllist-title-link,
#main .urllist-with-thumbnails > li .urllist-title-link {
  font-size: 14px;
  font-weight: 700;
}
#main .archive-entries .archive-entry .urllist-categories,
#main .urllist-with-thumbnails .archive-entry .urllist-categories,
#main .archive-entries > li .urllist-categories,
#main .urllist-with-thumbnails > li .urllist-categories {
  margin-top: 0.5em;
}
#main .archive-entries .archive-entry .urllist-category-link,
#main .urllist-with-thumbnails .archive-entry .urllist-category-link,
#main .archive-entries > li .urllist-category-link,
#main .urllist-with-thumbnails > li .urllist-category-link {
  display: inline-block;
  font-size: 11px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.65);
  padding: 3px;
  line-height: 1;
}
#main .archive-entries .archive-entry .urllist-category-link:hover,
#main .urllist-with-thumbnails .archive-entry .urllist-category-link:hover,
#main .archive-entries > li .urllist-category-link:hover,
#main .urllist-with-thumbnails > li .urllist-category-link:hover {
  background: #da2783;
  color: #fff;
}
#main .urllist-read-more,
#main .urllist-see-more {
  margin-top: 40px;
  text-align: center;
}
#main .urllist-read-more a,
#main .urllist-see-more a {
  font-size: 13px;
  font-weight: 700;
}
#main .urllist-read-more a::after,
#main .urllist-see-more a::after {
  position: relative;
  display: inline-block;
  content: '';
  background: url('you_should_load_image_with_relative_pathic_arrow.svg') 0 0 no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  transform: rotate(90deg);
  margin-left: 8px;
  top: -1px;
}
#main .urllist-read-more a:hover::after,
#main .urllist-see-more a:hover::after {
  background-image: url('you_should_load_image_with_relative_pathic_arrow_hover.svg');
}
.page-archive .archive-header-category {
  margin: 0;
}
.page-archive .archive-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 40px 0;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .page-archive .archive-heading {
    font-size: 16px;
  }
}
.page-archive .archive-heading .date-num {
  font-family: 'Roboto', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'Helvetica', 'Arial', sans-serif;
  font-size: 30px;
}
.page-archive .archive-heading .week {
  position: relative;
  display: inline-block;
  background-color: #292e38;
  color: #fff;
  font-size: 13px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  top: -5px;
  margin-left: 0.35em;
}
.page-archive .archive-heading .attr {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.page-archive .categories,
.page-archive .archive-entry-body {
  display: none;
}
.page-archive .archive-entry-header .archive-date {
  font-size: 12px;
  padding-top: calc(21000% / 400);
}
.page-archive .archive-entry-header .archive-date::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 500px;
  background: rgba(0, 0, 0, 0.15);
  z-index: -1;
  transform: translateY(-100%);
}
.page-archive .archive-entry-header .archive-date a {
  display: inline-block;
  padding-top: 8px;
}
.page-archive .archive-entry-header .entry-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.page-archive .entry-thumb-link {
  position: absolute;
  padding-top: calc(21000% / 400);
  width: 100%;
  top: 0;
}
.page-archive .entry-thumb-link .entry-thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
/* 記事内の書式 */
.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;
}
