@charset "UTF-8";
/*
  Skin Name: websouko2
  Description: 
  Skin URI: 
  Author: ウェブ倉庫
  Author URI: 
  Screenshot URI: 
  Version: 2
  Priority: 
*/
/*
variables
*****************************************/
:root {
  --color--theme-1: #0D0D86;
  --color--theme-2: #3D3D9E;
  --color--theme-3: #E3E3FF;
  --color--txt-dark: #333333;
  --color--txt-light: #ffffff;
  --color--txt-link: #0D0D86;
  --color--mono-1: #555555;
  --color--mono-2: #777777;
  --color--mono-3: #999999;
  --color--mono-4: #dadada;
  --color--mono-5: #f0f0f0;
  --og--root--spacing: 24px;
}
@media (width > 480px) {
  :root {
    --og--root--spacing: 48px;
  }
}

body {
  color: var(--color--txt-dark);
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 1.8;
  word-break: break-all;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body img {
  max-width: 100%;
}
body a {
  color: var(--color--txt-link);
}

/*
header
*****************************************/
#header-container {
  background: none;
}
#header-container .header-in {
  padding: 2rem var(--og--root--spacing);
}
#header-container .tagline {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
  color: var(--color--txt-light);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
#header-container .logo-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 200px;
  margin: 0 0 0.4rem;
  padding: 0;
}
#header-container .logo-image a {
  display: block;
}
#header-container .logo-image span {
  display: block;
}
#header-container .logo-image span img {
  display: block;
}
#header-container .site-name-text-link {
  padding: 0;
}
@media (width > 1023px) {
  #header-container .header-in {
    width: auto;
    max-width: 1280px;
  }
  #header-container .navi {
    background: var(--color--mono-1);
  }
  #header-container .navi-in {
    width: auto;
    max-width: 1280px;
    padding: 0 var(--og--root--spacing);
  }
  #header-container .navi-in > ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -1rem;
  }
  #header-container .navi-in > ul li {
    line-height: 2.8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  #header-container .navi-in > ul li:nth-last-child(1) {
    margin-left: auto;
  }
  #header-container .navi-in > ul li:nth-last-child(1) a {
    text-indent: -9999px;
    background: url("images/ico_x.svg") no-repeat center center/28px;
  }
  #header-container .navi-in > ul li a {
    padding: 0 1em;
    color: var(--color--txt-light);
  }
}
@media (width > 1023px) and (any-hover: hover) {
  #header-container .navi-in > ul li a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: var(--color--mono-2);
  }
  #header-container .navi-in > ul li a:where(:any-link, :enabled, summary):hover {
    background-color: var(--color--mono-2);
  }
}

/*
footer
*****************************************/
#footer {
  margin: 0;
  padding: 0;
}
#footer .footer-bottom {
  margin: 0;
  padding: 0;
}
#footer .footer-bottom-content {
  text-align: left;
}
#footer .navi-footer {
  background: var(--color--theme-1);
  padding: 2rem var(--og--root--spacing);
}
#footer .navi-footer-in a {
  color: var(--color--txt-light);
  font-size: 1rem;
  font-weight: bold;
}
@media (any-hover: hover) {
  #footer .navi-footer-in a:where(:-moz-any-link, :enabled, summary):hover {
    background: none;
  }
  #footer .navi-footer-in a:where(:any-link, :enabled, summary):hover {
    background: none;
  }
}
#footer .navi-footer-in > .menu-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#footer .navi-footer-in > .menu-footer li {
  border: none;
}
#footer .navi-footer-in > .menu-footer .menu-item {
  text-align: left;
  width: auto;
}
#footer .navi-footer-in > .menu-footer .menu-item a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .copyright {
  color: var(--color--txt-light);
  font-size: 0.875rem;
  background: var(--color--theme-2);
  margin: 0;
  padding: 1em var(--og--root--spacing);
}
@media (width > 834px) {
  #footer {
    background: var(--color--theme-1);
    border-bottom: 20px solid var(--color--theme-2);
  }
  #footer .footer-in {
    width: auto;
    max-width: 1280px;
    padding: 1em var(--og--root--spacing) 3rem;
  }
  #footer .footer-bottom .footer-bottom-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #footer .navi-footer {
    width: auto;
    background: none;
    padding: 0;
  }
  #footer .navi-footer-in > .menu-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #footer .copyright {
    width: auto;
    background: none;
    padding: 0;
  }
}

/*
column
*****************************************/
.container {
  overflow: hidden;
}

.content {
  margin-top: 0;
}
@media (width > 1023px) {
  .content {
    padding: 1rem 0 0;
  }
  .content .content-in {
    width: auto;
    max-width: 1280px;
    margin-bottom: 2rem;
  }
}

main.main {
  overflow: hidden;
  margin: 0;
  padding: 80px var(--og--root--spacing);
}
@media (width > 834px) {
  main.main {
    border-radius: 10px;
  }
}
@media (width > 1023px) {
  main.main {
    width: calc(100% - 336px);
    height: auto !important;
  }
}

/*
sidebar
*****************************************/
.sidebar {
  overflow: hidden;
  height: auto !important;
}
@media (width > 1023px) {
  .sidebar#sidebar {
    width: 320px;
    border-radius: 10px;
    margin: 0;
    padding: 20px 1rem;
  }
  .sidebar .widget-title {
    position: relative;
    line-height: 1.4;
    font-size: 1.125rem;
    background: none;
    border-bottom: solid 2px var(--color--mono-1);
    padding: 0 0 0 0.6em;
  }
  .sidebar .widget-title::before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
  }
  .sidebar .widget-sidebar ul li a {
    line-height: 1;
    color: var(--color--txt-dark);
    font-size: 0.875rem;
  }
  .sidebar .widget_search .search-edit {
    font-size: 1rem;
    padding: 0.5em;
  }
  .sidebar .widget_categories ul li a {
    padding: 0.5em;
  }
  .sidebar .widget_categories ul li a::before {
    color: var(--color--mono-3);
    font-family: "FontAwesome";
    content: "\f07b";
    margin-right: 0.4em;
  }
}
@media (width > 1023px) and (any-hover: hover) {
  .sidebar .widget_categories ul li a:where(:-moz-any-link, :enabled, summary):hover {
    background: var(--color--theme-3);
  }
  .sidebar .widget_categories ul li a:where(:any-link, :enabled, summary):hover {
    background: var(--color--theme-3);
  }
}
@media (width > 1023px) {
  .sidebar .popular-posts ul li,
  .sidebar .widget_recent_entries ul li {
    margin: 0 0 0.5em;
  }
  .sidebar .popular-posts ul li a,
  .sidebar .widget_recent_entries ul li a {
    line-height: 1.4;
    background: var(--color--mono-5);
    border-radius: 5px;
    margin: 0;
    padding: 0.3em 0.5em;
  }
}
@media (width > 1023px) and (any-hover: hover) {
  .sidebar .popular-posts ul li a:where(:-moz-any-link, :enabled, summary):hover, .sidebar .widget_recent_entries ul li a:where(:-moz-any-link, :enabled, summary):hover {
    background: var(--color--theme-3);
  }
  .sidebar .popular-posts ul li a:where(:any-link, :enabled, summary):hover,
  .sidebar .widget_recent_entries ul li a:where(:any-link, :enabled, summary):hover {
    background: var(--color--theme-3);
  }
}
@media (width > 1023px) {
  .sidebar .widget_tag_cloud a {
    border: 1px solid var(--color--mono-4);
    border-radius: 5px;
  }
}
@media (width > 1023px) and (any-hover: hover) {
  .sidebar .widget_tag_cloud a:where(:-moz-any-link, :enabled, summary):hover {
    background: var(--color--theme-3);
  }
  .sidebar .widget_tag_cloud a:where(:any-link, :enabled, summary):hover {
    background: var(--color--theme-3);
  }
}
@media (width > 1023px) {
  .sidebar .widget_archive ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sidebar .widget_archive ul li {
    font-size: 12px;
    margin: 2px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
  }
  .sidebar .widget_archive ul li a {
    border: 1px solid var(--color--mono-4);
    border-radius: 5px;
    padding: 3px 8px;
  }
}
@media (width > 1023px) and (any-hover: hover) {
  .sidebar .widget_archive ul li a:where(:-moz-any-link, :enabled, summary):hover {
    background: var(--color--theme-3);
  }
  .sidebar .widget_archive ul li a:where(:any-link, :enabled, summary):hover {
    background: var(--color--theme-3);
  }
}

/*
post list
*****************************************/
#list .entry-card-wrap {
  color: var(--color--txt-dark);
  border-radius: 10px;
  margin: 0 0 80px;
  padding: 1rem 10px;
}
@media (any-hover: hover) {
  #list .entry-card-wrap:where(:-moz-any-link, :enabled, summary):hover {
    background: var(--color--theme-3);
  }
  #list .entry-card-wrap:where(:any-link, :enabled, summary):hover {
    background: var(--color--theme-3);
  }
}
#list .entry-card-wrap .cat-label {
  display: none;
}
#list .entry-card-thumb {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  float: none;
  margin: 0 auto;
}
#list .entry-card-thumb img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#list .entry-card-content {
  margin: 0;
  padding: 18px 0 0;
}
#list .entry-card-title {
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}
#list .entry-card-snippet {
  line-height: 1.8;
  font-size: 1rem;
  margin: 0 0 2rem;
}
#list .entry-card-meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#list .entry-card-meta .entry-card-info > * {
  font-size: 0.875rem;
  font-weight: bold;
}
#list .entry-card-meta .entry-card-categorys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
#list .entry-card-meta .entry-card-categorys .entry-category {
  font-size: 0.875rem;
  font-weight: bold;
}
#list .entry-card-meta .entry-card-categorys .entry-category::before {
  color: var(--color--mono-3);
  font-family: "FontAwesome";
  content: "\f07b";
  margin-right: 0.4em;
}
@media (width > 480px) {
  #list .entry-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #list .entry-card::after {
    display: none;
  }
  #list .entry-card-thumb {
    -ms-flex-item-align: center;
        align-self: center;
    width: 30%;
    margin: 0;
  }
  #list .entry-card-content {
    -ms-flex-item-align: center;
        align-self: center;
    width: calc(70% - 1rem);
    padding: 0;
  }
}
@media (width > 834px) {
  #list .entry-card-wrap {
    padding: 18px 1rem;
  }
  #list .entry-card-title {
    font-size: 1.25rem;
  }
}

/*
article
*****************************************/
.article {
  padding: 0;
}
.article .article-header {
  margin: 0 0 50px;
}
.article .article-header .entry-title {
  font-size: 1.75rem;
  margin: 0 0 50px !important;
  padding: 0;
}
.article .article-header .date-tags {
  margin: 0.5rem 0 0;
}
.article .article-header .date-tags .post-update {
  margin: 0 1em 0 0;
}
.article .article-header .date-tags .post-date {
  margin: 0;
}
.article .entry-content .toc a {
  font-size: 0.875rem;
}
.article .article-footer .cat-link {
  background: var(--color--mono-1);
}
@media (width > 480px) {
  .article .article-header .entry-title {
    font-size: 1.875rem;
  }
}
@media (width > 834px) {
  .article .article-header .entry-title {
    font-size: 2.125rem;
  }
}

.sns-share .sns-share-buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
}
.sns-share .sns-share-buttons a {
  background: var(--color--mono-1);
}
.sns-share .sns-share-buttons .sns-button {
  cursor: pointer;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px;
}
.sns-share .button-caption {
  display: none;
}

/*
post bloc
*****************************************/
.is-layout-flow > *,
.is-layout-constrained > *,
.entry-content > * {
  margin-top: 1rem;
}

.article h1 {
  font-size: 1.875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0 !important;
  padding: 0;
}
.article h2 {
  position: relative;
  background: none;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 150px;
  margin-bottom: 0 !important;
  padding: 0;
}
.article h2::before {
  position: absolute;
  top: 0;
  left: -17px;
  bottom: 0;
  display: block;
  content: "";
  width: 5px;
  background: var(--color--theme-1);
}
@media (width > 480px) {
  .article h2 {
    font-size: 1.875rem;
  }
}
@media (width > 834px) {
  .article h2 {
    font-size: 2.125rem;
  }
}
.article h3 {
  position: relative;
  border: none;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 5rem;
  margin-bottom: 0 !important;
  padding: 0 0 6px;
}
.article h3::before {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: var(--color--mono-3);
}
.article h3::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 30%;
  height: 3px;
  background: var(--color--theme-1);
}
@media (width > 480px) {
  .article h3 {
    font-size: 1.375rem;
  }
}
@media (width > 834px) {
  .article h3 {
    font-size: 1.5rem;
  }
}
.article h4 {
  border: none;
  border-bottom: 1px dotted var(--color--txt-dark);
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  padding: 0;
}
@media (width > 480px) {
  .article h4 {
    font-size: 1.125rem;
  }
}
@media (width > 834px) {
  .article h4 {
    font-size: 1.25rem;
  }
}
.article h5 {
  border: none;
  color: var(--color--theme-1);
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  padding: 0;
}
@media (width > 480px) {
  .article h5 {
    font-size: 1.125rem;
  }
}
@media (width > 834px) {
  .article h5 {
    font-size: 1.25rem;
  }
}
.article h6 {
  border: none;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  padding: 0;
}
@media (width > 480px) {
  .article h6 {
    font-size: 1.125rem;
  }
}
@media (width > 834px) {
  .article h6 {
    font-size: 1.25rem;
  }
}
.article p, .article ul {
  font-size: 1rem;
  margin-bottom: 0 !important;
}
.article code {
  padding: 3px 5px 2px 5px;
  margin: 0 1px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
}
.article .wp-block-code {
  font-size: 0.875rem;
  white-space: pre;
}
.article .wp-block-image figcaption {
  text-align: unset;
}
.article .wp-block-preformatted {
  font-size: 0.875rem;
  white-space: pre;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}
.article .wp-block-pullquote blockquote {
  background: none;
  border: none;
  margin: 1em 40px;
  padding: 0;
}
.article .wp-block-pullquote blockquote::before, .article .wp-block-pullquote blockquote::after {
  display: none;
}
.article .wp-block-quote {
  background: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  padding: 0 0 0 1em;
}
.article .wp-block-quote::before, .article .wp-block-quote::after {
  display: none;
}
.article .wp-block-quote cite {
  font-size: 0.8125rem;
}
.article .wp-block-separator {
  margin-top: 3em;
  margin-bottom: 3em !important;
}
.article .wp-block-wsbloc-test pre {
  font-size: 0.875rem;
  white-space: pre;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}
.article .speech-wrap {
  margin-top: 3em;
  margin-bottom: 3em !important;
}
@media (width > 480px) {
  .article .speech-wrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.article div.speech-balloon {
  width: 100%;
  color: var(--color--theme-1);
  border-color: var(--color--theme-1);
}
.article div.speech-balloon::before {
  border-right-color: var(--color--theme-1);
}
.article div.speech-balloon * {
  font-size: 0.875rem;
  margin-top: 1em;
}
.article div.speech-balloon > :first-child {
  margin-top: 0;
}
@media (width > 834px) {
  .article div.speech-balloon {
    width: 60%;
  }
}
.article .blogcard-type {
  margin-top: calc(18px + 1.4em);
  margin-bottom: 3em !important;
}
.article .blank-box {
  display: flow-root;
  width: 90%;
  background: none;
  border: none;
  border: 1px solid var(--color--mono-4);
  margin-top: 2em;
  margin-bottom: 3em !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.article .blank-box * {
  margin-top: 1rem;
}
.article .blank-box.sticky {
  border-width: 1px 1px 1px 6px;
  border-color: var(--color--mono-1);
  width: 100%;
}
.article .blank-box.bb-tab {
  border-width: 3px;
  border-color: var(--color--theme-1);
  margin-top: calc(23px + 3em);
}
.article .blank-box.bb-tab::before {
  background: var(--color--theme-1);
}
.article .blank-box.bb-tab .bb-label {
  background: var(--color--theme-1);
}
.article .blank-box.bb-tab .bb-label .fa {
  margin-top: 0;
}
.article .blank-box.bb-tab .bb-label + * {
  margin-top: 0;
}
.article .blank-box > :first-child {
  margin-top: 0;
}
.article .wp-block-group[class*=is-style-flow-root] {
  display: flow-root;
}
.article .wp-block-columns[class*=is-style-justify] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article .wp-block-columns[class*=is-style-center] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article .wp-block-table[class*=is-style-table-res1] tr {
  border: 1px solid #eee;
  border-width: 1px 1px 5px;
}
.article .wp-block-table[class*=is-style-table-res1] th, .article .wp-block-table[class*=is-style-table-res1] td {
  display: block;
  width: 100%;
  text-align: left;
}
@media (width > 480px) {
  .article .wp-block-table[class*=is-style-table-res1] tr {
    border: none;
  }
  .article .wp-block-table[class*=is-style-table-res1] th, .article .wp-block-table[class*=is-style-table-res1] td {
    display: table-cell;
    width: auto;
  }
}
.article ul[class*=is-style-list-box], .article ol[class*=is-style-list-box] {
  border: 1px solid #949495;
  padding-top: 1em;
  padding-bottom: 1em;
}

.pagination {
  font-size: 1rem;
  margin-top: 80px;
}
@media (any-hover: hover) {
  .pagination a:where(:-moz-any-link, :enabled, summary):hover {
    background: var(--color--theme-3);
  }
  .pagination a:where(:any-link, :enabled, summary):hover {
    background: var(--color--theme-3);
  }
}
.pagination .page-numbers {
  color: var(--color--mono-1);
  border: 1px solid var(--color--mono-4);
  width: 2.6em;
  height: auto;
  line-height: 2.6;
}
.pagination .page-numbers.current {
  background: var(--color--theme-3);
}
.pagination .page-numbers.dots {
  background: none;
}

.pagination-next {
  display: none;
}

/*
form
*****************************************/
input[type=text]:focus-visible {
  outline: 1px solid var(--color--theme-1);
}

/*
other
*****************************************/
.under-entry-content .pager-post-navi {
  margin-bottom: 200px;
}
.under-entry-content .related-entries .related-entry-heading {
  border-bottom: 3px solid var(--color--mono-4);
  margin: 0 0 1rem;
}
.under-entry-content .related-entries .related-entry-heading::before {
  font-family: "FontAwesome";
  content: "\f15c";
  color: var(--color--mono-1);
}
.under-entry-content .related-entries .related-list .a-wrap {
  margin: 0;
}
.under-entry-content .related-entries .related-entry-card-thumb img {
  display: block;
}

.breadcrumb {
  margin: 50px 0 0;
  padding: 0;
}

.appeal {
  background: none;
  padding: 0 var(--og--root--spacing) 50px;
}
.appeal .appeal-in {
  background: var(--color--txt-light);
  border: 1px solid var(--color--mono-4);
  border-bottom: 5px solid var(--color--theme-1);
  min-height: auto;
  padding: var(--og--root--spacing);
}
.appeal .appeal-content {
  text-align: left;
  max-width: none;
  margin: 0;
  padding: 0;
}
.appeal .appeal-title {
  font-size: 1.25rem;
  display: inline-block;
}
.appeal .appeal-sub-title {
  font-size: 0.875rem;
  color: var(--color--mono-2);
  display: inline-block;
}
.appeal .appeal-message {
  display: contents;
}
.appeal .appeal-message__main {
  font-size: 1rem;
}
@media (width > 480px) {
  .appeal .appeal-title {
    font-size: 1.375rem;
  }
}

.recommended {
  max-width: calc(1280px + var(--og--root--spacing) * 2);
  margin: 0 auto;
  padding: 50px var(--og--root--spacing);
}
.recommended .navi-entry-cards {
  gap: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0 !important;
}
.recommended .navi-entry-cards .a-wrap {
  width: 100%;
  max-width: none;
}
.recommended .navi-entry-cards .navi-entry-card-image {
  aspect-ratio: 5/2;
}
@media (width > 480px) {
  .recommended .navi-entry-cards .a-wrap {
    width: calc(50% - 0.5rem);
  }
}
@media (width > 834px) {
  .recommended .navi-entry-cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recommended .navi-entry-cards .a-wrap {
    width: calc((100% - 3rem) / 4);
  }
  .recommended .navi-entry-cards .navi-entry-card-image {
    aspect-ratio: auto;
  }
}

.ads-bloc {
  text-align: center;
}
.ads-bloc__title {
  text-align: center;
  margin-top: 0;
}

:where(body .is-layout-flow) > .hcb_wrap.hcb_wrap:first-child:first-child {
  margin-top: 0;
}

.archive.tag .eye-catch-wrap {
  display: none;
}