/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/sunday_webry/sunday_webry_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;
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
.section-header span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.title-description {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background-color: #000;
  padding: 0 20px;
  margin: 10px auto 0;
}
@media screen and (max-width: 1060px) {
  .title-description {
    font-size: 11px;
    padding: 0 16px;
  }
}
.series-badge {
  position: absolute;
  top: 8px;
  left: -6px;
  z-index: 1;
}
.series-badge span {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #f84a40;
  padding: 6px 12px 6px 10px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.label,
.text-badge {
  font-size: 10px;
  font-weight: 700;
  color: #f84a40;
}
.label.サンデーうぇぶり,
.text-badge.サンデーうぇぶり {
  color: #f84a40;
}
.label.少年サンデー,
.text-badge.少年サンデー {
  color: #002f95;
}
.label.少年サンデーＳ,
.text-badge.少年サンデーＳ {
  color: #ff9600;
}
.label.ゲッサン,
.text-badge.ゲッサン {
  color: #0190af;
}
.label.サンデーGX,
.text-badge.サンデーGX {
  color: #2da100;
}
.small-button {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #f84a40;
  width: 120px;
  height: 40px;
  text-align: center;
  border: 2px solid #000;
  box-sizing: border-box;
  border-radius: 20px;
  line-height: 38px;
}
.small-button:hover {
  background: #f7291e;
}
.still-more {
  text-align: center;
  margin: 0 16px;
}
.show-more,
.button-link {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #f84a40;
  max-width: 420px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  line-height: 56px;
  border: 2px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .show-more,
  .button-link {
    font-size: 16px;
    height: 44px;
    border-radius: 22px;
    line-height: 40px;
  }
}
.show-more::after,
.button-link::after {
  position: relative;
  top: -2px;
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  margin-left: 12px;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .show-more::after,
  .button-link::after {
    top: -1px;
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }
}
.show-more:hover,
.button-link:hover {
  background: #f7291e;
}
.show-more::after {
  background: url('https://cdn.www.sunday-webry.com/images/arrow-more.svg') center no-repeat;
}
.button-link::after {
  top: -1px;
  background: url('https://cdn.www.sunday-webry.com/images/arrow-link.svg') center no-repeat;
}
.series-nav {
  background: #faf7de;
}
.series-nav ul {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
@media screen and (max-width: 600px) {
  .series-nav ul {
    padding: 6px 0;
  }
}
.series-nav li {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  border-radius: 15px;
  margin: 0 12px;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .series-nav li {
    line-height: 24px;
    border-radius: 12px;
    font-size: 13px;
    margin: 0 6px;
  }
}
.series-nav li.selected a {
  color: #f84a40;
  cursor: default;
}
.series-nav li a {
  display: block;
  padding: 0 16px;
}
@media screen and (max-width: 600px) {
  .series-nav li a {
    padding: 0 10px;
  }
}
.series-nav li a:hover {
  color: #f84a40;
}
.webry-series-container,
.oneshot-container,
.yoru-sunday-container,
.award-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}
.series-section-title {
  font-size: 25px;
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .series-section-title {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .series-section-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.webry-series-list {
  display: flex;
  flex-wrap: wrap;
}
.webry-series-item,
.award-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.webry-series-item-link,
.award-item-link {
  margin-bottom: 16px;
}
.webry-series-item-link:hover .thumb-wrapper::after,
.award-item-link:hover .thumb-wrapper::after {
  border: 2px solid #f84a40;
}
.webry-series-item img,
.award-item img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.webry-series-item h4,
.award-item h4 {
  font-size: 13px;
  font-weight: 700;
  margin-top: 4px;
}
.webry-series-item .author,
.award-item .author {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
}
.webry-series-item .series-short-description,
.award-item .series-short-description {
  font-size: 11px;
  margin-top: 4px;
}
.webry-series-item .episode-link-wrapper,
.award-item .episode-link-wrapper {
  margin-top: auto;
}
.webry-series-item .episode-link,
.award-item .episode-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
}
.webry-series-item .episode-link span,
.award-item .episode-link span {
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
}
.webry-series-item .episode-link.first,
.award-item .episode-link.first {
  margin-right: 40px;
}
@media screen and (max-width: 660px) {
  .webry-series-item .episode-link.first,
  .award-item .episode-link.first {
    margin-right: 20px;
  }
}
.webry-series-item .episode-link:hover,
.award-item .episode-link:hover {
  color: #f84a40;
}
.webry-series-item .episode-link:hover span,
.award-item .episode-link:hover span {
  border-bottom: 2px solid #f84a40;
  padding-bottom: 4px;
}
.webry-series-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  box-sizing: border-box;
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 1060px) {
  .webry-series-item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 660px) {
  .webry-series-item {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (min-width: 1061px) {
  .webry-series-item:not(:nth-child(4n + 1)) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 661px) and (max-width: 1060px) {
  .webry-series-item:not(:nth-child(3n + 1)) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 660px) {
  .webry-series-item:not(:nth-child(2n + 1)) {
    margin-left: 16px;
  }
}
.webry-series-item .thumb-wrapper {
  position: relative;
  padding-top: 70.23809524%;
  margin-bottom: 10px;
}
.webry-series-item .thumb-wrapper::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
}
#page-sundayWebry-series hr,
#page-sundayWebry-series-yoruSunday hr {
  margin: 0;
  border-bottom: 0;
}
body {
  background: #fff;
  color: #000;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
}
a {
  color: #000;
  text-decoration: none;
}
a img {
  vertical-align: bottom;
}
.header {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
}
.header .header-container {
  padding: 0 16px;
  background: #fff;
  height: 100%;
}
.header nav {
  position: relative;
  display: flex;
  max-width: 1360px;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .header nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header .header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  .header .header-logo {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 10px;
  }
}
.header .header-logo a {
  display: block;
  width: 230px;
  height: 45px;
  background: url('https://cdn.www.sunday-webry.com/images/logo.svg') center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1060px) {
  .header .header-logo a {
    width: 190px;
    height: 37px;
  }
}
@media screen and (max-width: 800px) {
  .header .header-logo a {
    width: 144px;
    height: 28px;
  }
}
.header .header-logo a:hover {
  opacity: 0.7;
}
.header .header-logo a span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header .nav-area {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .header .nav-area {
    justify-content: center;
  }
}
.header .header-nav {
  display: flex;
}
.header .header-nav li:first-child a {
  padding-left: 0;
}
.header .header-nav a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
  line-height: 40px;
}
@media screen and (max-width: 1060px) {
  .header .header-nav a {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 450px) {
  .header .header-nav a {
    font-size: 13px;
  }
}
.header .header-nav a:hover {
  color: #f84a40;
}
.header .header-nav .header-history-badge {
  position: relative;
  top: -2px;
  display: inline-block;
  color: #fff;
  padding: 0 4px;
  font-size: 10px;
  min-width: 17px;
  height: 17px;
  border-radius: 8.5px;
  text-align: center;
  line-height: 17px;
  background-color: #f84a40;
  box-sizing: border-box;
}
@media screen and (max-width: 450px) {
  .header .header-nav .header-history-badge {
    top: -1px;
  }
}
.header .header-icon-items {
  position: absolute;
  right: 0;
  display: flex;
}
@media screen and (max-width: 800px) {
  .header .header-icon-items {
    top: 4px;
  }
}
.header .header-icon-items a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
.header .header-icon-items a:hover {
  opacity: 0.7;
}
.header .header-icon-items span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header .header-icon-items .social {
  margin-right: 25px;
}
@media screen and (max-width: 1060px) {
  .header .header-icon-items .social {
    margin-right: 5px;
  }
}
.header .header-icon-items .social a {
  background: url('https://cdn.www.sunday-webry.com/images/ic_x.svg') center / 25px 25px no-repeat;
}
.header .header-icon-items .search a {
  background: url('https://cdn.www.sunday-webry.com/images/ic_search.svg') center / 25px 25px no-repeat;
}
#page-sundayWebry-series .header-nav .series,
#page-sundayWebry-series-oneshot-oneshot .header-nav .series,
#page-sundayWebry-series-yoruSunday .header-nav .series {
  position: relative;
}
#page-sundayWebry-series .header-nav .series::before,
#page-sundayWebry-series-oneshot-oneshot .header-nav .series::before,
#page-sundayWebry-series-yoruSunday .header-nav .series::before {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
  content: '';
  border: 8px solid transparent;
  border-right: 10px solid #faf7de;
  transform: translate(-50%, 0) rotate(90deg);
}
@media screen and (max-width: 1060px) {
  #page-sundayWebry-series .header-nav .series::before,
  #page-sundayWebry-series-oneshot-oneshot .header-nav .series::before,
  #page-sundayWebry-series-yoruSunday .header-nav .series::before {
    left: calc(50% - 5px);
  }
}
@media screen and (max-width: 800px) {
  #page-sundayWebry-series .header-nav .series::before,
  #page-sundayWebry-series-oneshot-oneshot .header-nav .series::before,
  #page-sundayWebry-series-yoruSunday .header-nav .series::before {
    bottom: 0;
    border: 6px solid transparent;
    border-right: 8px solid #faf7de;
  }
}
#page-sundayWebry-paperback-paperback .header-container,
#page-history .header-container,
#page-searchTop .header-container {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.footer {
  width: 100%;
  background: #fee4e3;
  padding: 50px 0;
}
.footer .footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .footer-nav li {
  font-size: 13px;
  font-weight: 700;
  margin: 8px 20px;
}
@media screen and (max-width: 450px) {
  .footer .footer-nav li {
    margin: 6px 10px;
  }
}
.footer .footer-nav a:hover {
  color: #f84a40;
}
.footer .footer-copyright {
  font-size: 10px;
  text-align: center;
  margin: 20px 0 40px;
}
.footer .footer-copyright a:hover {
  color: #f84a40;
}
.footer .app-links {
  max-width: 832px;
  margin: 0 auto;
}
.footer .app-links .app-links-container {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 24px 0;
  margin: 0 16px;
  background-image: linear-gradient(45deg, #fee4e3 8px, transparent 0), linear-gradient(-45deg, #fee4e3 8px, transparent 0), linear-gradient(135deg, #fee4e3 8px, transparent 0), linear-gradient(-135deg, #fee4e3 8px, transparent 0);
}
@media screen and (max-width: 450px) {
  .footer .app-links .app-links-container {
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }
}
.footer .app-links .app-icon {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
@media screen and (max-width: 450px) {
  .footer .app-links .app-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer .app-links ul {
  display: flex;
}
.footer .app-links ul li {
  margin-right: 20px;
}
@media screen and (max-width: 450px) {
  .footer .app-links ul li {
    margin-right: 10px;
  }
}
.footer .app-links ul li:last-child {
  margin-right: 0;
}
.footer .app-links ul .app-store-badge,
.footer .app-links ul .google-play-badge {
  height: 48px;
}
@media screen and (max-width: 450px) {
  .footer .app-links ul .app-store-badge,
  .footer .app-links ul .google-play-badge {
    height: 40px;
  }
}
.footer .app-links a {
  display: block;
}
.footer .abj-mark-wrapper {
  width: 100%;
  font-size: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 450px) {
  .footer .abj-mark-wrapper {
    margin-top: 30px;
  }
}
.footer .abj-mark-container {
  display: flex;
  align-items: center;
  max-width: 800px;
  padding: 0 16px;
  margin: 0 auto;
}
.footer .abj-mark {
  width: 60px;
  height: 50px;
  margin-right: 20px;
}
.page-index .header-container,
.page-archive .header-container,
.page-entry .header-container {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
#top-editarea .title-box {
  text-align: center;
  margin-top: 40px;
}
#top-editarea .section-header {
  width: 176px;
  height: 44px;
  background: url('https://cdn.www.sunday-webry.com/images/title-news-red.svg?1634022549') center no-repeat;
  margin: 0 auto 10px;
}
@media screen and (max-width: 800px) {
  #top-editarea .section-header {
    width: 123.2px;
    height: 30.8px;
  }
}
.page-static_page.static-page-privacy,
.page-static_page.static-page-terms_of_service {
  background: #faf7de;
}
.page-static_page.static-page-privacy .title-box,
.page-static_page.static-page-terms_of_service .title-box {
  display: none;
}
.page-static_page.static-page-privacy .entry-header,
.page-static_page.static-page-terms_of_service .entry-header {
  margin: 0;
}
.page-static_page.static-page-privacy .entry-title,
.page-static_page.static-page-terms_of_service .entry-title {
  text-align: center;
  font-weight: 700;
  margin: 0 0 30px;
}
@media screen and (max-width: 800px) {
  .page-static_page.static-page-privacy .entry-title,
  .page-static_page.static-page-terms_of_service .entry-title {
    margin: 0;
  }
}
.page-static_page.static-page-privacy .entry-title a,
.page-static_page.static-page-terms_of_service .entry-title a {
  color: #f84a40;
  cursor: default;
}
.page-static_page.static-page-privacy .entry-title a:hover,
.page-static_page.static-page-terms_of_service .entry-title a:hover {
  text-decoration: none;
}
.page-static_page.static-page-privacy .entry-inner,
.page-static_page.static-page-terms_of_service .entry-inner {
  background: #fff;
  max-width: 900px;
  margin: 60px auto;
  padding: 60px 16px;
}
@media screen and (max-width: 800px) {
  .page-static_page.static-page-privacy .entry-inner,
  .page-static_page.static-page-terms_of_service .entry-inner {
    margin: 40px auto;
    padding: 40px 16px;
  }
}
.page-static_page.static-page-privacy .static-page-container,
.page-static_page.static-page-terms_of_service .static-page-container {
  max-width: 800px;
  margin: 0 auto;
}
.page-static_page.static-page-privacy .static-page-container p,
.page-static_page.static-page-terms_of_service .static-page-container p,
.page-static_page.static-page-privacy .static-page-container ul,
.page-static_page.static-page-terms_of_service .static-page-container ul,
.page-static_page.static-page-privacy .static-page-container ol,
.page-static_page.static-page-terms_of_service .static-page-container ol {
  font-size: 14px;
  margin: 1em 0;
}
.page-static_page.static-page-privacy .static-page-container a,
.page-static_page.static-page-terms_of_service .static-page-container a {
  color: #f84a40;
}
.page-static_page.static-page-privacy .static-page-container a:hover,
.page-static_page.static-page-terms_of_service .static-page-container a:hover {
  text-decoration: underline;
}
.page-static_page.static-page-privacy .static-page-container h3,
.page-static_page.static-page-terms_of_service .static-page-container h3 {
  border: none;
  margin: 0;
}
.page-static_page.static-page-privacy .static-page-container h3 .small,
.page-static_page.static-page-terms_of_service .static-page-container h3 .small {
  font-size: 16px;
}
.page-static_page.static-page-privacy .static-page-container h4,
.page-static_page.static-page-terms_of_service .static-page-container h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 2em;
}
.page-static_page.static-page-privacy .static-page-container ol,
.page-static_page.static-page-terms_of_service .static-page-container ol {
  list-style: disc;
  margin-left: 16px;
}
.page-static_page.static-page-privacy .static-page-container .letterbody-block__content,
.page-static_page.static-page-terms_of_service .static-page-container .letterbody-block__content {
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
}
.page-static_page.static-page-privacy .static-page-container .letterbody-block__content:last-child,
.page-static_page.static-page-terms_of_service .static-page-container .letterbody-block__content:last-child {
  border-bottom: none;
}
.page-static_page.static-page-privacy .static-page-container .letterbody-block__list,
.page-static_page.static-page-terms_of_service .static-page-container .letterbody-block__list {
  counter-reset: li;
}
.page-static_page.static-page-privacy .static-page-container .letterbody-block__list li,
.page-static_page.static-page-terms_of_service .static-page-container .letterbody-block__list li {
  position: relative;
  padding-left: 40px;
}
.page-static_page.static-page-privacy .static-page-container .letterbody-block__list li::before,
.page-static_page.static-page-terms_of_service .static-page-container .letterbody-block__list li::before {
  position: absolute;
  left: 0;
  content: '2-' counter(li);
  counter-increment: li;
}
.page-static_page.static-page-privacy .static-page-container .about-terms_of_service,
.page-static_page.static-page-terms_of_service .static-page-container .about-terms_of_service {
  padding-top: 30px;
  margin-top: 0;
}
.page-static_page.static-page-privacy .static-page-container .letterbody-block__decimal,
.page-static_page.static-page-terms_of_service .static-page-container .letterbody-block__decimal {
  list-style: decimal;
  margin-left: 16px;
}
.page-static_page.static-page-privacy .static-page-container .letterbody-block__lower-latin,
.page-static_page.static-page-terms_of_service .static-page-container .letterbody-block__lower-latin {
  list-style: lower-latin;
  margin-left: 16px;
}
#content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}
.page-entry .entry {
  margin: 40px 0 0;
}
.page-entry .entry-inner {
  border: 2px solid #000;
  box-sizing: border-box;
  padding-bottom: 50px;
  background: #fff;
  max-width: 900px;
  padding: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .page-entry .entry-inner {
    padding: 16px;
  }
}
.page-entry .entry-header {
  margin-bottom: 40px;
}
.page-entry .entry-categories a {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #f84a40;
  line-height: 1;
}
.page-entry .entry-content h3 {
  border: none;
}
.page-entry .entry-content a {
  color: #f84a40;
}
.page-entry .entry-content a:hover {
  text-decoration: underline;
}
.page-entry .pager {
  margin: 0 auto;
  border: none;
  max-width: 900px;
  padding: 20px;
  zoom: 1;
  box-sizing: border-box;
}
.page-entry .pager:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.page-entry .pager .pager-prev,
.page-entry .pager .pager-next {
  width: calc(50% - 10px);
}
.page-entry .pager .pager-prev {
  float: left;
  text-align: left;
}
.page-entry .pager .pager-next {
  float: right;
  text-align: right;
}
.page-entry .pager a {
  font-weight: 700;
  font-size: 12px;
}
.page-entry .pager a:hover {
  color: #f84a40;
  text-decoration: none;
}
.page-entry .pager a .pager-arrow {
  font-size: 16px;
}
#main .hatena-module-recent-entries .hatena-module-title {
  font-size: 25px;
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  #main .hatena-module-recent-entries .hatena-module-title {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  #main .hatena-module-recent-entries .hatena-module-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.archive-entries,
.urllist-with-thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .archive-entries,
  .urllist-with-thumbnails {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .archive-entries,
  .urllist-with-thumbnails {
    grid-template-columns: repeat(2, 1fr);
  }
}
.archive-entries .archive-entry,
.urllist-with-thumbnails .archive-entry,
.archive-entries > li,
.urllist-with-thumbnails > li {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
.archive-entries .urllist-image,
.urllist-with-thumbnails .urllist-image {
  margin: 0;
  float: none;
}
.archive-entries .urllist-item-inner,
.urllist-with-thumbnails .urllist-item-inner {
  padding-top: 55.55555556%;
}
.archive-entries .urllist-item-inner::before,
.urllist-with-thumbnails .urllist-item-inner::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 500px;
  background: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: -1;
  transform: translateY(-100%);
}
.archive-entries .recent-entries-image-link,
.urllist-with-thumbnails .recent-entries-image-link {
  position: absolute;
  display: block;
  top: 0;
  line-height: 0;
  width: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
}
.archive-entries .recent-entries-image-link:hover,
.urllist-with-thumbnails .recent-entries-image-link:hover {
  border: 2px solid #f84a40;
}
.archive-entries .recent-entries-image-link img,
.urllist-with-thumbnails .recent-entries-image-link img {
  width: 100%;
  height: auto;
  margin: 0;
}
.archive-entries .recent-entries-date-link,
.urllist-with-thumbnails .recent-entries-date-link {
  font-size: 12px;
  margin-top: 5px;
}
.archive-entries .recent-entries-date-link a,
.urllist-with-thumbnails .recent-entries-date-link a {
  color: rgba(0, 0, 0, 0.6);
}
.archive-entries .recent-entries-date-link a:hover,
.urllist-with-thumbnails .recent-entries-date-link a:hover {
  color: #f84a40;
}
.archive-entries .urllist-title-link,
.urllist-with-thumbnails .urllist-title-link,
.archive-entries .entry-title-link,
.urllist-with-thumbnails .entry-title-link {
  font-size: 14px;
  font-weight: 700;
}
.archive-entries .urllist-title-link:hover,
.urllist-with-thumbnails .urllist-title-link:hover,
.archive-entries .entry-title-link:hover,
.urllist-with-thumbnails .entry-title-link:hover {
  color: #f84a40;
}
.archive-entries .urllist-category-link,
.urllist-with-thumbnails .urllist-category-link {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #f84a40;
  line-height: 1;
}
.archive-entries .urllist-entry-body,
.urllist-with-thumbnails .urllist-entry-body {
  display: none;
}
.urllist-read-more,
.urllist-see-more {
  margin: 0 16px;
  margin: 0 0 50px;
  text-align: center;
}
.urllist-read-more > a,
.urllist-see-more > a {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #f84a40;
  max-width: 420px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  line-height: 56px;
  border: 2px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .urllist-read-more > a,
  .urllist-see-more > a {
    font-size: 16px;
    height: 44px;
    border-radius: 22px;
    line-height: 40px;
  }
}
.urllist-read-more > a::after,
.urllist-see-more > a::after {
  position: relative;
  top: -2px;
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  margin-left: 12px;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .urllist-read-more > a::after,
  .urllist-see-more > a::after {
    top: -1px;
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }
}
.urllist-read-more > a:hover,
.urllist-see-more > a:hover {
  background: #f7291e;
}
.urllist-read-more > a::after,
.urllist-see-more > a::after {
  background: url('https://cdn.www.sunday-webry.com/images/arrow-more.svg') center no-repeat;
}
.page-archive .archive-entries {
  margin-top: 30px;
}
.page-archive .archive-header-category {
  margin: 0;
}
.page-archive .archive-heading {
  font-size: 25px;
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .page-archive .archive-heading {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .page-archive .archive-heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.page-archive .categories,
.page-archive .archive-entry-body {
  display: none;
}
.page-archive .archive-entry-header .archive-date {
  font-size: 12px;
  padding-top: 55.55555556%;
}
.page-archive .archive-entry-header .archive-date::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 500px;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  transform: translateY(-100%);
}
.page-archive .archive-entry-header .archive-date a {
  display: inline-block;
  padding-top: 8px;
}
.page-archive .archive-entry-header .entry-title {
  font-size: 14px;
  margin: 0;
}
.page-archive .entry-thumb-link {
  position: absolute;
  padding-top: 55.55555556%;
  width: 100%;
  top: 0;
}
.page-archive .entry-thumb-link .entry-thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
}
.page-archive .entry-thumb-link .entry-thumb:hover {
  border: 2px solid #f84a40;
}
/* 記事内の書式 */
.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: none;
}
.vcard {
  display: none;
}
/* 記事下 */
.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;
}

