.covers__title, .article-section__title {
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "-apple-system", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", meiryo, "M+ 1p", sans-serif;
  letter-spacing: 0.115em;
  -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 .covers__title, .ua-desktop-windows .article-section__title {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.article-section:nth-of-type(1) .article-section__num, .article-section:nth-of-type(1) .article-section__title {
  color: #C66075;
}

.article-section:nth-of-type(2) .article-section__num, .article-section:nth-of-type(2) .article-section__title {
  color: #427DAD;
}

.article-section:nth-of-type(3) .article-section__num, .article-section:nth-of-type(3) .article-section__title {
  color: #639344;
}

#page {
  background-color: transparent;
}

main {
  background-color: transparent;
  color: #1E1933;
  font-family: "-apple-system", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", meiryo, "M+ 1p", sans-serif;
}

p {
  margin: 1.75em auto;
}
p:first-child {
  margin-top: 0;
}

.device-sp br:not([role='device-sp']) {
  display: none;
}

.device-pc br.only-sp {
  display: none;
}

.covers__title {
  margin-top: 35px;
  font-size: 20px;
  text-align: center;
}

.covers__text {
  font-size: 160%;
  line-height: 1.75;
  font-weight: normal;
}

.covers__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 35px;
}
.covers__list::before {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  border-radius: 15px 15px 0 0;
  border: 1px solid #d2d1d6;
  border-bottom: 0 none;
}
.covers__list::after {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  border-radius: 0 0 15px 15px;
  border: 1px solid #d2d1d6;
  border-top: 0 none;
}

.covers-list__item {
  display: list-item;
  margin: 0 0 10px;
  width: 48.33333%;
}

.covers-list__image {
  width: 80px;
  margin: 0 auto;
}
.covers-list__image img {
  width: 100%;
}
.covers-list__image--book {
  width: 120px;
}

.covers-list__name {
  font-size: 120%;
  font-weight: bold;
  margin: 0;
  text-align: center;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}
.covers.sub {
  margin-top: 35px;
}
.covers.sub .covers__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.covers.sub .covers__list::before, .covers.sub .covers__list::after {
  content: none;
}
.covers.sub .covers-list__item {
  display: list-item;
  width: 48.33333%;
}

.covers.sub .covers-list__image {
  margin: 0 auto;
}

.covers.sub .covers-list__name {
  text-align: center;
}
.device-pc .covers-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.device-pc .covers-list__item--book {
  display: list-item;
}

.device-pc .covers-list__image {
  margin: 0;
}
.device-pc .covers-list__image--book {
  margin: 0 auto;
}

.device-pc .covers-list__name {
  text-align: left;
}
.device-pc .covers-list__name--book {
  text-align: center;
}
.device-pc .covers.sub .covers-list__item {
  width: 20%;
}

.article {
  margin: auto;
}
.article a:link, .article a:visited, .article a:hover, .article a:active {
  color: #B26118;
}
.article strong {
  color: #C66075;
  font-weight: bold;
}
.article-header {
  max-width: 600px;
  margin: 0 auto;
}
.article-header section {
  padding-top: 188.125%;
  background: url(../images/main_title_sp.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.article-header section > * {
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 0;
}

.article-content {
  width: 93.75%;
  max-width: 560px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: transparent;
}
.article-content a:link, .article-content a:visited, .article-content a:hover, .article-content a:active {
  text-decoration: underline;
}

.article-section {
  position: relative;
  padding: 15px 0 0.1px;
  margin-top: 56px;
  border-top: 3px solid #1E1933;
}
.article-section__num {
  position: absolute;
  text-align: right;
  font-size: 300%;
  line-height: 1;
  top: -1.1em;
  right: 0;
  width: 45px;
  height: 30px;
}
.article-section__num img {
  width: 100%;
}

.article-section__title {
  font-size: 240%;
  line-height: 1.6;
  border-bottom: 1px solid #1E1933;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.article-section__text {
  font-size: 160%;
  line-height: 1.75;
  font-weight: normal;
  margin: 20px auto;
}

.article-section__caption {
  font-size: 120%;
  line-height: 1.75;
  font-weight: normal;
}

.article-section__photo {
  width: 100%;
  padding-top: 66.66667%;
  background-size: cover;
  background-position: center center;
}

.article-footer {
  padding: 1px 0;
  max-width: 600px;
  margin: 0 auto;
  background-color: #ffffff;
}

.device-pc .article-header {
  max-width: 960px;
}
.device-pc .article-header section {
  margin-top: 20px;
  padding-top: 56.25%;
  background-image: url(../images/main_title_pc.jpg);
}

.device-pc .article-section {
  margin-top: 68px;
  padding-left: 20px;
  padding-bottom: 0.1px;
  border-left: 1px solid #1E1933;
}
.device-pc .article-section + .article-section {
  margin-top: 78px;
}

.device-pc .article-footer {
  max-width: 960px;
}

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