@charset "UTF-8";
/*
Theme Name: Simple
Theme URI:
Description:
Version: 2.0
Author: nw
*/
/* ==========================================================================

	WORKS

========================================================================== */
/* --------------------------------------- アーカイブ --------------------------------------- */
/*--------------------------------
    タイトル
--------------------------------*/
.heading_title {
  line-height: 1.5;
}
@media screen and (max-width: 812px) {
  .heading_title {
    font-size: 2.2rem;
    margin: 0 auto 2rem;
  }
}
.heading_title .worksInfo {
  font-size: 1.4rem;
  margin-top: 1em;
}
@media screen and (max-width: 812px) {
  .heading_title .worksInfo {
    font-size: 1.2rem;
  }
}
.heading_title .worksInfo em + em {
  margin-left: 1em;
}

/*--------------------------------
    カテゴリー上部解説
--------------------------------*/
section .container article .post {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}
section .container article .post .postContents {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  word-break: break-all; /* 英語の時は消す */
  overflow-wrap: break-word;
}
@media screen and (max-width: 812px) {
  section .container article .post .postContents {
    font-size: 1.5rem;
  }
}
section .container article .post .postContents:after {
  content: "";
  display: block;
  clear: both;
}
section .container article .post .postContents *:first-child {
  margin-top: 0;
}
section .container article .post .postContents a:link, section .container article .post .postContents a:visited {
  color: #000;
  text-decoration: underline;
}
@media (any-hover: hover) {
  section .container article .post .postContents a:hover {
    color: #999;
    text-decoration: none;
  }
}
section .container article .post .postContents img {
  display: block;
  max-width: 100%;
  height: auto;
}
section .container article .post .postContents p {
  margin: 0 auto 1.5em;
  /* clear: both; */ /* 回り込みを禁止する場合 */
}
section .container article .post .postContents p > img {
  margin: 0 auto 1.5em;
}
section .container article .post .postContents .wp-caption {
  margin: 0 auto 1.5em;
  max-width: 100%;
}
section .container article .post .postContents .wp-caption img {
  margin: 0 auto;
}
section .container article .post .postContents .wp-caption .wp-caption-text {
  margin: 0.8em auto 0;
  font-size: 90%;
  text-align: center;
}
section .container article .post .postContents .aligncenter {
  margin: 0 auto 1em;
}
section .container article .post .postContents .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
section .container article .post .postContents .alignright {
  float: right;
  margin: 0 0 1em 1em;
}
section .container article .post .postContents strong {
  font-weight: bold;
}
section .container article .post .postContents em {
  font-style: italic;
}
section .container article .post .postContents blockquote {
  font-style: italic;
  margin: 1.12em 40px;
  color: #666;
}
section .container article .post .postContents pre {
  white-space: normal;
}
section .container article .post .postContents ul {
  margin: 1.12em 0;
}
section .container article .post .postContents ul li {
  list-style-type: disc;
}
section .container article .post .postContents ol {
  margin: 1.12em 0;
}
section .container article .post .postContents ol li {
  list-style-type: decimal;
}
section .container article .post .postContents h1,
section .container article .post .postContents h2 {
  font-size: 2.4rem;
  margin: 1.5em 0 0.75em;
  font-weight: bold;
  text-align: left;
}
section .container article .post .postContents h3 {
  font-size: 2rem;
  margin: 1.5em 0 0.75em;
  font-weight: bold;
  text-align: left;
}
section .container article .post .postContents h4 {
  font-size: 1.8rem;
  margin: 1.5em 0 0.75em;
  font-weight: bold;
  text-align: left;
}
section .container article .post .postContents h5,
section .container article .post .postContents h6 {
  margin: 1.5em 0 0.75em;
  font-weight: bold;
  text-align: left;
}
section .container article .post .postContents iframe[src*=youtube] {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  min-height: 474px; /* ポストエリア幅843pxのとき画角16:9想定で */
}
section .container article .post .postContents *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 812px) {
  section .container article .post .postContents h1,
  section .container article .post .postContents h2 {
    font-size: 2rem;
  }
  section .container article .post .postContents h3 {
    font-size: 1.8rem;
  }
  section .container article .post .postContents h4 {
    font-size: 1.6rem;
  }
  section .container article .post .postContents iframe[src*=youtube] {
    min-height: 190px; /* ポストエリア幅337pxのとき画角16:9想定で */
  }
}

/* --------------------------------------- 詳細ページ --------------------------------------- */
/*--------------------------------
    作品画像
--------------------------------*/
.worksPhotos .container {
  text-align: center;
}
.worksPhotos .container > div {
  margin: 0 auto 20vh;
}
@media screen and (max-width: 812px) {
  .worksPhotos .container > div {
    margin: 0 auto 6vh;
  }
}
.worksPhotos .container > div:last-child {
  margin: 0 auto;
}
.worksPhotos .container > div img {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
}
@media screen and (max-width: 812px) {
  .worksPhotos .container > div img {
    max-height: none;
    width: 100%;
    height: auto;
  }
}
.worksPhotos .container > div .worksPhotoCaption {
  display: block;
  text-align: left;
  font-size: 1.3rem;
  margin: 1.5em auto 0;
  max-width: 80%;
}
@media screen and (max-width: 812px) {
  .worksPhotos .container > div .worksPhotoCaption {
    font-size: 1.1rem;
    max-width: 100%;
  }
}

@media only screen and (min-width: 813px) {
  .worksPhotos .container div img:hover {
    filter: saturate(120%) contrast(120%);
  }
}
/*--------------------------------
    作品スペック
--------------------------------*/
.worksSpec {
  background-color: var(--bgcolor-primary);
}
.worksSpec .container .worksSpecCnt {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 812px) {
  .worksSpec .container .worksSpecCnt {
    display: block;
  }
}
.worksSpec .container .worksSpecCnt .worksSpecText {
  width: 60%;
  font-size: 1.5rem;
  line-height: 2;
  margin-right: 10%;
}
@media screen and (max-width: 812px) {
  .worksSpec .container .worksSpecCnt .worksSpecText {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 5rem;
  }
}
.worksSpec .container .worksSpecCnt .worksSpecText p + p {
  margin-top: 1em;
}
.worksSpec .container .worksSpecCnt .worksSpecTable {
  width: 30%;
  font-size: 1.4rem;
}
@media screen and (max-width: 812px) {
  .worksSpec .container .worksSpecCnt .worksSpecTable {
    width: 100%;
    font-size: 1.3rem;
  }
}
.worksSpec .container .worksSpecCnt .worksSpecTable > div {
  display: flex;
  margin-bottom: 0.5em;
}
.worksSpec .container .worksSpecCnt .worksSpecTable > div dt {
  white-space: nowrap;
}
.worksSpec .container .worksSpecCnt .worksSpecTable > div dt::after {
  content: ":";
  margin: 0 0.4em;
}