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;
}
body {
  background: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'Helvetica', 'Arial', sans-serif;
}
body a {
  text-decoration: none;
  color: #000;
}
body a:hover,
body a:active {
  color: #000;
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLijXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
}
.hidden {
  display: none !important;
}
.secret {
  display: none;
}
.lazy-image-appear {
  animation: fadeIn 1s ease 0s 1 normal;
}
@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=e0e0a3993d8aff6a6344f19dd784d5') 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;
}
.header-content {
  display: flex;
  justify-content: space-between;
  width: 1340px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0 25px;
}
@media screen and (max-width: 880px) {
  .header-content {
    flex-direction: column;
    padding: 15px 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .header-content {
    padding: 10px 0 15px;
  }
}
.header-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-title .header-title-logo {
  margin-right: 30px;
}
@media screen and (max-width: 1340px) {
  .header-title .header-title-logo {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .header-title .header-title-logo {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.header-title .header-title-logo a {
  display: block;
  width: 306px;
  height: 86px;
  background: url('../../../../static/comic_ogyaaa/images/logo-ogyaaa.svg') center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .header-title .header-title-logo a {
    width: 220px;
    height: 62px;
  }
}
@media screen and (max-width: 600px) {
  .header-title .header-title-logo a {
    width: 176px;
    height: 45px;
  }
}
@media screen and (max-width: 600px) {
  .header-title .header-title-logo a {
    background-size: cover;
  }
}
@media screen and (max-width: 360px) {
  .header-title .header-title-logo a {
    width: 150px;
    height: 38px;
  }
}
.header-title .header-title-logo a span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header-title .header-title-description {
  display: block;
  width: 250px;
  height: 43px;
  background: url('../../../../static/comic_ogyaaa/images/tagline.svg') center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 880px) {
  .header-title .header-title-description {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .header-title .header-title-description {
    width: 200px;
    height: 34px;
  }
}
.header-title .header-title-description span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .header-nav {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media screen and (max-width: 880px) {
  .header-nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav {
    margin-left: 10px;
  }
}
.header-nav .header-nav-main,
.header-nav .header-nav-others {
  display: flex;
  align-items: center;
  border: 1.5px solid #000;
  border-radius: 20px;
  padding: 6px 0;
}
.header-nav .header-nav-main {
  margin-right: 15px;
}
@media screen and (max-width: 600px) {
  .header-nav .header-nav-main {
    justify-content: space-evenly;
    width: 100%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 425px) {
  .header-nav .header-nav-main {
    margin-right: 5px;
  }
}
.header-nav .header-nav-main .header-nav-main-history a {
  position: relative;
}
.header-nav .header-nav-main .header-nav-main-history,
.header-nav .header-nav-main .header-nav-main-series,
.header-nav .header-nav-main .header-nav-main-comics,
.header-nav .header-nav-main .header-nav-main-goods {
  font-size: 16px;
  font-weight: 700;
  padding: 0 24px;
}
.header-nav .header-nav-main .header-nav-main-history:not(:last-child),
.header-nav .header-nav-main .header-nav-main-series:not(:last-child),
.header-nav .header-nav-main .header-nav-main-comics:not(:last-child),
.header-nav .header-nav-main .header-nav-main-goods:not(:last-child) {
  border-right: 1.5px solid #000;
}
.header-nav .header-nav-main .header-nav-main-history a:hover,
.header-nav .header-nav-main .header-nav-main-series a:hover,
.header-nav .header-nav-main .header-nav-main-comics a:hover,
.header-nav .header-nav-main .header-nav-main-goods a:hover {
  color: #000;
  opacity: 0.6;
}
@media screen and (max-width: 1080px) {
  .header-nav .header-nav-main .header-nav-main-history,
  .header-nav .header-nav-main .header-nav-main-series,
  .header-nav .header-nav-main .header-nav-main-comics,
  .header-nav .header-nav-main .header-nav-main-goods {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav .header-nav-main .header-nav-main-history,
  .header-nav .header-nav-main .header-nav-main-series,
  .header-nav .header-nav-main .header-nav-main-comics,
  .header-nav .header-nav-main .header-nav-main-goods {
    width: 33.3%;
    text-align: center;
    font-size: 12px;
    padding: 0;
  }
}
@media screen and (max-width: 450px) {
  .header-nav .header-nav-main .header-nav-main-history,
  .header-nav .header-nav-main .header-nav-main-series,
  .header-nav .header-nav-main .header-nav-main-comics,
  .header-nav .header-nav-main .header-nav-main-goods {
    width: calc(100% / 4);
  }
}
@media screen and (max-width: 360px) {
  .header-nav .header-nav-main .header-nav-main-history,
  .header-nav .header-nav-main .header-nav-main-series,
  .header-nav .header-nav-main .header-nav-main-comics,
  .header-nav .header-nav-main .header-nav-main-goods {
    width: auto;
    padding-right: 6px;
  }
}
.header-nav .header-nav-main .header-history-badge {
  display: inline-block;
  position: absolute;
  background: #e7233b;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  right: -8px;
}
.header-nav .header-nav-others {
  padding: 8px 0;
}
@media screen and (max-width: 1340px) {
  .header-nav .header-nav-others {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .header-nav .header-nav-others {
    padding: 6px 0;
  }
}
@media screen and (max-width: 1150px) {
  .header-nav .header-nav-others {
    border: none;
    padding-top: 0;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 880px) {
  .header-nav .header-nav-others {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .header-nav .header-nav-others {
    padding: 6px 0;
    margin-right: 10px;
  }
}
.header-nav .header-nav-others .header-nav-others-social a:hover,
.header-nav .header-nav-others .header-nav-others-search a:hover {
  color: #000;
  opacity: 0.6;
}
.header-nav .header-nav-others .header-nav-others-social {
  padding: 0 8px 0 16px;
}
@media screen and (max-width: 425px) {
  .header-nav .header-nav-others .header-nav-others-social {
    padding: 6px 3px;
  }
}
.header-nav .header-nav-others .header-nav-others-social a {
  display: block;
  width: 22px;
  height: 19px;
  background: url('../../../../static/comic_ogyaaa/images/ic_x.svg') center no-repeat;
  background-size: contain;
  border-right: none;
}
@media screen and (max-width: 800px) {
  .header-nav .header-nav-others .header-nav-others-social a {
    width: 27px;
    height: 22px;
  }
}
@media screen and (max-width: 450px) {
  .header-nav .header-nav-others .header-nav-others-social a {
    width: 20px;
    height: 16px;
  }
}
.header-nav .header-nav-others .header-nav-others-social a span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header-nav .header-nav-others .header-nav-others-search {
  padding: 0 16px 0 8px;
}
@media screen and (max-width: 1150px) {
  .header-nav .header-nav-others .header-nav-others-search {
    padding-right: 0;
  }
}
@media screen and (max-width: 360px) {
  .header-nav .header-nav-others .header-nav-others-search {
    padding: 6px 3px;
  }
}
.header-nav .header-nav-others .header-nav-others-search a {
  display: block;
  width: 21px;
  height: 20px;
  background: url('../../../../static/comic_ogyaaa/images/ic-search.svg') center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 800px) {
  .header-nav .header-nav-others .header-nav-others-search a {
    width: 27px;
    height: 26px;
  }
}
@media screen and (max-width: 450px) {
  .header-nav .header-nav-others .header-nav-others-search a {
    width: 19px;
    height: 18px;
  }
}
.header-nav .header-nav-others .header-nav-others-search a span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.bordered-header {
  border-bottom: 1.5px solid #000;
}
.header-title .header-title-logo a {
  background-image: url('https://cdn.blog.st-hatena.com/files/13574176438059554243/13574176438082521599');
}
.header-title .header-title-description {
  background-image: url('https://cdn.blog.st-hatena.com/files/13574176438059554243/13574176438082522950');
}
.header-nav .header-nav-others .header-nav-others-social a {
  background-image: url('https://cdn.blog.st-hatena.com/files/13574176438059554243/820878482974537877');
}
.header-nav .header-nav-others .header-nav-others-search a {
  background-image: url('https://cdn.blog.st-hatena.com/files/13574176438059554243/13574176438082522772');
}
.footer-section {
  max-width: 1340px;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 1340px) {
  .footer-section {
    padding: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  .footer-section {
    padding: 0;
  }
}
.footer-container {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 3px solid #000;
}
@media screen and (max-width: 960px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 450px) {
  .footer-container-inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.footer-menu-list {
  display: flex;
  column-gap: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1080px) {
  .footer-menu-list {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 800px) {
  .footer-menu-list {
    column-gap: 20px;
  }
}
@media screen and (max-width: 450px) {
  .footer-menu-list {
    justify-content: center;
  }
}
@media screen and (max-width: 360px) {
  .footer-menu-list {
    column-gap: 10px;
  }
}
.footer-menu-list-item {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  .footer-menu-list-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .footer-menu-list-item {
    font-size: 12px;
  }
}
.copyright {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.copyright a {
  color: #e7233b;
}
@media screen and (max-width: 960px) {
  .copyright {
    text-align: center;
  }
}
.footer-banner-list {
  display: flex;
  column-gap: 15px;
}
@media screen and (max-width: 960px) {
  .footer-banner-list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 360px) {
  .footer-banner-list {
    padding: 0 10px;
  }
}
.footer-banner-list-item-link {
  display: block;
  max-width: 160px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .footer-banner-list-item-link {
    max-width: 140px;
  }
}
@media screen and (max-width: 450px) {
  .footer-banner-list-item-link {
    max-width: 100px;
  }
}
.footer-banner-list-item-link img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-menu-list-item-link:hover {
  color: #e7233b;
}
.footer-license-container {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  padding: 20px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 3px, transparent 3px, transparent 9px);
  background-size: 9px 1.5px;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 800px) {
  .footer-license-container {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
}
@media screen and (max-width: 360px) {
  .footer-license-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer-license-content-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .footer-license-content-inner {
    width: 100%;
  }
}
.license-img-wrapper {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 800px) {
  .license-img-wrapper {
    width: 52px;
    height: 52px;
  }
}
.license-img-wrapper img {
  width: 100%;
  height: 100%;
}
.license-text {
  width: 300px;
  margin-left: 15px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
}
/* 記事内の書式 */
.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;
}
.title-wrapper {
  max-width: 1340px;
  margin: 0 auto;
}
@media screen and (max-width: 1340px) {
  .title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 450px) {
  .title-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.title-wrapper h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding: 60px 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 3px, transparent 3px, transparent 9px);
  background-size: 9px 1.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 450px) {
  .title-wrapper h1 {
    padding: 40px 0;
  }
}
#main {
  max-width: 1340px;
  margin: 0 auto;
}
@media screen and (max-width: 1340px) {
  #main {
    padding: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  #main {
    padding: 0;
  }
}
#main .hatena-module-title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 30px 0;
}
@media screen and (max-width: 450px) {
  #main .hatena-module-title {
    font-size: 14px;
    padding: 40px 0;
  }
}
#main .recent-entries {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1340px) {
  #main .recent-entries {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1080px) {
  #main .recent-entries {
    column-gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  #main .recent-entries {
    max-width: 580px;
    margin: 0 auto;
    padding: 0 0 40px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 450px) {
  #main .recent-entries {
    column-gap: 10px;
    padding: 0 10px 40px;
  }
}
#main .recent-entries-item {
  width: calc((100% - 120px)/ 4);
}
@media screen and (max-width: 1340px) {
  #main .recent-entries-item {
    width: calc((100% - 90px)/ 4);
  }
}
@media screen and (max-width: 1080px) {
  #main .recent-entries-item {
    width: calc((100% - 40px)/ 3);
  }
}
@media screen and (max-width: 800px) {
  #main .recent-entries-item {
    width: calc((100% - 20px)/ 2);
  }
}
@media screen and (max-width: 450px) {
  #main .recent-entries-item {
    width: calc((100% - 10px)/ 2);
  }
}
#main .urllist-image {
  margin: 0;
  float: none;
  width: 100%;
  height: auto;
  border: 3px solid #000;
  border-radius: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1340px) {
  #main .urllist-image {
    border-radius: 25px;
  }
}
@media screen and (max-width: 960px) {
  #main .urllist-image {
    border-radius: 20px;
  }
}
@media screen and (max-width: 360px) {
  #main .urllist-image {
    border-radius: 15px;
  }
}
#main .urllist-date-link {
  font-family: Verdana, Geneva, Segoe UI, Tahoma, sans-serif;
  font-size: 15px;
  margin: 5px 0 5px 5px;
}
@media screen and (max-width: 450px) {
  #main .urllist-date-link {
    font-size: 13px;
    margin: 5px 0 5px 0;
  }
}
#main .recent-entries-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
}
@media screen and (max-width: 450px) {
  #main .recent-entries-title {
    font-size: 14px;
    margin-left: 0;
  }
}
#main .recent-entries-entry-body {
  display: none;
}
#main .urllist-categories {
  margin-top: 7px;
  margin-left: 5px;
}
@media screen and (max-width: 450px) {
  #main .urllist-categories {
    margin-left: 0;
  }
}
#main .urllist-category-link {
  display: inline-block;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  line-height: 1;
  padding: 3px;
  margin-right: 0;
}
#main .urllist-read-more {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin-right: 32px;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 70px;
}
@media screen and (max-width: 450px) {
  #main .urllist-read-more {
    margin-bottom: 50px;
  }
}
#main .urllist-read-more::before {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #000;
  top: 2px;
  right: -36px;
}
#main .urllist-read-more::after {
  position: absolute;
  content: '';
  top: 11px;
  right: -26px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
#main .hatena-module-title a:hover {
  color: #e7233b;
}
#main .urllist-image-link:hover .urllist-image {
  border-color: #e7233b;
}
#main .urllist-title-link:hover {
  color: #e7233b;
}
#main .urllist-date-link a:hover {
  color: #e7233b;
}
#main .urllist-category-link:hover {
  background-color: #e7233b;
  color: #fff;
}
#main .urllist-read-more:hover a {
  color: #e7233b;
}
#main .urllist-read-more:hover::before {
  border: 2px solid #e7233b;
}
#main .urllist-read-more:hover::after {
  border-top-color: #e7233b;
  border-right-color: #e7233b;
}
.page-entry .entry-content h1,
.page-entry .entry-content h2,
.page-entry .entry-content h3,
.page-entry .entry-content h4,
.page-entry .entry-content h5,
.page-entry .entry-content h6 {
  font-weight: 600;
  margin: 1em 0 1em;
}
.page-entry .entry-content h2,
.page-entry .entry-content h3 {
  border-bottom: none;
}
.page-entry #main {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 1340px) {
  .page-entry #main {
    padding: 0 20px;
  }
}
.page-entry .title-wrapper h1 {
  font-size: 16px;
  padding: 30px 0;
  margin: 0;
}
.page-entry .entry-header {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .page-entry .entry-header {
    margin: 30px 0;
  }
}
.page-entry .entry-header .entry-date {
  font-family: Verdana, Geneva, Segoe UI, Tahoma, sans-serif;
  font-size: 15px;
}
.page-entry .entry-header .entry-date a {
  color: #000;
}
.page-entry .entry-header .entry-title {
  font-weight: 600;
  font-size: 24px;
  margin: 0.5em 0 0.5em;
}
@media screen and (max-width: 450px) {
  .page-entry .entry-header .entry-title {
    font-size: 20px;
  }
}
.page-entry .entry-header .entry-category-link {
  display: inline-block;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  line-height: 1;
  padding: 3px;
}
@media screen and (max-width: 450px) {
  .page-entry .entry-content {
    font-size: 15px;
  }
}
.page-entry .entry-content p {
  line-height: 1.75;
  margin: 0.5rem 0;
}
.page-entry .entry-footer {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-entry .entry-footer .entry-footer-section {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.page-entry .entry-footer .entry-footer-section .entry-footer-time a time {
  color: rgba(0, 0, 0, 0.6);
}
.page-entry .pager {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 32px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 3px, transparent 3px, transparent 9px);
  background-size: 9px 1.5px;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 450px) {
  .page-entry .pager {
    padding-top: 6px;
    padding-bottom: 8px;
  }
}
.page-entry .pager .pager-prev,
.page-entry .pager .pager-next {
  position: relative;
  width: 50%;
  padding: 16px;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 450px) {
  .page-entry .pager .pager-prev,
  .page-entry .pager .pager-next {
    font-size: 12px;
  }
}
.page-entry .pager .pager-prev .pager-arrow,
.page-entry .pager .pager-next .pager-arrow {
  position: absolute;
  display: block;
  top: 0;
  bottom: 50%;
  transform: translateY(-50%);
  height: 8px;
  margin: auto;
  font-size: 25px;
}
.page-entry .pager .pager-prev {
  padding-right: 8px;
}
.page-entry .pager .pager-prev .pager-arrow {
  left: 0;
}
.page-entry .pager .pager-next {
  padding-left: 8px;
  text-align: right;
}
.page-entry .pager .pager-next .pager-arrow {
  right: 0;
}
.page-entry .title-wrapper h1 a:hover {
  color: #e7233b;
}
.page-entry .entry-category-link:hover {
  background-color: #e7233b;
  color: #fff;
}
.page-entry .entry-title-link:hover {
  color: #e7233b;
}
.page-archive .archive-header-category {
  margin-bottom: 0;
}
.page-archive .archive-heading {
  text-align: center;
  padding-top: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 450px) {
  .page-archive .archive-heading {
    font-size: 14px;
  }
}
.page-archive .archive-entries {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 50px;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1340px) {
  .page-archive .archive-entries {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .page-archive .archive-entries {
    column-gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  .page-archive .archive-entries {
    max-width: 580px;
    margin: 0 auto;
    padding: 30px 0 50px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 450px) {
  .page-archive .archive-entries {
    column-gap: 10px;
    padding: 30px 10px 50px;
  }
}
.page-archive .archive-entry {
  position: relative;
  width: calc((100% - 120px)/ 4);
}
@media screen and (max-width: 1340px) {
  .page-archive .archive-entry {
    width: calc((100% - 90px)/ 4);
  }
}
@media screen and (max-width: 1080px) {
  .page-archive .archive-entry {
    width: calc((100% - 40px)/ 3);
  }
}
@media screen and (max-width: 800px) {
  .page-archive .archive-entry {
    width: calc((100% - 20px)/ 2);
  }
}
@media screen and (max-width: 450px) {
  .page-archive .archive-entry {
    width: calc((100% - 10px)/ 2);
  }
}
.page-archive .entry-thumb-link {
  padding-top: calc(150 / 270 * 100%);
  position: absolute;
  top: 0;
  width: 100%;
}
.page-archive .entry-thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #000;
  border-radius: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1340px) {
  .page-archive .entry-thumb {
    border-radius: 25px;
  }
}
@media screen and (max-width: 960px) {
  .page-archive .entry-thumb {
    border-radius: 20px;
  }
}
@media screen and (max-width: 360px) {
  .page-archive .entry-thumb {
    border-radius: 15px;
  }
}
.page-archive .archive-date {
  padding-top: calc(150 / 270 * 100%);
  font-family: Verdana, Geneva, Segoe UI, Tahoma, sans-serif;
  font-size: 15px;
  margin: 13px 0 5px 5px;
}
@media screen and (max-width: 450px) {
  .page-archive .archive-date {
    font-size: 13px;
    margin: 8px 0 5px 0;
  }
}
.page-archive .archive-date a time {
  color: #000;
}
.page-archive .archive-entry-header .entry-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 450px) {
  .page-archive .archive-entry-header .entry-title {
    font-size: 14px;
    margin-left: 0;
  }
}
.page-archive .categories {
  margin-top: 7px;
  margin-left: 5px;
}
@media screen and (max-width: 450px) {
  .page-archive .categories {
    margin-left: 0;
  }
}
.page-archive .categories .archive-category-link {
  display: inline-block;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  line-height: 1;
  padding: 3px;
  margin-right: 0;
}
.page-archive .archive-entry-body {
  display: none;
}
.page-archive .entry-thumb-link:hover .entry-thumb {
  border-color: #e7233b;
}
.page-archive .entry-title-link:hover {
  color: #e7233b;
  text-decoration: none;
}
.page-archive .archive-date a:hover time {
  color: #e7233b;
}
.page-archive .archive-category-link:hover {
  background-color: #e7233b;
  color: #fff;
}
.page-index .pager,
.page-archive .pager {
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  margin: 1.5em auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 3px, transparent 3px, transparent 9px);
  background-size: 9px 1.5px;
  background-repeat: repeat-x;
  background-position: left top;
}
.page-index .pager .pager-prev,
.page-archive .pager .pager-prev,
.page-index .pager .pager-next,
.page-archive .pager .pager-next {
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.page-index .pager .pager-prev a,
.page-archive .pager .pager-prev a,
.page-index .pager .pager-next a,
.page-archive .pager .pager-next a {
  position: relative;
}
.page-index .pager .pager-prev a::before,
.page-archive .pager .pager-prev a::before {
  position: absolute;
  content: '';
  top: 4px;
  left: -22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(225deg);
}
.page-index .pager .pager-next a::after,
.page-archive .pager .pager-next a::after {
  position: absolute;
  content: '';
  top: 4px;
  right: -22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.page-index .pager .pager-prev a:hover,
.page-archive .pager .pager-prev a:hover,
.page-index .pager .pager-next a:hover,
.page-archive .pager .pager-next a:hover {
  color: #e7233b;
}
