<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: 'Yu Mincho', 'Yumincho';
  src: url("../woff/yumin.woff") format("woff"); }

@font-face {
  font-family: 'Yu Mincho', 'Yumincho';
  src: url("../woff/yumin.woff") format("woff"); }

@font-face {
  font-family: 'Yu Mincho', 'Yumincho';
  src: url("../woff/yumin.woff") format("woff"); }

@font-face {
  font-family: 'Yu Mincho', 'Yumincho';
  src: url("../woff/yumin.woff") format("woff"); }

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background: transparent;
  color: #fff;
  z-index: 1; }
  @media (min-width: 768px) {
    .site-header {
      height: 50px; } }
  @media (min-width: 992px) {
    .site-header {
      height: 65px; } }
  @media (min-width: 1200px) {
    .site-header {
      height: 65px; } }

.site-branding {
  height: 100%;
  width: 0; }

.site-title_wrap {
  display: block;
  line-height: 50px;
  width: 50px;
  height: 100%;
  padding: 50px 0 0 0;
  background: #1c1c1c;
  font-weight: 600; }
  @media (min-width: 768px) {
    .site-title_wrap {
      width: 50px;
      padding: 50px 0 0 0;
      line-height: 50px; } }
  @media (min-width: 992px) {
    .site-title_wrap {
      width: 65px;
      padding: 65px 0 0 0;
      line-height: 65px; } }
  @media (min-width: 1200px) {
    .site-title_wrap {
      width: 65px;
      padding: 65px 0 0 0;
      line-height: 65px; } }

.site-title {
  margin: 0; }

.nav__fixed {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: transparent;
  z-index: 4; }
  @media (min-width: 768px) {
    .nav__fixed {
      width: 50px;
      height: 50px; } }
  @media (min-width: 992px) {
    .nav__fixed {
      width: 65px;
      height: 65px; } }
  @media (min-width: 1200px) {
    .nav__fixed {
      width: 65px;
      height: 65px; } }

.nav__toggle, .nav__bar {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s; }

.nav__toggle {
  position: relative;
  width: 25px;
  height: 20px;
  margin: 0.75rem;
  cursor: pointer; }
  @media (min-width: 992px) {
    .nav__toggle {
      margin: 1.25rem; } }
  .nav__toggle.active .nav__bar:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0); }
  .nav__toggle.active .nav__bar:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .nav__toggle.active .nav__bar:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .nav__toggle.active .nav__bar:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0); }

.nav__bar {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff; }
  .nav__bar:nth-of-type(1) {
    top: 0; }
  .nav__bar:nth-of-type(2) {
    top: 9px; }
    .nav__bar:nth-of-type(2)::after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #fff;
      -webkit-transition: all .4s;
      transition: all .4s; }
  .nav__bar:nth-of-type(3) {
    bottom: 0; }

.nav__drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  width: 0;
  opacity: 0;
  height: 100%;
  top: 0;
  right: -10%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -1; }
  .nav__drawer ul li {
    display: none; }
  @media (min-width: 992px) {
    .nav__drawer {
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; } }
  .nav__drawer.open {
    width: 100vw;
    opacity: 1;
    background: #1c1c1c;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 3; }
    .nav__drawer.open ul li {
      display: block; }
    @media (min-width: 992px) {
      .nav__drawer.open {
        width: auto;
        min-width: 30vw;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; } }

.nav__menus {
  height: 100%;
  margin: 0;
  font-size: 22px;
  list-style-type: none;
  padding: calc(1.25rem + 2rem + 20px) 2rem 0;
  line-height: 1.65; }
  @media (min-width: 992px) {
    .nav__menus {
      padding: calc(1.25rem + 2rem + 20px) 0 0; } }
  .nav__menus_footer {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem 0;
    font-size: 14px;
    list-style: none;
    position: absolute;
    left: 0; }
    @media (min-width: 992px) {
      .nav__menus_footer {
        margin: 0 1.25rem 0;
        padding: 1.25rem 0; } }
    .nav__menus_footer li {
      margin: 0 0 1rem; }

.nav__overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  z-index: -1;
  display: none; }
  .nav__overlay.active {
    display: block;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    z-index: 2; }

@font-face {
  font-family: 'Yu Mincho', 'Yumincho';
  src: url("../woff/yumin.woff") format("woff"); }

@font-face {
  font-family: 'Yu Mincho', 'Yumincho';
  src: url("../woff/yumin.woff") format("woff"); }

.intro {
  display: block;
  width: calc(100vw - 50px);
  height: 100%;
  min-height: 380px;
  height: calc(var(--vh, 1vh) * 90); }
  @media (min-width: 992px) {
    .intro {
      width: calc(100vw - 65px); } }
  @media (min-width: 768px) {
    .intro {
      max-height: 480px; } }
  .intro a {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    padding-right: 2px; }
  .intro__container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto; }
  .intro__content-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: auto; }
  .intro__text {
    color: #fff; }
  .intro__title {
    font-size: 13px;
    margin: 0; }
  .intro__content {
    font-size: 16px; }
    @media (min-width: 992px) {
      .intro__content {
        font-size: 18px; } }
  .intro__content a, .intro__link {
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .intro__content a:hover, .intro__link:hover {
      background: rgba(255, 255, 255, 0.8);
      color: #313131; }

.article {
  position: relative;
  width: 256px;
  max-height: 480px;
  margin: auto 8rem;
  height: 380px; }
  .article__container {
    position: relative;
    background: #222;
    -webkit-box-shadow: 0 10px 15px rgba(15, 15, 15, 0.5);
    box-shadow: 0 10px 15px rgba(15, 15, 15, 0.5); }
    .article__container:hover {
      -webkit-box-shadow: 0 10px 20px #0f0f0f;
      box-shadow: 0 10px 20px #0f0f0f; }
    .article__container::after {
      content: "";
      position: absolute;
      top: 0;
      right: 13px;
      display: block;
      height: 100%;
      border-right: 6px solid #111;
      -webkit-filter: blur(2px);
      filter: blur(2px);
      z-index: 1;
      opacity: 0.3; }
      @media not all and (pointer: coarse) {
        .article__container::after {
          opacity: 0.2;
          -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear; } }
    @media not all and (pointer: coarse) {
      .article__container:hover::after {
        opacity: 0.3;
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; } }
  @media not all and (pointer: coarse) {
    .article__container, .article__img {
      opacity: 0.9;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
      .article__container:hover, .article__img:hover {
        opacity: 1;
        -webkit-transition: all .2s linear;
        transition: all .2s linear; }
    .article__title {
      opacity: 1; }
      .article__title:hover {
        opacity: 1; } }
  .article__container, .article__img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px; }
  .article__img {
    -o-object-fit: cover;
    object-fit: cover; }
    .article__img img:not(.initial) {
      -webkit-transition: opacity 1s;
      transition: opacity 1s;
      -webkit-filter: blur(5px);
      filter: blur(5px); }
    .article__img img.initial,
    .article__img img.loaded,
    .article__img img.error {
      opacity: 1; }
    .article__img img:not([src]) {
      visibility: hidden; }
  .article__title {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem; }
    .article__title.ptrn-a {
      top: 0;
      right: 0;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      color: white; }
    .article__title.ptrn-b {
      top: 0;
      right: 36%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .article__title.ptrn-c {
      top: 0;
      right: initial;
      left: 0;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .article__title_main {
      margin: 0 4px;
      font-size: 22px;
      font-weight: 600; }
      .article__title_main-ura {
        font-size: 20px;
        margin: 0; }
    .article__title_subs {
      margin: 0 4px;
      font-size: 14px;
      font-weight: 400; }
      .article__title_subs-ura {
        margin: 0; }
        .article__title_subs-ura p {
          font-size: 14px;
          font-weight: 400;
          margin: 0 .5rem; }

@font-face {
  font-family: 'Yu Mincho', 'Yumincho';
  src: url("../woff/yumin.woff") format("woff"); }

@font-face {
  font-family: 'Yu Mincho', 'Yumincho';
  src: url("../woff/yumin.woff") format("woff"); }

.article-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .article-page__img {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    max-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (min-width: 992px) {
      .article-page__img {
        max-width: 64vw;
        height: calc(var(--vh, 1vh) * 100);
        max-height: 100vh; } }
  .article-page__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    width: calc(100vw - 50px);
    height: 100%;
    padding: calc(0.75rem + 2rem + 20px) 90px; }
    @media (min-width: 768px) {
      .article-page__title {
        width: 100%; } }
    @media (min-width: 992px) {
      .article-page__title {
        height: calc(var(--vh, 1vh) * 100);
        max-height: 100vh;
        padding: calc(1.25rem + 2rem + 20px) 0; } }
    .article-page__title_main, .article-page__title_subs {
      margin: 0 8px;
      line-height: 1.5; }
    .article-page__title_main {
      font-size: 26px; }
      @media (min-width: 992px) {
        .article-page__title_main {
          font-size: 28px; } }
    .article-page__title_subs {
      font-size: 16px; }
      @media (min-width: 992px) {
        .article-page__title_subs {
          font-size: 18px; } }

.note {
  height: 97%;
  margin: 0 2rem !important;
  padding: .85rem .5rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-size: 14px;
  font-weight: 600; }
  @media (min-width: 992px) {
    .note {
      height: 100%; } }
  .note span {
    color: #fff;
    font-weight: 600; }
  .note_caller {
    padding: 0 2px 0 0;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    text-indent: 0;
    background: #656565; }

.entry-header {
  position: relative; }

.entry-content {
  height: 100%;
  min-height: 380px;
  height: calc(var(--vh, 1vh) * 90);
  margin: 2rem 6rem 1rem; }
  @media (min-width: 768px) {
    .entry-content {
      max-height: 480px; } }
  @media (min-width: 768px) {
    .entry-content {
      margin: 0;
      padding-right: 6rem; } }
  @media (min-width: 992px) {
    .entry-content {
      max-height: 480px; } }
  .entry-content h2 {
    margin: 0;
    padding: 0 16rem 0 12rem; }
  .entry-content h3 {
    margin: 0;
    padding: 0 4rem 0 1.75rem; }
  .entry-content h4 {
    margin: 0;
    padding: 0 3rem 0 1.5rem; }
  .entry-content h5 {
    margin: 0;
    padding: 0 2rem 0 1rem; }
  .entry-content p {
    text-indent: 1rem;
    margin: 0; }
  .entry-content li {
    line-height: 1.5; }
  .entry-content a:not(.share__button) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    padding-right: 2px; }
  .entry-content.page {
    margin: 0 4rem 0 8rem; }
    @media (min-width: 992px) {
      .entry-content.page {
        margin: 0.75rem 8rem; } }
    .entry-content.page h1 {
      font-size: 20px; }
      @media (min-width: 992px) {
        .entry-content.page h1 {
          margin: 0 4rem; } }
    .entry-content.page h2 {
      margin: 0;
      padding: 0 5rem; }

@font-face {
  font-family: 'Yu Mincho', 'Yumincho';
  src: url("../woff/yumin.woff") format("woff"); }

@font-face {
  font-family: 'Yu Mincho', 'Yumincho';
  src: url("../woff/yumin.woff") format("woff"); }

.site-info {
  margin: 1rem; }
  @media (min-width: 992px) {
    .site-info {
      margin: 3rem 1rem; } }

.copyright {
  font-size: 12px;
  text-align: right; }

@font-face {
  font-family: 'Yu Mincho', 'Yumincho';
  src: url("../woff/yumin.woff") format("woff"); }

@font-face {
  font-family: 'Yu Mincho', 'Yumincho';
  src: url("../woff/yumin.woff") format("woff"); }

.ez-toc-title {
  font-size: 1.5em;
  font-weight: 700; }

.ez-toc-list {
  list-style-type: none;
  padding: 0;
  line-height: 2; }
  .ez-toc-list li {
    font-weight: 700; }
  .ez-toc-list ul {
    padding: 1rem 0; }
  .ez-toc-list ul li {
    font-weight: 400; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif JP", "Noto Serif CJK JP", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "HGP明朝B", serif;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #313131;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #656565 #313131; }

::-webkit-scrollbar {
  height: 6px;
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: #656565; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(120, 120, 120, 0.2);
  box-shadow: inset 0 0 6px rgba(120, 120, 120, 0.2);
  background: #252525; }

h1,
h2,
h3,
h4,
h5,
p,
a,
span,
ul,
li {
  text-combine-upright: digits 2;
  color: #fff; }

p {
  font-size: 16px;
  line-height: 1.75; }

a {
  text-decoration: none;
  outline: none; }

.site {
  display: block;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  overflow-x: scroll;
  overflow-y: hidden; }
  .site-branding {
    height: 100%;
    width: 0; }
  .site-title_wrap {
    display: block;
    line-height: 50px;
    width: 50px;
    height: 100%;
    padding: 50px 0 0 0;
    background: #1c1c1c;
    font-weight: 600; }
    @media (min-width: 768px) {
      .site-title_wrap {
        width: 50px;
        padding: 50px 0 0 0;
        line-height: 50px; } }
    @media (min-width: 992px) {
      .site-title_wrap {
        width: 65px;
        padding: 65px 0 0 0;
        line-height: 65px; } }
    @media (min-width: 1200px) {
      .site-title_wrap {
        width: 65px;
        padding: 65px 0 0 0;
        line-height: 65px; } }
  .site-title {
    margin: 0;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    line-height: 50px; }
    @media (min-width: 768px) {
      .site-title {
        width: 100%;
        line-height: 50px; } }
    @media (min-width: 992px) {
      .site-title {
        font-size: 28px;
        line-height: 65px; } }
    @media (min-width: 1200px) {
      .site-title {
        line-height: 65px; } }
  .site-content {
    min-width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1rem 0; }
  .site-main {
    height: 100%;
    min-height: 380px;
    height: calc(var(--vh, 1vh) * 90);
    height: calc(var(--vh, 1vh) * 90); }
    @media (min-width: 768px) {
      .site-main {
        max-height: 480px; } }
    @media (min-width: 768px) {
      .site-main {
        margin: 0; } }
    .site-main .main {
      padding: 0 8rem; }

.content,
.content.shelf {
  height: 100%;
  min-height: 380px;
  height: calc(var(--vh, 1vh) * 90);
  padding: 0 4rem; }
  @media (min-width: 768px) {
    .content,
    .content.shelf {
      max-height: 480px; } }

.share {
  margin: 0 5rem; }
  .share__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
  .share__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3rem;
    height: 47.25%;
    margin: 0 5px 10px;
    padding: 0;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .share__button .twitter-share-button {
      display: none; }
    .share__button svg {
      fill: #fff;
      width: 80%; }
    .share__button p {
      margin: 0;
      font-size: 14px; }
    .share__button:hover {
      background: #fff;
      color: #313131;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .share__button:hover svg {
        fill: #313131; }
      .share__button:hover p {
        color: #313131; }

.iframe-cont {
  width: 280px;
  height: 100%;
  min-height: 380px;
  height: calc(var(--vh, 1vh) * 90);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .iframe-cont {
      max-height: 480px; } }
  .iframe-cont.noscroll {
    overflow-y: hidden;
    overflow: hidden; }

#wpadminbar {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb; }

.not-found {
  height: 100%;
  min-height: 380px;
  height: calc(var(--vh, 1vh) * 90);
  margin: 0 6rem; }
  @media (min-width: 768px) {
    .not-found {
      max-height: 480px; } }

.indicator {
  position: fixed;
  top: 92%;
  right: 45%;
  height: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  white-space: nowrap;
  z-index: 1; }
  @media (min-width: 992px) {
    .indicator {
      right: 48%; } }
  .indicator .indicator_safari {
    position: absolute;
    top: 94%;
    right: 45%;
    height: 30px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    white-space: nowrap;
    -webkit-animation: repaint 1ms;
    animation: repaint 1ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
    @media (min-width: 992px) {
      .indicator .indicator_safari {
        right: 48%; } }

@-webkit-keyframes repaint {
  from {
    width: 99.999%; }
  to {
    width: 100%; } }

@keyframes repaint {
  from {
    width: 99.999%; }
  to {
    width: 100%; } }
  .indicator__text {
    position: relative;
    margin: 0;
    font-size: 12px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    line-height: 30px; }
  .indicator__bars {
    position: absolute;
    width: auto;
    bottom: 19px; }
  .indicator__bar {
    position: absolute;
    left: -30px;
    width: 8px;
    height: 8px;
    margin-left: 15px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite; }
    .indicator__bar:nth-of-type(2) {
      left: -40px;
      -webkit-animation-delay: .15s;
      animation-delay: .15s; }
    .indicator__bar:nth-of-type(3) {
      left: -50px;
      -webkit-animation-delay: .3s;
      animation-delay: .3s; }

@-webkit-keyframes scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.search-field {
  width: 12rem;
  height: 2rem;
  padding: 0 1rem;
  border: 1px solid #fff;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotate(90deg) translate(50%, 0);
  transform: rotate(90deg) translate(50%, 0);
  -webkit-appearance: none; }
  .search-field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .search-field::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .search-field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .search-field::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .search-field::placeholder {
    color: rgba(255, 255, 255, 0.6); }

.search-submit {
  height: 2rem;
  padding: 0 1rem;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  -webkit-transform: rotate(90deg) translate(360%, 0);
  transform: rotate(90deg) translate(360%, 0); }

#ez-toc-container {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #424242;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  max-width: calc(100vw - 60px); }
  #ez-toc-container.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  #ez-toc-container nav {
    padding-left: 10px;
    position: relative;
    overflow-x: auto;
    height: 100%; }
  #ez-toc-container .ez-toc-title-toggle {
    position: absolute;
    bottom: 20px;
    right: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 40px;
    width: auto;
    height: 80px;
    padding: 16px 0;
    background: #424242;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    cursor: pointer; }
    @media (min-width: 768px) {
      #ez-toc-container .ez-toc-title-toggle {
        bottom: 32px; } }
    @media (min-width: 992px) {
      #ez-toc-container .ez-toc-title-toggle {
        bottom: 48px; } }
    #ez-toc-container .ez-toc-title-toggle.show {
      opacity: 1; }
  #ez-toc-container .ez-toc-title-container {
    width: 50px;
    height: 100%;
    min-height: 380px;
    height: calc(var(--vh, 1vh) * 90);
    margin-top: auto;
    margin-bottom: auto; }
    @media (min-width: 768px) {
      #ez-toc-container .ez-toc-title-container {
        max-height: 480px; } }
    @media (min-width: 992px) {
      #ez-toc-container .ez-toc-title-container {
        width: 65px; } }
    #ez-toc-container .ez-toc-title-container p {
      width: 50px;
      line-height: 50px;
      text-indent: 0; }
      @media (min-width: 992px) {
        #ez-toc-container .ez-toc-title-container p {
          width: 65px;
          line-height: 65px; } }
  #ez-toc-container .ez-toc-list {
    height: 100%;
    min-height: 380px;
    height: calc(var(--vh, 1vh) * 90);
    margin-top: auto;
    margin-bottom: auto; }
    @media (min-width: 768px) {
      #ez-toc-container .ez-toc-list {
        max-height: 480px; } }
</pre></body></html>