html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

input[type=text],
input[type=submit] {
  -webkit-appearance: none;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

html {
  font-size: 625%;
}

body {
  font-size: 0.14em;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: #E2EAF0;
  color: #1E1E1E;
  font-family: "Jost", sans-serif;
}

.pc-only {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

header {
  width: 100%;
}
@media screen and (min-width: 769px) {
  header {
    max-width: 1100px;
    margin: auto;
  }
}
header .white-area {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1000;
  background-color: #fff;
  width: calc(100% - 36px);
  height: 100vh;
}
@media screen and (min-width: 769px) {
  header .white-area {
    width: 1100px;
  }
}
header .white-area .top-left-img {
  position: fixed;
  top: -90px;
  left: -130px;
  z-index: -999;
}
@media screen and (min-width: 769px) {
  header .white-area .top-left-img {
    top: -200px;
    left: -300px;
  }
}
header .white-area .top-left-img img {
  width: 610px;
  height: auto;
}
@media screen and (min-width: 769px) {
  header .white-area .top-left-img img {
    width: 907px;
  }
}
header h1 {
  padding: 24px 24px 5px 24px;
}
header h1 a {
  width: 130px;
  height: auto;
  display: block;
}
header h1 a img {
  width: 130px;
  height: auto;
}
@media screen and (min-width: 769px) {
  header h1 a img {
    width: 210px;
  }
}

footer .image-area {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  footer .image-area {
    max-width: 1100px;
    margin: auto;
  }
}
footer .image-area .blush-img img {
  position: absolute;
  bottom: -70px;
  left: -70px;
  width: 130px;
  height: auto;
}
@media screen and (min-width: 769px) {
  footer .image-area .blush-img img {
    bottom: -200px;
    left: -275px;
    width: 360px;
  }
}
footer .image-area .citadel-img img {
  position: absolute;
  z-index: 999;
  bottom: -5px;
  right: -15px;
  width: 80px;
  height: auto;
}
@media screen and (min-width: 769px) {
  footer .image-area .citadel-img img {
    bottom: 20px;
    right: -64px;
    width: 137px;
  }
}
footer .copyright {
  margin: 80px auto 20px auto;
  text-align: center;
  font-size: 0.1rem;
  color: #ccc;
}

#main-area {
  position: relative;
  width: calc(100% - 24px);
  margin: auto;
  padding: 0 24px;
}
@media screen and (min-width: 769px) {
  #main-area {
    max-width: 1100px;
    margin: auto;
  }
}
#main-area .top-p {
  position: relative;
  z-index: 1000;
  font-size: 0.1rem;
  background-color: rgba(245, 245, 255, 0.9);
  display: inline-block;
  padding: 5px 8px 5px 12px;
  margin-bottom: 50px;
  border-radius: 0 16px 16px 16px;
}
@media screen and (min-width: 769px) {
  #main-area .top-p {
    font-size: 0.12rem;
    padding: 10px 10px 10px 24px;
    margin-bottom: 80px;
  }
}

.articles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .articles {
    justify-content: flex-start;
    gap: 32px 5%;
    max-width: 850px;
    margin: auto;
    padding: 0;
  }
}
.articles dl {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .articles dl {
    width: 30%;
  }
}
.articles dl dt {
  position: relative;
}
.articles dl dt a > img {
  border-radius: 0 10px 0 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.articles dl dt span {
  position: absolute;
  top: 3px;
  left: 8px;
}
.articles dl dt span img {
  width: 100%;
  height: 100%;
}
.articles dl dd {
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  padding: 0px 10px 10px 10px;
}
.articles dl dd .article-title {
  display: block !important;
  padding: 0;
}
.articles dl dd .article-title h2 {
  width: 100%;
  font-size: 0.14rem;
  font-weight: 500;
  margin-top: 10px;
  display: block;
  margin-bottom: 5px;
}
.articles dl dd .article-title h2 span {
  display: block;
  font-size: 0.12rem;
  margin-bottom: 5px;
}
.articles dl dd .article-title > span {
  font-size: 0.11rem;
  width: 100%;
}

data {
  font-size: 0.1rem;
}
@media screen and (min-width: 769px) {
  data {
    font-size: 0.12rem;
  }
}

.warhammer {
  background-color: #000;
  color: #A88C2B;
  border-radius: 0 0 3px 0;
  height: 20px;
  padding: 5px 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.1rem;
}
@media screen and (min-width: 769px) {
  .warhammer {
    font-size: 0.12rem;
    height: 24px;
  }
}

.forty-k {
  border-radius: 0 0 3px 0;
  height: 20px;
  padding: 5px 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.1rem;
  background-color: #415059;
  color: #fff;
  margin-left: 3px;
}
@media screen and (min-width: 769px) {
  .forty-k {
    font-size: 0.12rem;
    height: 24px;
  }
}

.aos {
  border-radius: 0 0 3px 0;
  height: 20px;
  padding: 5px 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.1rem;
  background-color: #97050A;
  color: #C0B443;
  margin-left: 3px;
}
@media screen and (min-width: 769px) {
  .aos {
    font-size: 0.12rem;
    height: 24px;
  }
}

.pagination {
  margin: 40px auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pagination {
    margin: 60px auto;
  }
}
.pagination ul.page-numbers {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.pagination ul.page-numbers li {
  margin: 0 5px;
  padding: 0;
  display: block;
}
.pagination ul.page-numbers li .page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  font-size: 0.12rem;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
}
.pagination ul.page-numbers li .page-numbers.current {
  background-color: #000;
  color: #fff;
}
.pagination ul.page-numbers li .page-numbers.prev,
.pagination ul.page-numbers li .page-numbers.next {
  width: auto;
  padding: 0 15px;
  line-height: 40px;
}
.pagination ul.page-numbers li .page-numbers:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#single {
  width: 100%;
  padding: 0 36px;
}
@media screen and (min-width: 769px) {
  #single {
    max-width: 780px;
    margin: auto;
    padding: 0;
  }
}
#single .painter-credit {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #single .painter-credit {
    margin-top: 100px;
  }
}
#single .o-paint, #single .f-paint {
  border-radius: 0 3px 0 0;
  line-height: 1;
  display: inline-block;
  padding: 3px 5px;
  font-size: 0.1rem;
  color: #fff;
}
#single .o-paint {
  background-color: #A88C2B;
}
#single .f-paint {
  background-color: #A70D0D;
}
#single > img {
  width: 100%;
  height: auto;
  display: block;
}
#single article {
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  margin: 0 auto 40px auto;
  padding: 0 8px 8px 8px;
}
@media screen and (min-width: 769px) {
  #single article {
    line-height: 1.3;
  }
}
#single article h2 {
  font-size: 0.16rem;
  font-weight: 500;
  margin: 10px 0 5px 0;
}
@media screen and (min-width: 769px) {
  #single article h2 {
    font-size: 0.18rem;
  }
}
#single article h2 span {
  font-size: 0.14rem;
  display: block;
  margin-bottom: 3px;
}
@media screen and (min-width: 769px) {
  #single article h2 span {
    font-size: 0.14rem;
    display: inline-block;
    font-size: 0.18rem;
  }
  #single article h2 span::after {
    content: " - ";
  }
}
#single article > span {
  font-size: 0.1rem;
  display: block;
}
@media screen and (min-width: 769px) {
  #single article > span {
    font-size: 0.12rem;
  }
}
#single .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}
@media screen and (min-width: 769px) {
  #single .content {
    max-width: 780px;
    margin: 40px auto;
  }
}
#single .content figure {
  width: 100%;
}
#single .content figure img {
  width: 100%;
  height: auto;
}
#single .post-navigation .nav-links span {
  width: 100%;
  font-size: 0.1rem;
  display: block;
}
@media screen and (min-width: 769px) {
  #single .post-navigation .nav-links span {
    font-size: 0.12rem;
  }
}
#single .post-navigation .nav-links span.prev-post {
  text-align: left;
  padding-left: 10px;
}
#single .post-navigation .nav-links span.home-link {
  text-align: center;
}
#single .post-navigation .nav-links span.next-post {
  text-align: right;
  padding-right: 10px;
}
#single .post-navigation .nav-links span a {
  display: block;
  padding: 5px;
}

#archive {
  width: 100%;
  padding: 0 36px;
}
@media screen and (min-width: 769px) {
  #archive {
    max-width: 850px;
    margin: auto;
  }
}
#archive h1 {
  font-size: 0.16rem;
  font-weight: 500;
  text-align: center;
  margin: 20px auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #archive h1 {
    width: 100%;
    font-size: 0.24rem;
    margin: 21px auto 40px auto;
  }
}
#archive > img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #archive > img {
    width: 80%;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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