/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** 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/action/action_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=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;
}
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;
}
@keyframes fadeIn87 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.87;
  }
}
@keyframes fadein1 {
  0% {
    opacity: 1;
  }
  29% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein2 {
  0% {
    opacity: 1;
  }
  62% {
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
:root {
  --color-brand: #1e88e5;
  --color-brand-hover: #186db7;
  --color-background: #f7ede0;
  --color-background-gray: #5b5b5b;
  --color-background-gray-light: rgba(0, 0, 0, 0.1);
  --color-black: rgba(0, 0, 0, 0.9);
  --color-gray: rgba(0, 0, 0, 0.5);
  --color-gray-dark: rgba(0, 0, 0, 0.8);
  --color-border: var(--color-gray);
  --color-border-light: rgba(0, 0, 0, 0.3);
  --color-accent: #ffff00;
  --color-category-1: #1b84ff;
  --color-category-2: #8002ff;
  --color-hover: var(--color-brand);
  --font-weight-thin: 100;
  --font-weight-normal: 300;
  --font-weight-demibold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 800;
  --font-family-sans: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
    'Meiryo', 'Helvetica', 'Arial', sans-serif;
  --font-family-sans-en: Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-family-num: Courier, Verdana, sans-serif;
  --common-border-color: var(--color-border);
  --common-light-gray-bg: var(--color-background-gray-light);
}
body {
  background: var(--color-background);
  color: var(--color-black);
  font-size: 15px;
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
  font-family: var(--font-family-sans);
}
a {
  text-decoration: none;
  color: var(--color-black);
}
a:active,
a:hover {
  color: var(--color-hover);
}
.header,
.header_container {
  min-height: 90px;
}
@media screen and (max-width: 850px) {
  .header,
  .header_container {
    min-height: 95px;
  }
}
.header {
  background-color: var(--color-background);
}
.header_container {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1440px;
}
.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .nav {
    grid-template-columns: -webkit-max-content -webkit-max-content 1fr;
    grid-template-columns: max-content max-content 1fr;
    column-gap: 30px;
  }
}
@media screen and (max-width: 980px) {
  .nav {
    column-gap: 20px;
  }
}
@media screen and (max-width: 850px) {
  .nav {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    row-gap: 15px;
    padding-top: 6px;
  }
}
@media screen and (max-width: 580px) {
  .nav {
    padding-left: 15px;
    padding-right: 15px;
    column-gap: 0;
  }
}
@media screen and (max-width: 370px) {
  .nav {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.logo {
  line-height: 0;
  order: 2;
}
@media screen and (max-width: 1280px) {
  .logo {
    order: 1;
  }
}
.logo svg {
  height: 45px;
}
@media screen and (max-width: 980px) {
  .logo svg {
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    column-gap: 30px;
  }
}
@media screen and (max-width: 930px) {
  .logo svg {
    height: 34px;
  }
}
@media screen and (max-width: 370px) {
  .logo svg {
    height: 30px;
  }
}
.tagline {
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  background-color: var(--color-black);
  font-weight: var(--font-weight-extra-bold);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  height: 22px;
  padding: 0 16px;
  font-size: 12px;
  font-feature-settings: 'palt';
  order: 1;
}
@media screen and (max-width: 1280px) {
  .tagline {
    order: 2;
  }
}
@media screen and (max-width: 980px) {
  .tagline {
    padding: 0 10px;
    scale: 0.9;
    transform-origin: center left;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 580px) {
  .tagline {
    justify-self: right;
    transform-origin: center right;
  }
}
@media screen and (max-width: 470px) {
  .tagline {
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: top right;
  }
}
.tagline strong {
  color: #fff;
  font-size: 15px;
  padding: 0 4px;
}
@media screen and (max-width: 580px) {
  .tagline strong {
    font-size: 12px;
    padding: 0 2px;
  }
}
.list {
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  grid-template-columns: repeat(6, auto);
  column-gap: 15px;
  justify-self: right;
  order: 3;
}
@media screen and (max-width: 850px) {
  .list {
    grid-column-start: 1;
    grid-column-end: 3;
    justify-self: unset;
    width: 85%;
    column-gap: 0;
  }
}
@media screen and (max-width: 580px) {
  .list {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .list li:last-child {
    justify-self: right;
  }
}
.list a,
.list button {
  display: block;
  color: var(--color-black);
  font-size: 15px;
  line-height: 1;
  font-weight: var(--font-weight-bold);
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .list a,
  .list button {
    font-size: 14px;
  }
}
@media screen and (max-width: 470px) {
  .list a,
  .list button {
    font-size: 13px;
  }
}
.list a:hover,
.list button:hover {
  color: var(--color-hover);
}
.login {
  font-family: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 470px) {
  .login,
  .mypage {
    position: absolute;
    top: 32px;
    right: 10px;
  }
}
.search {
  position: relative;
  top: -2px;
  line-height: 0;
}
.search svg {
  width: 26px;
  height: 26px;
}
.history_badge {
  position: relative;
  display: inline-block;
  background: var(--color-red);
  color: #fff;
  font-family: var(--font-family-sans-en);
  font-size: 11px;
  font-weight: var(--font-weight-normal);
  min-width: 18px;
  line-height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  top: -1px;
  margin-left: 2px;
}
a:hover .history_badge {
  background-color: var(--color-hover);
}
.footer {
  color: var(--color-gray);
  margin: 50px auto 0;
  padding: 0 15px 60px;
  text-align: center;
  box-sizing: border-box;
}
.footer:not(.top) {
  border-top: 1px solid var(--color-border-light);
  padding-top: 40px;
  margin-top: 80px;
}
.footer a {
  color: var(--color-black);
  text-decoration: none;
}
.footer a:hover {
  color: var(--color-hover);
}
.footer_nav_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_nav_list a {
  display: block;
  font-weight: var(--font-weight-bold);
  padding: 10px 20px;
  font-size: 15px;
}
@media screen and (max-width: 580px) {
  .footer_nav_list a {
    font-size: 13px;
    padding: 6px 12px;
  }
}
.footer_copyright {
  font-size: 12px;
  padding-top: 35px;
}
.footer_abj_mark {
  padding-top: 60px;
}
.footer_abj_mark img {
  width: 73px;
  height: 60px;
  opacity: 0.9;
}
.footer_abj_text {
  font-size: 12px;
  margin-top: 15px;
}
.search_icon_color,
.logo_color {
  fill: var(--color-black);
}
.svg:hover .search_icon_color,
.svg:hover .logo_color {
  fill: var(--color-hover);
}
#content {
  border-top: 10px solid #1e88e5;
  padding-top: 40px;
}
@media screen and (min-width: 1340px) {
  #content-inner {
    width: 1340px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1339px) {
  #content-inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  #content-inner {
    padding: 0 15px;
  }
}
.page-index .hatena-module-recent-entries .hatena-module-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .page-index .hatena-module-recent-entries .hatena-module-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .page-index .hatena-module-recent-entries .hatena-module-title {
    font-size: 24px;
  }
}
#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: 358px) {
  #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: 52.5%;
}
#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: var(--color-border-light);
  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 {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
  margin-right: 10px;
}
#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: var(--color-brand);
}
#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: var(--color-brand-hover);
}
#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;
}
#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(255, 255, 255, 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: var(--color-brand);
  color: var(--color-brand-hover);
}
#main .urllist-read-more,
#main .urllist-see-more {
  margin-top: 40px;
  text-align: center;
}
.page-archive .archive-header-category {
  margin: 0;
}
.page-archive .archive-heading {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .page-archive .archive-heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .page-archive .archive-heading {
    font-size: 24px;
  }
}
.page-archive .categories,
.page-archive .archive-entry-body {
  display: none;
}
.page-archive .archive-entry-header .archive-date {
  font-size: 12px;
  padding-top: 52.5%;
}
.page-archive .archive-entry-header .archive-date::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 500px;
  background: var(--color-border-light);
  z-index: -1;
  transform: translateY(-100%);
}
.page-archive .archive-entry-header .archive-date a {
  display: inline-block;
  margin-top: 10px;
}
.page-archive .archive-entry-header .entry-title {
  font-size: 13px;
  margin: 0;
}
.page-archive .entry-thumb-link {
  position: absolute;
  padding-top: 52.5%;
  width: 100%;
  top: 0;
}
.page-archive .entry-thumb-link .entry-thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .page-entry #main-inner {
    width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1339px) {
  .page-entry #main-inner {
    width: 100%;
  }
}
.page-entry .pager {
  border-top: 1px solid var(--color-border);
  border-bottom: none;
}
.page-entry .entry-categories a {
  display: inline-block;
  background-color: #92b1bb;
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  min-width: 70px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
.page-entry .date {
  border-top: 1px solid var(--color-gray);
  padding-top: 40px;
}
.page-entry .entry-content a {
  color: var(--color-brand);
}
.page-entry .entry-content a:hover {
  color: var(--color-brand-hover);
}
/* 記事内の書式 */
.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: flex;
  align-items: 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: var(--color-gray);
}
@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;
}
body.static-page-toukou #content {
  padding-top: 0;
}
body.static-page-toukou #content-inner {
  width: auto;
  padding: 0;
}
body.static-page-toukou .entry-header {
  display: none;
}
body.static-page-toukou .entry-content h1,
body.static-page-toukou .entry-content h2,
body.static-page-toukou .entry-content h3,
body.static-page-toukou .entry-content p {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.toukou {
  background: url('https://comic-action.com/images/toukou/bg_stripe.png') top center, url('https://comic-action.com/images/toukou/bg_star.jpg') top center;
  background-size: 113px 113px, 1500px 1000px;
  padding-top: 30px;
}
.toukou-cover {
  position: relative;
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .toukou-cover {
    height: 480px;
  }
}
@media screen and (min-width: 700px) and (max-width: 960px) {
  .toukou-cover {
    padding-top: 50%;
  }
}
@media screen and (max-width: 699px) {
  .toukou-cover {
    height: 550px;
  }
}
@media screen and (max-width: 400px) {
  .toukou-cover {
    height: 445px;
  }
}
.toukou-cover .cover-text {
  position: absolute;
  background-repeat: no-repeat;
}
@media screen and (min-width: 700px) {
  .toukou-cover .cover-text {
    background-image: url('https://comic-action.com/images/toukou/cover_text.svg');
    background-position: center;
    background-size: contain;
    top: 50%;
    width: 500px;
    height: 345px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 700px) and (max-width: 960px) {
  .toukou-cover .cover-text {
    left: 3%;
    width: 52.08333333%;
    padding-top: 69%;
  }
}
@media screen and (max-width: 699px) {
  .toukou-cover .cover-text {
    background-image: url('https://comic-action.com/images/toukou/cover_text_small.svg');
    background-size: 375px 300px;
    background-position-x: center;
    background-position-y: calc(100% - 35px);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 400px) {
  .toukou-cover .cover-text {
    background-size: 300px 240px;
  }
}
.toukou-cover .cover-text * span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.toukou-cover .cover-image {
  position: absolute;
}
@media screen and (min-width: 700px) {
  .toukou-cover .cover-image {
    bottom: -18%;
    left: 48%;
    width: 55%;
    padding-top: 66.45833333%;
  }
}
@media screen and (max-width: 699px) {
  .toukou-cover .cover-image {
    bottom: 0;
    left: 10%;
    width: 518.4px;
    padding-top: 626.4px;
  }
}
@media screen and (max-width: 400px) {
  .toukou-cover .cover-image {
    width: 414.72px;
    padding-top: 501.12px;
  }
}
.toukou-cover .cover-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.toukou-main {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.toukou-hajimeni {
  position: relative;
  background: #d8d1ca;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  .toukou-hajimeni {
    padding: 0 20px;
  }
}
.toukou-hajimeni h1 {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #cec6bd;
  font-size: 15px;
  font-weight: 700;
  padding: 0 10px !important;
}
.toukou-hajimeni p {
  font-size: 19px;
  line-height: 40px;
}
@media screen and (max-width: 600px) {
  .toukou-hajimeni p {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .toukou-hajimeni p {
    font-size: 15px;
  }
}
.toukou-hajimeni > div {
  background: url('https://comic-action.com/images/toukou/border_dotted.svg') top center;
  background-size: 40px 40px;
  padding: 80px 0;
}
.toukou-flow {
  position: relative;
  background: #cec6bd;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  margin-top: -1px;
  padding-bottom: 50px;
}
.toukou-flow .step {
  position: relative;
  width: 1020px;
  max-width: calc(100% - 40px);
  margin: 50px auto 0;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .toukou-flow .step {
    max-width: calc(100% - 30px);
  }
}
.toukou-flow .step::before {
  position: absolute;
  content: '';
  background: #d8d1ca;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  z-index: -1;
}
.toukou-flow .step.step1 h3 {
  background-image: url('https://comic-action.com/images/toukou/h_1.svg');
  background-size: 152.11px 19.87px;
}
.toukou-flow .step.step1 img {
  width: 220px;
  height: 189px;
}
@media screen and (max-width: 999px) {
  .toukou-flow .step.step1 img {
    width: 146.66666667px;
    height: 126px;
  }
}
.toukou-flow .step.step2 h3 {
  background-image: url('https://comic-action.com/images/toukou/h_2.svg');
  background-size: 150.7px 19.87px;
}
.toukou-flow .step.step2 img {
  width: 243.5px;
  height: 178.5px;
}
@media screen and (max-width: 999px) {
  .toukou-flow .step.step2 img {
    width: 162.33333333px;
    height: 119px;
  }
}
.toukou-flow .step.step3 h3 {
  background-image: url('https://comic-action.com/images/toukou/h_3.svg');
  background-size: 169.42px 20px;
}
.toukou-flow .step.step3 img {
  width: 231px;
  height: 198px;
}
@media screen and (max-width: 999px) {
  .toukou-flow .step.step3 img {
    width: 154px;
    height: 132px;
  }
}
.toukou-flow .step.step4 h3 {
  background-image: url('https://comic-action.com/images/toukou/h_4.svg');
  background-size: 167.75px 19.98px;
}
.toukou-flow .step.step4 img {
  width: 172px;
  height: 231.5px;
}
@media screen and (max-width: 999px) {
  .toukou-flow .step.step4 img {
    width: 114.66666667px;
    height: 154.33333333px;
  }
}
.toukou-flow .step-container {
  background: url('https://comic-action.com/images/toukou/border_h.svg') top center repeat-x, url('https://comic-action.com/images/toukou/border_h.svg') bottom center repeat-x, url('https://comic-action.com/images/toukou/border_v.svg') top left repeat-y, url('https://comic-action.com/images/toukou/border_v.svg') top right repeat-y;
  background-size: 1020px 7px, 1020px 7px, 7px 824px, 7px 824px;
  padding: 45px 0 40px;
}
.toukou-flow .step-content {
  padding: 30px 30px 0;
}
@media screen and (min-width: 1000px) {
  .toukou-flow .step-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (max-width: 999px) {
  .toukou-flow .text-wrapper {
    margin-top: 20px;
  }
}
.toukou-flow h1 {
  font-size: 24px;
  font-weight: 700;
  padding-top: 50px !important;
}
.toukou-flow h2 {
  position: absolute;
  top: 4px;
  left: 50%;
  background: #4e4a48;
  color: #d8d1ca;
  font-size: 15px;
  font-weight: 700;
  padding: 0 10px !important;
  transform: translate(-50%, -50%);
}
.toukou-flow h3 {
  position: relative;
  color: #00796b;
  font-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  margin-bottom: 30px !important;
}
.toukou-flow h3::after {
  position: absolute;
  content: '';
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  width: 880px;
  max-width: calc(100% - 80px);
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
.toukou-flow h3 span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.toukou-flow h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 30px 0 10px;
}
.toukou-flow p.text {
  font-size: 19px;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .toukou-flow p.text {
    font-size: 16px;
    text-align: justify;
  }
}
@media screen and (max-width: 600px) {
  .toukou-flow p.text br {
    display: none;
  }
}
.toukou-flow p.mailto a {
  display: inline-block;
  background: #1e88e5;
  color: #f1f1f1;
  font-size: 17px;
  padding: 10px 0;
  border-radius: 8px;
  transition: 0.2s;
}
@media screen and (min-width: 530px) {
  .toukou-flow p.mailto a {
    width: 456px;
  }
}
@media screen and (max-width: 529px) {
  .toukou-flow p.mailto a {
    padding: 8px 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 359px) {
  .toukou-flow p.mailto a {
    padding: 5px 10px;
    font-size: 13px;
  }
}
.toukou-flow p.mailto a:hover {
  background: #187bd1;
}
.toukou-flow p.toukou-flow-end {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 40px !important;
}
@media screen and (max-width: 600px) {
  .toukou-flow p.toukou-flow-end {
    font-size: 16px;
  }
}
@media screen and (min-width: 601px) {
  .toukou-flow p.toukou-flow-end br {
    display: none;
  }
}

