@charset "UTF-8";
body.focus-page-blog {
  --bg-lav:#efe6f7;
  --bg-lav-2:#e5d8f2;
}
body.focus-page-blog #mv.mv_blog {
  margin-block: 0;
  padding: 0;
}
body.focus-page-blog .fx-hero {
  background: var(--fx-purple-l);
}
body.focus-page-blog .fx-hero__ttl {
  font-size: var(--fx-type-heading-lg);
  line-height: 1.04;
  text-shadow: 0 0.02rem 0.14rem rgba(90, 50, 120, 0.25);
}
body.focus-page-blog #blog_archive {
  padding-block: 0.7rem 0.8rem;
}
@media (max-width: 767px) {
  body.focus-page-blog #blog_archive {
    padding: 0.58rem 0.28rem 0.72rem;
  }
}
body.focus-page-blog #blog_archive h1::before {
  display: none;
  content: none;
}
body.focus-page-blog #blog_archive > .container_big > .flex_column_center:first-child {
  text-align: center;
  margin: 0 auto 1rem;
}
@media (max-width: 767px) {
  body.focus-page-blog #blog_archive > .container_big > .flex_column_center:first-child {
    margin-bottom: 0.72rem;
  }
}
body.focus-page-blog .fx-blog-head {
  position: relative;
  width: 100%;
  padding-bottom: 0.34rem;
}
@media (max-width: 767px) {
  body.focus-page-blog .fx-blog-head {
    padding-bottom: 0.5rem;
  }
}
body.focus-page-blog .fx-blog-head__tips {
  position: absolute;
  right: 0;
  bottom: -0.1rem;
  width: 2.1rem;
  height: auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  body.focus-page-blog .fx-blog-head__tips {
    right: 0.1rem;
    bottom: -0.06rem;
    width: 2.35rem;
  }
}
body.focus-page-blog #blog_archive h1 {
  margin: 0 0 0.4em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: 0.97rem;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  body.focus-page-blog #blog_archive h1 {
    font-size: 0.72rem;
  }
}
body.focus-page-blog #blog_archive h1 {
  line-height: 1.06;
}
body.focus-page-blog #blog_archive > .container_big > .flex_column_center:first-child > p {
  max-width: 7.4rem;
  margin: 0 auto;
  color: var(--fx-ink);
  font-size: var(--fx-type-body);
  line-height: 1.8;
}
body.focus-page-blog .post-filters {
  max-width: 10.3rem;
  margin: 0.46rem auto 0.68rem;
  gap: 0.16rem 0.32rem;
}
@media (max-width: 767px) {
  body.focus-page-blog .post-filters {
    max-width: 100%;
    gap: 0.18rem 0.2rem;
    margin: 0.36rem auto 0.56rem;
  }
}
body.focus-page-blog #blog_archive .post-filters a {
  min-width: 2.33rem;
  min-height: 0.55rem;
  padding: 0.5em 1em;
  background: var(--bg-lav-2);
  color: var(--fx-purple);
  font-size: var(--fx-type-caption);
}
@media (max-width: 767px) {
  body.focus-page-blog #blog_archive .post-filters a {
    flex: 1 1 calc(50% - 0.1rem);
    min-width: 0;
  }
}
body.focus-page-blog #blog_archive .post-filters a.active,
body.focus-page-blog #blog_archive .post-filters a:hover {
  background: var(--fx-purple);
  color: #fff;
}
body.focus-page-blog .fx-blog-search {
  display: flex;
}
body.focus-page-blog .fx-blog-search--legacy {
  display: none;
}
body.focus-page-blog .fx-blog-search {
  align-items: center;
  gap: 0.9em;
  width: 100%;
  max-width: 8.8rem;
  margin: 0.05rem auto 0.52rem;
  padding: 0.5em 0.7em 0.5em 1.2em;
  background: var(--fx-purple-l);
  border-radius: 0;
}
@media (max-width: 767px) {
  body.focus-page-blog .fx-blog-search {
    max-width: 100%;
    gap: 0.45em;
    margin: 0.02rem auto 0.46rem;
    padding: 0.18rem 0.16rem 0.18rem 0.24rem;
  }
}
body.focus-page-blog .fx-blog-search__label {
  flex: 0 0 auto;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-button);
  letter-spacing: 0.01em;
  white-space: nowrap;
}
body.focus-page-blog .fx-blog-search__field {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  min-width: 0;
  background: #fff;
  border-radius: 999em;
}
body.focus-page-blog .fx-blog-search__input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.7em 1.2em;
  background: transparent;
  border: 0;
  color: var(--fx-ink);
  font-family: var(--fx-font-body);
  font-size: var(--fx-type-body);
  line-height: 1.4;
}
body.focus-page-blog .fx-blog-search__input::placeholder {
  color: #b3a8bd;
}
body.focus-page-blog .fx-blog-search__input:focus {
  outline: none;
}
body.focus-page-blog .fx-blog-search__submit {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.9em 0 0.7em;
  border-left: 1px solid #cfc3da;
  background: none;
  cursor: pointer;
}
body.focus-page-blog .fx-blog-search__icon {
  display: block;
  width: 1.4em;
  height: 1.4em;
  background: var(--fx-purple);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.5 3a7.5 7.5 0 1 1-5.3 12.8A7.5 7.5 0 0 1 10.5 3Zm0 2a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11Zm6.3 10.9 4.3 4.3-1.4 1.4-4.3-4.3 1.4-1.4Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.5 3a7.5 7.5 0 1 1-5.3 12.8A7.5 7.5 0 0 1 10.5 3Zm0 2a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11Zm6.3 10.9 4.3 4.3-1.4 1.4-4.3-4.3 1.4-1.4Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
body.focus-page-blog .fx-blog-list {
  transition: opacity 0.2s ease;
}
body.focus-page-blog .fx-blog-list.is-loading {
  opacity: 0.45;
  pointer-events: none;
}
body.focus-page-blog .fx-blog-empty {
  margin: 1.4em 0;
  color: var(--fx-ink);
  font-size: var(--fx-type-body);
  text-align: center;
}
body.focus-page-blog #blog_archive .content_wrap,
body.focus-page-blog #blog_post .content_wrap {
  display: flex;
  align-items: flex-start;
  gap: 1.6em;
  max-width: 12.4rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.focus-page-blog #blog_archive .content_wrap,
  body.focus-page-blog #blog_post .content_wrap {
    flex-direction: column;
    gap: 0.72rem;
    padding-inline: 0.08rem;
  }
}
body.focus-page-blog #blog_archive .left_content,
body.focus-page-blog #blog_post .left_content {
  flex: 1 1 auto;
  min-width: 0;
}
body.focus-page-blog .post_latest {
  position: relative;
  flex-direction: column;
  align-items: stretch;
  border: 0.015rem solid var(--fx-purple);
  border-top: 0.015rem solid var(--fx-purple);
  border-radius: 0.16rem;
  overflow: hidden;
  background: #fff;
  margin-bottom: 1.25em;
}
@media (max-width: 767px) {
  body.focus-page-blog .post_latest {
    margin-bottom: 0.58rem;
  }
}
body.focus-page-blog .post_latest > .thmb_latest,
body.focus-page-blog .post_latest > .content_latest {
  width: 100%;
}
body.focus-page-blog .thmb_latest {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 16/8;
  background: #d8d8d8;
}
body.focus-page-blog .content_latest span {
  position: absolute;
  top: 0.24rem;
  right: 0.24rem;
  z-index: 2;
  margin: 0;
  padding: 0.5em 1.2em;
  background: var(--fx-purple);
  color: #fff;
  font-size: var(--fx-type-caption);
}
body.focus-page-blog .content_latest {
  position: static;
  background: var(--bg-lav);
  background-image: radial-gradient(rgba(130, 88, 166, 0.18) 0.02rem, transparent 0.02rem);
  background-size: 0.14rem 0.14rem;
  padding: 0.9em 1em 0.95em;
}
@media (max-width: 767px) {
  body.focus-page-blog .content_latest {
    padding: 0.42rem 0.36rem 0.46rem;
  }
}
body.focus-page-blog .content_latest time {
  color: var(--fx-purple);
  font-size: var(--fx-type-caption);
}
body.focus-page-blog .content_latest h2,
body.focus-page-blog .content_latest h3 {
  font-size: var(--fx-type-heading-md);
  margin: 0.16em 0 0.2em;
}
body.focus-page-blog .content_latest h2 a,
body.focus-page-blog .content_latest h3 a {
  color: black;
}
body.focus-page-blog .content_latest .content_txt {
  color: black;
  font-weight: 400;
  font-size: var(--fx-type-body);
  line-height: 1.7;
}
body.focus-page-blog .content_latest .auther {
  color: var(--fx-purple);
  font-size: var(--fx-type-caption);
}
body.focus-page-blog .content_latest .readmore {
  color: var(--fx-purple);
  font-size: var(--fx-type-body);
}
body.focus-page-blog .post_hereafter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 1em;
}
@media (max-width: 767px) {
  body.focus-page-blog .post_hereafter {
    grid-template-columns: 1fr 1fr;
    gap: 0.24rem 0.18rem;
  }
}
body.focus-page-blog #blog_archive .link_hereafter {
  width: auto;
  height: 100%;
  box-sizing: border-box;
  border: 0.015rem solid var(--fx-purple);
  border-radius: 0.16rem;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
body.focus-page-blog #blog_archive .content_hereafter h2,
body.focus-page-blog #blog_archive .content_hereafter h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.focus-page-blog #blog_archive .content_hereafter .content_txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.focus-page-blog #blog_archive .content_hereafter .bottom {
  margin-top: auto;
}
body.focus-page-blog .thmb_hereafter {
  aspect-ratio: 16/9;
  background: #cfcfcf;
}
@media (max-width: 767px) {
  body.focus-page-blog .thmb_hereafter {
    aspect-ratio: 1/0.88;
  }
}
body.focus-page-blog .content_hereafter {
  padding: 0.34rem 0.38rem 0.36rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  body.focus-page-blog .content_hereafter {
    padding: 0.16rem 0.14rem 0.18rem;
  }
}
body.focus-page-blog .content_hereafter span {
  align-self: flex-start;
  margin: 0 0 0.3em;
  padding: 0.5em 1.2em;
  background: var(--fx-purple);
  color: #fff;
  font-size: var(--fx-type-caption);
}
body.focus-page-blog .content_hereafter time {
  color: var(--fx-purple);
  font-size: var(--fx-type-caption);
}
body.focus-page-blog .content_hereafter h2,
body.focus-page-blog .content_hereafter h3 {
  font-size: var(--fx-type-button);
  margin: 0.14em 0 0.18em;
}
body.focus-page-blog .content_hereafter h2 a,
body.focus-page-blog .content_hereafter h3 a {
  color: black;
}
body.focus-page-blog .content_hereafter .content_txt {
  color: black;
  font-weight: 400;
  font-size: var(--fx-type-caption);
  line-height: 1.65;
}
body.focus-page-blog .content_hereafter .bottom {
  margin-top: auto;
  padding-top: 0.4em;
}
body.focus-page-blog .content_hereafter .auther {
  color: var(--fx-purple);
  font-size: var(--fx-type-caption);
}
body.focus-page-blog .content_hereafter .readmore {
  color: var(--fx-purple);
  font-size: var(--fx-type-caption);
}
body.focus-page-blog .navigation.pagination,
body.focus-page-blog nav.pagination {
  margin: 1.25em 0 0;
}
body.focus-page-blog .pagination .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0.35em;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
body.focus-page-blog .pagination .page-numbers li {
  margin: 0;
}
body.focus-page-blog .pagination a.page-numbers,
body.focus-page-blog .pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.56rem;
  height: 0.56rem;
  border: 0.015rem solid var(--fx-purple);
  border-radius: 0.06rem;
  background: #fff;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-button);
  text-decoration: none;
}
body.focus-page-blog .pagination span.page-numbers.current {
  background: var(--bg-lav-2);
}
body.focus-page-blog .pagination a.page-numbers:hover {
  background: var(--fx-purple);
  color: #fff;
}
body.focus-page-blog #sidebar {
  flex: 0 0 3.3rem;
  width: 3.3rem;
}
@media (max-width: 767px) {
  body.focus-page-blog #sidebar {
    flex-basis: auto;
    width: 100%;
    margin-top: 0.12rem;
  }
}
body.focus-page-blog #sidebar .widget {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle, #9c6ba5 0 0.012rem, transparent 0.014rem) 0 0/0.08rem 0.08rem, #b285ba;
  border: 0;
  border-radius: 0;
  padding: 0.7em 0.65em;
  margin-bottom: 0.85em;
}
body.focus-page-blog #sidebar .widget-title {
  margin: 0 0 0.5em;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-button);
  letter-spacing: 0.03em;
  text-align: center;
}
body.focus-page-blog #sidebar .widget-title::before {
  display: none;
  content: none;
}
body.focus-page-blog #sidebar .widget-search .searchform {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 999em;
  padding: 0.1em 0.15em 0.1em 0.5em;
}
body.focus-page-blog #sidebar .widget-search .search-field {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0.275em 0;
  font-size: var(--fx-type-caption);
  color: black;
}
body.focus-page-blog #sidebar .widget-search .search-field:focus {
  outline: none;
}
body.focus-page-blog #sidebar .widget-search .search-submit {
  flex: 0 0 auto;
  border: 0;
  border-left: 0.01rem solid #d8c4e4;
  background: transparent;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-caption);
  padding: 0.15em 0.45em;
  cursor: pointer;
}
body.focus-page-blog #sidebar .widget-popular-posts ol,
body.focus-page-blog #sidebar .widget-must-read ul,
body.focus-page-blog #sidebar .widget-must-read ol,
body.focus-page-blog #sidebar .widget-recent-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}
body.focus-page-blog #sidebar .popular-item > a,
body.focus-page-blog #sidebar .must-read-item > a,
body.focus-page-blog #sidebar .recent-item > a {
  display: flex;
  gap: 0.35em;
  align-items: stretch;
  background: #fff;
  border-radius: 0.06rem;
  padding: 0.25em;
  text-decoration: none;
}
body.focus-page-blog #sidebar .thumb {
  flex: 0 0 0.96rem;
  width: 0.96rem;
}
body.focus-page-blog #sidebar .thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border-radius: 0.02rem;
}
body.focus-page-blog #sidebar .meta {
  flex: 1 1 auto;
  min-width: 0;
  align-self: center;
}
body.focus-page-blog #sidebar .meta .title {
  margin: 0;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-caption);
  line-height: 1.35;
}
body.focus-page-blog #sidebar .meta .rank {
  display: block;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-md);
  line-height: 1;
  margin-bottom: 0.1em;
}
body.focus-page-blog #sidebar .meta .date {
  margin: 0.15em 0 0;
  color: var(--fx-purple-l);
  font-size: var(--fx-type-small);
}
body.focus-page-blog #sidebar .widget-categories ul,
body.focus-page-blog #sidebar .widget-archives ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.focus-page-blog #sidebar .widget-categories li,
body.focus-page-blog #sidebar .widget-archives li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25em;
  padding: 0.325em 0.1em;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.28);
}
body.focus-page-blog #sidebar .widget-categories li:last-child,
body.focus-page-blog #sidebar .widget-archives li:last-child {
  border-bottom: 0;
}
body.focus-page-blog #sidebar .widget-categories li a,
body.focus-page-blog #sidebar .widget-archives li a {
  color: #fff;
  text-decoration: none;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-body);
}
body.focus-page-blog #sidebar .widget-categories .count {
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-body);
}
body.focus-page-blog #sidebar .widget-archives li::after {
  content: ">";
  color: #fff;
  font-weight: 700;
  font-size: var(--fx-type-body);
}
body.focus-page-blog #blog_post {
  padding-block: 0.7rem 0.85rem;
}
@media (max-width: 767px) {
  body.focus-page-blog #blog_post {
    padding: 0.58rem 0.28rem 0.78rem;
  }
}
body.focus-page-blog #blog_post .post-title {
  margin: 0 0 0.72em;
  color: black;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-lg);
  line-height: 1.24;
}
body.focus-page-blog #blog_post .meta_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45em;
  margin: 0 0 1em;
}
body.focus-page-blog #blog_post .meta_wrap > span {
  padding: 0.5em 1.3em;
  border-radius: 999em;
  background: var(--fx-purple);
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-caption);
  text-transform: uppercase;
  line-height: 1;
}
body.focus-page-blog #blog_post .meta_wrap time {
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-body);
}
body.focus-page-blog #blog_post .meta_wrap .auther {
  display: flex;
  align-items: center;
  gap: 0.15em;
  margin: 0;
  color: var(--fx-purple-l);
  font-size: var(--fx-type-caption);
}
body.focus-page-blog #blog_post .meta_wrap .auther img {
  width: 0.22rem;
  height: 0.22rem;
  object-fit: contain;
}
body.focus-page-blog #blog_post .post-thumbnail {
  margin: 0 0 0.72rem;
}
body.focus-page-blog #blog_post .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.2rem;
}
body.focus-page-blog #blog_post .article-content .highlight,
body.focus-page-blog #blog_post .article-content .kakomi,
body.focus-page-blog #blog_post .article-content .wp-block-group.has-background {
  background: var(--bg-lav);
  border-radius: 0.14rem;
  padding: 0.75em 0.85em;
}
body.focus-page-blog #blog_post .post-navigation {
  margin: 1.7em 0 0;
}
body.focus-page-blog #blog_post .post-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75em;
}
body.focus-page-blog #blog_post .post-navigation .nav-previous {
  margin-right: auto;
}
body.focus-page-blog #blog_post .post-navigation .nav-next {
  margin-left: auto;
}
body.focus-page-blog #blog_post .post-navigation a {
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-button);
  text-decoration: none;
}
body.focus-page-blog #blog_post .post-navigation .nav-previous a::before {
  content: "< ";
}
body.focus-page-blog #blog_post .post-navigation .nav-next a::after {
  content: " >";
}

body.focus-page-blog #blog_post .article-content,
body.single-post #blog_post .article-content {
  color: var(--fx-ink);
  font-family: var(--fx-font-body);
  font-size: 0.2rem;
  line-height: 1.95;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  body.focus-page-blog #blog_post .article-content,
  body.single-post #blog_post .article-content {
    font-size: 0.28rem;
    line-height: 1.95;
  }
}
body.focus-page-blog #blog_post .article-content > * + *,
body.single-post #blog_post .article-content > * + * {
  margin-top: 0.42rem;
}
body.focus-page-blog #blog_post .article-content p,
body.single-post #blog_post .article-content p {
  margin: 0 0 0.42rem;
}
body.focus-page-blog #blog_post .article-content p:last-child,
body.single-post #blog_post .article-content p:last-child {
  margin-bottom: 0;
}
body.focus-page-blog #blog_post .article-content a,
body.single-post #blog_post .article-content a {
  color: var(--fx-magenta);
  text-underline-offset: 0.04em;
}
body.focus-page-blog #blog_post .article-content img,
body.single-post #blog_post .article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.2rem;
}
body.focus-page-blog #blog_post .article-section + .article-section,
body.single-post #blog_post .article-section + .article-section {
  margin-top: 0.82rem;
}
body.focus-page-blog #blog_post .article-content h2,
body.focus-page-blog #blog_post .article-content h3,
body.focus-page-blog #blog_post .article-content h4,
body.single-post #blog_post .article-content h2,
body.single-post #blog_post .article-content h3,
body.single-post #blog_post .article-content h4 {
  font-family: var(--fx-font-heading);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.005em;
}
body.focus-page-blog #blog_post .article-content h2,
body.single-post #blog_post .article-content h2 {
  margin: 0.7rem 0 0.28rem;
  padding-bottom: 0.16rem;
  color: var(--fx-purple);
  font-size: 0.34rem;
  border-bottom: 0.025rem solid var(--fx-purple);
}
@media (max-width: 767px) {
  body.focus-page-blog #blog_post .article-content h2,
  body.single-post #blog_post .article-content h2 {
    margin-top: 0.6rem;
    font-size: 0.44rem;
  }
}
body.focus-page-blog #blog_post .article-content h3,
body.single-post #blog_post .article-content h3 {
  margin: 0.54rem 0 0.22rem;
  padding-bottom: 0.12rem;
  color: var(--fx-ink);
  font-size: 0.3rem;
  border-bottom: 0.015rem solid rgba(165, 119, 178, 0.35);
}
@media (max-width: 767px) {
  body.focus-page-blog #blog_post .article-content h3,
  body.single-post #blog_post .article-content h3 {
    margin-top: 0.48rem;
    font-size: 0.36rem;
  }
}
body.focus-page-blog #blog_post .article-content h4,
body.single-post #blog_post .article-content h4 {
  margin: 0.42rem 0 0.16rem;
  color: #4a3a58;
  font-size: 0.24rem;
}
@media (max-width: 767px) {
  body.focus-page-blog #blog_post .article-content h4,
  body.single-post #blog_post .article-content h4 {
    font-size: 0.31rem;
  }
}
body.focus-page-blog #blog_post .article-content h2:first-child,
body.focus-page-blog #blog_post .article-content h3:first-child,
body.focus-page-blog #blog_post .article-content h4:first-child,
body.single-post #blog_post .article-content h2:first-child,
body.single-post #blog_post .article-content h3:first-child,
body.single-post #blog_post .article-content h4:first-child {
  margin-top: 0;
}
body.focus-page-blog #blog_post .article-toc,
body.single-post #blog_post .article-toc {
  position: relative;
  margin: 0.5rem 0;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}
body.focus-page-blog #blog_post .article-toc::after,
body.single-post #blog_post .article-toc::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.28rem;
  height: 0.28rem;
  background: var(--fx-purple);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
body.focus-page-blog #blog_post .article-toc h2,
body.single-post #blog_post .article-toc h2 {
  position: relative;
  margin: 0;
  padding: 0.22rem 0.5rem 0.22rem 0.3rem;
  background: var(--fx-purple-l);
  color: #fff;
  border: 0;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-button);
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: left;
  clip-path: polygon(0 0, calc(100% - 0.28rem) 0, 100% 0.28rem, 100% 100%, 0 100%);
}
body.focus-page-blog #blog_post .article-toc ol,
body.focus-page-blog #blog_post .article-toc ul,
body.focus-page-blog #blog_post .article-content .article-toc ol,
body.focus-page-blog #blog_post .article-content .article-toc ul,
body.single-post #blog_post .article-toc ol,
body.single-post #blog_post .article-toc ul,
body.single-post #blog_post .article-content .article-toc ol,
body.single-post #blog_post .article-content .article-toc ul {
  margin: 0;
  padding: 0.26rem 0.4rem 0.28rem 0.66rem;
  list-style: decimal;
  background: #fff;
  border: 0.015rem solid rgba(165, 119, 178, 0.4);
  border-top: 0;
}
body.focus-page-blog #blog_post .article-toc li,
body.focus-page-blog #blog_post .article-content .article-toc li,
body.single-post #blog_post .article-toc li,
body.single-post #blog_post .article-content .article-toc li {
  margin: 0.06rem 0;
  padding-left: 0.06rem;
  color: var(--fx-purple-l);
  font-weight: 700;
  line-height: 1.55;
}
body.focus-page-blog #blog_post .article-toc li::before,
body.focus-page-blog #blog_post .article-content .article-toc li::before,
body.single-post #blog_post .article-toc li::before,
body.single-post #blog_post .article-content .article-toc li::before {
  display: none;
  content: none;
}
body.focus-page-blog #blog_post .article-toc a,
body.focus-page-blog #blog_post .article-content .article-toc a,
body.single-post #blog_post .article-toc a,
body.single-post #blog_post .article-content .article-toc a {
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-caption);
  text-decoration: none;
}
body.focus-page-blog #blog_post .article-toc a:hover,
body.single-post #blog_post .article-toc a:hover {
  color: var(--fx-magenta);
  text-decoration: underline;
}
body.focus-page-blog #blog_post .article-content ul,
body.single-post #blog_post .article-content ul {
  list-style: none;
  margin: 0.28rem 0;
  padding: 0;
}
body.focus-page-blog #blog_post .article-content ul li,
body.single-post #blog_post .article-content ul li {
  position: relative;
  margin: 0 0 0.16rem;
  padding-left: 0.36rem;
  line-height: 1.8;
}
body.focus-page-blog #blog_post .article-content ul li::before,
body.single-post #blog_post .article-content ul li::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0.28em;
  color: var(--fx-purple-l);
  font-size: 0.72em;
  line-height: 1;
}
body.focus-page-blog #blog_post .article-content ol,
body.single-post #blog_post .article-content ol {
  list-style: none;
  margin: 0.28rem 0;
  padding: 0;
  counter-reset: fx-ol;
}
body.focus-page-blog #blog_post .article-content ol li,
body.single-post #blog_post .article-content ol li {
  position: relative;
  margin: 0 0 0.16rem;
  padding-left: 0.46rem;
  counter-increment: fx-ol;
  line-height: 1.8;
}
body.focus-page-blog #blog_post .article-content ol li::before,
body.single-post #blog_post .article-content ol li::before {
  content: counter(fx-ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--fx-purple);
  font-family: var(--fx-font-button-futura);
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: 0.04em;
}
body.focus-page-blog #blog_post .article-lead-text,
body.single-post #blog_post .article-lead-text {
  margin: 0 0 0.44rem;
  padding: 0.24rem 0.34rem;
  border-left: 0.06rem solid var(--fx-purple-l);
  background: #f6f1fa;
  font-size: var(--fx-type-body);
  line-height: 1.85;
}
body.focus-page-blog #blog_post .article-quote,
body.focus-page-blog #blog_post .article-content blockquote,
body.single-post #blog_post .article-quote,
body.single-post #blog_post .article-content blockquote {
  margin: 0.44rem 0;
  padding: 0.3rem 0.34rem 0.3rem 0.42rem;
  border: 0;
  border-left: 0.06rem solid var(--fx-purple);
  border-radius: 0 0.16rem 0.16rem 0;
  background: #f6f1fa;
  font-style: italic;
}
body.focus-page-blog #blog_post .article-content blockquote p:last-child,
body.single-post #blog_post .article-content blockquote p:last-child {
  margin-bottom: 0;
}
body.focus-page-blog #blog_post .article-highlight-box,
body.focus-page-blog #blog_post .article-content .wp-block-group,
body.single-post #blog_post .article-highlight-box,
body.single-post #blog_post .article-content .wp-block-group {
  margin: 0.44rem 0;
  padding: 0.32rem 0.42rem;
  background: #ede4f5;
  border: 0;
  border-radius: 0.24rem;
}
body.focus-page-blog #blog_post .article-highlight-box h4,
body.single-post #blog_post .article-highlight-box h4 {
  margin: 0 0 0.16rem;
  color: var(--fx-purple);
}
body.focus-page-blog #blog_post .article-highlight-box ul li::before,
body.focus-page-blog #blog_post .article-content .wp-block-group ul li::before,
body.single-post #blog_post .article-highlight-box ul li::before,
body.single-post #blog_post .article-content .wp-block-group ul li::before {
  content: "";
  top: 0.62em;
  width: 0.14em;
  height: 0.14em;
  border-radius: 50%;
  background: var(--fx-purple-l);
}
body.focus-page-blog #blog_post .article-steps-list,
body.single-post #blog_post .article-steps-list {
  list-style: none;
  margin: 0.44rem 0;
  padding: 0;
  counter-reset: fx-step;
}
body.focus-page-blog #blog_post .article-steps-list li,
body.single-post #blog_post .article-steps-list li {
  position: relative;
  margin: 0 0 0.26rem;
  padding: 0.44rem 0.34rem 0.3rem;
  counter-increment: fx-step;
  background: #fff;
  border: 0.015rem solid rgba(165, 119, 178, 0.4);
  border-radius: 0.16rem;
  box-shadow: 0 0.04rem 0.14rem rgba(122, 63, 157, 0.06);
  line-height: 1.8;
}
body.focus-page-blog #blog_post .article-steps-list li::before,
body.single-post #blog_post .article-steps-list li::before {
  content: "STEP " counter(fx-step);
  position: absolute;
  top: -0.16rem;
  left: 0.28rem;
  padding: 0.06rem 0.22rem;
  background: var(--fx-purple);
  color: #fff;
  border-radius: 999em;
  font-family: var(--fx-font-button-futura);
  font-weight: 700;
  font-size: var(--fx-type-caption);
  letter-spacing: 0.08em;
  line-height: 1.4;
}
body.focus-page-blog #blog_post .article-faq-section,
body.single-post #blog_post .article-faq-section {
  margin-top: 0.82rem;
}
body.focus-page-blog #blog_post .article-faq-section > h2,
body.single-post #blog_post .article-faq-section > h2 {
  margin-bottom: 0.3rem;
}
body.focus-page-blog #blog_post .article-faq-item,
body.single-post #blog_post .article-faq-item {
  position: relative;
  margin: 0 0 0.18rem;
  overflow: hidden;
  background: #fff;
  border: 0.015rem solid rgba(165, 119, 178, 0.4);
  border-radius: 0.16rem;
}
body.focus-page-blog #blog_post .article-faq-item input,
body.single-post #blog_post .article-faq-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
body.focus-page-blog #blog_post .article-faq-question,
body.single-post #blog_post .article-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.24rem;
  margin: 0;
  padding: 0.26rem 0.34rem;
  background: #f6f1fa;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-caption);
  line-height: 1.5;
  cursor: pointer;
  transition: background 0.2s;
}
body.focus-page-blog #blog_post .article-faq-question:hover,
body.single-post #blog_post .article-faq-question:hover {
  background: #ede4f5;
}
body.focus-page-blog #blog_post .article-faq-question span,
body.single-post #blog_post .article-faq-question span {
  flex: 1;
}
body.focus-page-blog #blog_post .article-faq-question::after,
body.single-post #blog_post .article-faq-question::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--fx-purple-l);
  font-size: 1.4em;
  line-height: 1;
}
body.focus-page-blog #blog_post .article-faq-item input:checked + .article-faq-question,
body.single-post #blog_post .article-faq-item input:checked + .article-faq-question {
  background: #ede4f5;
}
body.focus-page-blog #blog_post .article-faq-item input:checked + .article-faq-question::after,
body.single-post #blog_post .article-faq-item input:checked + .article-faq-question::after {
  content: "−";
}
body.focus-page-blog #blog_post .article-faq-answer,
body.single-post #blog_post .article-faq-answer {
  max-height: 0;
  padding: 0 0.34rem;
  opacity: 0;
  color: var(--fx-ink);
  line-height: 1.85;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
body.focus-page-blog #blog_post .article-faq-item input:checked ~ .article-faq-answer,
body.single-post #blog_post .article-faq-item input:checked ~ .article-faq-answer {
  max-height: 12rem;
  padding: 0.26rem 0.34rem 0.3rem;
  opacity: 1;
}
body.focus-page-blog #blog_post .article-comparison-table,
body.focus-page-blog #blog_post .article-compare-table,
body.focus-page-blog #blog_post .article-content table,
body.single-post #blog_post .article-comparison-table,
body.single-post #blog_post .article-compare-table,
body.single-post #blog_post .article-content table {
  width: 100%;
  margin: 0.44rem 0;
  border-collapse: collapse;
  background: #fff;
  font-size: var(--fx-type-caption);
  line-height: 1.7;
}
body.focus-page-blog #blog_post .article-content table th,
body.focus-page-blog #blog_post .article-content table td,
body.single-post #blog_post .article-content table th,
body.single-post #blog_post .article-content table td {
  padding: 0.2rem 0.22rem;
  border: 0.015rem solid rgba(165, 119, 178, 0.4);
  text-align: left;
  vertical-align: top;
}
body.focus-page-blog #blog_post .article-content table th,
body.single-post #blog_post .article-content table th {
  background: var(--fx-purple);
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
}
body.focus-page-blog #blog_post .article-content table tbody tr:nth-child(even) td,
body.single-post #blog_post .article-content table tbody tr:nth-child(even) td {
  background: #f6f1fa;
}
body.focus-page-blog #blog_post .article-content-image,
body.single-post #blog_post .article-content-image {
  margin: 0.5rem auto;
  text-align: center;
}
body.focus-page-blog #blog_post .article-content-image img,
body.single-post #blog_post .article-content-image img {
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
  object-fit: cover;
}
body.focus-page-blog #blog_post .article-content-image figcaption,
body.single-post #blog_post .article-content-image figcaption {
  margin-top: 0.16rem;
  color: #7a6b82;
  font-size: var(--fx-type-small);
  line-height: 1.6;
}
body.focus-page-blog #blog_post .article-link-card,
body.single-post #blog_post .article-link-card {
  display: flex;
  align-items: stretch;
  gap: 0.2rem;
  margin: 0.34rem 0;
  padding: 0.14rem;
  background: #fff;
  border: 0.015rem solid rgba(165, 119, 178, 0.4);
  border-radius: 0.16rem;
  color: var(--fx-ink);
  text-decoration: none;
  transition: box-shadow 0.2s, border-color 0.2s;
}
body.focus-page-blog #blog_post .article-link-card:hover,
body.single-post #blog_post .article-link-card:hover {
  border-color: var(--fx-purple-l);
  box-shadow: 0 0.04rem 0.16rem rgba(122, 63, 157, 0.1);
}
body.focus-page-blog #blog_post .article-link-card-thumbnail,
body.single-post #blog_post .article-link-card-thumbnail {
  flex: 0 0 1.6rem;
  overflow: hidden;
  border-radius: 0.1rem;
  background: #ede4f5;
}
body.focus-page-blog #blog_post .article-link-card-thumbnail img,
body.single-post #blog_post .article-link-card-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}
body.focus-page-blog #blog_post .article-link-card-content,
body.single-post #blog_post .article-link-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
body.focus-page-blog #blog_post .article-link-card-title,
body.single-post #blog_post .article-link-card-title {
  margin: 0 0 0.06rem;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-caption);
  line-height: 1.35;
}
body.focus-page-blog #blog_post .article-link-card-description,
body.single-post #blog_post .article-link-card-description {
  margin: 0;
  color: #7a6b82;
  font-size: var(--fx-type-small);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.focus-page-blog #blog_post .article-cta-section,
body.single-post #blog_post .article-cta-section {
  margin-top: 0.6rem;
  padding: 0.44rem 0.4rem;
  background: #f6f1fa;
  border: 0.015rem solid rgba(165, 119, 178, 0.4);
  border-radius: 0.24rem;
  text-align: center;
}
body.focus-page-blog #blog_post .article-cta-section h2,
body.single-post #blog_post .article-cta-section h2 {
  margin: 0 0 0.2rem;
  padding: 0;
  border: 0;
  color: var(--fx-purple);
}
body.focus-page-blog #blog_post .article-cta-section p,
body.single-post #blog_post .article-cta-section p {
  margin: 0 0 0.26rem;
}
body.focus-page-blog #blog_post .article-cta-section img,
body.single-post #blog_post .article-cta-section img {
  border-radius: 0.2rem;
}
body.focus-page-blog #blog_post .article-summary-section,
body.focus-page-blog #blog_post .article-related-section,
body.single-post #blog_post .article-summary-section,
body.single-post #blog_post .article-related-section {
  margin-top: 0.6rem;
  padding: 0.36rem 0.4rem;
  background: #fff;
  border: 0.015rem solid rgba(165, 119, 178, 0.35);
  border-radius: 0.2rem;
}
body.focus-page-blog #blog_post .article-summary-section h3,
body.focus-page-blog #blog_post .article-related-section h3,
body.single-post #blog_post .article-summary-section h3,
body.single-post #blog_post .article-related-section h3 {
  margin: 0 0 0.2rem;
  padding: 0;
  border: 0;
  color: var(--fx-purple);
}
body.focus-page-blog #blog_post .article-expert-badge,
body.single-post #blog_post .article-expert-badge {
  display: flex;
  align-items: center;
  gap: 0.18rem;
  margin: 0.34rem 0;
  padding: 0.24rem 0.3rem;
  background: #fff;
  border: 0.015rem solid rgba(165, 119, 178, 0.35);
  border-left: 0.06rem solid var(--fx-purple);
  border-radius: 0 0.12rem 0.12rem 0;
}
body.focus-page-blog #blog_post .article-expert-badge p,
body.single-post #blog_post .article-expert-badge p {
  margin: 0;
  font-size: var(--fx-type-caption);
}
body.focus-page-blog #blog_post .article-reference-section,
body.focus-page-blog #blog_post .article-reliability-info,
body.single-post #blog_post .article-reference-section,
body.single-post #blog_post .article-reliability-info {
  margin-top: 0.6rem;
  padding: 0.32rem 0.4rem;
  background: #faf7fc;
  border: 0;
  border-radius: 0.2rem;
}
body.focus-page-blog #blog_post .article-reference-section h3,
body.focus-page-blog #blog_post .article-reliability-info h3,
body.single-post #blog_post .article-reference-section h3,
body.single-post #blog_post .article-reliability-info h3 {
  margin: 0 0 0.16rem;
  padding: 0;
  border: 0;
  color: var(--fx-purple);
  font-size: var(--fx-type-button);
}
body.focus-page-blog #blog_post .article-reference-section p,
body.focus-page-blog #blog_post .article-reliability-info p,
body.single-post #blog_post .article-reference-section p,
body.single-post #blog_post .article-reliability-info p {
  margin: 0;
  color: #5c4d66;
  font-size: var(--fx-type-caption);
  line-height: 1.85;
}
body.focus-page-blog #blog_post .article-citations,
body.single-post #blog_post .article-citations {
  padding-left: 0.4rem;
  font-size: var(--fx-type-small);
}
body.focus-page-blog #blog_post .article-cite,
body.single-post #blog_post .article-cite {
  color: var(--fx-purple-l);
}
body.focus-page-blog #blog_post .article-review-list,
body.single-post #blog_post .article-review-list {
  list-style: none;
  margin: 0.34rem 0;
  padding: 0;
}
body.focus-page-blog #blog_post .article-review-item,
body.single-post #blog_post .article-review-item {
  margin: 0 0 0.2rem;
  padding: 0.28rem 0.32rem;
  background: #fff;
  border: 0.015rem solid rgba(165, 119, 178, 0.35);
  border-radius: 0.16rem;
}
body.focus-page-blog #blog_post .article-review-item::before,
body.single-post #blog_post .article-review-item::before {
  display: none;
  content: none;
}
body.focus-page-blog #blog_post .article-review-meta,
body.single-post #blog_post .article-review-meta {
  margin-top: 0.12rem;
  color: var(--fx-purple-l);
  font-size: var(--fx-type-small);
}
@media (max-width: 767px) {
  body.focus-page-blog #blog_post .article-content,
  body.single-post #blog_post .article-content {
    line-height: 1.95;
  }
  body.focus-page-blog #blog_post .article-toc ol,
  body.focus-page-blog #blog_post .article-toc ul,
  body.single-post #blog_post .article-toc ol,
  body.single-post #blog_post .article-toc ul {
    padding: 0.28rem 0.3rem 0.3rem 0.55rem;
  }
  body.focus-page-blog #blog_post .article-steps-list li,
  body.single-post #blog_post .article-steps-list li {
    padding: 0.44rem 0.26rem 0.28rem;
  }
  body.focus-page-blog #blog_post .article-faq-question,
  body.single-post #blog_post .article-faq-question {
    padding: 0.24rem 0.26rem;
  }
  body.focus-page-blog #blog_post .article-faq-item input:checked ~ .article-faq-answer,
  body.single-post #blog_post .article-faq-item input:checked ~ .article-faq-answer {
    padding: 0.24rem 0.26rem 0.28rem;
  }
  body.focus-page-blog #blog_post .article-link-card,
  body.single-post #blog_post .article-link-card {
    flex-direction: column;
  }
  body.focus-page-blog #blog_post .article-link-card-thumbnail,
  body.single-post #blog_post .article-link-card-thumbnail {
    flex: 0 0 auto;
    aspect-ratio: 16/9;
  }
  body.focus-page-blog #blog_post .article-cta-section,
  body.focus-page-blog #blog_post .article-summary-section,
  body.focus-page-blog #blog_post .article-related-section,
  body.focus-page-blog #blog_post .article-reference-section,
  body.focus-page-blog #blog_post .article-reliability-info,
  body.single-post #blog_post .article-cta-section,
  body.single-post #blog_post .article-summary-section,
  body.single-post #blog_post .article-related-section,
  body.single-post #blog_post .article-reference-section,
  body.single-post #blog_post .article-reliability-info {
    padding: 0.42rem 0.34rem;
  }
  body.focus-page-blog #blog_post .article-content table,
  body.single-post #blog_post .article-content table {
    display: block;
    overflow-x: auto;
  }
}

/*# sourceMappingURL=blog.css.map */
