<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ヘッダー
---------------------------------------------------------------------------------- */
.PP_header {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.PP_header img {
  display: block;
}

/* メイン
---------------------------------------------------------------------------------- */
.PP_main {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: left;
}

/* ページャー
---------------------------------------------------------------------------------- */
.PP_pager_wrapper {
  margin-bottom: 20px;
}

.PP_pager_wrapper {
  margin-top: 60px;
}

.PP_main &gt; .PP_pager_wrapper:first-child {
  margin-top: -10px;
}

.PP_main &gt; .PP_nextpage + .PP_pager_wrapper {
  margin-top: 20px;
}

.PP_pager {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 5px;
  list-style: none outside;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}

.PP_pager::-webkit-scrollbar {
  display: none;
}

.PP_pager li {
  display: inline-block;
  margin: 0 3px;
  color: #fff;
  font-size: 15rem;
  line-height: 1.5;
}

.PP_pager li:first-child {
  margin-left: 0;
}

.PP_pager li:last-child {
  margin-right: 0;
}

.PP_pager li.PP_pager_prev,
.PP_pager li.PP_pager_next {
  color: #d5dadf;
}

.PP_pager li.PP_pager_number {
  padding: 0 10px;
  color: #94989a;
}

.PP_pager li span {
  padding: 6px 7px 5px 7px;
  display: block;
  background: #bdc7cf;
  border-radius: 2px;
}

.PP_pager li a {
  color: #0e77d0;
}

.PP_pager li a span,
.PP_pager .PP_pager_prev span,
.PP_pager .PP_pager_next span {
  background: transparent;
}

.PP_pager li a:hover span {
  background: #f0f6fb;
}

.PP_pager li a:hover {
  color: #3499f0;
}

.PP_pager .PP_pager_prev span::before,
.PP_pager .PP_pager_next span::after {
  font-family: "NataIcon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.PP_pager .PP_pager_prev span::before {
  margin-right: 3px;
  content: "\e007";
}

.PP_pager .PP_pager_next span::after {
  margin-left: 3px;
  content: "\e006";
}

/* 記事本文
---------------------------------------------------------------------------------- */
/* シェアボタン */
.PP_share {
  max-width: 640px;
  margin: 40px auto;
}

/* 文章の装飾 */
.PP_main .PP_subtitle {
  margin-top: 3em;
  margin-bottom: 1em;
  padding: 15px 20px;
  background: #f3f6f7;
  border: 1px solid #e6ecee;
  border-width: 1px 0;
  color: #59686e;
  font-weight: normal;
  font-size: 170%;
  line-height: 1.3;
  text-align: center;
}

.PP_main .PP_subtitle span {
  display: inline-block;
}

.PP_main h2:not(.NA_theater_title),
.PP_main h3,
.PP_main h4,
.PP_main p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  text-spacing-trim: space-all; /*chrome用*/
}

.PP_main h2:not(.NA_theater_title) {
  margin-top: 2.5em;
  margin-bottom: 1em;
  padding: 0 0 0.2em 0;
  background: transparent;
  border-bottom: 1px solid #333333;
  color: #333333;
  font-weight: normal;
  font-size: 150%;
  line-height: 1.5;
}

.PP_main h3 {
  margin-bottom: 0.75em;
  color: #333333;
  font-weight: 600;
  font-size: 120%;
  line-height: 1.5;
}

.PP_main h4 {
  margin-bottom: 0.75em;
  color: #333333;
  font-weight: 600;
  font-size: 100%;
  line-height: 1.5;
}

.PP_main .PP_subtitle:first-child,
.PP_main h2:first-child,
.PP_main .PP_pager_wrapper + .PP_subtitle,
.PP_main .PP_pager_wrapper + h2:not(.NA_theater_title),
.PP_main .PP_subtitle + h2:not(.NA_theater_title) {
  margin-top: 1.5em;
}

.PP_main .PP_subtitle small,
.PP_main h2:not(.NA_theater_title) small,
.PP_main h3 small,
.PP_main h4 small {
  display: inline-block;
  font-weight: normal;
  font-size: 66.66%;
}

.PP_main p + h3,
.PP_main p + h4 {
  margin-top: 2em;
}

.PP_main p {
  margin-bottom: 1.25em;
  color: #333;
  font-size: 95%;
  line-height: 1.75;
}

.PP_main p.PP_correction {
  color: #e72b41;
  font-size: 85%;
}

.PP_main p.PP_annotation {
  color: #587382;
}

.PP_main .PP_credit {
  font-size: 85%;
  text-align: right;
}

.PP_main .PP_credit span {
  display: inline-block;
  margin-left: 1em;
}

.PP_main p.PP_copyright {
  color: #9ea8ac;
  font-size: 75%;
}

.PP_main small {
  font-size: 80%;
}

.PP_main strong {
  font-weight: 600;
}

.PP_main del {
  text-decoration: line-through;
}

/* インタビュアーの色 */
.PP_main .PP_speaker-00 {
  color: #587382;
}

/* 発言者カラー */
.PP_speaker-01 {
  color: #e03955;
} /* カラー01（あか） */
.PP_speaker-02 {
  color: #e55626;
} /* カラー02（しゅいろ） */
.PP_speaker-03 {
  color: #f3841d;
} /* カラー03（だいだいいろ） */
.PP_speaker-04 {
  color: #eab329;
} /* カラー04（やまぶきいろ） */
.PP_speaker-05 {
  color: #a0bc12;
} /* カラー05（きみどり） */
.PP_speaker-06 {
  color: #59ad41;
} /* カラー06（みどり） */
.PP_speaker-07 {
  color: #43caa6;
} /* カラー07（エメラルド） */
.PP_speaker-08 {
  color: #59b3d9;
} /* カラー08（みずいろ） */
.PP_speaker-09 {
  color: #3a6fd0;
} /* カラー09（あお） */
.PP_speaker-10 {
  color: #795ebd;
} /* カラー10（すみれいろ） */
.PP_speaker-11 {
  color: #c867c8;
} /* カラー11（ぼたんいろ） */
.PP_speaker-12 {
  color: #f67bc7;
} /* カラー12（ももいろ） */
.PP_speaker-13 {
  color: #a82f37;
} /* カラー13（えんじいろ） */
.PP_speaker-14 {
  color: #a26230;
} /* カラー14（ちゃいろ） */
.PP_speaker-15 {
  color: #b29745;
} /* カラー15（おうどいろ） */
.PP_speaker-16 {
  color: #3d8e3a;
} /* カラー16（ふかみどり） */
.PP_speaker-17 {
  color: #528a8d;
} /* カラー17（ブルーグレー） */
.PP_speaker-18 {
  color: #365e97;
} /* カラー18（ぐんじょういろ） */
.PP_speaker-19 {
  color: #564296;
} /* カラー19（むらさき） */
.PP_speaker-20 {
  color: #974394;
} /* カラー20（あかむらさき） */
.PP_speaker-21 {
  color: #9eb3d7;
} /* カラー21（ふじいろ） */
.PP_speaker-22 {
  color: #e4b6dc;
} /* カラー22（うすむらさき） */
.PP_speaker-23 {
  color: #9c9fa1;
} /* カラー23（ねずみいろ） */
.PP_speaker-24 {
  color: #6c6d6e;
} /* カラー24（くらいはいいろ） */
/* リンク */
.PP_link {
  position: relative;
  padding-left: 1.2em;
}

.PP_link a:before {
  font-family: "NataIcon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e002";
  position: absolute;
  left: 0;
  top: -0.1em;
  color: #afbcc3;
}

.PP_link a[target=_blank]:before {
  content: "\e001";
}

.PP_link + .PP_link {
  margin-top: -1.25em;
}

/* 次のページへ */
.PP_nextpage p {
  clear: both;
  margin: 40px auto 30px auto;
  padding: 10px 10px 5px 10px;
  border: 2px solid rgba(160, 166, 169, 0.3);
  border-radius: 5px;
  color: #58626b;
  font-size: 75%;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.PP_nextpage p a {
  display: inline-block;
  padding: 6px;
  font-size: 135%;
}

.PP_nextpage p a:link, .PP_nextpage p a:visited {
  text-decoration: none;
}

/* カコミ */
.PP_column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 640px;
  overflow: hidden;
  margin: 30px auto;
  padding: 20px;
  background-color: #f2f4f6;
  border-radius: 5px;
}

.PP_column h2 {
  margin-top: 1.5em;
  font-size: 130%;
}

.PP_column h3 {
  font-size: 110%;
}

.PP_main .PP_column *:first-child {
  margin-top: 0;
}

.PP_main .PP_column *:last-child {
  margin-bottom: 0;
}

/* 引用 */
.PP_main &gt; blockquote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 640px;
  overflow: hidden;
  margin: 30px auto;
  padding-left: 20px;
  border-left: 5px solid #eee;
}

.PP_main &gt; blockquote h2 {
  font-size: 130%;
}

.PP_main &gt; blockquote h3 {
  font-size: 110%;
}

.PP_main &gt; blockquote *:first-child {
  margin-top: 0;
}

.PP_main &gt; blockquote *:last-child {
  margin-bottom: 0;
}

/* プロフィール */
.PP_profile {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 640px;
  overflow: hidden;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid rgba(160, 166, 169, 0.3);
  border-radius: 5px;
}

.PP_profile p {
  font-size: 90%;
}

.PP_profile h2 {
  font-size: 120%;
}

.PP_profile h3 {
  font-size: 110%;
}

.PP_profile p + h3 {
  padding-top: 20px;
  border-top: 1px solid rgba(160, 166, 169, 0.3);
}

.PP_main .PP_profile *:first-child {
  margin-top: 0;
}

.PP_main .PP_profile *:last-child {
  margin-bottom: 0;
}

/* 罫線 */
.PP_main hr {
  max-width: 640px;
  margin: 20px auto;
  padding: 0;
  border-width: 1px 0 0 0;
  border-color: rgba(160, 166, 169, 0.3);
}

/* 記事中の埋め込み
---------------------------------------------------------------------------------- */
/* 画像 */
.PP_embed-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 640px;
  margin: 30px auto;
}

.PP_embed-img-narrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 400px;
  margin: 30px auto;
}

.PP_embed-img img,
.PP_embed-img-narrow img {
  display: block;
}

.PP_embed-img .PP_embed-img_caption,
.PP_embed-img-narrow .PP_embed-img_caption {
  margin: 10px 0 0 0;
  color: #587382;
  font-size: 80%;
  line-height: 1.5;
}

.PP_embed-img-nocaption .PP_embed-img_caption {
  display: none;
}

/* バナー */
.PP_embed-banner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 640px;
  margin: 30px auto;
}
.PP_embed-banner p {
  display: none;
}
.PP_embed-banner a {
  display: block;
}
.PP_embed-banner a:hover {
  opacity: 0.8;
}

.PP_embed-banner + .PP_embed-banner {
  margin-top: -15px;
}

/* バナー - レクタングル */
.PP_embed-banner-rectangle {
  max-width: 336px;
}

/* コミック試し読み */
.PP_embed-img-comic,
.PP_embed-img-comic-wide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px auto 90px auto;
  -webkit-box-shadow: 0 0 18px rgba(30, 48, 65, 0.2);
          box-shadow: 0 0 18px rgba(30, 48, 65, 0.2);
}

.PP_embed-img-comic {
  max-width: 700px;
}

.PP_embed-img-comic-wide {
  max-width: 840px;
}

.PP_embed-img-comic-webtoon {
  max-width: 640px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px auto 90px auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.PP_embed-img-comic-webtoon + .PP_embed-img-comic-webtoon {
  margin-top: -90px;
}

.PP_embed-img-comic .PP_embed-img_caption,
.PP_embed-img-comic-wide .PP_embed-img_caption,
.PP_embed-img-comic-webtoon .PP_embed-img_caption {
  display: none;
}

/* 動画 */
.PP_embed-video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 640px;
  margin: 30px auto;
}

.PP_embed-video_youtube,
.PP_embed-video_niconico,
.PP_embed-video_vimeo {
  clear: both;
  position: relative;
  margin: 30px auto;
  padding-top: 56.25%;
  overflow: hidden;
}

.PP_embed-video_youtube iframe,
.PP_embed-video_niconico iframe,
.PP_embed-video_vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.PP_embed-video_soundcloud iframe {
  width: 100%;
}

/* SNS埋め込み */
.PP_embed-widget {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 540px;
  margin: 30px auto;
}

/*映画上映スケジュール*/
.PP_embed-theater {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 640px;
  margin: 30px auto;
}

.NA_powerpush .NA_theater {
  padding-right: 0;
  padding-left: 0;
}

.NA_powerpush .NA_theater_title {
  font-size: 18rem;
}

/* 埋め込みのグルーピング */
.PP_embed-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: auto;
  margin: 30px 20px;
}

.PP_embed-group.PP_embed-group-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.PP_column .PP_embed-group,
.PP_profile .PP_embed-group {
  margin: 30px 0;
}

.PP_embed-group .PP_embed-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin: 0;
  padding: 2px;
}

.PP_embed-group .PP_embed-img-narrow {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 2px;
}

.PP_embed-group .PP_embed-img_caption {
  margin-right: 20px;
}

/* コラム内のマージン調整 */
.PP_column .PP_embed-img:last-child,
.PP_column .PP_embed-img-narrow:last-child,
.PP_column .PP_embed-video:last-child,
.PP_column .PP_embed-twitter:last-child,
.PP_column .PP_embed-schedule:last-child,
.PP_column .PP_embed-group:last-child,
.PP_profile .PP_embed-img:last-child,
.PP_profile .PP_embed-img-narrow:last-child,
.PP_profile .PP_embed-video:last-child {
  margin-bottom: 0;
}

/* 記事中のリスト
---------------------------------------------------------------------------------- */
/* サムネイルのリスト */
.PP_list-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 640px;
  margin: 30px auto;
}

.PP_list-thumbnail dt {
  width: 200px;
}

.PP_list-thumbnail dd {
  width: calc(100% - 220px);
}

.PP_main .PP_list-thumbnail dd h2,
.PP_main .PP_list-thumbnail dd h3,
.PP_main .PP_list-thumbnail dd h4 {
  margin-top: 1em;
}

.PP_main .PP_list-thumbnail dd p {
  line-height: 1.5;
}

.PP_main .PP_list-thumbnail dd *:first-child {
  margin-top: 0;
}

.PP_main .PP_list-thumbnail dd *:last-child {
  margin-bottom: 0;
}

.PP_list-thumbnail dt img {
  display: block;
}

.PP_list-thumbnail dt a:hover img {
  opacity: 0.8;
}

.PP_list-thumbnail dt .PP_embed-img_caption {
  display: none;
}

.PP_list-thumbnail + .PP_list-thumbnail {
  margin-top: -10px;
  padding-top: 20px;
  border-top: 1px solid rgba(160, 166, 169, 0.3);
}

/* テーブル型リスト */
.PP_list-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 640px;
  margin: 30px auto;
  border: 1px solid #e6ecee;
}

.PP_list-table dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  padding: 10px 16px;
  background: #f3f6f7;
  border-right: 1px solid #e6ecee;
  color: #59686e;
  font-size: 90%;
  font-weight: 600;
  line-height: 1.75;
}

.PP_list-table dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 440px;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

.PP_main .PP_list-table dd h2,
.PP_main .PP_list-table dd h3,
.PP_main .PP_list-table dd h4 {
  margin-top: 1em;
}

.PP_main .PP_list-table dd p {
  line-height: 1.5;
}

.PP_main .PP_list-table dd *:first-child {
  margin-top: 0;
}

.PP_main .PP_list-table dd *:last-child {
  margin-bottom: 0;
}

.PP_list-table + .PP_list-table {
  margin-top: -30px;
  border-top: 0 none;
}

/* dd内の縦長画像の幅を調整 */
.PP_list-thumbnail dd .PP_embed-img-narrow,
.PP_list-table dd .PP_embed-img-narrow {
  max-width: 280px;
}

/* テキストのリスト */
.PP_list-text {
  max-width: 640px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-position: outside;
  margin: 0 auto 1.25em auto;
  padding: 0 0 0 2.5em;
  color: #333;
  font-size: 95%;
  line-height: 1.75;
}

ul.PP_list-text {
  list-style-type: none;
}

ol.PP_list-text {
  list-style-type: decimal;
}

.PP_list-text li {
  position: relative;
}

ul.PP_list-text li::before,
ol.PP_list-text ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: -1.2em;
  top: 0.6em;
  top: calc(0.8em - 3px);
  width: 5px;
  height: 5px;
  background: #aeb5b8;
  border-radius: 10px;
}

/*リストをネストした場合*/
.PP_list-text ul {
  list-style-type: none;
  padding-left: 2em;
}

.PP_list-text ol {
  list-style-type: decimal;
  padding-left: 2em;
}

/* ボーダー区切りのリスト */
.PP_list-border {
  max-width: 640px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none outside;
  margin: 0 auto 1.25em auto;
  padding: 0;
  color: #333;
  font-size: 95%;
  line-height: 1.75;
}

.PP_list-border li {
  position: relative;
  padding: 8px 0;
  border-top: 1px solid rgba(160, 166, 169, 0.3);
}

.PP_list-border li:first-child {
  padding-top: 0;
  border-top: 0 none;
}

.PP_list-border li:last-child {
  padding-bottom: 0;
}

/* 画像ギャラリー
---------------------------------------------------------------------------------- */
.PP_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  margin: 30px 20px;
}

.PP_gallery.PP_gallery-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.PP_gallery .PP_gallery-thumbnail {
  width: auto;
  margin: 0;
  padding: 2px;
}

.PP_gallery .PP_gallery-thumbnail img {
  display: block;
  width: auto;
  height: 200px;
}

.PP_gallery-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 640px;
  margin: 30px auto;
}

.PP_gallery-nowrap.PP_gallery-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.PP_gallery-nowrap .PP_gallery-thumbnail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  margin: 0;
  padding: 2px;
}

.PP_gallery-nowrap .PP_gallery-thumbnail img {
  display: block;
}

.PP_gallery-thumbnail a:hover img {
  opacity: 0.8;
}

/* 隣接した場合はマージンを削除してつなげる */
.PP_gallery + .PP_gallery,
.PP_gallery-nowrap + .PP_gallery-nowrap,
.PP_gallery-nowrap + .PP_gallery,
.PP_gallery + .PP_gallery-nowrap {
  margin-top: -30px;
}

/* 見出しのマージン調整 */
.PP_main .PP_subtitle + .PP_gallery,
.PP_main .PP_subtitle + .PP_gallery-nowrap,
.PP_main h2 + .PP_gallery,
.PP_main h2 + .PP_gallery-nowrap,
.PP_main h3 + .PP_gallery,
.PP_main h3 + .PP_gallery-nowrap,
.PP_main h4 + .PP_gallery,
.PP_main h4 + .PP_gallery-nowrap {
  margin-top: 0;
}

/* コラム枠内での調整 */
.PP_column .PP_gallery-nowrap,
.PP_profile .PP_gallery-nowrap {
  width: 100%;
}

/* 拡大アイコン */
.PP_gallery-thumbnail.PP_gallery-zoom,
.PP_embed-img.PP_gallery-zoom,
.PP_embed-img-narrow.PP_gallery-zoom {
  position: relative;
}

.PP_gallery-thumbnail.PP_gallery-zoom:after,
.PP_embed-img.PP_gallery-zoom:after,
.PP_embed-img-narrow.PP_gallery-zoom:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(https://ogre.natalie.mu/asset/natalie/common/polar/desktop/image/common/zoom.png) no-repeat right bottom;
  background-size: 100%;
  position: absolute;
  right: 2px;
  bottom: 2px;
  pointer-events: none;
}

/* シリーズのリスト
---------------------------------------------------------------------------------- */
.PP_series {
  margin: 30px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 640px;
  overflow: hidden;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid rgba(160, 166, 169, 0.3);
  border-radius: 5px;
}

.PP_series h2:first-child {
  margin-top: 0;
  font-size: 120%;
}

.PP_series dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto 10px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(160, 166, 169, 0.3);
}

.PP_series a:last-child dl {
  padding-bottom: 1px;
  border-bottom: 0 none;
}

.PP_series dt {
  width: 120px;
}

.PP_series dd {
  width: calc(100% - 140px);
  font-size: 110%;
  line-height: 1.5;
}

.PP_series dt img {
  display: block;
}

.PP_series a:hover dl {
  opacity: 0.8;
}

.PP_series_comingsoon {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 10px auto;
  padding: 20px;
  background-color: #f2f4f6;
  border-radius: 5px;
  color: #9fa4a9;
  font-size: 100%;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.PP_series a:last-child dl,
.PP_series .PP_series_comingsoon:last-child {
  margin-bottom: 0;
}

/* フッター
---------------------------------------------------------------------------------- */
.PP_footer {
  background-color: #f3f6f7;
  border-top: 1px solid #e6ecee;
  padding-bottom: 1px;
}

.PP_footer_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px 20px 0 20px;
}

.PP_footer_item.PP_footer_item-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px 10px 0 10px;
}

/* フッターのタグ
---------------------------------------------------------------------------------- */
.PP_footer_tag {
  position: relative;
  margin: 20px;
  padding: 10px 10px 1px 10px;
  background: #fff;
  border: 1px solid #e6ecee;
  border-radius: 3px;
}
.PP_footer_tag_title {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -0.5em;
  width: 100px;
  font-size: 90%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.PP_footer_tag .NA_taglist_wrapper {
  margin-bottom: 0;
  padding-left: 120px;
}

.PP_footer_item + .PP_footer_tag {
  margin-top: 0;
}

/* フッターの情報欄
---------------------------------------------------------------------------------- */
.PP_item {
  width: 500px;
  margin-bottom: 30px;
}

.PP_item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.PP_item_image {
  width: 120px;
  float: left;
}

.PP_item_image a:hover img,
.PP_item_image a:active img {
  opacity: 0.8;
}

.PP_item_text {
  width: 360px;
  float: right;
}

.PP_item_text:first-child {
  width: 500px;
  float: none;
}

.PP_item_title {
  margin-bottom: 10px;
  font-size: 90%;
  font-weight: 600;
  line-height: 1.5;
}

.PP_item_data {
  margin-bottom: 12px;
  font-size: 80%;
  line-height: 1.5;
}

.PP_item_btn {
  margin-bottom: 10px;
}

.PP_item_subtext {
  margin-top: 20px;
  margin-bottom: 10px;
}

.PP_item_subtext h6 {
  margin-bottom: 0.5em;
  font-size: 80%;
  font-weight: 600;
  line-height: 1.5;
}

.PP_item_subtext p {
  margin-bottom: 1em;
  font-size: 80%;
  line-height: 1.5;
}

.PP_item_subtext ul,
.PP_item_subtext ol {
  margin: 0 0 20px 2em;
  list-style-position: outside;
}

.PP_item_subtext ul {
  list-style-type: circle;
}

.PP_item_subtext li {
  margin-bottom: 0;
  font-size: 80%;
  line-height: 1.5;
}

.PP_item_subtext ul li li,
.PP_item_subtext ol li li {
  font-size: 100%;
}

.PP_item_text dd:last-child,
.PP_item_subtext p:last-child,
.PP_item_subtext ul:last-child,
.PP_item_subtext ol:last-child {
  margin-bottom: 0;
}

.PP_item_copyright {
  margin-top: 16px;
  color: #777e80;
  font-size: 65%;
  line-height: 1.2;
}

.PP_item_subtext .PP_link + .PP_link {
  margin-top: -0.75em;
}

.PP_item_subtext .PP_toggle:first-child {
  margin-top: -10px;
}

.PP_item_subtext .PP_toggle:not(:last-child) {
  margin-bottom: 16px;
}

/* シングル表示の時は幅を広げる */
.PP_footer_item-single .PP_item {
  width: 640px;
  margin-bottom: 20px;
}

.PP_footer_item-single .PP_item_image {
  width: 160px;
}

.PP_footer_item-single .PP_item_text {
  width: 460px;
}

.PP_footer_item-single .PP_item_text:first-child {
  width: 640px;
  float: none;
}

/* ボタン
---------------------------------------------------------------------------------- */
a.PP_btn {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /*
  max-width: 360px;
  */
  margin: 0 auto;
  padding: 12px 10px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.PP_btn:hover,
a.PP_btn:active {
  opacity: 0.8;
}

a.PP_btn:before {
  content: "\e002";
  speak: none;
  font-family: "NataIcon";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
}

a[target=_blank].PP_btn:before {
  content: "\e001";
}

.PP_btn-link {
  background: #01b2b4;
} /* 通常のリンク 0d79cc */
.PP_btn-buy {
  background: #ff9900;
} /* 購入リンク */
.PP_btn-c00 {
  background: #222222;
} /* カスタムカラー */
.PP_btn-c01 {
  background: #c51414;
} /* カスタムカラー */
.PP_btn-c02 {
  background: #ee6526;
} /* カスタムカラー */
.PP_btn-c03 {
  background: #bca70a;
} /* カスタムカラー */
.PP_btn-c04 {
  background: #6b9f1b;
} /* カスタムカラー */
.PP_btn-c05 {
  background: #1b9b4a;
} /* カスタムカラー */
.PP_btn-c06 {
  background: #0b95b4;
} /* カスタムカラー */
.PP_btn-c07 {
  background: #6a5ac1;
} /* カスタムカラー */
.PP_btn-c08 {
  background: #ae53aa;
} /* カスタムカラー */
.PP_btn-c09 {
  background: #e84f87;
} /* カスタムカラー */
.PP_btn-c10 {
  background: #55606b;
} /* カスタムカラー */
/* 本文ブロック用 */
.PP_main a.PP_btn {
  padding: 14px 10px;
  font-size: 15px;
}

/* 開閉ブロック
---------------------------------------------------------------------------------- */
.PP_toggle {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e1e4e5;
  border-radius: 5px;
}

.PP_toggle .PP_toggle_body {
  display: none;
  margin: 0 20px;
  padding-bottom: 20px;
}

.PP_toggle_label a {
  display: block;
  cursor: pointer;
  padding: 10px;
  color: #0d79cc;
  font-size: 90%;
  line-height: 1.4;
  text-align: center;
}

.PP_toggle_label button {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  color: #0d79cc;
  font-size: 90%;
  font-family: "HiraginoCW", Hiragino Sans, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Helvetica Neue, Arial, sans-serif;
  line-height: 1.4;
  text-align: center;
  background: transparent;
  border: 0;
}

.PP_toggle_label a:hover,
.PP_toggle_label button:hover {
  color: #e85082;
}

.PP_toggle_label a:before,
.PP_toggle_label button:before {
  font-family: "NataIcon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e008";
  margin-right: 0.2em;
}

.PP_toggle_label.PP_toggle_active a:before,
.PP_toggle_label.PP_toggle_active button:before {
  content: "\e009";
}

.PP_main .PP_toggle {
  max-width: 640px;
  margin: 0 auto 30px auto;
}

.PP_main .PP_toggle h2:first-child,
.PP_main .PP_toggle h3:first-child,
.PP_main .PP_toggle h4:first-child {
  margin-top: 0;
}

.PP_main .PP_toggle .PP_list-text {
  width: auto;
}

.PP_main .PP_toggle *:last-child,
.PP_footer .PP_toggle *:last-child {
  margin-bottom: 0;
}

.PP_main .PP_toggle_label a {
  padding: 12px 10px;
  font-size: 15px;
}

/* 記事リスト埋め込み
---------------------------------------------------------------------------------- */
.PP_embed-taglist {
  width: 660px;
  margin: 0 auto 30px auto;
}
.PP_embed-taglist_more {
  width: 640px;
  margin: 15px auto 0 auto;
}
.PP_embed-taglist_more a {
  display: block;
  padding: 12px 10px;
  border-radius: 3px;
  background: #f0f6fb;
  color: #0e77d0;
  font-size: 15rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.PP_embed-taglist_more a:hover {
  background: #f7fafc;
  color: #3499f0;
}

.PP_main .NA_card_wrapper .NA_card_title {
  max-width: none;
  margin: 0 0 0.5em 0;
  color: #333;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.4;
}

/* 下部固定バナー
---------------------------------------------------------------------------------- */
.PP_banner_wrapper {
  z-index: 2;
  position: fixed;
  left: 0;
  bottom: 5px;
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.PP_banner_wrapper.PP_banner_wrapper-hidden {
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

.PP_banner {
  width: 650px;
  height: 110px;
  margin: 0 auto;
  padding: 5px;
  background: none rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
.PP_banner img {
  display: block;
  width: 640px;
  height: 100px;
}

/* 公開終了後の表示
---------------------------------------------------------------------------------- */
.PP_closed {
  padding: 150px 5px;
  color: #6699cc;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

/* Fancy Box
---------------------------------------------------------------------------------- */
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height)
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1)
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg)
  }
}

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124
  }
}

.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0
  }
}

@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0
  }
}

.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0
  }

  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0
  }
}

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1
}

@keyframes f-fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes f-fadeOut {
  100% {
    opacity: 0
  }
}

.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2
}

@keyframes f-fadeFastIn {
  0% {
    opacity: .75
  }

  100% {
    opacity: 1
  }
}

@keyframes f-fadeFastOut {
  100% {
    opacity: 0
  }
}

.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0
  }
}

.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;
  z-index: 1
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes f-crossfadeOut {
  100% {
    opacity: 0
  }
}

.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%)
  }

  100% {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%)
  }
}

@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%)
  }
}

.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0
  }
}

@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0
  }
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition)
}

@media(hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg)
  }
}

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg)
}

.f-button:focus:not(:focus-visible) {
  outline: none
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity .15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none
}

.f-button[disabled] {
  cursor: default
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity)
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%)
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos)
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%)
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg)
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto
}

html.with-fancybox body {
  touch-action: none
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0)
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip
}

.fancybox__viewport {
  width: 100%;
  height: 100%
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden
}

.fancybox__slide.has-image {
  overflow: hidden
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
  display: block
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20
}

.is-loading .fancybox__content {
  opacity: 0
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto
}

.fancybox__slide.has-image&gt;.fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden
}

.fancybox__slide.has-image&gt;.fancybox__content&gt;picture&gt;img {
  width: 100%;
  height: auto;
  max-height: 100%
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px)
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden
}

.is-compact .fancybox__caption {
  padding-bottom: 0
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40
}

.fancybox__content&gt;.f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: .75
}

.is-loading .fancybox__content&gt;.f-button.is-close-btn {
  visibility: hidden
}

.is-zooming-out .fancybox__content&gt;.f-button.is-close-btn {
  visibility: hidden
}

.fancybox__content&gt;.f-button.is-close-btn:hover {
  opacity: 1
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all .25s ease
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, .5)
}
.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px
}

.is-compact .fancybox__content&gt;.f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1)
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1
}

.is-idle .fancybox__nav {
  animation: .15s ease-out both f-fadeOut
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut
}

.fancybox__slide&gt;.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0
}

.fancybox__container.is-animated[aria-hidden=false]&gt;*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel&gt;*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide&gt;*:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=true]&gt;*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel&gt;*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide&gt;*:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, .9);
  color: #fff
}

.has-map .fancybox__content {
  background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0)
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0)
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1
}

.f-thumbs .f-spinner svg {
  display: none
}

.f-thumbs.is-vertical {
  height: 100%
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0)
}

.f-thumbs__track {
  display: flex
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer
}

.f-thumbs__slide.is-loading img {
  opacity: 0
}

.is-classic .f-thumbs__viewport {
  height: 100%
}

.is-modern .f-thumbs__track {
  width: max-content
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0))*-0.5);
  width: calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));
  cursor: pointer
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform .33s ease
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path .33s ease
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity .2s ease
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity)
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity)
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
  clip-path: var(--clip-path)
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity)
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn .2s ease-out;
  z-index: 10
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius)
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height .35s cubic-bezier(0.23, 1, 0.32, 1)
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap)
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important
}

.is-closing .fancybox__thumbs {
  transition: none !important
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20
}

.fancybox__toolbar :focus-visible {
  z-index: 1
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none
}

.fancybox__infobar span {
  padding: 0 5px
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg)
}

[data-fancybox-toggle-slideshow] {
  position: relative
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: .3
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none
}

/* Customize */
.fancybox__caption {
  padding-top: 5px;
  font-size: 14px;
}</pre></body></html>