@charset "utf-8";
.common-label-is-free {
  display: inline-block;
  font-size: 12px;
  line-height: 1.7;
  color: #fff;
  background: #e50012;
  padding: 0 6px;
}
.common-label-purchased {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #2cbe4e;
}
.common-label-purchased::before {
  display: inline-block;
  content: '';
  width: 26px / 2;
  height: 20px / 2;
  background: url('/images/viewer/ic_checked.png') 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;
}
.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;
}
#blog-title,
#globalheader-container {
  display: none;
}
/* Common */
html,
body {
  background: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'Helvetica', 'Arial', sans-serif;
}
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 #ddd;
  color: #000;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
}
#top-box .breadcrumb {
  border: 1px solid #ddd;
  padding: 10px;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}
@media (max-width: 1024px) {
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
}
.entry-header-menu a {
  display: inline-block;
  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 #ddd;
}
.entry-content p {
  margin: 1em 0;
  text-align: justify;
}
@media (max-width: 480px) {
  .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.5;
}
.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 #ddd;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #ddd;
  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;
}
.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 #ddd;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #ddd;
}
.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;
  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;
}
/* 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;
}
.hatena-module-category li {
  margin: 0.5em 0;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #ddd;
  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%;
  -moz-box-sizing: border-box;
  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;
}
/* 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;
}
/* Buttons */
.btn {
  display: inline-block;
  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;
}
@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;
  }
}
/* Common */
a {
  text-decoration: none;
  color: #000;
}
a:active,
a:hover {
  color: #d500f9;
}
.header {
  padding-bottom: 1px;
  margin-bottom: -1px;
}
.header-container {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* container */
@media (max-width: 1004px) {
  #container {
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
}
#container #content-inner {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 1004px) {
  #container #content-inner {
    width: 604px;
  }
}
@media (max-width: 803px) {
  #container #content-inner {
    width: auto;
    float: none;
  }
}
#container #content {
  zoom: 1;
  display: block;
  *zoom: 1;
}
#container #content:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: '.';
}
#main {
  width: 805px;
  float: left;
  border-right: 1px solid #b3b3b3;
}
@media (max-width: 1004px) {
  #main {
    width: 100%;
    float: none;
    border: none;
    argin-top: 16px;
  }
}
#main-inner {
  margin-right: 20px;
}
@media (max-width: 1004px) {
  #main-inner {
    margin: 0 16px;
  }
}
#box2 {
  width: 180px;
  float: right;
}
@media (max-width: 1004px) {
  #box2 {
    width: 100%;
    float: none;
  }
}
@media (max-width: 1004px) {
  #box2-inner {
    width: 100%;
  }
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 803px) {
  .entry {
    margin-bottom: 50px;
  }
}
.entry-header {
  margin: 24px 0 32px;
  position: relative;
}
@media (max-width: 803px) {
  .entry-header {
    margin: 0 0 1em;
  }
}
.entry-title {
  font-size: 32px;
  margin: 0 0 32px;
  text-align: justify;
  font-weight: 300;
}
@media (max-width: 803px) {
  .entry-title {
    font-size: 130%;
  }
}
/* 日付 */
.date a {
  color: #999;
  text-decoration: none;
}
.date .hyphen {
  display: none;
}
.date .date-year:after,
.date .date-month:after {
  content: '.';
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
}
.categories a {
  color: #999;
}
.categories.no-categories {
  margin: 0;
}
/* entry-footer */
.entry-footer {
  display: inherit;
}
.entry-footer-section {
  display: none;
}
/* sidebar */
#box2 {
  font-size: 80%;
  line-height: 1.5;
  margin-top: 5px;
}
.hatena-module {
  margin-bottom: 3em;
}
@media (max-width: 1004px) {
  .hatena-module {
    width: 100%;
    float: none;
  }
}
.hatena-module-title {
  font-size: 10px;
  margin-bottom: 18px;
  color: #000;
}
@media (max-width: 1004px) {
  .hatena-module-title {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.hatena-module-title a {
  color: #000;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid #b3b3b3;
}
@media (max-width: 1004px) {
  .hatena-urllist {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.hatena-urllist li {
  border-top: 1px dashed #ddd;
  position: relative;
}
.hatena-urllist li a {
  padding: 8px 0 8px 13px;
  display: block;
}
.hatena-urllist li a::before {
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  margin-top: 5px;
  content: '';
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 5px solid #000;
  vertical-align: middle;
}
.hatena-urllist .recent-entries-item {
  padding-bottom: 12px;
}
.hatena-urllist .recent-entries-date-link a {
  color: #999;
  font-size: 10px;
  padding: 0;
  position: absolute;
  bottom: 8px;
  left: 13px;
}
.hatena-urllist .recent-entries-date-link a::before {
  content: none;
}
.hatena-urllist .recent-entries-title-link {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}
.sidebar-banner-wrapper {
  flex-wrap: wrap;
  display: flex;
}
/* Pager */
.pager {
  margin: 1em 0 7em;
  zoom: 1;
  display: block;
  *zoom: 1;
}
.pager:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: '.';
}
@media (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%;
}
/* Footer */
#footer {
  background: #ededed;
}
#footer #footer-wrapper {
  width: 1024px;
  margin: 0px auto;
  padding: 20px 0;
}
@media (max-width: 1004px) {
  #footer #footer-wrapper {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
  }
  #footer #footer-wrapper small {
    font-size: 9px;
  }
}
#footer #footer-nav {
  margin: 0;
  padding: 0 0 20px;
}
#footer li {
  display: inline-block;
  padding-right: 20px;
}
#footer i {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
#footer a {
  color: #494949;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  text-decoration: none;
}
#footer a:hover {
  color: #999;
}
#footer small {
  font-size: 80%;
}
/* archive ページ */
.page-archive .archive-heading {
  font-size: 30px;
  font-weight: 200;
  margin: 0 0 24px;
}
.page-archive .archive-entries {
  padding-top: 24px;
  border-top: 1px dashed #ddd;
}
.page-archive .archive-entries .archive-entry {
  position: relative;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 136px;
  min-height: 120px;
}
.page-archive .archive-entries .entry-thumb {
  width: 120px;
  margin-right: 16px;
  background: #ccc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  float: none;
  position: absolute;
  top: 0;
  left: 0;
}
.page-archive .archive-entries .date {
  font-size: 11px;
}
.page-archive .archive-entries .entry-title {
  font-size: 15px;
  margin: 8px 0 3px;
  font-weight: 700;
}
.page-archive .archive-entries .categories {
  margin: 0 0 0.5em;
}
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.5;
  font-size: 11px;
}
.page-archive .categories a {
  font-size: 70%;
  display: inline-block;
  margin-right: 2px;
}
.tj-header {
  min-height: 80px;
  overflow: hidden;
}
@media screen and (max-width: 602px) {
  .tj-header {
    min-height: 68px;
  }
}
.tj-header h1 {
  margin: 0;
  font-size: 10px;
  line-height: 1;
}
.tj-header h2 {
  margin: 0;
}
.tj-header .tj-header-container {
  height: 80px;
  padding-top: 22px;
  box-sizing: border-box;
}
@media screen and (max-width: 1004px) {
  .tj-header .tj-header-container {
    padding-top: 28px;
  }
}
@media screen and (max-width: 602px) {
  .tj-header .tj-header-container {
    padding-top: 0;
    height: 90px;
  }
}
.tj-header .tj-header-content {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 1364px;
}
@media screen and (max-width: 1364px) {
  .tj-header .tj-header-content {
    width: 100%;
  }
}
@media screen and (max-width: 602px) {
  .tj-header .tj-header-content {
    display: block;
    padding-top: 24px;
  }
}
.tj-header .tj-header-logo a {
  display: block;
  width: 255px;
  height: 35px;
  background: url('https://cdn.tonarinoyj.jp/images/tonarino_yj.svg') center no-repeat;
  background-size: contain;
  margin: 0 22px;
}
@media screen and (max-width: 1004px) {
  .tj-header .tj-header-logo a {
    width: 200px;
    height: 27px;
  }
}
@media screen and (max-width: 602px) {
  .tj-header .tj-header-logo a {
    height: 25px;
    margin: 0 auto 0;
  }
}
.tj-header .tj-header-logo a:hover {
  opacity: 0.8;
}
.tj-header .tj-header-logo span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.tj-header .tj-header-logo-12th a {
  display: block;
  width: 284px;
  height: 35px;
  background: url('https://cdn.tonarinoyj.jp/images/tonarino_yj_12th.svg') center no-repeat;
  background-size: contain;
  margin: 0 22px;
}
@media screen and (max-width: 1004px) {
  .tj-header .tj-header-logo-12th a {
    width: 219px;
    height: 27px;
  }
}
@media screen and (max-width: 602px) {
  .tj-header .tj-header-logo-12th a {
    height: 25px;
    margin: 0 auto 0;
  }
}
.tj-header .tj-header-logo-12th a:hover {
  opacity: 0.8;
}
.tj-header .tj-header-logo-12th span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.tj-header .tj-header-logo-13th a {
  width: 284px;
  height: 37px;
  background: url('https://cdn.tonarinoyj.jp/images/tonarino_yj_13th.svg') center / contain no-repeat;
}
@media screen and (max-width: 1004px) {
  .tj-header .tj-header-logo-13th a {
    width: 219px;
    height: 29px;
  }
}
@media screen and (max-width: 602px) {
  .tj-header .tj-header-logo-13th a {
    height: 25px;
  }
}
.tj-header .tj-header-description {
  font-size: 10px;
  color: #666;
  border-top: 1px solid #ccc;
}
.tj-header .tj-header-description a {
  color: #666;
}
.tj-header .tj-header-description a:hover {
  color: #000;
}
@media screen and (max-width: 1004px) {
  .tj-header .tj-header-description {
    position: absolute;
    top: 3px;
    left: 16px;
    font-size: 9px;
    color: #999;
    border: none;
  }
}
@media screen and (max-width: 602px) {
  .tj-header .tj-header-description {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.tj-header .tj-header-description span {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-top: 3px;
}
@media screen and (max-width: 1004px) {
  .tj-header .tj-header-description span {
    display: inline;
    border: none;
  }
}
@media screen and (max-width: 602px) {
  .tj-header .tj-header-description span {
    padding-top: 0;
  }
}
.tj-header .tj-header-nav {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  margin-right: 20px;
}
@media screen and (max-width: 1004px) {
  .tj-header .tj-header-nav {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 803px) {
  .tj-header .tj-header-nav {
    font-size: 11px;
  }
}
@media screen and (max-width: 602px) {
  .tj-header .tj-header-nav {
    justify-content: center;
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
  }
}
@media screen and (max-width: 401px) {
  .tj-header .tj-header-nav li {
    margin: 0 7px;
  }
}
@media screen and (max-width: 370px) {
  .tj-header .tj-header-nav li {
    margin: 0 5px;
  }
}
.tj-header .tj-header-nav li:first-child {
  margin-left: 0;
}
.tj-header .tj-header-nav li:last-child {
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (max-width: 1004px) {
  .tj-header .tj-header-nav li:last-child {
    margin-left: 13px;
  }
}
@media screen and (max-width: 370px) {
  .tj-header .tj-header-nav li:last-child {
    margin-left: 8px;
  }
}
.tj-header .tj-header-nav li.tj-header-nav-history .tj-header-nav-history-link {
  position: relative;
  display: flex;
  align-items: center;
}
.tj-header .tj-header-nav li.tj-header-nav-history .text {
  display: block;
}
.tj-header .tj-header-nav li.tj-header-nav-history .tj-header-history-badge {
  position: absolute;
  right: -20%;
  background: #f22a1f;
  width: 6px;
  height: 0;
  padding-top: 6px;
  border-radius: 3px;
  transform: translate(2px, -10px);
  overflow: hidden;
}
.tj-header .tj-header-nav li.tj-header-nav-series,
.tj-header .tj-header-nav li.tj-header-nav-comics,
.tj-header .tj-header-nav li.tj-header-nav-newcomer {
  position: relative;
}
.tj-header .tj-header-nav li.tj-header-nav-series::before,
.tj-header .tj-header-nav li.tj-header-nav-comics::before,
.tj-header .tj-header-nav li.tj-header-nav-newcomer::before {
  display: inline-block;
  content: '';
  margin: 0 13px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  vertical-align: middle;
  background: #ccc;
}
@media screen and (max-width: 1004px) {
  .tj-header .tj-header-nav li.tj-header-nav-series::before,
  .tj-header .tj-header-nav li.tj-header-nav-comics::before,
  .tj-header .tj-header-nav li.tj-header-nav-newcomer::before {
    margin: 0 10px;
  }
}
@media screen and (max-width: 803px) {
  .tj-header .tj-header-nav li.tj-header-nav-series::before,
  .tj-header .tj-header-nav li.tj-header-nav-comics::before,
  .tj-header .tj-header-nav li.tj-header-nav-newcomer::before {
    margin: 0 8px;
  }
}
@media screen and (max-width: 401px) {
  .tj-header .tj-header-nav li.tj-header-nav-series::before,
  .tj-header .tj-header-nav li.tj-header-nav-comics::before,
  .tj-header .tj-header-nav li.tj-header-nav-newcomer::before {
    display: none;
  }
}
.tj-header .tj-header-nav li.tj-header-nav-blog::before {
  display: inline-block;
  content: '';
  width: 0;
  height: 32px;
  margin: 0 20px;
  vertical-align: middle;
}
@media screen and (max-width: 1004px) {
  .tj-header .tj-header-nav li.tj-header-nav-blog::before {
    height: 20px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 803px) {
  .tj-header .tj-header-nav li.tj-header-nav-blog::before {
    margin: 0 13px;
  }
}
@media screen and (max-width: 401px) {
  .tj-header .tj-header-nav li.tj-header-nav-blog::before {
    margin-left: 0;
  }
}
.tj-header .tj-header-nav li.tj-header-nav-blog.tj-header-nav-blog::before {
  border-left: 1px dotted #b3b3b3;
}
.tj-header .tj-header-nav li.tj-header-nav-search {
  position: relative;
  top: -2px;
}
.tj-header .tj-header-nav li.tj-header-nav-search a {
  display: block;
  width: 26px;
  height: 26px;
  background: url('https://cdn.tonarinoyj.jp/images/ic_search_header.svg') center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 602px) {
  .tj-header .tj-header-nav li.tj-header-nav-search a {
    width: 22px;
    height: 22px;
  }
}
.tj-header .tj-header-nav li.tj-header-nav-search a:hover {
  background-image: url('https://cdn.tonarinoyj.jp/images/ic_search_header_hover.svg');
}
.tj-header .tj-header-nav li.tj-header-nav-search span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.tj-footer {
  margin-top: 64px;
}
.tj-footer .tj-footer-logo {
  padding: 0 20px;
  max-width: 1364px;
  margin: 0 auto;
}
.tj-footer .tj-footer-logo a {
  display: block;
  width: 177px;
  height: 25px;
  background: url('https://cdn.tonarinoyj.jp/images/tonarino_yj.svg') center no-repeat;
  background-size: contain;
}
.tj-footer .tj-footer-logo a:hover {
  opacity: 0.8;
}
.tj-footer .tj-footer-logo span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.tj-footer .tj-footer-logo-12th {
  padding: 0 20px;
  max-width: 1364px;
  margin: 0 auto;
}
.tj-footer .tj-footer-logo-12th a {
  display: block;
  width: 202px;
  height: 25px;
  background: url('https://cdn.tonarinoyj.jp/images/tonarino_yj_12th.svg') center no-repeat;
  background-size: contain;
}
.tj-footer .tj-footer-logo-12th a:hover {
  opacity: 0.8;
}
.tj-footer .tj-footer-logo-12th span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.tj-footer .tj-footer-logo-13th a {
  width: 200px;
  height: 26px;
  background: url('https://cdn.tonarinoyj.jp/images/tonarino_yj_13th.svg') center / contain no-repeat;
}
.tj-footer .tj-footer-content {
  background-color: #f6f6f6;
  border-top: 1px solid #f0f0f0;
  margin-top: 16px;
  padding: 8px 20px 0;
}
@media screen and (max-width: 602px) {
  .tj-footer .tj-footer-content {
    padding: 8px 16px;
  }
}
.tj-footer .tj-footer-content-inner {
  max-width: 1364px;
  margin: 0 auto;
}
.tj-footer .tj-footer-about {
  font-size: 12px;
  margin-top: 16px;
}
.tj-footer .tj-footer-about-list {
  display: inline-block;
  margin-bottom: 8px;
}
.tj-footer .tj-footer-about-list:not(:last-child) {
  margin-right: 20px;
}
.tj-footer .tj-footer-copyright {
  font-size: 10px;
  color: #888;
  margin-top: 5px;
}
.tj-footer .tj-footer-banner-list {
  display: grid;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  margin-top: 20px;
}
@media screen and (max-width: 1364px) {
  .tj-footer .tj-footer-banner-list {
    row-gap: 16px;
  }
}
@media screen and (max-width: 670px) {
  .tj-footer .tj-footer-banner-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 602px) {
  .tj-footer .tj-footer-banner-list {
    column-gap: 12px;
    row-gap: 12px;
  }
}
.tj-footer .tj-footer-banner-list li {
  width: 100%;
  height: 50px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.tj-footer .tj-footer-banner-list li a {
  width: 100%;
  height: 100%;
}
.tj-footer .tj-footer-banner-list li.tj-footer-ynjn-plus a {
  background: url('https://cdn.tonarinoyj.jp/images/logo_ynjn_plus.svg') #fff center no-repeat;
  background-size: 150px 72px;
}
@media screen and (max-width: 370px) {
  .tj-footer .tj-footer-banner-list li.tj-footer-ynjn-plus a {
    background-size: 120px 52px;
  }
}
.tj-footer .tj-footer-banner-list li.tj-footer-weekly-yj a {
  background: url('https://cdn.tonarinoyj.jp/images/logo_youngjamp.svg') #fff center no-repeat;
  background-size: 74px 75px;
}
.tj-footer .tj-footer-banner-list li.tj-footer-ultra-j a {
  background: url('https://cdn.tonarinoyj.jp/images/logo_ultrajamp.svg') #fff center no-repeat;
  background-size: 120px 75px;
}
.tj-footer .tj-footer-banner-list li.tj-footer-grand-j a {
  background: url('https://cdn.tonarinoyj.jp/images/logo_grandjamp.svg') #fff center no-repeat;
  background-size: 150px 31px;
}
@media screen and (max-width: 370px) {
  .tj-footer .tj-footer-banner-list li.tj-footer-grand-j a {
    background-size: 116px 24px;
  }
}
.tj-footer .tj-footer-banner-list li.tj-footer-ashitano-yj a {
  background: url('https://cdn.tonarinoyj.jp/images/ashitano_yj.svg') #fff center no-repeat;
  background-size: 135px 15px;
}
@media screen and (max-width: 370px) {
  .tj-footer .tj-footer-banner-list li.tj-footer-ashitano-yj a {
    background-size: 120px 15px;
  }
}
.tj-footer .tj-footer-banner-list li.tj-footer-isekai-yj a {
  background: url('https://cdn.tonarinoyj.jp/images/isekai_yj.svg') #fff center no-repeat;
  background-size: 80px 75px;
}
.tj-footer .tj-footer-banner-list li.tj-footer-yj-pixiv a {
  background: url('https://cdn.tonarinoyj.jp/images/yj_pixiv.svg') #fff center no-repeat;
  background-size: 92px 40px;
}
.tj-footer .tj-footer-banner-list li.tj-footer-niconico-yj a {
  background: url('https://cdn.tonarinoyj.jp/images/niconico_yj.svg') #fff center no-repeat;
  background-size: 158px 18px;
}
.tj-footer .tj-footer-banner-list li.tj-footer-jamptoon a {
  background: url('https://cdn.tonarinoyj.jp/images/jamptoon.svg') #fff center no-repeat;
  background-size: 56px 32px;
}
.tj-footer .tj-footer-banner-list li.tj-footer-rimacomiplus a {
  background: url('https://cdn.tonarinoyj.jp/images/rimacomiplus.svg') #fff center no-repeat;
  background-size: 130px 29px;
}
@media screen and (max-width: 370px) {
  .tj-footer .tj-footer-banner-list li.tj-footer-rimacomiplus a {
    background-size: 120px 25px;
  }
}
.tj-footer .tj-footer-banner-list a {
  display: block;
}
.tj-footer .tj-footer-banner-list a:hover {
  opacity: 0.8;
}
.tj-footer .tj-footer-banner-list a span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.tj-footer .abj-mark-wrapper {
  display: flex;
  margin-top: 28px;
  padding-bottom: 20px;
}
@media screen and (max-width: 602px) {
  .tj-footer .abj-mark-wrapper {
    width: 92%;
  }
}
.tj-footer .abj-mark-wrapper .abj-mark {
  width: 64px;
  height: 64px;
  margin: 0;
}
.tj-footer .abj-mark-wrapper p {
  display: flex;
  margin: 0 0 0 20px;
  width: 450px;
  align-items: center;
  font-size: 10px;
  color: #999;
}
@media screen and (max-width: 602px) {
  .tj-footer .abj-mark-wrapper p {
    margin: 0 0 0 16px;
  }
}
.sidebar {
  width: 180px;
  float: right;
}
@media screen and (max-width: 803px) {
  .sidebar {
    width: 604px;
    float: none;
    margin: 0 auto;
    border-top: 6px solid #000;
  }
}
@media screen and (max-width: 602px) {
  .sidebar {
    width: auto;
  }
}
@media screen and (max-width: 803px) {
  .sidebar-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 11px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 602px) {
  .sidebar-wrapper {
    padding: 0;
    width: 100%;
    max-width: 402px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 803px) {
  .sidebar-banner-area {
    width: 180px;
  }
}
@media screen and (max-width: 602px) {
  .sidebar-banner-area {
    width: 50%;
    max-width: 201px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 602px) {
  .sidebar-banner-area img {
    max-width: 100%;
    height: auto;
    min-height: 50px;
  }
}
@media screen and (max-width: 803px) {
  .sidebar-news-area {
    background: #fff;
    flex-grow: 1;
    margin: 0 21px 0 31px;
  }
}
@media screen and (max-width: 602px) {
  .sidebar-news-area {
    width: 50%;
    max-width: 201px;
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
    background: transparent;
    box-sizing: border-box;
  }
}
.sidebar-top-menu-title,
.sidebar-news-title {
  font-size: 10px;
  margin-bottom: 18px;
}
.sidebar-search,
.sidebar-top-menu-title,
.sidebar-news-title.top-information {
  margin-top: 24px;
}
@media screen and (max-width: 803px) {
  .sidebar-search,
  .sidebar-top-menu-title,
  .sidebar-news-title.top-information {
    width: calc(100% - 2px);
    background: #fff;
    margin: 0 0 0 1px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 803px) {
  .sidebar-top-menu-title,
  .sidebar-news-title.top-information {
    padding: 24px 0 18px 15px;
  }
}
.sidebar-search {
  margin-bottom: 48px;
  padding-bottom: 16px;
}
@media screen and (max-width: 803px) {
  .sidebar-search {
    padding: 24px 0 40px 0;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}
@media screen and (max-width: 602px) {
  .sidebar-search {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.sidebar-top-menu,
.sidebar-news {
  margin-bottom: 48px;
}
@media screen and (max-width: 803px) {
  .sidebar-top-menu,
  .sidebar-news {
    width: 100%;
    margin-left: 10px;
    margin-right: 20px;
    background: #fff;
    margin-bottom: 0;
    border: none;
  }
}
@media screen and (max-width: 602px) {
  .sidebar-top-menu,
  .sidebar-news {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.sidebar-top-menu li,
.sidebar-news li {
  border-top: 1px dashed #ddd;
}
.sidebar-top-menu li:last-child,
.sidebar-news li:last-child {
  border-bottom: 1px solid #b3b3b3;
}
.sidebar-top-menu a,
.sidebar-news a {
  display: block;
}
@media screen and (max-width: 803px) {
  .sidebar-news.top-information {
    padding-bottom: 16px;
  }
}
.sidebar-top-menu {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 803px) {
  .sidebar-top-menu {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 803px) {
  .sidebar-top-menu li:first-child {
    border-top: 1px solid #b3b3b3;
  }
}
.sidebar-top-menu a {
  display: block;
  line-height: 40px;
}
.sidebar-top-menu a::before {
  position: relative;
  display: inline-block;
  top: -1px;
  content: '';
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 5px solid #000;
  vertical-align: middle;
  margin-right: 6px;
}
.sidebar-news li {
  position: relative;
}
@media screen and (max-width: 803px) {
  .sidebar-news li:first-child {
    border-top: 1px solid #b3b3b3;
  }
}
.sidebar-news a {
  padding: 8px 0 8px 13px;
}
.sidebar-news a::before {
  position: absolute;
  display: block;
  left: 0;
  margin-top: 5px;
  content: '';
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 5px solid #000;
  vertical-align: middle;
}
.sidebar-news h3 {
  font-size: 12px;
  font-weight: 700;
}
.sidebar-news .date {
  font-size: 10px;
  color: #999;
}
.sidebar-banner {
  margin-bottom: 16px;
}
.sidebar-banner img {
  background: #ccc;
  width: 180px;
  height: auto;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.sidebar-skyscraper {
  margin-bottom: 48px;
}
.sidebar-skyscraper a {
  display: block;
}
.sidebar-skyscraper a:not(:last-child) {
  margin-bottom: 8px;
}
.sidebar-skyscraper img {
  background: #ccc;
  width: 180px;
  height: auto;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.sidebar-new-comics-wrapper {
  position: relative;
  border: 1px solid #b3b3b3;
  text-align: center;
  margin-bottom: 48px;
  padding-bottom: 4px;
}
.sidebar-new-comics-title {
  position: relative;
  color: #d500f9;
  font-size: 12px;
  font-weight: 700;
  top: -12px;
  background: #fff;
  padding: 4px 0;
  width: calc(100% - 24px);
  margin-left: 24px/2;
  margin-bottom: -12px;
}
.sidebar-new-comics li:not(:last-child) {
  border-bottom: 1px dashed #ddd;
}
.sidebar-new-comics a {
  display: flex;
  padding: 8px 4px 8px 8px;
  text-align: left;
}
@media screen and (max-width: 602px) {
  .sidebar-new-comics a {
    display: block;
    text-align: center;
    padding: 8px;
  }
}
.sidebar-new-comics img {
  width: 56px;
  height: auto;
  min-height: 56px;
  background: #ccc;
  box-shadow: 2px 2px 0 #ddd;
  margin-right: 10px;
}
.sidebar-new-comics h3 {
  font-weight: 700;
  font-size: 11px;
  margin-top: 4px;
  line-height: 1.4;
}
.sidebar-new-comics .date {
  font-size: 10px;
  color: #ec407a;
  background: #fff48d;
  padding: 3px 4px 1px;
}
.top-page .sidebar-search {
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (min-width: 803px) {
  .sidebar:not(.top-page) .sidebar-search {
    border-bottom: 1px solid #b3b3b3;
    margin-top: 0;
  }
}
.sidebar-search form {
  display: flex;
  background: #eee;
  align-items: center;
}
.sidebar-search input {
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 12px;
  width: calc(100% - 32px);
  height: 32px;
  line-height: 32px;
  background: transparent;
  padding: 0 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 803px) {
  .sidebar-search input {
    font-size: 16px;
  }
}
.sidebar-search input[type='search']::-webkit-search-decoration {
  display: none;
}
.sidebar-search button {
  border: none;
  outline: none;
  padding: 0;
  width: 32px;
  height: 32px;
  background: url('https://cdn.tonarinoyj.jp/images/ic_search.svg') center no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
}
.sidebar-search button:hover {
  background-image: url('https://cdn.tonarinoyj.jp/images/ic_search_hover.svg');
}
.sidebar-search button span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.series-items-header-nav {
  background: #e6e6e6;
}
.series-items-header-nav ul {
  display: flex;
  width: 1004px;
  margin: 0 auto;
}
@media screen and (max-width: 1004px) {
  .series-items-header-nav ul {
    width: auto;
    padding: 0 8px;
  }
}
@media screen and (max-width: 602px) {
  .series-items-header-nav ul {
    justify-content: center;
    padding: 0;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  }
}
.series-items-header-nav li {
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  padding: 8px 0;
}
@media screen and (max-width: 602px) {
  .series-items-header-nav li {
    font-size: 10px;
    font-weight: 300;
    line-height: 40px;
    padding: 0;
  }
}
.series-items-header-nav li:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 602px) {
  .series-items-header-nav li:not(:first-child) {
    margin-left: 0;
  }
}
.series-items-header-nav a,
.series-items-header-nav strong {
  display: block;
  padding: 0 15px;
}
@media screen and (max-width: 602px) {
  .series-items-header-nav a,
  .series-items-header-nav strong {
    padding: 0 8px;
  }
}
.series-items-header-nav a {
  color: #888;
}
@media screen and (max-width: 602px) {
  .series-items-header-nav a {
    color: #666;
  }
}
.series-items-header-nav a:hover {
  color: #d500f9;
}
.series-items-header-nav strong {
  color: #fff;
  font-weight: 700;
  background: #555;
  border-radius: 32px/2;
}
@media screen and (max-width: 602px) {
  .series-items-header-nav strong {
    font-weight: 300;
    border-radius: 0;
  }
}
.series-items-wrapper,
.comics-wrapper {
  width: 1004px;
  background: url('https://cdn.tonarinoyj.jp/images/bg_line_4.png') top left repeat-y;
  background-size: 1610px/2 758px/2;
  zoom: 1;
  display: block;
  *zoom: 1;
  margin: 32px auto 0;
}
.series-items-wrapper:after,
.comics-wrapper:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.series-items-wrapper:after,
.comics-wrapper:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: '.';
}
@media screen and (max-width: 1004px) {
  .series-items-wrapper,
  .comics-wrapper {
    width: 803px;
    background-position-x: -201px;
  }
}
@media screen and (max-width: 803px) {
  .series-items-wrapper,
  .comics-wrapper {
    width: 604px;
    background-position-x: 0;
  }
}
@media screen and (max-width: 602px) {
  .series-items-wrapper,
  .comics-wrapper {
    width: auto;
    background-position-x: center;
  }
}
.series-items-wrapper .series-items,
.comics-wrapper .series-items,
.series-items-wrapper .comics-container,
.comics-wrapper .comics-container {
  width: 805px;
  float: left;
}
@media screen and (max-width: 1004px) {
  .series-items-wrapper .series-items,
  .comics-wrapper .series-items,
  .series-items-wrapper .comics-container,
  .comics-wrapper .comics-container {
    width: 604px;
  }
}
@media screen and (max-width: 803px) {
  .series-items-wrapper .series-items,
  .comics-wrapper .series-items,
  .series-items-wrapper .comics-container,
  .comics-wrapper .comics-container {
    width: auto;
    float: none;
  }
}
.series-items-wrapper .daily-series-episode-link-list,
.comics-wrapper .daily-series-episode-link-list {
  display: flex;
  align-items: baseline;
  font-size: 11px;
  margin-top: 12px;
}
.series-items-wrapper .daily-series-episode-link-list li:not(:last-child)::after,
.comics-wrapper .daily-series-episode-link-list li:not(:last-child)::after {
  position: relative;
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 4px/2;
  background: #ccc;
  vertical-align: middle;
  top: -1px;
  margin: 0 8px;
}
.series-items-wrapper .daily-series-episode-link-list a,
.comics-wrapper .daily-series-episode-link-list a {
  display: inline-block;
  border-bottom: 1px solid #ccc;
}
.series-items-wrapper .section-header,
.comics-wrapper .section-header {
  position: relative;
  background: #fff;
  width: calc(100% - 2px);
  margin-left: 1px;
  box-sizing: border-box;
}
@media screen and (max-width: 602px) {
  .series-items-wrapper .section-header,
  .comics-wrapper .section-header {
    text-align: center;
    width: auto;
    margin-left: 0;
  }
}
.series-items-wrapper .section-header:not(.first-section)::before,
.comics-wrapper .section-header:not(.first-section)::before {
  display: block;
  content: '';
  width: calc(100% + 2px);
  height: 0;
  margin-left: -1px;
  border-top: 6px solid #000;
}
@media screen and (max-width: 602px) {
  .series-items-wrapper .section-header:not(.first-section)::before,
  .comics-wrapper .section-header:not(.first-section)::before {
    width: 100%;
    margin-left: 0;
  }
}
.series-items-wrapper .section-header h2,
.comics-wrapper .section-header h2 {
  font-size: 32px;
  padding: 32px 20px;
}
@media screen and (max-width: 803px) {
  .series-items-wrapper .section-header h2,
  .comics-wrapper .section-header h2 {
    font-size: 28px;
  }
}
.top-contents {
  width: 1004px;
  background: url('https://cdn.tonarinoyj.jp/images/bg_line_4.png') top left repeat-y;
  background-size: 1610px/2 758px/2;
  zoom: 1;
  display: block;
  *zoom: 1;
  margin: 0 auto;
  padding-top: 24px;
}
.top-contents:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.top-contents:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: '.';
}
@media screen and (max-width: 1004px) {
  .top-contents {
    width: 803px;
    background-position-x: -201px;
  }
}
@media screen and (max-width: 803px) {
  .top-contents {
    width: 604px;
    background-position-x: 0;
  }
}
@media screen and (max-width: 602px) {
  .top-contents {
    width: auto;
    background-position-x: center;
    padding-top: 16px;
  }
}
.weekly-updates {
  width: 805px;
  float: left;
}
@media screen and (max-width: 1004px) {
  .weekly-updates {
    width: 604px;
  }
}
@media screen and (max-width: 803px) {
  .weekly-updates {
    width: auto;
    float: none;
  }
}
.weekly-updates-header {
  position: relative;
  padding: 8px 20px 13px;
}
@media screen and (max-width: 602px) {
  .weekly-updates-header {
    text-align: center;
    padding-top: 0;
  }
}
.weekly-updates-header h1,
.weekly-updates-header h2 {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  vertical-align: middle;
}
.weekly-updates-header h1 {
  font-size: 35px;
}
@media screen and (max-width: 602px) {
  .weekly-updates-header h1 {
    font-size: 24px;
  }
}
.weekly-updates-header h1 span {
  color: #ccc;
}
.weekly-updates-header h2,
.weekly-updates-header h2 span {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
.weekly-updates-header h2 {
  font-weight: 700;
  font-size: 12px;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  margin-left: 16px;
  line-height: 1;
}
@media screen and (max-width: 602px) {
  .weekly-updates-header h2 {
    font-size: 10px;
    margin-left: 8px;
  }
}
.weekly-updates-header h2 span {
  display: block;
  margin: 1px 0;
  padding: 2px 14px 1px;
}
@media screen and (max-width: 602px) {
  .weekly-updates-header h2 span {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.weekly-updates-header .top-twitter-badge {
  position: absolute;
  right: 20px;
  top: 16px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
}
@media screen and (max-width: 602px) {
  .weekly-updates-header .top-twitter-badge {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    line-height: 24px;
    margin-top: 4px;
  }
}
.weekly-updates-header .top-twitter-badge a {
  position: relative;
  display: block;
  min-height: 40px;
  padding: 5px 16px 0 52px;
  border-radius: 40px/2;
  background: #d2ebfc;
  color: #1091c4;
  box-sizing: border-box;
}
@media screen and (max-width: 602px) {
  .weekly-updates-header .top-twitter-badge a {
    display: inline-block;
    min-height: 24px;
    border-radius: 24px/2;
    padding-top: 0;
    padding-left: 34px;
  }
}
.weekly-updates-header .top-twitter-badge a::before {
  position: absolute;
  display: block;
  content: '';
  width: 42px;
  height: 40px;
  background: #1697f0 url('https://cdn.tonarinoyj.jp/images/twitter_bard.svg') center no-repeat;
  background-size: 18px 15px;
  border-radius: 40px/2;
  top: 0;
  left: 0;
}
@media screen and (max-width: 602px) {
  .weekly-updates-header .top-twitter-badge a::before {
    width: 24px;
    height: 24px;
    border-radius: 24px/2;
  }
}
.weekly-updates-header .top-twitter-badge a:hover {
  background: #1697f0;
  color: #fff;
}
.weekly-updates-header .top-twitter-badge strong {
  font-weight: 700;
  font-size: 12px;
}
@media screen and (max-width: 602px) {
  .weekly-updates-header .top-twitter-badge strong {
    font-size: 10px;
  }
}
@media screen and (max-width: 602px) {
  .weekly-updates-header .top-twitter-badge br {
    display: none;
  }
}
.weekly-updates .daily-series-item::before {
  position: relative;
  display: block;
  content: '';
  top: -25px;
  left: 50%;
  width: 12px;
  height: 0;
  z-index: -2;
  border-top: 1px solid #000;
  margin-left: calc(-12px / 2 - 20px / 2 + 1px);
}
.weekly-updates .daily-series-item.monday::before {
  border-color: #ab47bc;
}
.weekly-updates .daily-series-item.tuesday::before {
  border-color: #ec407a;
}
.weekly-updates .daily-series-item.wednesday::before {
  border-color: #1e88e5;
}
.weekly-updates .daily-series-item.thursday::before {
  border-color: #00796b;
}
.weekly-updates .daily-series-item.friday::before {
  border-color: #ff6e40;
}
.weekly-updates .daily-series-item.saturday::before {
  border-color: #303f9f;
}
.weekly-updates .daily-series-item.sunday::before {
  border-color: #c51162;
}
.weekly-updates .daily-series-item.featured::before {
  display: none;
}
.weekly-updates .daily-series-item .daily-title {
  background: #fff;
}
.weekly-updates .daily-series-item:not(.featured) .daily-series-tagline {
  white-space: nowrap;
}
.series-items {
  overflow: hidden;
}
.series-items .daily-title {
  position: absolute;
  margin-top: -38px;
  margin-left: -10px;
}
@media screen and (max-width: 370px) {
  .series-items .daily-title {
    margin-left: 0;
  }
}
.series-items .daily-title-week {
  display: inline-block;
  color: #fff;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 602px) {
  .series-items .daily-title-week {
    top: -1px;
  }
}
.series-items .daily-title-week span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.series-items .monday .daily-title-week {
  width: 146px/2;
}
.series-items .tuesday .daily-title-week {
  width: 150px/2;
}
.series-items .wednesday .daily-title-week {
  width: 190px/2;
}
.series-items .thursday .daily-title-week {
  width: 168px/2;
}
.series-items .friday .daily-title-week {
  width: 126px/2;
}
.series-items .saturday .daily-title-week {
  width: 166px/2;
}
.series-items .sunday .daily-title-week {
  width: 136px/2;
}
@media screen and (max-width: 602px) {
  .series-items .monday .daily-title-week {
    width: 146px / 2.8;
  }
  .series-items .tuesday .daily-title-week {
    width: 150px / 2.8;
  }
  .series-items .wednesday .daily-title-week {
    width: 190px / 2.8;
  }
  .series-items .thursday .daily-title-week {
    width: 168px / 2.8;
  }
  .series-items .friday .daily-title-week {
    width: 126px / 2.8;
  }
  .series-items .saturday .daily-title-week {
    width: 166px / 2.8;
  }
  .series-items .sunday .daily-title-week {
    width: 136px / 2.8;
  }
}
.series-items .daily-title-day {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 602px) {
  .series-items .daily-title-day {
    font-size: 16px;
  }
}
.series-items .daily-title-day span {
  font-size: 10px;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'Helvetica', 'Arial', sans-serif;
  margin-left: -3px;
}
.daily-series {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 602px) {
  .daily-series {
    max-width: 402px;
    margin: 0 auto;
    overflow: hidden;
  }
}
.daily-series.older {
  border-top: 1px solid #b3b3b3;
  margin-top: 24px;
  padding-top: 24px;
}
.daily-series.small-list .featured.item16 {
  height: auto;
}
.daily-series-item {
  width: 201px;
  padding: 38px 0 0 21px;
  box-sizing: border-box;
}
@media screen and (max-width: 602px) {
  .daily-series-item {
    width: 50%;
    max-width: 201px;
  }
}
@media screen and (max-width: 370px) {
  .daily-series-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.daily-series-item a {
  display: block;
  position: relative;
}
.daily-series-item.item4 {
  margin-left: 401px;
}
@media screen and (max-width: 1004px) {
  .daily-series-item.item4 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1004px) {
  .daily-series-item.item3 {
    margin-left: 401px;
  }
}
@media screen and (max-width: 602px) {
  .daily-series-item.item3 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1004px) {
  .daily-series-item.item17 {
    margin-left: 401px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 602px) {
  .daily-series-item.item17 {
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 1004px) {
  .daily-series-item.item18 {
    margin-left: 401px;
  }
}
@media screen and (max-width: 602px) {
  .daily-series-item.item18 {
    margin-left: 0;
  }
}
@media screen and (max-width: 602px) {
  .daily-series-item.item19 {
    margin-right: 201px;
  }
}
.older .daily-series-item.item18 {
  margin-right: 401px;
}
@media screen and (max-width: 1004px) {
  .older .daily-series-item.item18 {
    margin-right: 0;
  }
}
@media screen and (max-width: 602px) {
  .older .daily-series-item.item19 {
    margin-right: 0;
  }
}
.daily-series-item.featured {
  position: relative;
  width: 401px;
  height: 100px;
  padding-right: 8px;
}
@media screen and (max-width: 602px) {
  .daily-series-item.featured {
    max-width: 401px;
    height: auto;
    margin-bottom: 32px;
  }
}
.daily-series-item.featured .daily-series-title {
  font-size: 21px;
}
.daily-series-item.featured .daily-series-author {
  font-size: 14px;
}
.daily-series-item.featured .daily-series-tagline {
  position: absolute;
  height: 100%;
  right: 16px;
  top: -24px;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 12px;
  writing-mode: vertical-rl;
  transform: rotate(3deg);
  background-position-y: 14px;
  background-repeat: no-repeat;
  background-size: 100% 30px;
  padding: 24px 0 0;
  overflow: hidden;
  text-indent: -24px;
  opacity: 0.9;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 401px) {
  .daily-series-item.featured .daily-series-tagline {
    right: -2px;
  }
}
.daily-series-item.featured .daily-series-tagline span {
  color: #fff;
  padding: 10px 6px 20px;
  line-height: 22px;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}
.daily-series-item.featured .daily-series-thumb img {
  width: 320px;
  height: 320px;
}
@media screen and (max-width: 602px) {
  .daily-series-item.featured .daily-series-thumb img {
    height: auto;
  }
}
.daily-series-item.featured .daily-series-thumb strong {
  right: 47px;
  z-index: 2;
}
@media screen and (max-width: 401px) {
  .daily-series-item.featured .daily-series-thumb strong {
    right: 20px;
  }
}
@media screen and (max-width: 360px) {
  .daily-series-item.featured .daily-series-thumb strong {
    right: -4px;
  }
}
.daily-series-item.featured .daily-series-badge {
  font-size: 12px;
  margin-top: 16px;
}
.daily-series-item.featured .daily-series-description {
  color: #888;
  font-size: 14px;
  margin-top: 8px;
  word-break: break-word;
}
@media screen and (max-width: 602px) {
  .daily-series-item.featured .daily-series-description {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 602px) {
  .daily-series-item.featured .daily-series-description {
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 168px;
    line-height: 21px;
    overflow: hidden;
  }
}
.daily-series-item:not(.featured) {
  margin-bottom: 32px;
}
.daily-series-item:not(.featured) .daily-series-tagline {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  line-height: 1.5;
  transform: scale(0.92, 1) translate(-10px, 0);
  min-height: 40px;
}
@media screen and (max-width: 370px) {
  .daily-series-item:not(.featured) .daily-series-tagline {
    transform: scale(0.92, 1) translate(-6px, 0);
    font-size: 9px;
  }
}
.daily-series-item:not(.featured) .daily-series-badge {
  margin-top: 8px;
}
.daily-series-item .daily-series-title {
  font-size: 15px;
  font-weight: 700;
  margin: 8px 0 3px;
  padding-right: 4px;
}
@media screen and (max-width: 602px) {
  .daily-series-item .daily-series-title {
    font-size: 12px;
  }
}
.daily-series-item .daily-series-author {
  font-size: 11px;
}
@media screen and (max-width: 602px) {
  .daily-series-item .daily-series-author {
    font-size: 10px;
  }
}
.daily-series-item .daily-series-tagline {
  font-size: 10px;
}
.daily-series-item .daily-series-thumb {
  position: relative;
  line-height: 0;
  padding-right: 20px;
}
@media screen and (max-width: 370px) {
  .daily-series-item .daily-series-thumb {
    padding-right: 0;
  }
}
.daily-series-item .daily-series-thumb img {
  width: 160px;
  height: 160px;
  background: #ccc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 602px) {
  .daily-series-item .daily-series-thumb img {
    max-width: 100%;
    height: auto;
  }
}
.daily-series-item .daily-series-thumb strong {
  position: absolute;
  display: block;
  font-family: 'GD', sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 0;
  height: 13px;
  padding: 2px 3px 0;
  box-sizing: border-box;
  border: 1px solid #fff;
  right: 15px;
  bottom: -4px;
  font-weight: 300;
}
.daily-series-item .daily-series-badge {
  display: flex;
  align-items: stretch;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.daily-series-item .daily-series-badge strong,
.daily-series-item .daily-series-badge span {
  padding: 3px 3px 2px;
}
.daily-series-item .daily-series-badge strong {
  font-weight: 300;
  margin-right: 8px;
}
.daily-series-item .daily-series-badge span {
  background: #aaa;
}
.daily-series-break {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 20px 0;
}
@media screen and (max-width: 602px) {
  .daily-series-break {
    display: block;
  }
}
.daily-series-break .ranking {
  position: relative;
  width: 100%;
  max-width: 601px;
  background: #fafafa url('https://cdn.tonarinoyj.jp/images/bg_ranking.png') 0 0 no-repeat;
  background-size: 1264px/2 540px/2;
  box-sizing: border-box;
  margin-left: 1px;
}
@media screen and (max-width: 1004px) {
  .daily-series-break .ranking {
    max-width: 401px;
    width: 100%;
  }
}
.daily-series-break .ranking-header {
  display: inline-block;
  border-top: 2px solid #d500f9;
  margin-left: 20px;
  padding-top: 8px;
}
.daily-series-break .ranking-header * {
  display: inline;
}
.daily-series-break .ranking-title {
  color: #d500f9;
  font-size: 17px;
  font-weight: 700;
  padding-right: 24px;
}
.daily-series-break .ranking-period {
  color: #999;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 602px) {
  .daily-series-break .ranking-period {
    display: block;
  }
}
.daily-series-break .ranking-list {
  padding: 0 0 30px;
  box-sizing: border-box;
}
.daily-series-break .ranking-list a {
  position: relative;
  display: block;
  width: 116px;
  padding: 0 4px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 20px;
  min-height: 174px;
  outline: none;
}
@media screen and (max-width: 602px) {
  .daily-series-break .ranking-list a {
    width: 108px;
  }
}
.daily-series-break .ranking-list a:hover {
  color: #d500f9;
}
.daily-series-break .ranking-list .order {
  position: absolute;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  background: #d500f9;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px/2;
  margin: -12px 0 0 -12px;
}
.daily-series-break .ranking-list img {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 602px) {
  .daily-series-break .ranking-list img {
    width: 72px;
    height: 72px;
  }
}
.daily-series-break .ranking-list p {
  font-size: 11px;
  font-weight: 700;
}
@media screen and (max-width: 602px) {
  .daily-series-break .ranking-list p {
    font-size: 10px;
  }
}
.daily-series-break .ranking-list .slick-list {
  padding: 0 12px;
  box-sizing: border-box;
}
.daily-series-break .ranking-list .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 13px;
  left: 0;
  text-align: center;
  height: 20px;
}
.daily-series-break .ranking-list .slick-dots li {
  display: inline-block;
}
.daily-series-break .ranking-list .slick-dots li.slick-active button {
  background-image: url('https://cdn.tonarinoyj.jp/images/ranking_dots_active.svg');
}
.daily-series-break .ranking-list .slick-dots li:hover {
  opacity: 0.65;
}
.daily-series-break .ranking-list .slick-dots button {
  border: none;
  background: url('https://cdn.tonarinoyj.jp/images/ranking_dots.svg') center no-repeat;
  background-size: 14px 14px;
  width: 20px;
  height: 20px;
  padding-top: 20px;
  box-sizing: border-box;
  overflow: hidden;
  outline: none;
}
.daily-series-break .ranking-list .slick-arrow {
  position: absolute;
  bottom: 10px;
  z-index: 100;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 15px;
  width: 30px;
  height: 20px;
  padding-top: 20px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.daily-series-break .ranking-list .slick-arrow:hover {
  opacity: 0.65;
}
.daily-series-break .ranking-list .slick-arrow.slick-prev {
  background-image: url('https://cdn.tonarinoyj.jp/images/ranking_arrow_left.svg');
  left: 50%;
  margin-left: -60px;
}
.daily-series-break .ranking-list .slick-arrow.slick-next {
  background-image: url('https://cdn.tonarinoyj.jp/images/ranking_arrow_right.svg');
  left: 50%;
  margin-left: 30px;
}
.daily-series-break .recommend-ashitano-yj {
  position: relative;
  width: 160px;
  border: 1px solid #b3b3b3;
  margin-left: 21px;
  text-align: center;
}
@media screen and (max-width: 602px) {
  .daily-series-break .recommend-ashitano-yj {
    position: absolute;
    right: 20px;
    bottom: 300px;
    min-height: 270px;
    bottom: -850px;
  }
}
@media screen and (max-width: 401px) {
  .daily-series-break .recommend-ashitano-yj {
    bottom: -828px;
    min-height: 250px;
    max-width: calc(50% - 19px);
    right: 8px;
  }
}
.daily-series-break .recommend-ashitano-yj a {
  display: block;
}
.daily-series-break .recommend-ashitano-yj a:hover {
  color: #12ad45;
}
.daily-series-break .recommend-ashitano-yj img {
  width: 130px;
  height: auto;
  min-height: 60px;
  background: #ccc;
  border: 1px solid #ddd;
}
@media screen and (max-width: 602px) {
  .daily-series-break .recommend-ashitano-yj img {
    max-width: calc(100% - 8px);
  }
}
.daily-series-break .recommend-ashitano-yj p {
  font-size: 12px;
  font-weight: 700;
  padding: 8px 8px 0;
}
.daily-series-break .recommend-ashitano-yj-title {
  position: relative;
  color: #12ad45;
  font-size: 12px;
  font-weight: 700;
  top: -12px;
  background: #fff;
  padding: 4px 0;
  width: calc(100% - 24px);
  margin-left: 24px/2;
}
.daily-series-break .recommend-ashitano-yj-logo {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.daily-series-break .recommend-ashitano-yj-logo a {
  width: 96px;
  height: 11px;
  background: url('https://cdn.tonarinoyj.jp/images/ashitano_yj.svg') center no-repeat;
  background-size: contain;
  opacity: 0.4;
}
.daily-series-break .recommend-ashitano-yj-logo a:hover {
  opacity: 1;
}
.daily-series-break .recommend-ashitano-yj-logo span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.daily-series-break .entries {
  border: 1px solid #bbb;
  padding: 30px 0;
  width: 100%;
  box-sizing: border-box;
  margin: 0 20px 24px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 1004px) {
  .daily-series-break .entries {
    width: calc(100% - 40px);
    padding: 20px 0;
  }
}
@media screen and (max-width: 602px) {
  .daily-series-break .entries {
    width: 100%;
    padding: 0 16px;
    margin: 0;
  }
}
.daily-series-break .entries::before {
  content: '';
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #bbb;
  position: absolute;
  top: 5px;
  left: 5px;
  box-sizing: border-box;
}
.daily-series-break .entries ul {
  zoom: 1;
  display: block;
  *zoom: 1;
}
.daily-series-break .entries ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.daily-series-break .entries ul:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: '.';
}
@media screen and (max-width: 602px) {
  .daily-series-break .entries ul {
    margin-top: 30px;
  }
}
.daily-series-break .entries li {
  position: relative;
  width: 160px;
  margin: 0 15px;
  float: left;
  box-sizing: border-box;
}
.daily-series-break .entries li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1004px) {
  .daily-series-break .entries li {
    width: 157px;
  }
}
@media screen and (max-width: 602px) {
  .daily-series-break .entries li {
    float: none;
    width: auto;
    border-top: 1px solid #b3b3b3;
    padding: 12px 0;
    margin: 0;
    zoom: 1;
    display: block;
    *zoom: 1;
  }
  .daily-series-break .entries li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .daily-series-break .entries li:after {
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
    content: '.';
  }
}
.daily-series-break .entries a {
  display: block;
}
.daily-series-break .entries .entries-thumb {
  width: 160px;
  height: 100px;
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
@media screen and (max-width: 602px) {
  .daily-series-break .entries .entries-thumb {
    width: 148px;
    float: left;
    margin: 0 12px 6px 0;
  }
}
@media screen and (max-width: 370px) {
  .daily-series-break .entries .entries-thumb {
    width: 132px;
  }
}
.daily-series-break .entries h4 {
  font-size: 11px;
  font-weight: 700;
  margin: 8px 0 6px;
  line-height: 1.4;
}
@media screen and (max-width: 602px) {
  .daily-series-break .entries h4 {
    margin-top: 0;
  }
}
.daily-series-break .entries .timestamp {
  color: #000;
  padding-right: 8px;
}
.daily-series-break .entries p {
  font-size: 10px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
}
.daily-series-break .entries .read-more-article {
  font-size: 11px;
  text-align: right;
  margin-top: 8px;
}
@media screen and (max-width: 602px) {
  .daily-series-break .entries .read-more-article {
    border-top: 1px solid #b3b3b3;
    margin-top: 0;
    padding-top: 12px;
    text-align: center;
  }
}
.daily-series-break .entries .read-more-article a::after {
  display: inline-block;
  content: '';
  border: 3px solid transparent;
  border-left: 4px solid #000;
  margin-left: 4px;
}
.daily-series-break .entries-title,
.daily-series-break .entries-tagline {
  display: inline-block;
  vertical-align: middle;
}
.daily-series-break .entries-title {
  width: 145px;
  height: 60px;
  margin: 0 15px 0 25px;
  float: left;
  box-sizing: border-box;
  text-align: center;
  background: url('https://cdn.tonarinoyj.jp/images/tonarino_yj_share.svg') center top no-repeat;
  background-size: contain;
  margin-top: 70px;
  padding-top: 40px;
}
@media screen and (max-width: 1004px) {
  .daily-series-break .entries-title {
    float: inherit;
    width: 100%;
    height: 30px;
    margin: 0 auto 10px;
    background-position: 20px;
    padding-top: 0;
    padding-left: 0px;
  }
}
@media screen and (max-width: 602px) {
  .daily-series-break .entries-title {
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 40px;
    background-position: center top;
  }
}
.daily-series-break .entries-title-logo {
  display: none;
}
.daily-series-break .entries-title-description {
  color: #999;
  font-size: 12px;
  display: block;
  margin-top: 12px;
}
@media screen and (max-width: 1004px) {
  .daily-series-break .entries-title-description {
    margin-top: 0;
    display: inline-block;
  }
}
@media screen and (max-width: 602px) {
  .daily-series-break .entries-title-description {
    display: block;
  }
}
@media screen and (max-width: 1004px) {
  .daily-series-break br {
    display: none;
  }
}
.series-items .monday.featured .daily-series-tagline span,
.series-items .monday .daily-series-badge strong,
.series-items .monday .daily-series-thumb strong {
  background: #ab47bc;
}
.series-items .monday .daily-title-day,
.series-items .monday .daily-series-tagline,
.series-items .monday a:hover,
.series-items .monday .daily-series-episode-link-list a:hover {
  color: #ab47bc;
}
.series-items .monday .daily-series-episode-link-list a:hover {
  border-bottom-color: #ab47bc;
}
.series-items .monday .daily-title-week {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_badge_mon.png');
}
.series-items .monday.featured .daily-series-tagline {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_color_mon.png');
}
.series-items .tuesday.featured .daily-series-tagline span,
.series-items .tuesday .daily-series-badge strong,
.series-items .tuesday .daily-series-thumb strong {
  background: #ec407a;
}
.series-items .tuesday .daily-title-day,
.series-items .tuesday .daily-series-tagline,
.series-items .tuesday a:hover,
.series-items .tuesday .daily-series-episode-link-list a:hover {
  color: #ec407a;
}
.series-items .tuesday .daily-series-episode-link-list a:hover {
  border-bottom-color: #ec407a;
}
.series-items .tuesday .daily-title-week {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_badge_tue.png');
}
.series-items .tuesday.featured .daily-series-tagline {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_color_tue.png');
}
.series-items .wednesday.featured .daily-series-tagline span,
.series-items .wednesday .daily-series-badge strong,
.series-items .wednesday .daily-series-thumb strong {
  background: #1e88e5;
}
.series-items .wednesday .daily-title-day,
.series-items .wednesday .daily-series-tagline,
.series-items .wednesday a:hover,
.series-items .wednesday .daily-series-episode-link-list a:hover {
  color: #1e88e5;
}
.series-items .wednesday .daily-series-episode-link-list a:hover {
  border-bottom-color: #1e88e5;
}
.series-items .wednesday .daily-title-week {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_badge_wed.png');
}
.series-items .wednesday.featured .daily-series-tagline {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_color_wed.png');
}
.series-items .thursday.featured .daily-series-tagline span,
.series-items .thursday .daily-series-badge strong,
.series-items .thursday .daily-series-thumb strong {
  background: #00796b;
}
.series-items .thursday .daily-title-day,
.series-items .thursday .daily-series-tagline,
.series-items .thursday a:hover,
.series-items .thursday .daily-series-episode-link-list a:hover {
  color: #00796b;
}
.series-items .thursday .daily-series-episode-link-list a:hover {
  border-bottom-color: #00796b;
}
.series-items .thursday .daily-title-week {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_badge_thu.png');
}
.series-items .thursday.featured .daily-series-tagline {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_color_thu.png');
}
.series-items .friday.featured .daily-series-tagline span,
.series-items .friday .daily-series-badge strong,
.series-items .friday .daily-series-thumb strong {
  background: #ff6e40;
}
.series-items .friday .daily-title-day,
.series-items .friday .daily-series-tagline,
.series-items .friday a:hover,
.series-items .friday .daily-series-episode-link-list a:hover {
  color: #ff6e40;
}
.series-items .friday .daily-series-episode-link-list a:hover {
  border-bottom-color: #ff6e40;
}
.series-items .friday .daily-title-week {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_badge_fri.png');
}
.series-items .friday.featured .daily-series-tagline {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_color_fri.png');
}
.series-items .saturday.featured .daily-series-tagline span,
.series-items .saturday .daily-series-badge strong,
.series-items .saturday .daily-series-thumb strong {
  background: #303f9f;
}
.series-items .saturday .daily-title-day,
.series-items .saturday .daily-series-tagline,
.series-items .saturday a:hover,
.series-items .saturday .daily-series-episode-link-list a:hover {
  color: #303f9f;
}
.series-items .saturday .daily-series-episode-link-list a:hover {
  border-bottom-color: #303f9f;
}
.series-items .saturday .daily-title-week {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_badge_sat.png');
}
.series-items .saturday.featured .daily-series-tagline {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_color_sat.png');
}
.series-items .sunday.featured .daily-series-tagline span,
.series-items .sunday .daily-series-badge strong,
.series-items .sunday .daily-series-thumb strong {
  background: #c51162;
}
.series-items .sunday .daily-title-day,
.series-items .sunday .daily-series-tagline,
.series-items .sunday a:hover,
.series-items .sunday .daily-series-episode-link-list a:hover {
  color: #c51162;
}
.series-items .sunday .daily-series-episode-link-list a:hover {
  border-bottom-color: #c51162;
}
.series-items .sunday .daily-title-week {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_badge_sun.png');
}
.series-items .sunday.featured .daily-series-tagline {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_color_sun.png');
}
.series-items .monthly.featured .daily-series-tagline span,
.series-items .monthly .daily-series-badge strong,
.series-items .monthly .daily-series-thumb strong {
  background: #7cb342;
}
.series-items .monthly .daily-title-day,
.series-items .monthly .daily-series-tagline,
.series-items .monthly a:hover,
.series-items .monthly .daily-series-episode-link-list a:hover {
  color: #7cb342;
}
.series-items .monthly .daily-series-episode-link-list a:hover {
  border-bottom-color: #7cb342;
}
.series-items .monthly .daily-title-week {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_badge_mon.png');
}
.series-items .monthly.featured .daily-series-tagline {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_color_mon.png');
}
.series-items .oneshot.featured .daily-series-tagline span,
.series-items .oneshot .daily-series-badge strong,
.series-items .oneshot .daily-series-thumb strong {
  background: #303f9f;
}
.series-items .oneshot .daily-title-day,
.series-items .oneshot .daily-series-tagline,
.series-items .oneshot a:hover,
.series-items .oneshot .daily-series-episode-link-list a:hover {
  color: #303f9f;
}
.series-items .oneshot .daily-series-episode-link-list a:hover {
  border-bottom-color: #303f9f;
}
.series-items .oneshot .daily-title-week {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_badge_mon.png');
}
.series-items .oneshot.featured .daily-series-tagline {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_color_mon.png');
}
.series-items .finished.featured .daily-series-tagline span,
.series-items .finished .daily-series-badge strong,
.series-items .finished .daily-series-thumb strong {
  background: #c51162;
}
.series-items .finished .daily-title-day,
.series-items .finished .daily-series-tagline,
.series-items .finished a:hover,
.series-items .finished .daily-series-episode-link-list a:hover {
  color: #c51162;
}
.series-items .finished .daily-series-episode-link-list a:hover {
  border-bottom-color: #c51162;
}
.series-items .finished .daily-title-week {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_badge_mon.png');
}
.series-items .finished.featured .daily-series-tagline {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_color_mon.png');
}
.daily-series .ヤングジャンプ.featured .daily-series-tagline span,
.daily-series .ヤングジャンプ .daily-series-badge strong,
.daily-series .ヤングジャンプ .daily-series-thumb strong {
  background: #00a2e8;
}
.daily-series .ヤングジャンプ .daily-title-day,
.daily-series .ヤングジャンプ .daily-series-tagline,
.daily-series .ヤングジャンプ a:hover,
.daily-series .ヤングジャンプ .daily-series-episode-link-list a:hover {
  color: #00a2e8;
}
.daily-series .ヤングジャンプ .daily-series-episode-link-list a:hover {
  border-bottom-color: #00a2e8;
}
.daily-series .ヤングジャンプ .daily-title-week {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_badge_mon.png');
}
.daily-series .ヤングジャンプ.featured .daily-series-tagline {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_color_mon.png');
}
.daily-series .ウルトラジャンプ.featured .daily-series-tagline span,
.daily-series .ウルトラジャンプ .daily-series-badge strong,
.daily-series .ウルトラジャンプ .daily-series-thumb strong {
  background: #f5a816;
}
.daily-series .ウルトラジャンプ .daily-title-day,
.daily-series .ウルトラジャンプ .daily-series-tagline,
.daily-series .ウルトラジャンプ a:hover,
.daily-series .ウルトラジャンプ .daily-series-episode-link-list a:hover {
  color: #f5a816;
}
.daily-series .ウルトラジャンプ .daily-series-episode-link-list a:hover {
  border-bottom-color: #f5a816;
}
.daily-series .ウルトラジャンプ .daily-title-week {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_badge_mon.png');
}
.daily-series .ウルトラジャンプ.featured .daily-series-tagline {
  background-image: url('https://cdn.tonarinoyj.jp/images/week_color_mon.png');
}
.top-banners {
  width: calc(100% - 1px);
  overflow: hidden;
  max-height: 284px;
}
@media screen and (max-width: 1004px) {
  .top-banners {
    max-height: 232px;
  }
}
@media screen and (max-width: 602px) {
  .top-banners {
    width: 100%;
    max-height: 154px;
  }
}
.top-banner-items a {
  display: block;
  padding: 3px 0;
  outline: none;
}
.top-banner-items img {
  width: 680px;
  height: 240px;
  background: #ccc;
  box-shadow: 0 0 3px #000;
  border-radius: 20px;
  margin: 0 10px;
}
@media screen and (max-width: 1004px) {
  .top-banner-items img {
    max-width: 532px;
    height: auto;
  }
}
@media screen and (max-width: 602px) {
  .top-banner-items img {
    max-width: 100%;
    width: auto;
    height: 110px;
    border-radius: 10px;
    margin: 0 5px;
  }
}
.top-banner-items .slick-dots {
  text-align: center;
}
.top-banner-items .slick-dots li {
  display: inline-block;
}
.top-banner-items .slick-dots li:not(.slick-active) {
  opacity: 0.4;
}
.top-banner-items .slick-dots li:hover {
  opacity: 0.65;
}
.top-banner-items .slick-dots button {
  border: none;
  background: url('https://cdn.tonarinoyj.jp/images/top-banner-dot.svg') center no-repeat;
  background-size: 8px 8px;
  width: 20px;
  height: 20px;
  padding-top: 20px;
  box-sizing: border-box;
  overflow: hidden;
  outline: none;
}
.top-contents .page-footer {
  position: relative;
  border-top: 1px solid #e6e6e6;
  background: #fff;
  width: calc(100% - 2px);
  margin-left: 1px;
  min-height: 67px;
  margin-top: 40px;
  zoom: 1;
  display: block;
  *zoom: 1;
}
.top-contents .page-footer:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.top-contents .page-footer:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: '.';
}
@media screen and (max-width: 602px) {
  .top-contents .page-footer {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
  }
}
.top-contents .page-footer p {
  float: left;
}
@media screen and (max-width: 602px) {
  .top-contents .page-footer p {
    max-width: 401px;
    margin: 0 auto;
    float: none;
  }
}
.top-contents .page-footer p button {
  display: block;
  width: 200px;
  border: none;
  border-top: 2px solid #d500f9;
  color: #d500f9;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 0 0 20px;
  box-sizing: border-box;
  margin: -1px 0 0 0;
  background: none;
  cursor: pointer;
}
@media screen and (max-width: 602px) {
  .top-contents .page-footer p button {
    width: 100%;
    max-width: 201px;
  }
}
@media screen and (max-width: 401px) {
  .top-contents .page-footer p button {
    max-width: 50%;
  }
}
.top-contents .page-footer p button::after {
  display: inline-block;
  content: '';
  width: 11px;
  height: 6px;
  vertical-align: middle;
  background: url('https://cdn.tonarinoyj.jp/images/arrow_down.svg') center no-repeat;
  background-size: contain;
  margin-left: 12px;
  margin-top: -2px;
}
.top-contents .page-footer p button:hover {
  opacity: 0.8;
}
.top-contents .page-footer ul {
  float: right;
  padding-right: 20px;
  padding-top: 9px;
}
@media screen and (max-width: 602px) {
  .top-contents .page-footer ul {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.top-contents .page-footer li {
  display: inline-block;
}
.top-contents .page-footer li:not(:last-child) {
  margin-right: 16px;
}
.top-contents .page-footer li a {
  display: block;
  font-size: 12px;
}
.top-footer-ad {
  width: calc(100% - 2px);
  margin-left: 1px;
  background: #f6f6f6;
  padding: 24px/2 0;
  text-align: center;
  line-height: 0;
}
.top-footer-ad .top-footer-ad-1,
.top-footer-ad .top-footer-ad-2 {
  display: inline-block;
  margin: 24px/2;
  vertical-align: top;
}
@media screen and (max-width: 602px) {
  .top-footer-ad .top-footer-ad-1,
  .top-footer-ad .top-footer-ad-2 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 602px) {
  .comics-wrapper {
    margin-top: 0;
  }
}
.comics-wrapper .section-header {
  margin: 0 0 0 1px;
}
.comics-wrapper .section-header h2 {
  margin: 0;
}
.comics-container .top-comics-image {
  border: 7px solid #000;
  box-sizing: border-box;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  line-height: 0;
}
.comics-container .comics-new {
  position: relative;
  z-index: 1;
}
.comics-container .comics-new-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 40px;
  top: -42px;
  z-index: -1;
}
@media screen and (max-width: 602px) {
  .comics-container .comics-new-list {
    max-width: 402px;
    margin: 0 auto;
  }
}
.comics-container .comics-new-list-item {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  width: 201px;
  box-sizing: border-box;
}
@media screen and (max-width: 602px) {
  .comics-container .comics-new-list-item {
    width: 50%;
    max-width: 201px;
  }
}
@media screen and (max-width: 370px) {
  .comics-container .comics-new-list-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.comics-container .comics-new-list-item a {
  display: block;
  position: relative;
}
.comics-container .comics-new-list-item::before {
  content: '';
  border-bottom: 1px solid #ddd;
  width: 10px;
  display: block;
  margin: 0 auto 42px;
}
.comics-container .comics-new-list-item .comics-image {
  display: block;
  margin: 0 auto;
  box-shadow: 4px 4px 0px #ccc;
  height: 226px;
  max-width: 160px;
}
@media (max-width: 602px) {
  .comics-container .comics-new-list-item .comics-image {
    height: auto;
    max-height: 300px;
  }
}
@media screen and (max-width: 370px) {
  .comics-container .comics-new-list-item .comics-image {
    max-width: 140px;
  }
}
.comics-container .comics-new-list-item h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 14px 0 0;
  text-align: left;
}
.comics-container .comics-new-list-item p {
  font-size: 10px;
  color: #888;
  text-align: left;
  margin: 12px 0 16px;
}
.comics-container .comics-new-list-item-title {
  margin: 0 0 0 7px;
}
.comics-container .store-container {
  margin: auto 7px 30px;
}
@media screen and (max-width: 370px) {
  .comics-container .store-container {
    margin-left: 0;
    margin-right: 0;
  }
}
.comics-container .store-container li {
  text-align: center;
  border: 1px solid #b3b3b3;
  border-bottom: none;
}
.comics-container .store-container li:nth-last-child(2) {
  border: 1px solid #b3b3b3;
}
.comics-container .store-container li .a-alpha {
  height: 35px;
  display: flex;
  align-items: center;
}
.comics-container .store-container li img {
  vertical-align: middle;
  padding: 2px 0;
  height: auto;
  margin: auto;
  max-width: 100%;
}
.comics-container .store-container li.episode-preview {
  border: none;
  font-size: 12px;
  font-weight: 700;
  margin-top: 14px;
}
.comics-container .comics-page-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
  background: #fff url('https://cdn.tonarinoyj.jp/images/bg_line_1.png') center repeat-y;
  background-size: 2px/2 758px/2;
  margin: 0 1px;
}
@media screen and (max-width: 602px) {
  .comics-container .comics-page-list {
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
  }
}
.comics-container .comics-page-list-item {
  border-bottom: 1px solid #b3b3b3;
  margin: 0 20px;
  width: calc(50% - 40px);
}
@media screen and (max-width: 602px) {
  .comics-container .comics-page-list-item {
    width: 100%;
  }
}
.comics-container .comics-page-list-item:nth-child(1),
.comics-container .comics-page-list-item:nth-child(2) {
  border-top: 1px solid #b3b3b3;
}
@media screen and (max-width: 602px) {
  .comics-container .comics-page-list-item:nth-child(2) {
    border-top: none;
  }
}
.comics-container .comics-page-list-item .comics-link {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.comics-container .comics-page-list-item .comics-image {
  height: 88px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.comics-container .comics-page-list-item .comics-title {
  margin-left: 12px;
}
.comics-container .comics-page-list-item h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 3px;
}
.comics-container .comics-page-list-item p {
  font-size: 10px;
  color: #888;
  margin: 0;
}
.static-page-previews .comics-wrapper {
  margin-top: 32px;
}
.previews-header {
  line-height: 0;
  margin: 0 1px;
}
.previews-header img {
  max-width: 100%;
}
.previews-pickup .daily-series {
  padding-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
}
.previews-pickup .daily-series-item {
  padding-top: 0;
}
.previews-new .section-header span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  background: #ec407a;
  padding: 3px 8px 1px;
  vertical-align: middle;
  margin-left: 10px;
  top: -3px;
}
@media (max-width: 602px) {
  .previews-new .section-header span {
    font-size: 12px;
  }
}
.previews-new .previews-new-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
  background: #fff url('https://cdn.tonarinoyj.jp/images/bg_line_1.png') center repeat-y;
  background-size: 2px/2 758px/2;
  margin: 0 1px;
}
@media screen and (max-width: 602px) {
  .previews-new .previews-new-list {
    background: #fff;
    max-width: 400px;
    margin: 0 auto;
  }
}
.previews-new .previews-new-list-item {
  border-bottom: 1px solid #b3b3b3;
  margin: 0 20px;
  padding: 5px 0;
  width: calc(50% - 40px);
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  box-sizing: border-box;
}
@media screen and (max-width: 602px) {
  .previews-new .previews-new-list-item {
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .previews-new .previews-new-list-item {
    margin: 0 8px;
  }
}
.previews-new .previews-new-list-item:nth-child(1),
.previews-new .previews-new-list-item:nth-child(2) {
  border-top: 1px solid #b3b3b3;
}
@media screen and (max-width: 602px) {
  .previews-new .previews-new-list-item:nth-child(2) {
    border-top: none;
  }
}
.previews-new .previews-new-list-item .comics-image {
  height: 88px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.previews-new .previews-new-list-item .comics-title {
  margin: 0 0 0 12px;
}
.previews-new .previews-new-list-item h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 3px 0;
}
.previews-new .previews-new-list-item p {
  font-size: 10px;
  color: #888;
  margin: 0 0 4px;
}
.previews-new .previews-new-list-item .magazine {
  margin-left: 10px;
}
.previews-new .previews-new-list-item .magazine-link {
  margin-left: 10px;
}
.previews-new .previews-new-list-item .magazine-link::after {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.previews-new .previews-new-list-item .magazine-link:hover {
  text-decoration: underline;
}
.previews-new .previews-new-list-item.ウルトラジャンプ .magazine {
  color: #f5a816;
}
.previews-new .previews-new-list-item.ウルトラジャンプ .magazine-link {
  color: #f5a816;
}
.previews-new .previews-new-list-item.ウルトラジャンプ .magazine-link::after {
  content: url('https://cdn-ak.f.st-hatena.com/images/fotolife/t/tonarinoyj/20170926/20170926170349.jpg?1506413133');
}
.previews-new .previews-new-list-item.ヤングジャンプ .magazine {
  color: #00a2e8;
}
.previews-new .previews-new-list-item.ヤングジャンプ .magazine-link {
  color: #00a2e8;
}
.previews-new .previews-new-list-item.ヤングジャンプ .magazine-link::after {
  content: url('https://cdn-ak.f.st-hatena.com/images/fotolife/t/tonarinoyj/20170926/20170926170346.jpg?1506413157');
}
.previews-new .reading-link {
  background: #ddd;
  font-size: 10px;
  color: #444;
  border-radius: 4px;
  display: block;
  float: left;
  margin: 4px 4px 4px 0;
  padding: 3px 8px 1px;
}
.previews-new .reading-link:hover {
  background: #444;
  color: #ddd;
}
@media (max-width: 370px) {
  .previews-new .reading-link {
    display: inline-block;
    float: none;
  }
}
.previews-new .store-container {
  display: flex;
  padding: 4px 0;
  margin: 0;
}
.previews-new .store-container li {
  display: inline-block;
  border-right: 1px dashed #ddd;
}
.previews-new .store-container li:last-child {
  border: none;
}
.previews-new .store-container li img {
  display: block;
  height: auto;
}
.previews-index-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
  background: #fff url('https://cdn.tonarinoyj.jp/images/bg_line_3.png') center repeat-y;
  background-size: 1610px/2 758px/2;
  margin: 0 1px;
}
@media screen and (max-width: 1004px) {
  .previews-index-container {
    display: block;
    background: #fff;
  }
}
@media screen and (max-width: 602px) {
  .previews-index-container {
    max-width: 400px;
    margin: 0 auto;
  }
}
.previews-index-container .previews-index-magazine {
  padding: 5px 20px 20px;
  position: relative;
  width: 33.33333%;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 1004px) {
  .previews-index-container .previews-index-magazine {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .previews-index-container .previews-index-magazine {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.previews-index-container .magazine-title {
  width: 70%;
  display: block;
  margin: 0 auto;
  max-width: 190px;
}
.previews-index-container .blank-link {
  display: inline-block;
  margin: 0 auto 14px;
  font-size: 10px;
}
.previews-index-container .blank-link::after {
  content: url('https://cdn-ak.f.st-hatena.com/images/fotolife/t/tonarinoyj/20170926/20170926170352.jpg?1506413110');
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.previews-index-container .previews-index-list {
  margin-bottom: 30px;
}
.previews-index-container .previews-index-list-item {
  border-bottom: 1px solid #ddd;
  text-align: left;
  position: relative;
  width: 100%;
}
.previews-index-container .previews-index-list-item:first-child {
  border-top: 1px solid #ddd;
}
.previews-index-container .previews-index-list-item a {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 5px 0;
}
.previews-index-container .previews-index-list-item .comics-image {
  width: 62px;
  vertical-align: middle;
}
.previews-index-container .previews-index-list-item .comics-title {
  margin-left: 12px;
  flex-grow: 1;
}
.previews-index-container .previews-index-list-item h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
}
.previews-index-container .previews-index-list-item p {
  font-size: 10px;
  color: #888;
  margin: 0;
  text-align: left;
  line-height: 1.3;
}
.static-page-information .header {
  border-bottom: 1px solid #b3b3b3;
}
.about-tonarino-yj {
  background: url('https://cdn.tonarinoyj.jp/images/hr_dot_line.png') center top;
  background-size: 108px/2 80px/2;
  margin: 0 auto;
  padding: 161px 0 80px;
}
.about-tonarino-yj-content {
  max-width: 1004px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.about-tonarino-yj-content h1 {
  position: absolute;
  padding: 3px 10px 1px;
  font-size: 11px;
  color: #fff;
  background: #888;
  margin: -72px 0 0 -10px;
}
.about-tonarino-yj-content p {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 602px) {
  .about-tonarino-yj-content p {
    font-size: 16px;
  }
}
.about-tonarino-yj-content p:last-child {
  text-align: right;
  padding-top: 40px;
}
.about-tonarino-yj-content strong {
  font-weight: 700;
}
.about-tonarino-yj-content .yj-message {
  color: #ec407a;
}
.about-tonarino-yj-content .yj-message span {
  border-bottom: 2px solid #b3b3b3;
  padding-bottom: 8px;
}
@media screen and (max-width: 602px) {
  .about-tonarino-yj-content .yj-message span {
    padding-bottom: 10px;
  }
}
.static-page-help .header {
  border-bottom: 1px solid #b3b3b3;
}
.help-tonarino-yj {
  background-size: 108px/2 80px/2;
  margin: 0 auto;
  padding: 20px 0 80px;
}
.help-tonarino-yj-content {
  max-width: 1004px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.help-container {
  background: #fff;
  margin: 0 1px;
  padding: 1px 24px 32px;
}
.help-container ul.contents a {
  padding: 8px 0 8px 13px;
  position: relative;
  font-weight: bold;
}
.help-container ul.contents a::before {
  position: absolute;
  display: block;
  left: 0;
  margin-top: 7px;
  content: '';
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 5px solid #000;
  vertical-align: middle;
}
.help-container h1 {
  font-size: 32px;
}
@media screen and (max-width: 602px) {
  .help-container h1 {
    margin: 32px 20px 0;
    font-size: 28px;
    text-align: center;
  }
}
.help-container h2 {
  margin: 48px 0 24px;
  font-size: 27px;
}
@media screen and (max-width: 602px) {
  .help-container h2 {
    font-size: 20px;
    margin: 40px 0 16px;
  }
}
.help-container h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 40px 0 16px;
}
@media screen and (max-width: 602px) {
  .help-container h3 {
    font-size: 15px;
    margin: 24px 0 12px;
  }
}
.help-container img {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  max-height: 540px;
  width: auto;
}
.help-container img.middle-img {
  max-width: 400px;
}
.help-container p {
  margin: 12px 0;
  font-size: 15px;
}
@media screen and (max-width: 602px) {
  .help-container p {
    margin: 8px 0;
    font-size: 14px;
  }
}
.help-container p.date {
  text-align: center;
  margin: 8px 0 56px;
}
@media screen and (max-width: 602px) {
  .help-container p.date {
    margin: 0 0 32px;
  }
}
.help-container ul,
.help-container ol {
  margin: 12px 0;
  font-size: 15px;
}
@media screen and (max-width: 602px) {
  .help-container ul,
  .help-container ol {
    margin: 8px 0;
    font-size: 14px;
  }
}
.help-container ul li,
.help-container ol li {
  margin: 0 0 8px;
}
@media screen and (max-width: 602px) {
  .help-container ul li,
  .help-container ol li {
    margin: 0 0 6px;
  }
}
.help-container ul ul,
.help-container ol ul,
.help-container ul ol,
.help-container ol ol {
  margin: 8px 0 8px 16px;
}
@media screen and (max-width: 602px) {
  .help-container ul ul,
  .help-container ol ul,
  .help-container ul ol,
  .help-container ol ol {
    margin: 4px 0 4px 12px;
  }
}
.help-container .answerBold {
  font-weight: bold;
  font-size: 14px;
  padding: 16px;
  background: #eee;
  border: 1px solid #ddd;
  margin: 8px 0 12px;
}
@media screen and (max-width: 602px) {
  .help-container .answerBold {
    font-size: 13px;
    padding: 8px;
  }
}
.help-container .answerBold li {
  margin: 0 0 1em;
}
.help-container .answerBold a.list-url {
  margin-left: 16px;
}
body.page-static_page #blog-title,
body.page-static_page .entry-title {
  display: none !important;
}
body.page-static_page #container #content-inner {
  margin: 0;
  width: auto;
}
body.page-static_page #main {
  width: auto;
  float: none;
}
body.page-static_page .entry-header {
  display: none;
}
body.page-static_page #container #wrapper {
  padding: 0;
  margin: 0;
}
body.page-static_page .entry-content {
  border: none;
  padding: 0;
  zoom: 1;
  display: block;
  *zoom: 1;
}
body.page-static_page .entry-content:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
body.page-static_page .entry-content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: '.';
}
body.page-static_page .entry-content p {
  margin: inherit;
  text-align: inherit;
}
body.page-static_page .entry {
  margin: 0;
}
@media screen and (max-width: 803px) {
  body.page-static_page .sidebar .sidebar-wrapper {
    display: block;
  }
}
@media screen and (max-width: 602px) {
  body.page-static_page .sidebar .sidebar-wrapper {
    text-align: center;
  }
}
body.page-static_page .sidebar .sidebar-wrapper img {
  max-width: 100%;
}
@media screen and (max-width: 803px) {
  body.page-static_page .sidebar .sidebar-banner {
    max-width: 201px;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 803px) {
  body.page-static_page .sidebar .sidebar-skyscraper {
    display: flex;
    width: 100%;
  }
  body.page-static_page .sidebar .sidebar-skyscraper a {
    max-width: 201px;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
