@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
色に関して記述しているファイル
色に関して、ここで宣言をしたものを利用する様にする

例：
color: $color-font-white;
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.header > .right > .pages > .page > .link.page-blog:before {
  height: 40px;
}
.header > .sp-menu > .container > .pages > .page > .link.page-blog:before {
  right: 61px;
  width: 93px;
}

.post-page {
  margin-top: 288px;
  margin-bottom: 114px;
}
@media screen and (max-width: 897px) {
  .post-page {
    margin-top: 176px;
  }
}
.post-page > .flex {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 897px) {
  .post-page > .flex {
    display: block;
  }
}
.post-page > .flex > .section-contents {
  max-width: 910px;
  width: 100%;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents {
    margin-bottom: 80px;
  }
}
.post-page > .flex > .section-contents > .container {
  max-width: 720px;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents > .container {
    display: block;
  }
}
.post-page > .flex > .section-contents > .container > .left {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.7em;
  width: 30px;
  margin-right: 90px;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents > .container > .left {
    font-size: 12px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 100%;
    margin-bottom: 16px;
  }
}
.post-page > .flex > .section-contents > .container > .left:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 100%;
  width: 240px;
  height: 1px;
  background-color: #808080;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents > .container > .left:before {
    top: 10px;
    right: 101%;
  }
}
.post-page > .flex > .section-contents > .container > .post-content > .container {
  max-width: 600px;
  width: 100%;
  margin-top: -5px;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents > .container > .post-content > .container {
    max-width: 100%;
    margin-top: 0;
  }
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 320px) {
  .post-page > .flex > .section-contents > .container > .post-content > .container > .info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .info > .date,
.post-page > .flex > .section-contents > .container > .post-content > .container > .info > .tags > .link {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #808080;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents > .container > .post-content > .container > .info > .date,
  .post-page > .flex > .section-contents > .container > .post-content > .container > .info > .tags > .link {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .info > .date:hover,
.post-page > .flex > .section-contents > .container > .post-content > .container > .info > .tags > .link:hover {
  opacity: 0.5;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .info > .date {
  margin-right: 32px;
  min-width: 89px;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents > .container > .post-content > .container > .info > .date {
    margin-right: 18px;
    min-width: 76px;
  }
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .info > .tags {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .info > .tags > .link {
  position: relative;
  margin-right: 18px;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .info > .tags > .link:before {
  content: "#";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .lead {
  margin-bottom: 80px;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > #ez-toc-container {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  width: 100%;
  padding: 0;
  margin-bottom: 80px;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > #ez-toc-container > .ez-toc-title-container > .ez-toc-title {
  border-bottom: 1px solid #808080;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  width: 100%;
  padding-bottom: 16px;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents > .container > .post-content > .container > #ez-toc-container > .ez-toc-title-container > .ez-toc-title {
    line-height: 1.52;
    padding-bottom: 8px;
  }
}
.post-page > .flex > .section-contents > .container > .post-content > .container > #ez-toc-container > .ez-toc-title-container > .ez-toc-title-toggle {
  display: none;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > #ez-toc-container > nav {
  margin-top: 16px;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents > .container > .post-content > .container > #ez-toc-container > nav {
    margin-top: 8px;
  }
}
.post-page > .flex > .section-contents > .container > .post-content > .container > #ez-toc-container > nav > .ez-toc-list > li {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents > .container > .post-content > .container > #ez-toc-container > nav > .ez-toc-list > li {
    line-height: 1.52;
  }
}
.post-page > .flex > .section-contents > .container > .post-content > .container > #ez-toc-container > nav > .ez-toc-list > li > a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > #ez-toc-container > nav > .ez-toc-list > li > a:visited {
  color: #000000;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > #ez-toc-container > nav > .ez-toc-list > li > a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 48px;
  word-break: break-all;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents > .container > .post-content > .container > p {
    font-size: 13px;
    line-height: 1.52;
  }
}
.post-page > .flex > .section-contents > .container > .post-content > .container > p > img {
  width: 100%;
  height: 100%;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .title {
  font-size: 24px;
  letter-spacing: 0.28em;
  line-height: 1.6;
  margin-bottom: 80px;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .title.english {
  margin-bottom: 32px;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents > .container > .post-content > .container > .title {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.52;
    margin-bottom: 24px;
  }
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .img {
  max-width: 600px;
  width: 100%;
  height: 100%;
  margin-bottom: 48px;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents > .container > .post-content > .container > .img {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .img > img {
  width: 100%;
  height: 100%;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > img {
  width: 100%;
  height: 100%;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > h2 {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 16px;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .buttons {
  max-width: 210px;
  width: 100%;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .buttons > li > .link {
  color: #000000;
  font-size: 14px;
  padding: 0 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .buttons > li > .link.pre, .post-page > .flex > .section-contents > .container > .post-content > .container > .buttons > li > .link.next {
  position: absolute;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .buttons > li > .link.pre {
  left: 0;
  top: 1px;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .buttons > li > .link.pre > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .buttons > li > .link.next {
  right: 0;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .buttons > li > .link:hover {
  opacity: 0.5;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .share {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 43px 66px;
  margin-top: 120px;
  margin-bottom: 48px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents > .container > .post-content > .container > .share {
    display: block;
    margin-top: 80px;
    padding: 16px 16px 24px;
  }
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .share > .text {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents > .container > .post-content > .container > .share > .text {
    font-size: 13px;
    line-height: 1.52;
    margin-bottom: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents > .container > .post-content > .container > .share > .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 13px;
  }
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .share > .socials > .social {
  width: 22px;
  margin-right: 38px;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .section-contents > .container > .post-content > .container > .share > .socials > .social {
    margin: 0 19px;
  }
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .share > .socials > .social > .link {
  padding: 5px;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .share > .socials > .social > .link > .icon {
  width: 22px;
  height: 22px;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .wp-block-embed-wordpress {
  width: 100%;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .wp-block-embed-wordpress > .wp-block-embed__wrapper {
  width: 100%;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .wp-block-embed-wordpress > .wp-block-embed__wrapper > .wp-embedded-content {
  width: 100%;
}
.post-page > .flex > .section-contents > .container > .post-content > .container > .wp-block-embed-wordpress > .wp-block-embed__wrapper > iframe > html > body > .wp-embed {
  width: 100%;
  max-width: 252px;
}
.post-page > .flex > .sidebar {
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .sidebar {
    display: none;
  }
}
.post-page > .flex > .sidebar > .container > .content {
  margin-bottom: 56px;
}
@media screen and (max-width: 897px) {
  .post-page > .flex > .sidebar > .container > .content {
    margin-bottom: 48px;
  }
}
.post-page > .flex > .sidebar > .container > .content > .title {
  letter-spacing: 0.05em;
  line-height: 160%;
  font-weight: 500;
  border-bottom: 1px solid #808080;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .post-page > .flex > .sidebar > .container > .content > .title {
    border-bottom: 0;
    position: relative;
    width: 100%;
  }
}
.post-page > .flex > .sidebar > .container > .content > .tags > .tag,
.post-page > .flex > .sidebar > .container > .content > .categories > .category {
  margin-bottom: 8px;
  padding-left: 0.7em;
  text-indent: -0.7em;
}
.post-page > .flex > .sidebar > .container > .content > .tags > .tag > .text-link,
.post-page > .flex > .sidebar > .container > .content > .categories > .category > .text-link {
  color: #000000;
  font-size: 14px;
  word-break: break-all;
}
.post-page > .flex > .sidebar > .container > .content > .tags > .tag > .text-link > .icon,
.post-page > .flex > .sidebar > .container > .content > .categories > .category > .text-link > .icon {
  width: 7px;
  fill: none;
}
.post-page > .flex > .sidebar > .container > .content > .archives > li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
}
.post-page > .flex > .sidebar > .container > .content > .archives > li > a {
  color: #000000;
  font-size: 14px;
  word-break: break-all;
}
.post-page > .flex > .sidebar > .container > .content > .archives > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  border-bottom: solid 1px #000000;
  border-right: solid 1px #000000;
  width: 4.5px;
  height: 4.5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  word-break: break-all;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-page > .flex > .sidebar > .container > .content > .tags > .tag > .text-link,
  .post-page > .flex > .sidebar > .container > .content > .categories > .category > .text-link {
    display: inline-block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-page > .flex > .sidebar > .container > .content > .tags > .tag > .text-link,
  .post-page > .flex > .sidebar > .container > .content > .categories > .category > .text-link > .icon {
    height: 7px;
    margin-right: 7px;
    margin-bottom: 6px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header > .right > .pages > .page > .link::before {
    left: 55%;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-page > .flex > .sidebar > .container > .content > .tags > .tag > .text-link > .icon {
    vertical-align: middle;
    margin-top: 2px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-page > .flex > .sidebar > .container > .content > .categories > .category > .text-link > .icon {
    vertical-align: middle;
    margin-top: 2px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-page > .flex > .sidebar > .container > .content > .tags > .tag {
    padding-left: 1.4em;
    text-indent: -0.8em;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-page > .flex > .sidebar > .container > .content > .categories > .category {
    padding-left: 1.4em;
    text-indent: -0.8em;
  }
}