<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
色に関して記述しているファイル
色に関して、ここで宣言をしたものを利用する様にする

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

.header &gt; .sp-menu &gt; .container &gt; .pages &gt; .page &gt; .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 &gt; .flex {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 897px) {
  .post-page &gt; .flex {
    display: block;
  }
}

.post-page &gt; .flex &gt; .section-contents {
  max-width: 910px;
  width: 100%;
}

@media screen and (max-width: 897px) {
  .post-page &gt; .flex &gt; .section-contents {
    margin-bottom: 80px;
  }
}

.post-page &gt; .flex &gt; .section-contents &gt; .container {
  max-width: 720px;
}

@media screen and (max-width: 897px) {
  .post-page &gt; .flex &gt; .section-contents &gt; .container {
    display: block;
  }
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .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 &gt; .flex &gt; .section-contents &gt; .container &gt; .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 &gt; .flex &gt; .section-contents &gt; .container &gt; .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 &gt; .flex &gt; .section-contents &gt; .container &gt; .left:before {
    top: 10px;
    right: 101%;
  }
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container {
  max-width: 600px;
  width: 100%;
  margin-top: -5px;
}

@media screen and (max-width: 897px) {
  .post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container {
    max-width: 100%;
    margin-top: 0;
  }
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 320px) {
  .post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .info &gt; .date,
.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .info &gt; .tags &gt; .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 &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .info &gt; .date,
  .post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .info &gt; .tags &gt; .link {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .info &gt; .date:hover,
.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .info &gt; .tags &gt; .link:hover {
  opacity: 0.5;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .info &gt; .date {
  margin-right: 32px;
  min-width: 89px;
}

@media screen and (max-width: 897px) {
  .post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .info &gt; .date {
    margin-right: 18px;
    min-width: 76px;
  }
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .info &gt; .tags {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .info &gt; .tags &gt; .link {
  position: relative;
  margin-right: 18px;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .info &gt; .tags &gt; .link:before {
  content: "#";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .lead {
  margin-bottom: 80px;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; #ez-toc-container {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 100%;
  padding: 0;
  margin-bottom: 80px;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; #ez-toc-container &gt; .ez-toc-title-container &gt; .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 &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; #ez-toc-container &gt; .ez-toc-title-container &gt; .ez-toc-title {
    line-height: 1.52;
    padding-bottom: 8px;
  }
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; #ez-toc-container &gt; .ez-toc-title-container &gt; .ez-toc-title-toggle {
  display: none;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; #ez-toc-container &gt; nav {
  margin-top: 16px;
}

@media screen and (max-width: 897px) {
  .post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; #ez-toc-container &gt; nav {
    margin-top: 8px;
  }
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; #ez-toc-container &gt; nav &gt; .ez-toc-list &gt; li {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 16px;
}

@media screen and (max-width: 897px) {
  .post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; #ez-toc-container &gt; nav &gt; .ez-toc-list &gt; li {
    line-height: 1.52;
  }
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; #ez-toc-container &gt; nav &gt; .ez-toc-list &gt; li &gt; a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; #ez-toc-container &gt; nav &gt; .ez-toc-list &gt; li &gt; a:visited {
  color: #000000;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; #ez-toc-container &gt; nav &gt; .ez-toc-list &gt; li &gt; a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; 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 &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; p {
    font-size: 13px;
    line-height: 1.52;
  }
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; p &gt; img {
  width: 100%;
  height: 100%;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .title {
  font-size: 24px;
  letter-spacing: 0.28em;
  line-height: 1.6;
  margin-bottom: 80px;
}

@media screen and (max-width: 897px) {
  .post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .title {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.52;
    margin-bottom: 24px;
  }
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .img {
  max-width: 600px;
  width: 100%;
  height: 100%;
  margin-bottom: 48px;
}

@media screen and (max-width: 897px) {
  .post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .img {
    max-width: 100%;
    margin-bottom: 24px;
  }
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .img &gt; img {
  width: 100%;
  height: 100%;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; img {
  width: 100%;
  height: 100%;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; h2 {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 16px;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .buttons {
  max-width: 210px;
  width: 100%;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .buttons &gt; li &gt; .link {
  color: #000000;
  font-size: 14px;
  padding: 0 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .buttons &gt; li &gt; .link.pre, .post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .buttons &gt; li &gt; .link.next {
  position: absolute;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .buttons &gt; li &gt; .link.pre {
  left: 0;
  top: 1px;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .buttons &gt; li &gt; .link.pre &gt; img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .buttons &gt; li &gt; .link.next {
  right: 0;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .buttons &gt; li &gt; .link:hover {
  opacity: 0.5;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .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 &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .share {
    display: block;
    margin-top: 80px;
    padding: 16px 16px 24px;
  }
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .share &gt; .text {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

@media screen and (max-width: 897px) {
  .post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .share &gt; .text {
    font-size: 13px;
    line-height: 1.52;
    margin-bottom: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 897px) {
  .post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .share &gt; .socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 13px;
  }
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .share &gt; .socials &gt; .social {
  width: 22px;
  margin-right: 38px;
}

@media screen and (max-width: 897px) {
  .post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .share &gt; .socials &gt; .social {
    margin: 0 19px;
  }
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .share &gt; .socials &gt; .social &gt; .link {
  padding: 5px;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .share &gt; .socials &gt; .social &gt; .link &gt; .icon {
  width: 22px;
  height: 22px;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .wp-block-embed-wordpress {
  width: 100%;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .wp-block-embed-wordpress &gt; .wp-block-embed__wrapper {
  width: 100%;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .wp-block-embed-wordpress &gt; .wp-block-embed__wrapper &gt; .wp-embedded-content {
  width: 100%;
}

.post-page &gt; .flex &gt; .section-contents &gt; .container &gt; .post-content &gt; .container &gt; .wp-block-embed-wordpress &gt; .wp-block-embed__wrapper &gt; iframe &gt; html &gt; body &gt; .wp-embed {
  width: 100%;
  max-width: 252px;
}

.post-page &gt; .flex &gt; .sidebar {
  max-width: 180px;
  width: 100%;
}

@media screen and (max-width: 897px) {
  .post-page &gt; .flex &gt; .sidebar {
    display: none;
  }
}

.post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content {
  margin-bottom: 56px;
}

@media screen and (max-width: 897px) {
  .post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content {
    margin-bottom: 48px;
  }
}

.post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .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 &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .title {
    border-bottom: 0;
    position: relative;
    width: 100%;
  }
}

.post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .tags &gt; .tag,
.post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .categories &gt; .category {
  margin-bottom: 8px;
  padding-left: 0.7em;
  text-indent: -0.7em;
}

.post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .tags &gt; .tag &gt; .text-link,
.post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .categories &gt; .category &gt; .text-link {
  color: #000000;
  font-size: 14px;
  word-break: break-all;
}

.post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .tags &gt; .tag &gt; .text-link &gt; .icon,
.post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .categories &gt; .category &gt; .text-link &gt; .icon {
  width: 7px;
  fill: none;
}

.post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .archives &gt; li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
}

.post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .archives &gt; li &gt; a {
  color: #000000;
  font-size: 14px;
  word-break: break-all;
}

.post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .archives &gt; 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 &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .tags &gt; .tag &gt; .text-link,
  .post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .categories &gt; .category &gt; .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 &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .tags &gt; .tag &gt; .text-link,
  .post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .categories &gt; .category &gt; .text-link &gt; .icon {
    height: 7px;
    margin-right: 7px;
    margin-bottom: 6px;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header &gt; .right &gt; .pages &gt; .page &gt; .link::before {
    left: 55%;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .tags &gt; .tag &gt; .text-link &gt; .icon {
    vertical-align: middle;
    margin-top: 2px;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .categories &gt; .category &gt; .text-link &gt; .icon {
    vertical-align: middle;
    margin-top: 2px;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .tags &gt; .tag {
    padding-left: 1.4em;
    text-indent: -0.8em;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-page &gt; .flex &gt; .sidebar &gt; .container &gt; .content &gt; .categories &gt; .category {
    padding-left: 1.4em;
    text-indent: -0.8em;
  }
}
</pre></body></html>