/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** 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/magapoke/magapoke_blog.less ***!
  \*********************************************************************************************************************************************************************************************************************************/
@charset "utf-8";
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;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix::after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header2020 {
  position: relative;
  height: 70px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 890px) {
  .header2020 {
    height: 80px;
  }
}
.header2020 a {
  display: block;
  color: #fff;
  font-weight: 700;
}
.header2020 a:hover,
.header2020 button:hover {
  opacity: 0.8;
}
.header2020 .header-container {
  display: flex;
  align-items: center;
  background: #0d2f89;
  height: 100%;
}
.header2020 .header-container nav {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 1180px;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 803px) {
  .header2020 .header-container nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 14px;
  }
}
.header2020 .header-logo {
  position: relative;
  top: -1px;
  width: 130px;
  height: 39px;
  margin: 0 20px;
}
@media screen and (max-width: 803px) {
  .header2020 .header-logo {
    width: 82px;
    height: 24px;
    margin: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .header2020 .header-logo {
    margin: 0 13px 0 16px;
  }
}
@media screen and (max-width: 401px) {
  .header2020 .header-logo {
    top: 4px;
  }
}
@media screen and (max-width: 320px) {
  .header2020 .header-logo {
    margin: 0px 8px 0 13px;
  }
}
.header2020 .header-logo a {
  width: 100%;
  height: 100%;
  background: url("/img/logo_magapoke.svg") center no-repeat;
  background-size: contain;
}
.header2020 .header-logo span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header2020 .header-description {
  flex-grow: 1;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  padding-right: 30px;
}
@media screen and (max-width: 890px) {
  .header2020 .header-description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    font-weight: 300;
    padding-right: 10px;
  }
}
@media screen and (max-width: 401px) {
  .header2020 .header-description {
    padding-right: 0;
    float: none;
    position: absolute;
    top: 5px;
    left: 16px;
    line-height: 1.3;
    height: auto;
  }
}
.header2020 .header-description span {
  display: inline-block;
}
@media screen and (max-width: 460px) {
  .header2020 .header-description span {
    display: block;
  }
}
@media screen and (max-width: 401px) {
  .header2020 .header-description span {
    display: inline-block;
  }
}
.header2020 .header-nav {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 890px) {
  .header2020 .header-nav {
    font-size: 13px;
    padding: 5px 6px 1px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 803px) {
  .header2020 .header-nav {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .header2020 .header-nav {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 375px) {
  .header2020 .header-nav {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 320px) {
  .header2020 .header-nav {
    font-size: 11px;
  }
}
@media screen and (max-width: 600px) {
  .header2020 .header-nav.list-4 {
    justify-content: flex-start;
  }
  .header2020 .header-nav.list-4 li:not(:first-child) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 890px) {
  .header2020 .header-nav li:not(:first-child) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .header2020 .header-nav li:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .header2020 .header-nav li:not(:first-child).header-nav-search {
    margin-left: auto;
  }
}
.header2020 .header-nav a,
.header2020 .header-nav button {
  padding: 10px;
}
@media screen and (max-width: 401px) {
  .header2020 .header-nav a,
  .header2020 .header-nav button {
    padding: 13px 10px 6px;
  }
}
@media screen and (max-width: 320px) {
  .header2020 .header-nav a,
  .header2020 .header-nav button {
    padding: 13px 7px 5px;
  }
}
.header2020 .header-nav a,
.header2020 .header-nav .signup-button {
  white-space: nowrap;
}
.header2020 .header-nav-series {
  margin-right: 10px;
}
@media screen and (max-width: 890px) {
  .header2020 .header-nav-series {
    margin-right: 0;
  }
}
.header2020 .header-nav-signup .signup-button {
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 890px) {
  .header2020 .header-nav-signup .signup-button {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .header2020 .header-nav-signup .signup-button {
    font-size: 12px;
  }
  .header2020 .header-nav-signup .signup-button span {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media screen and (max-width: 320px) {
  .header2020 .header-nav-signup .signup-button {
    font-size: 11px;
  }
}
.header2020 .header-nav-signup,
.header2020 .header-nav-mypage {
  padding: 0 10px;
}
@media screen and (max-width: 890px) {
  .header2020 .header-nav-signup,
  .header2020 .header-nav-mypage {
    padding: 0;
  }
}
.header2020 .header-nav-signup::before,
.header2020 .header-nav-mypage::before {
  margin-left: -10px;
}
.header2020 .header-nav-signup::before,
.header2020 .header-nav-mypage::before,
.header2020 .header-nav-search::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 890px) {
  .header2020 .header-nav-signup::before,
  .header2020 .header-nav-mypage::before,
  .header2020 .header-nav-search::before {
    display: none;
  }
}
.header2020 .header-user-point-total {
  margin: 0 15px 0 -5px;
}
@media screen and (max-width: 890px) {
  .header2020 .header-user-point-total {
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 803px) {
  .header2020 .header-user-point-total {
    position: absolute;
    right: 52px;
    top: 12px;
  }
}
@media screen and (max-width: 600px) {
  .header2020 .header-user-point-total {
    right: 52px;
    top: -28px;
  }
}
@media screen and (max-width: 320px) {
  .header2020 .header-user-point-total {
    right: 50px;
  }
}
@media screen and (max-width: 401px) {
  .header2020 .header-user-point-total {
    right: 50px;
    top: -23px;
  }
}
.header2020 .header-user-point-total a {
  background: #091f5a;
  border-radius: 5px;
}
@media screen and (max-width: 803px) {
  .header2020 .header-user-point-total a {
    font-weight: normal;
  }
}
@media screen and (max-width: 600px) {
  .header2020 .header-user-point-total a {
    padding: 10px;
  }
}
.header2020 .header-nav-search {
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 890px) {
  .header2020 .header-nav-search {
    margin-right: 8px;
    position: static;
  }
}
.header2020 .header-nav-search a {
  display: block;
  width: 44px;
  height: 44px;
  background: url("https://cdn.blog.st-hatena.com/images/ic_search_white.svg?version=263e782f4058acf5109a8ca03f06e0") center no-repeat;
  background-size: 21.5px 21.5px;
}
@media screen and (max-width: 890px) {
  .header2020 .header-nav-search a {
    position: relative;
    top: -2px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}
@media screen and (max-width: 803px) {
  .header2020 .header-nav-search a {
    position: absolute;
    top: 11px;
    right: 10px;
    padding: 0;
    width: 34px;
    height: 34px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 600px) {
  .header2020 .header-nav-search a {
    top: -30px;
    right: 12px;
  }
}
@media screen and (max-width: 401px) {
  .header2020 .header-nav-search a {
    top: -24px;
  }
}
@media screen and (max-width: 320px) {
  .header2020 .header-nav-search a {
    width: 32px;
    height: 32px;
  }
}
.header2020 .header-nav-search a:hover {
  opacity: 0.9;
}
.header2020 .header-nav-search span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header2020 .header-history-badge {
  position: relative;
  display: inline-block;
  background: #ff1744;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  min-width: 17px;
  height: 17px;
  line-height: 18px;
  border-radius: 8.5px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  top: -1px;
}
.header2021 {
  position: relative;
  height: 80px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .header2021 {
    height: 84px;
  }
}
.header2021 a {
  display: block;
  color: #fff;
  font-weight: 700;
}
.header2021 a:hover,
.header2021 button:hover {
  opacity: 0.8;
}
.header2021 .header-container {
  display: flex;
  align-items: center;
  background: #0d2f89;
  height: 100%;
}
@media screen and (max-width: 760px) {
  .header2021 .header-container {
    display: block;
  }
}
.header2021 .header-container nav {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 1740px;
  padding: 0 30px;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .header2021 .header-container nav {
    padding: 0 15px;
  }
}
@media screen and (max-width: 760px) {
  .header2021 .header-container nav {
    display: block;
    padding-top: 22px;
  }
}
.header2021 .header-logo {
  position: relative;
  top: -1px;
  width: 130px;
  height: 39px;
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .header2021 .header-logo {
    width: 82px;
    height: 24px;
  }
}
.header2021 .header-logo a {
  width: 100%;
  height: 100%;
  background: url("/img/logo_magpoke.svg") center no-repeat;
  background-size: contain;
}
.header2021 .header-logo span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header2021 .header-description {
  flex-grow: 1;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .header2021 .header-description {
    font-size: 10px;
  }
}
@media screen and (max-width: 960px) {
  .header2021 .header-description {
    position: absolute;
    top: 5px;
    left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .header2021 .header-description {
    left: 15px;
  }
}
.header2021 .header-nav {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .header2021 .header-nav {
    font-size: 12px;
  }
}
@media screen and (max-width: 760px) {
  .header2021 .header-nav {
    margin-top: 2px;
  }
}
@media screen and (max-width: 460px) {
  .header2021 .header-nav {
    justify-content: space-around;
    width: 100vw;
    margin-left: -15px;
  }
}
@media screen and (max-width: 320px) {
  .header2021 .header-nav {
    font-size: 11px;
  }
}
.header2021 .header-nav a,
.header2021 .header-nav button {
  display: inline-block;
  padding: 10px;
}
@media screen and (max-width: 760px) {
  .header2021 .header-nav a,
  .header2021 .header-nav button {
    padding: 13px 10px 6px;
  }
}
@media screen and (max-width: 460px) {
  .header2021 .header-nav a,
  .header2021 .header-nav button {
    padding: 13px 0 6px;
  }
}
.header2021 .header-nav a,
.header2021 .header-nav .signup-button {
  white-space: nowrap;
}
.header2021 .signup-button {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .header2021 .signup-button {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .header2021 .signup-button span {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .header2021 .signup-button {
    font-size: 10px;
  }
}
.header2021 .header-nav-signup,
.header2021 .header-nav-mypage {
  padding: 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 20px 0 10px;
}
@media screen and (max-width: 1100px) {
  .header2021 .header-nav-signup,
  .header2021 .header-nav-mypage {
    padding: 0;
    margin: 0;
    border: none;
  }
}
.header2021 .header-user-point-total {
  margin-left: -12px;
  color: #31a6e2;
  font-size: 12px;
}
@media screen and (max-width: 1100px) {
  .header2021 .header-user-point-total {
    font-size: 11px;
  }
}
@media screen and (max-width: 460px) {
  .header2021 .header-user-point-total {
    margin-left: 4px;
  }
}
@media screen and (max-width: 320px) {
  .header2021 .header-user-point-total {
    font-size: 10px;
  }
}
.header2021 .header-nav-search {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .header2021 .header-nav-search {
    margin-left: 10px;
  }
}
@media screen and (max-width: 760px) {
  .header2021 .header-nav-search {
    position: absolute;
    top: 20px;
    right: 15px;
  }
}
.header2021 .header-nav-search input,
.header2021 .header-nav-search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.header2021 .header-search-select {
  width: 68px;
  font-size: 11px;
  height: 26px;
  line-height: 26px;
  padding-left: 6px;
  border-radius: 6px 0 0 6px;
  text-align: center;
  color: #000;
  background: #31a6e2 url("https://cdn.blog.st-hatena.com/images/btn_genres_selector.svg?version=263e782f4058acf5109a8ca03f06e0") center no-repeat;
  background-size: 54px 10px;
  box-sizing: border-box;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}
.header2021 .header-search-field {
  width: 136px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
  height: 26px;
  line-height: 26px;
  padding-left: 6px;
  padding-right: 28px;
  border-radius: 0 6px 6px 0;
  box-sizing: border-box;
}
.header2021 .header-search-field::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header2021 .header-search-button {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url("https://cdn.blog.st-hatena.com/images/ic_search_white.svg?version=263e782f4058acf5109a8ca03f06e0");
  background-position-x: right 8px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 26px;
  height: 26px;
}
.header2021 .header-search-button:hover {
  opacity: 0.8;
}
.header2021 .header-search-button span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header2021 .header-history-badge {
  position: absolute;
  background: #ff1744;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  transform: translateY(-7px);
  text-indent: -9999px;
  overflow: hidden;
  pointer-events: none;
}
.footer {
  background: #333;
}
.footer-container {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 803px) {
  .footer-container {
    padding: 0;
  }
}
.footer-container a {
  color: #fff;
}
.footer-container a:hover {
  color: #31a6e2;
}
.footer-app {
  display: flex;
  justify-content: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 803px) {
  .footer-app {
    margin: 0 20px;
  }
}
.footer-app li {
  line-height: 0;
}
.footer-app a {
  display: block;
  margin: 0 6px;
}
.footer-app img {
  width: 160px;
  height: 46px;
}
.footer-nav {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
@media screen and (max-width: 803px) {
  .footer-nav {
    display: block;
    padding: 0 20px;
  }
}
.footer-logo {
  line-height: 0;
}
@media screen and (max-width: 803px) {
  .footer-logo {
    padding: 10px 0 15px;
  }
}
.footer-logo a:hover {
  opacity: 0.8;
}
.footer-logo img {
  height: 26px;
}
.footer-nav-terms {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
@media screen and (max-width: 803px) {
  .footer-nav-terms {
    display: block;
    margin-left: 0;
  }
}
.footer-nav-terms li {
  font-size: 13px;
}
@media screen and (max-width: 803px) {
  .footer-nav-terms li {
    font-size: 11px;
    padding: 2px 0;
    display: inline-block;
  }
}
.footer-nav-terms li:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 803px) {
  .footer-nav-terms li:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 803px) {
  .footer-nav-terms li:not(:last-child) {
    margin-right: 15px;
  }
}
.footer-copyright {
  text-align: right;
  padding-bottom: 20px;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 20px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 20px);
}
@media screen and (max-width: 803px) {
  .footer-copyright {
    text-align: left;
    margin-top: 25px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(255, 255, 255, 0.1);
  }
}
.footer-copyright a:hover img {
  opacity: 1;
}
.footer-copyright img {
  height: 60px;
  margin: 15px 0 10px;
  opacity: 0.4;
}
.footer-copyright p {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
}
#blog-title,
#globalheader-container {
  display: none;
}
/* Common */
html,
body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "Helvetica", "Arial", sans-serif;
  color: #000;
  background-color: #fff;
}
a {
  color: #ff0000;
  text-decoration: none;
}
a:visited {
  color: #789dae;
}
a:hover {
  color: #ff0000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #333;
  text-decoration: none;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #eaeaea;
  color: #000;
}
/* container */
@media screen and (max-width: 1010px) {
  #container {
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
}
#container #content-inner {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 1010px) {
  #container #content-inner {
    width: 760px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 803px) {
  #container #content-inner {
    width: auto;
    margin: 0 16px;
  }
}
#container #content {
  display: block;
  *zoom: 1;
}
#container #content::after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#main {
  width: 760px;
  float: left;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1010px) {
  #main {
    width: auto;
    float: none;
  }
}
#main::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%;
  border-right: 1px solid #0d2f89;
}
#box2 {
  width: 210px;
  float: right;
}
@media screen and (max-width: 1010px) {
  #box2 {
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 1010px) {
  #box2-inner {
    width: auto;
  }
}
/* header */
#top-editarea {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 803px) {
  #top-editarea {
    margin-bottom: 24px;
  }
}
#top-editarea h2.header-title {
  background: #fff;
  width: 1010px;
  height: 120px;
  margin: 40px auto 0;
  border-radius: 0 20px 0 20px;
  border: 3px solid #000;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1010px) {
  #top-editarea h2.header-title {
    width: 760px;
    height: 120px;
    margin: 24px auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 803px) {
  #top-editarea h2.header-title {
    width: auto;
    margin: 24px 16px 0;
    border-radius: 20px 0 20px 0;
  }
}
#top-editarea h2.header-title a {
  background: url("https://pocket.shonenmagazine.com/img/logo_magapoke_base.svg") 0 0 no-repeat;
  background-size: 380px 55px;
  width: 380px;
  height: 55px;
  padding-top: 55px;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-top: 32.5px;
  margin-left: 60px;
}
@media screen and (max-width: 1010px) {
  #top-editarea h2.header-title a {
    background-size: 270px 39px;
    width: 270px;
    height: 39px;
    padding-top: 39px;
    margin-top: 26px;
    margin-left: 0;
  }
}
#top-editarea h2.header-title span {
  font-size: 15px;
  display: inline-block;
  letter-spacing: 2px;
  margin-left: 20px;
  margin-top: 52.5px;
  vertical-align: middle;
  font-weight: normal;
}
@media screen and (max-width: 1010px) {
  #top-editarea h2.header-title span {
    font-size: 10px;
    letter-spacing: 0;
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  margin: -30px auto 20px;
  font-size: 14px;
  width: 1010px;
}
@media screen and (max-width: 1010px) {
  #top-box {
    width: 760px;
    margin: 24px auto;
  }
}
@media screen and (max-width: 803px) {
  #top-box {
    margin: 24px 16px;
    font-size: 12px;
    width: 100%;
  }
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 803px) {
  .entry {
    margin-bottom: 50px;
  }
}
.entry-header {
  margin-bottom: 16px;
}
@media screen and (max-width: 803px) {
  .entry-header {
    margin: 0 0 1em 0;
  }
}
.entry-title {
  margin: 0;
  font-size: 36px;
  text-align: justify;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 803px) {
  .entry-title {
    font-size: 130%;
  }
}
/* 日付 */
.date {
  font-size: 16px;
}
.date a {
  color: #000;
  text-decoration: none;
}
.date .hyphen {
  display: none;
}
.date .date-year:after {
  content: "年";
}
.date .date-month:after {
  content: "月";
}
.date .date-day:after {
  content: "日";
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
}
.categories a {
  margin: 3px 3px 3px 0;
  padding: 0;
  border: none;
  border-radius: 0 5px 0 5px;
  background: #f6821a;
  color: #fff;
  line-height: 1;
  padding: 5px;
  display: inline-block;
  text-decoration: none;
}
.categories a:hover {
  color: #fff;
  background: #ff0000;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}
@media screen and (max-width: 1010px) {
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #000;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* entry-content の中の書式 */
.entry-content {
  line-height: 1.7;
  padding-bottom: 4em;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 803px) {
  .entry-content {
    font-size: 14px;
  }
}
.entry-content p {
  margin: 1em 0;
  text-align: justify;
}
@media screen and (max-width: 803px) {
  .entry-content p {
    margin: 0;
  }
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.3;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content blockquote {
  border: 1px solid #eaeaea;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #eaeaea;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 80%;
  color: #999;
}
.entry-footer-section .author {
  display: none;
}
.entry-footer-section a {
  color: #999;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #eaeaea;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: 80%;
  color: #999;
  margin: 0;
}
.comment-metadata a {
  color: #999;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #000;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* sidebar */
#box2 {
  font-size: 80%;
  line-height: 1.5;
  margin-top: 5px;
}
.hatena-module {
  margin-bottom: 3em;
}
@media screen and (max-width: 1010px) {
  .hatena-module {
    width: auto;
    float: none;
  }
}
.hatena-module-title {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  border-bottom: 3px solid #000;
  line-height: 1;
  margin-bottom: 1em;
  padding-bottom: 5px;
}
.hatena-module-title a {
  color: #000;
  text-decoration: none;
}
.hatena-module-title a:hover {
  color: #ff0000;
}
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 5px;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  font-size: 12px;
  margin: 1em 0;
  padding: 0 0 1em;
  line-height: 1.4;
  border-bottom: 1px solid #eaeaea;
}
.hatena-urllist li a {
  color: #000;
  text-decoration: none;
}
.hatena-urllist li a:hover {
  color: #ff0000;
}
.hatena-urllist li a time {
  font-size: 10px;
  color: #ff0000;
  font-weight: normal;
}
.hatena-module-category li {
  margin: 3px 3px 3px 0;
  padding: 0;
  border: none;
  display: inline-block;
}
.hatena-module-category li a {
  color: #fff;
  line-height: 1;
  padding: 5px;
  border-radius: 0 5px 0 5px;
  background: #f6821a;
  display: inline-block;
}
.hatena-module-category li a:hover {
  color: #fff;
  background: #ff0000;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #eaeaea;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #000;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.hatena-module-search-box .search-module-button {
  width: 20px;
  height: 20px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.5;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}
.side-twitter-widget {
  border-top: 3px solid #000000;
}
/* follow-button */
.follow-button {
  width: 100%;
  background: #f5f5f5;
  padding: 8px;
}
/* Pager */
.pager {
  margin: 1em 0 7em;
  display: block;
  *zoom: 1;
}
.pager::after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
@media screen and (max-width: 803px) {
  .pager {
    margin: 1em 0 3em;
    font-size: 10px;
  }
}
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}
/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */
.page-archive .archive-entries .archive-entry {
  margin-bottom: 2em;
  position: relative;
  min-height: 140px;
}
@media screen and (max-width: 803px) {
  .page-archive .archive-entries .archive-entry {
    margin-bottom: 1em;
    min-height: inherit;
  }
}
.page-archive .archive-entries .archive-entry-header,
.page-archive .archive-entries .categories,
.page-archive .archive-entries .archive-entry-body {
  margin-left: 260px;
}
@media screen and (max-width: 803px) {
  .page-archive .archive-entries .archive-entry-header,
  .page-archive .archive-entries .categories,
  .page-archive .archive-entries .archive-entry-body {
    margin-left: 120px;
  }
}
.page-archive .archive-entries .date {
  font-size: 12px;
}
@media screen and (max-width: 803px) {
  .page-archive .archive-entries .date {
    font-size: 10px;
  }
}
.page-archive .archive-entries .entry-title {
  font-size: 18px;
}
@media screen and (max-width: 803px) {
  .page-archive .archive-entries .entry-title {
    font-size: 16px;
  }
}
.page-archive .archive-entries .entry-title a:hover {
  color: #ff0000;
}
.page-archive .archive-entries .categories {
  margin-top: 4px;
}
@media screen and (max-width: 803px) {
  .page-archive .archive-entries .categories {
    margin-top: 0;
  }
}
.page-archive .archive-entries .categories a {
  font-size: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2px;
}
.page-archive .archive-entries .entry-thumb-link {
  position: absolute;
  top: 0;
  left: 0;
}
.page-archive .archive-entries .entry-thumb {
  width: 240px;
  height: 140px;
  border-radius: 0 20px;
  border: 1px solid #000;
  background-position: center;
}
@media screen and (max-width: 803px) {
  .page-archive .archive-entries .entry-thumb {
    width: 100px;
    height: 58px;
    border-radius: 0 10px;
  }
}
.page-archive .archive-entries .entry-description {
  line-height: 1.7em;
  font-size: 12px;
  margin: 4px 0 0;
}
@media screen and (max-width: 803px) {
  .page-archive .archive-entries .entry-description {
    font-size: 10px;
  }
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #000;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
.globalheader-off #container {
  padding-top: 0;
}
.page-static_page .header-title {
  display: none;
}
.page-static_page #main {
  width: auto;
  float: inherit;
}
.page-static_page #main::after {
  content: none;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png) no-repeat right center;
    background-size: 20px 20px;
  }
}
#main .hatena-module-title {
  font-size: 28px;
  font-weight: normal;
  border: none;
  margin-bottom: 16px;
}
@media screen and (max-width: 803px) {
  #main .hatena-module-title {
    font-size: 21px;
    margin-bottom: 8px;
  }
}
#main .urllist-item {
  margin-bottom: 3em;
  position: relative;
  min-height: 150px;
  border: none;
  padding: 0;
}
@media screen and (max-width: 803px) {
  #main .urllist-item {
    margin-bottom: 3em;
    min-height: 150px;
  }
}
#main .urllist-date-link,
#main .urllist-title,
#main .urllist-categories,
#main .urllist-entry-body {
  margin-left: 260px;
}
@media screen and (max-width: 803px) {
  #main .urllist-date-link,
  #main .urllist-title,
  #main .urllist-categories,
  #main .urllist-entry-body {
    margin-left: 120px;
  }
}
#main .hatena-urllist li a time {
  font-size: 12px;
  color: #000;
}
@media screen and (max-width: 803px) {
  #main .hatena-urllist li a time {
    font-size: 10px;
  }
}
#main .urllist-title {
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 803px) {
  #main .urllist-title {
    font-size: 16px;
  }
}
#main .urllist-categories {
  margin-top: 4px;
}
#main .urllist-categories a {
  color: #fff;
  margin: 3px 3px 3px 0;
  border: none;
  border-radius: 0 5px 0 5px;
  background: #f6821a;
  line-height: 1;
  padding: 5px;
  display: inline-block;
}
#main .urllist-categories a:hover {
  color: #fff;
  background: #ff0000;
}
#main .urllist-image-link {
  position: absolute;
  top: 0;
  left: 0;
}
#main .urllist-image {
  width: 240px;
  height: 140px;
  border-radius: 0 20px;
  border: 1px solid #000;
  margin: 0;
}
@media screen and (max-width: 803px) {
  #main .urllist-image {
    width: 100px;
    height: 58px;
    border-radius: 0 10px;
  }
}
#main .urllist-entry-body {
  line-height: 1.7em;
  font-size: 12px;
}
@media screen and (max-width: 803px) {
  #main .urllist-entry-body {
    font-size: 10px;
  }
}
#main .urllist-item:nth-child(1),
#main .urllist-item:nth-child(2) {
  border-radius: 0 20px;
  border: 1px solid #000;
  width: 370px;
  min-height: 390px;
  padding: 218px 8px 8px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 16px;
}
@media screen and (max-width: 803px) {
  #main .urllist-item:nth-child(1),
  #main .urllist-item:nth-child(2) {
    border-radius: 0 10px;
    width: 100%;
    min-height: auto;
    padding: 0 8px 8px;
    margin-bottom: 16px;
  }
}
#main .urllist-item:nth-child(1) .urllist-date-link,
#main .urllist-item:nth-child(2) .urllist-date-link,
#main .urllist-item:nth-child(1) .urllist-title,
#main .urllist-item:nth-child(2) .urllist-title,
#main .urllist-item:nth-child(1) .urllist-categories,
#main .urllist-item:nth-child(2) .urllist-categories,
#main .urllist-item:nth-child(1) .urllist-entry-body,
#main .urllist-item:nth-child(2) .urllist-entry-body {
  margin-left: 0;
}
#main .urllist-item:nth-child(1) .urllist-date-link,
#main .urllist-item:nth-child(2) .urllist-date-link {
  margin-top: 4px;
}
#main .urllist-item:nth-child(1) .hatena-urllist li a time,
#main .urllist-item:nth-child(2) .hatena-urllist li a time {
  font-size: 12px;
  color: #000;
}
@media screen and (max-width: 803px) {
  #main .urllist-item:nth-child(1) .hatena-urllist li a time,
  #main .urllist-item:nth-child(2) .hatena-urllist li a time {
    font-size: 10px;
  }
}
#main .urllist-item:nth-child(1) .urllist-title,
#main .urllist-item:nth-child(2) .urllist-title {
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 803px) {
  #main .urllist-item:nth-child(1) .urllist-title,
  #main .urllist-item:nth-child(2) .urllist-title {
    font-size: 16px;
  }
}
#main .urllist-item:nth-child(1) .urllist-categories,
#main .urllist-item:nth-child(2) .urllist-categories {
  margin-top: 4px;
}
#main .urllist-item:nth-child(1) .urllist-categories a,
#main .urllist-item:nth-child(2) .urllist-categories a {
  color: #fff;
  margin: 3px 3px 3px 0;
  border: none;
  border-radius: 0 5px 0 5px;
  background: #f6821a;
  line-height: 1;
  padding: 5px;
  display: inline-block;
}
#main .urllist-item:nth-child(1) .urllist-categories a:hover,
#main .urllist-item:nth-child(2) .urllist-categories a:hover {
  color: #fff;
  background: #ff0000;
}
#main .urllist-item:nth-child(1) .urllist-image-link,
#main .urllist-item:nth-child(2) .urllist-image-link {
  width: 370px;
  height: 214px;
  overflow: hidden;
  border-radius: 0 20px;
  border: 1px solid #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: -1px;
  box-sizing: border-box;
}
@media screen and (max-width: 803px) {
  #main .urllist-item:nth-child(1) .urllist-image-link,
  #main .urllist-item:nth-child(2) .urllist-image-link {
    width: auto;
    height: auto;
    border-radius: 0 10px;
    position: inherit;
    margin: -1px -9px 0;
  }
}
#main .urllist-item:nth-child(1) .urllist-image,
#main .urllist-item:nth-child(2) .urllist-image {
  width: 370px;
  height: 214px;
  border-radius: 0;
  border: none;
}
@media screen and (max-width: 803px) {
  #main .urllist-item:nth-child(1) .urllist-image,
  #main .urllist-item:nth-child(2) .urllist-image {
    width: 100%;
    height: auto;
  }
}
#main .urllist-item:nth-child(1) .urllist-entry-body,
#main .urllist-item:nth-child(2) .urllist-entry-body {
  line-height: 1.7em;
  font-size: 12px;
}
@media screen and (max-width: 803px) {
  #main .urllist-item:nth-child(1) .urllist-entry-body,
  #main .urllist-item:nth-child(2) .urllist-entry-body {
    line-height: 1.7em;
    font-size: 10px;
  }
}
#main .urllist-item:nth-child(1) {
  margin-right: 12px;
}
@media screen and (max-width: 803px) {
  #main .urllist-item:nth-child(1) {
    margin-right: 0;
  }
}
#main .archive-link-content {
  margin-top: 8px;
  text-align: right;
}
@media screen and (max-width: 803px) {
  #main .archive-link-content {
    font-size: 12px;
  }
}
#main .archive-link-content a {
  color: #000;
}
#main .archive-link-content a:hover {
  color: #ff0000;
}
#main .archive-link-content a::after {
  display: inline-block;
  content: "";
  border: 3px solid transparent;
  border-left: 4px solid #000;
  margin-left: 4px;
}
#main .archive-link-content a:hover:after {
  border-left-color: #ff0000;
}
.category-コミックエッセイ.page-entry .entry-content,
.category-マンガ.page-entry .entry-content {
  background: #e6e6e6;
  text-align: center;
  padding: 40px 0;
  border-top: 3px solid #0d2f89;
}
@media screen and (max-width: 803px) {
  .category-コミックエッセイ.page-entry .entry-content,
  .category-マンガ.page-entry .entry-content {
    padding: 32px 0;
  }
}
.category-コミックエッセイ.page-entry .entry-content p,
.category-マンガ.page-entry .entry-content p {
  margin: 0;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 803px) {
  .category-コミックエッセイ.page-entry .entry-content p,
  .category-マンガ.page-entry .entry-content p {
    margin: 0 16px;
    padding-bottom: 16px;
  }
}
.category-コミックエッセイ.page-entry .entry-content img,
.category-マンガ.page-entry .entry-content img {
  width: 600px;
}
@media screen and (max-width: 803px) {
  .category-コミックエッセイ.page-entry .entry-content img,
  .category-マンガ.page-entry .entry-content img {
    width: auto;
  }
}
.page-entry.category-特集 #top-editarea {
  margin-bottom: 0;
}
.page-entry.category-特集 #top-editarea h2.header-title {
  display: none;
}
.page-entry.category-特集 #container #content-inner {
  width: auto;
  margin: 0;
}
@media screen and (max-width: 803px) {
  .page-entry.category-特集 #container #content-inner {
    margin: 0;
  }
}
.page-entry.category-特集 #main {
  float: none;
  width: auto;
}
.page-entry.category-特集 #main::after {
  display: none;
}
.page-entry.category-特集 .entry {
  margin-bottom: 0;
}
.page-entry.category-特集 .entry-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 20px;
}
.page-entry.category-特集 .entry-header .date {
  font-size: 14px;
  font-weight: 300;
  margin-top: 20px;
  order: 1;
}
.page-entry.category-特集 .entry-header .entry-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 4px;
  order: 2;
}
.page-entry.category-特集 .entry-header .date a,
.page-entry.category-特集 .entry-header .entry-title a {
  color: #000;
}
.page-entry.category-特集 .entry-header .date a:hover,
.page-entry.category-特集 .entry-header .entry-title a:hover {
  color: #31a6e2;
}
.page-entry.category-特集 .entry-header .categories {
  margin: 0;
  background: #081b4b;
  order: 0;
}
.page-entry.category-特集 .entry-header .categories a {
  background: none;
  padding: 15px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}
.page-entry.category-特集 .entry-header .categories a:hover {
  color: #fff;
}
.page-entry.category-特集 .entry-header .social-buttons {
  margin: 20px 0 0;
  order: 3;
}
.page-entry.category-特集 .entry-content {
  border: none;
  padding: 0 10px;
}
.page-entry.category-特集 .entry-main-image {
  display: block;
  background: #fff;
  width: 100%;
  max-width: 800px;
  line-height: 0;
  margin: 0 auto;
}
.page-entry.category-特集 .entry-content-wrapper {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 15px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 803px) {
  .page-entry.category-特集 .entry-content-wrapper {
    padding: 15px 20px;
  }
}
.page-entry.category-特集 .entry-content .period {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 5px solid #000;
}
.page-entry.category-特集 .entry-content h4 {
  font-size: 30px;
  font-weight: 700;
}
.page-entry.category-特集 .entry-footer {
  margin-top: 30px;
  text-align: center;
}
.page-entry.category-特集 .entry-footer-section {
  font-size: 12px;
  margin-bottom: 8px;
}
.page-entry.category-特集 .entry-footer-section a {
  color: #000;
}
.page-entry.category-特集 .entry-footer-section a:hover {
  color: #31a6e2;
}
.page-entry.category-特集 .pager {
  position: relative;
  margin: 30px 0 0;
  padding: 30px;
  background: #fff;
}
.page-entry.category-特集 .pager a {
  color: #000;
}
.page-entry.category-特集 .pager a:hover {
  color: #31a6e2;
}
.page-entry.category-特集 #box2 {
  position: relative;
  float: none;
  width: auto;
  margin: 0;
  padding: 30px;
  background: #fff;
}
.page-entry.category-特集 #box2-inner {
  max-width: 960px;
  margin: auto;
}
.page-entry.category-特集 .follow-button {
  box-sizing: border-box;
  height: 50px;
}
.page-entry.category-特集 .side-twitter-widget {
  display: none;
}
.header a {
  color: #fff;
}
.header a:visited {
  color: #fff;
}
.header a:hover,
.header a:active {
  opacity: 0.8;
}
.header-logo a {
  background-image: url("https://pocket.shonenmagazine.com/img/logo_magapoke.svg") !important;
}
.header-nav-search a {
  background-image: url("https://pocket.shonenmagazine.com/images/ic_search_white.svg") !important;
}
body.is-ios .footer-app .android {
  display: none;
}
body.is-android .footer-app .ios {
  display: none;
}
.footer-container a:visited {
  color: #fff;
}
.footer-container a:hover {
  color: #31a6e2;
}
