#contents {
  padding: 0 10px;
}

#toc {
  border: 1px solid #F27F0C;
  padding: 10px;
  margin: 32px auto 32px;
  background-color: #EEFFFF;
  max-width: 560px;
}
#toc-items li {
  margin: 10px auto;
}
#toc-items li#item-coc a:link, #toc-items li#item-coc a:visited, #toc-items li#item-coc a:hover, #toc-items li#item-coc a:active {
  font-size: 140%;
}
#toc-items li a {
  display: block;
  padding: 4px 0;
}
#toc-items li a:link, #toc-items li a:visited, #toc-items li a:hover, #toc-items li a:active {
  font-size: 180%;
}
#toc-items li > a {
  border-left: 4px solid #F27F0C;
  padding-left: 8px;
}
#toc-items li div {
  padding-left: 20px;
}
#toc-items li div a:link, #toc-items li div a:visited, #toc-items li div a:hover, #toc-items li div a:active {
  font-size: 160%;
  font-weight: bold;
  color: #B16118;
}
.device-pc #toc {
  margin: 40px auto;
  padding: 10px 30px;
  background-color: transparent;
}
.device-pc #toc-items li a {
  transition: opacity 0.5s;
}
.device-pc #toc-items li a:hover, .device-pc #toc-items li a:active {
  opacity: 0.5;
}
.device-pc #toc-items li > a {
  padding-left: 20px;
}

.article-header {
  background-image: url(../images/ph_main_title_sp.jpg);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 -10px 16px;
  max-width: 960px;
}
@media (min-width: 601px) {
  .article-header {
    background-image: url(../images/ph_main_title_pc.jpg);
    background-size: 500px 350px;
    background-position: right bottom;
    padding-top: 37px;
  }
}
@media (min-width: 961px) {
  .article-header {
    margin: 0 auto 16px;
  }
}
.device-pc .article-header {
  background-image: url(../images/ph_main_title_pc.jpg);
}

.article-title {
  padding-top: 64.0625%;
  background: url(../images/page_title_sp.svg) no-repeat center center;
  background-size: contain;
  margin-top: 20px;
}
@media (min-width: 601px) {
  .article-title {
    background-image: url(../images/page_title_pc.svg);
    padding-top: 21.66667%;
    max-width: 813px;
    margin: 0 30px;
  }
}
.article-title__text {
  width: 100%;
  font-family: "A1 Gothic R", sans-serif;
}
.device-pc .article-title {
  padding-top: 21.66667%;
}
.device-pc .article-title__text strong::before, .device-pc .article-title__text strong::after {
  content: "";
  display: inline-block;
  width: 0.70906em;
}

.article-lead {
  max-width: 340px;
  padding: 0 3.125% 75%;
}
.article-lead__text p {
  font-family: "A1 Gothic R", sans-serif;
  font-size: 180%;
  line-height: 1.66667;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .article-lead__text p {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
@media (min-width: 601px) {
  .article-lead {
    padding: 17px 0 124px;
    margin-left: 84px;
  }
  .article-lead__text p {
    font-size: 140%;
  }
}
.device-pc .article-lead {
  padding: 17px 0 124px;
  margin-left: 84px;
}
.device-pc .article-lead__text p {
  font-size: 140%;
}

.article-content h3 {
  font-size: 230%;
  line-height: 1.30435;
  text-align: center;
}
.article-content__text h3 {
  border-left: 4px solid #F27F0C;
  padding-left: 10px;
  margin: 35px auto 20px;
  letter-spacing: 0.04em;
  text-align: left;
}
.article-content__text h3#coc {
  font-size: 200%;
  margin-bottom: 25px;
}
.article-content__text h3#coc + p {
  font-size: 140%;
}
.device-pc .article-content__text h3 {
  padding-left: 15px;
}
.article-content__text p {
  font-size: 180%;
  line-height: 1.75;
  margin-bottom: 1.75em;
}
.article-content__text p.note {
  font-size: 120%;
  line-height: 1.66667;
  margin-top: 1.75em;
}
.article-content__text p .attention {
  color: #CC0000;
}
.article-content__text p + p.note {
  margin-top: -1.75em;
}

.sprite-sheet {
  margin: 0 auto;
}

.covers {
  padding: 0;
  margin: 0 auto;
}
.covers h4 {
  border-bottom: 1px solid transparent;
  font-size: 200%;
  text-align: center;
  padding-bottom: 12px;
  margin-top: 50px;
}
.covers ul {
  display: flex;
  flex-wrap: wrap;
}
.covers ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.66667;
  width: 50%;
  padding: 3% 1%;
}
.covers#original h4 {
  border-color: #46789A;
}
.covers#cousin h4 {
  border-color: #B35A5A;
}
.covers#weeks-cover h4 {
  border-color: #468080;
}
.covers#weeks-book h4 {
  border-color: #468080;
}
.covers#book h4 {
  border-color: #1E1933;
}
.device-pc .covers {
  padding: 0 3.125%;
}
.device-pc .covers ul li {
  flex-direction: row;
  text-align: left;
}
.device-pc .covers#book ul li {
  flex-direction: column;
  text-align: center;
}

li[data-id] .thumb {
  background: no-repeat center center;
  width: 80px;
  height: 80px;
}

/*# sourceMappingURL=main.css.map */
