header.header h1 { display: block; }

.chapter-page { width: 100%; height: 18px; margin: 0 auto 125px; position: relative; }

.chapter-page .point__link-more { position: absolute; }

.chapter-page .point__link-more--left { bottom: 0; left: 110px; }

.chapter-page .point__link-more--right { bottom: 0; right: 110px; }

section.chapter-list { width: 1200px; margin: 0 auto 0; }

section.chapter-list ul { letter-spacing: -.4em; text-align: center; }

section.chapter-list ul li { width: 300px; display: inline-block; letter-spacing: normal; vertical-align: top; position: relative; }

section.chapter-list ul li .thumb { overflow: hidden; }

section.chapter-list ul li .thumb img { width: 100%; }

section.chapter-list ul li .text { position: absolute; top: auto; right: auto; bottom: 11px; left: 13px; }

section.chapter-list ul li a { width: 100%; height: 100%; position: absolute; top: 0; right: auto; bottom: auto; left: 0; }

section.chapter-list ul li.hidden { display: none; }

@media screen and (max-width: 768px) { header.header h1 { display: block; }
  .chapter-page { height: 23px; margin: 0 auto 50px; }
  .chapter-page .point__link-more { position: absolute; }
  .chapter-page .point__link-more--left { width: 120px; bottom: 0; left: 20px; }
  .chapter-page .point__link-more--right { width: 120px; bottom: 0; right: 20px; }
  section.chapter-list { width: 100%; margin: 0 auto 0; }
  section.chapter-list ul { letter-spacing: -.4em; text-align: center; }
  section.chapter-list ul li { width: 49.7%; display: inline-block; letter-spacing: normal; vertical-align: top; position: relative; overflow: hidden; }
  section.chapter-list ul li .thumb { overflow: hidden; }
  section.chapter-list ul li .thumb img { width: 100%; opacity: 1 !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transition: none !important; transition: none !important; }
  section.chapter-list ul li .text { display: none; }
  section.chapter-list ul li a { width: 100%; height: 100%; position: absolute; top: 0; right: auto; bottom: auto; left: 0; }
  section.chapter-list ul li.hidden { display: none; } }
