@charset "UTF-8";

:root {
  --smallFontSize: 12px;
  --smallFontSizeHeight: 1.2rem;
  --normalFontSize: 14px;
  --normalFontSizeHeight: 1.4rem;
  --fontBase: "Noto Sans JP", sans-serif;
  --textFontFamily:
    "dnp-shuei-gothic-gin-std", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    sans-serif;

  /* 基準設定 (1rem = 16px) */
  /* h1: 24px (1.5rem) 〜 28px (1.75rem) */
  --font-size-h1: clamp(1.5rem, 1.355rem + 0.616vw, 1.75rem);

  /* h2: 20px (1.25rem) 〜 24px (1.5rem) */
  --font-size-h2: clamp(1.25rem, 1.105rem + 0.616vw, 1.5rem);

  /* h3: 16px (1rem) 〜 20px (1.25rem) */
  --font-size-h3: clamp(1rem, 0.855rem + 0.616vw, 1.25rem);

  /* h4: 14px (0.875rem) 〜 18px (1.125rem) */
  --font-size-h4: clamp(0.875rem, 0.73rem + 0.616vw, 1.125rem);
  --fontSize_Category: 0.875rem;
  --wp--style--root--padding-top: 0 !important;
  --wp--style--root--padding-right: 0 !important;
  --wp--style--root--padding-bottom: 0 !important;
  --wp--style--root--padding-left: 0 !important;
  --heading-font-family:
    "dnp-shuei-mincho-pr6n", "YuMincho", "Hiragino Mincho ProN", serif;
  --eventColor_Deep-blue: #162587;
  --eventIndexColor-blue: #528ecb;
  --eventBackgroundColor-blue: #e6f3f9;
  --eventColor_Deep-pink: #bb0067;
  --eventIndexColor-pink: #ff3fa9;
  --eventBackgroundColor-pink: #f9e6f7;
  --eventColor_Deep-yellow: #85650f;
  --eventIndexColor-yellow: #f1d849;
  --eventBackgroundColor-yellow: #f8f9e6;
}

body {
  font-size: inherit !important;
}

body,
.wp-block-group {
  --wp--style--root--padding-top: 0 !important;
  --wp--style--root--padding-right: 0 !important;
  --wp--style--root--padding-bottom: 0 !important;
  --wp--style--root--padding-left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.l-container {
  width: 100%;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}

pre.SiteInfo {
  font-size: var(--normalFontSize);
  line-height: var(--normalFontSizeHeight);
  padding: 0 6% 6% !important;
  max-width: 600px;
  margin: 0 auto !important;
}

figcaption.wp-element-caption {
  font-size: var(--smallFontSize);
  line-height: var(--smallFontSizeHeight);
  text-align: center;
  color: #796f6f;
}

@media only screen and (min-width: 768px) {
  .l-container,
  .mail-wrapper,
  .is-layout-constrained
    > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    width: 700px;
    max-width: inherit !important ;
  }
}

div.breadcrumbs {
  font-size: var(--smallFontSize);
  line-height: var(--smallFontSizeHeight);
  color: #717171;
}

ul.breadcrumbs .wp-block-group > figure {
  aspect-ratio: initial !important;
}

section.c-section {
  font-family: var(--textFontFamily);
}

nav ul#blogNav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

nav ul#blogNav li {
  width: calc(96% / 2);
  list-style-type: none;
  border: 1px solid #030303;
  text-align: center;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  nav ul#blogNav li:last-child {
    margin-right: auto;
    margin-left: 1%;
  }
}
@media only screen and (min-width: 768px) {
  nav ul#blogNav li {
    width: calc(96% / 4);
  }

  nav ul#blogNav li:nth-child(n + 4) {
    margin: 0 0.5% 1rem;
  }
}

nav ul#blogNav li a,
nav ul#blogNav li a:link,
nav ul#blogNav li a:visited,
nav ul#blogNav li a:hover {
  width: 100%;
  display: block;
  text-decoration: none;
  font-size: var(--normalFontSize);
  padding: 1rem;
}

div.wp-block-columns {
  padding-bottom: 0 !important;
}

div.wp-block-query.is-layout-flow.wp-block-query-is-layout-flow
  > ul.wp-block-post-template.is-layout-flow.wp-block-post-template-is-layout-flow
  > li.wp-block-post
  > div.wp-block-columns
  > :nth-child(1) {
  order: -3;
}

div.wp-block-query.is-layout-flow.wp-block-query-is-layout-flow
  > ul.wp-block-post-template.is-layout-flow.wp-block-post-template-is-layout-flow
  > li.wp-block-post
  > div.wp-block-columns
  > :nth-child(2) {
  order: 0;
}

div.wp-block-query.is-layout-flow.wp-block-query-is-layout-flow
  > ul.wp-block-post-template.is-layout-flow.wp-block-post-template-is-layout-flow
  > li.wp-block-post
  > div.wp-block-columns
  > :nth-child(3) {
  order: -2;
}

div.wp-block-query.is-layout-flow.wp-block-query-is-layout-flow
  > ul.wp-block-post-template.is-layout-flow.wp-block-post-template-is-layout-flow
  > li.wp-block-post
  > h2.wp-block-post-title,
h2.wp-block-heading,
div.wp-block-columns > h2.wp-block-post-title {
  font-size: var(--font-size-h2) !important;
  margin-bottom: 0.6rem !important;
  line-height: 1.35 !important;
}

div.wp-block-column > figure {
  aspect-ratio: initial !important;
}

@media only screen and (min-width: 768px) {
  ul.postedArticle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  ul.postedArticle > li.wp-block-post {
    width: calc(96% / 2);
  }

  :root :where(.is-layout-flow) > * {
    margin-block-start: 0;
  }
}

h2.wp-block-post-title + div.wp-block-group {
  margin-bottom: 1rem;
}

h3.wp-block-post-title {
  font-size: var(--font-size-h3) !important;
  text-align: left;
  margin: 0 auto 0.2rem 1rem;
  line-height: 1.4;
  width: 76%;
  text-align: justify;
}

div.has-text-align-right {
  text-align: right;
  margin: 0 1rem 0 auto !important;
}

div.wp-block-query > ul.wp-block-post-template > li.wp-block-post,
div.wp-block-query
  > ul.wp-block-post-template
  > li.wp-block-post
  > div.wp-block-group {
  padding-bottom: 1rem !important;
}

div.wp-block-group > h1.wp-block-post-title,
div.wp-block-group > h1.wp-block-query-title {
  font-size: var(--font-size-h1);
  line-height: 1.3;
}

div.wp-block-group > div.taxonomy-category.wp-block-post-terms {
  font-weight: normal;
  font-size: var(--fontSize_Category);
  border: 1px solid #686868;
  padding: 0.2rem;
  color: #686868;
}

div.wp-block-group > div.taxonomy-category.wp-block-post-terms > a,
div.wp-block-group > div.taxonomy-category.wp-block-post-terms > a:link,
div.wp-block-group > div.taxonomy-category.wp-block-post-terms > a:visited,
div.wp-block-group > div.taxonomy-category.wp-block-post-terms > a:hover {
  text-decoration: none;
}

div.wp-block-post-excerpt + a.wp-block-read-more {
  color: #3f3f3f;
  font-size: var(--normalFontSize);
  text-decoration: underline;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

div.wp-block-post-excerpt + a.wp-block-read-more:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  filter: drop-shadow(4px -4px 0px currentColor);
  margin-right: 6px;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.wp-block-post-title,
.wp-block-post-excerpt__excerpt {
  overflow-wrap: anywhere;
  text-align: justify;
}

p.wp-block-post-excerpt__excerpt {
  font-size: var(--normalFontSize);
}

ul.postedArticle.wp-block-post-template > li.wp-block-post {
  display: flex;
  flex-direction: column;
}

ul.postedArticle.wp-block-post-template > li.wp-block-post > :nth-child(1) {
  order: 2;
}

ul.postedArticle.wp-block-post-template > li.wp-block-post > :nth-child(2) {
  order: -1;
}

ul.postedArticle.wp-block-post-template > li.wp-block-post > :nth-child(3) {
  order: 0;
}

ul.postedArticle.wp-block-post-template > li.wp-block-post > :nth-child(4) {
  order: 3;
}
ul.postedArticle.wp-block-post-template > li.wp-block-post > :nth-child(5) {
  order: 4;
}

div.contentContainerMlmg,
div.contentContainerManga,
div.contentContainerReport,
div.contentContainerColumn,
div.contentContainerKogaEssay {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 96%;
  margin: 0 auto !important;
}

@media only screen and (min-width: 768px) {
  div.contentContainerMlmg,
  div.contentContainerManga,
  div.contentContainerReport,
  div.contentContainerColumn,
  div.contentContainerKogaEssay {
    width: 100%;
    max-width: 700px;
  }
}

div.addtoany_content {
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

div.a2a_kit {
  display: flex;
  flex-direction: row;
}

div.a2a_kit > a {
  margin-left: 0.4rem !important;
  overflow: hidden;
  border-radius: 0.4rem;
}

/*　ここからメルマガ用　*/

div.contentContainerMlmg > :nth-child(1) {
  /*パンくず*/
  order: -7;
  width: 100%;
}

div.contentContainerMlmg > :nth-child(2) {
  /*タイトル*/
  order: -6;
  width: 100%;
}

div.contentContainerMlmg > :nth-child(3) {
  /*スタイルシートなので無視*/
}

div.contentContainerMlmg > :nth-child(4) {
  /*アイキャッチ*/
  order: -5;
}

div.contentContainerMlmg > :nth-child(5) {
  /*カテゴリ・公開日*/
  order: -4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 0.8rem !important;
}

div.contentContainerMlmg > :nth-child(6) {
  /*記事コンテンツ*/
  order: -3;
  width: 100%;
}

div.contentContainerMlmg > :nth-child(7) {
  /*トップへ戻るボタン*/
  order: -2;
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

div.contentContainerMlmg > :nth-child(7) a,
div.contentContainerMlmg > :nth-child(7) a:link,
div.contentContainerMlmg > :nth-child(7) a:visited,
div.contentContainerMlmg > :nth-child(7) a:hover {
  background-color: #ff9900 !important;
}

div.contentContainerMlmg > :nth-child(8) {
  /*タグ*/
  order: -1;
  margin-bottom: 0.8rem !important;
}

div.contentContainerMlmg > :nth-child(9) {
  /*prev next*/
  order: 0;
  margin-bottom: 0.8rem !important;
}

div.contentContainerMlmg > :nth-child(9) > nav {
  padding-top: 0.8rem !important;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}

div.contentContainerMlmg > :nth-child(9) > nav > div {
  width: 46%;
}

/*　ここまでメルマガ用　*/

/*　ここからマンガ用　*/
div.contentContainerManga > :nth-child(1) {
  /*パンくず*/
  order: -7;
  width: 100%;
}

div.contentContainerManga > :nth-child(2) {
  /*タイトル*/
  order: -6;
  width: 100%;
}

div.contentContainerMlmg > :nth-child(3) {
  /*スタイルシートなので無視*/
}

div.contentContainerManga > :nth-child(4) {
  /*カテゴリ・公開日*/
  order: -5;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 0.8rem !important;
}

div.contentContainerManga > :nth-child(5) {
  /*マンガコンテンツ*/
  order: -4;
}
div.contentContainerManga > :nth-child(6) {
  /*Magazineトップボタン*/
  order: -2;
  margin-bottom: 1rem;
  text-align: center;
}

div.contentContainerManga > :nth-child(6) > div > a,
div.contentContainerManga > :nth-child(6) > div > a:link,
div.contentContainerManga > :nth-child(6) > div > a:visited,
div.contentContainerManga > :nth-child(6) > div > a:hover {
  background-color: #ff9900 !important;
}
div.contentContainerManga > :nth-child(7) {
  /*タグ*/
  order: -3;
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

div.contentContainerManga > :nth-child(8) {
  /*prev next*/
  order: -3;
  width: 100%;
}

div.contentContainerManga > :nth-child(8) nav {
  padding-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
  padding-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}

div.contentContainerManga > :nth-child(8) nav > div {
  width: 46%;
}

/*　ここまでマンガ用　*/

/*　ここからレポート用　*/

div.contentContainerReport h3 {
  font-size: var(--normalFontSize);
  line-height: 1.4rem;
  text-align: justify;
  font-weight: normal;
}

div.contentContainerReport > :nth-child(1) {
  /*パンくず*/
  order: -7;
  width: 100%;
}

div.contentContainerReport > :nth-child(2) {
  /*タイトル*/
  order: -6;
  width: 100%;
}

div.contentContainerReport > :nth-child(3) {
  /*スタイルシートなので無視*/
}

div.contentContainerReport > :nth-child(4) {
  /*アイキャッチ画像*/
  order: -5;
}

div.contentContainerReport > :nth-child(5) {
  /*公開日*/
  order: -4;
  margin-top: 0.8rem !important;
  width: 100%;
}
div.contentContainerReport > :nth-child(6) {
  /*記事*/
  order: -3;
  width: 100%;
}

div.contentContainerReport > :nth-child(6) iframe.YouTube {
  width: 100%;
  height: auto;
  aspect-ratio: 700 / 500;
}

div.contentContainerReport > :nth-child(6) iframe.instagram-media {
  width: 100%;
}

div.contentContainerReport div.contentContainerReport_inner {
  width: 100%;
}

div.contentContainerReport div.contentContainerReport_inner p {
  font-size: var(--normalFontSize);
}

div.contentContainerReport div.contentContainerReport_inner ul {
  padding-left: 5%;
  width: 95%;
}
div.contentContainerReport div.contentContainerReport_inner ul li {
  font-size: var(--normalFontSize);
  list-style-type: disc;
}

div.contentContainerReport div.contentContainerReport_inner > img {
  width: 100%;
  display: block;
  height: auto;
  aspect-ratio: initial;
}

/*ブルー*/

div.contentContainerReport h2.eventIndex.blue {
  color: #fff;
  background: var(--eventIndexColor-blue);
  border-left: 0.55vw solid var(--eventColor_Deep-blue);
  padding: 0.8rem !important;
  width: 100%;
}

div.anchorListBox.blue {
  background: var(--eventBackgroundColor-blue);
  border: 0.25vw solid var(--eventIndexColor-blue);
  padding: 2% !important;
  width: 90%;
  margin: 1rem auto 0 !important;
}

div.anchorListBox.blue ol {
  width: 96%;
  margin: 1rem auto 0 !important;
}

div.anchorListBox.blue ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-bottom: 0.5rem !important;
}

div.anchorListBox.blue ol li:not(:last-of-type) {
  border-bottom: 2px solid var(--eventIndexColor-blue);
}

div.goodsContentBox.blue {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 5px !important;
  background: var(--eventBackgroundColor-blue);
  border: 0.25vw solid var(--eventIndexColor-blue);
  padding: 2% !important;
}

div.goodsContentBox.blue > div > div > p > a,
div.goodsContentBox.blue > div > div > p > a:link,
div.goodsContentBox.blue > div > div > p > a:visited,
div.goodsContentBox.blue > div > div > p > a:hover {
  font-weight: bold;
  color: var(--eventColor_Deep-blue);
  text-decoration: underline !important;
}
/*ブルー*/

/*ピンク*/
div.contentContainerReport h2.eventIndex.pink {
  color: #fff;
  background: var(--eventIndexColor-pink);
  border-left: 0.55vw solid var(--eventColor_Deep-pink);
  padding: 0.8rem !important;
  width: 100%;
}
div.anchorListBox.pink {
  background: var(--eventBackgroundColor-pink);
  border: 0.25vw solid var(--eventIndexColor-pink);
  padding: 2% !important;
  width: 90%;
  margin: 1rem auto 0 !important;
}

div.anchorListBox.pink ol {
  width: 96%;
  margin: 1rem auto 0 !important;
}

div.anchorListBox.pink ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-bottom: 0.5rem !important;
}

div.anchorListBox.pink ol li:not(:last-of-type) {
  border-bottom: 2px solid var(--eventIndexColor-pink);
}

div.goodsContentBox.pink {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 5px !important;
  background: var(--eventBackgroundColor-pink);
  border: 0.25vw solid var(--eventIndexColor-pink);
  padding: 2% !important;
}

div.goodsContentBox.pink > div > div > p > a,
div.goodsContentBox.pink > div > div > p > a:link,
div.goodsContentBox.pink > div > div > p > a:visited,
div.goodsContentBox.pink > div > div > p > a:hover {
  font-weight: bold;
  color: var(--eventColor_Deep);
  text-decoration: underline !important;
}
/*ピンク*/

div.goodsContentBox > img {
  width: 30% !important;
}

div.goodsContentBox > div {
  width: 68%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0 !important;
}

div.goodsContentBox > div > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

div.goodsContentBox > div > div > img {
  width: 10% !important;
  display: flex;
  height: auto;
  aspect-ratio: inherit !important;
}

div.goodsContentBox > div > div > p {
  margin: 0 !important;
}

div.contentContainerReport > :nth-child(7) {
  /*Magazineトップボタン*/
  order: -2;
  text-align: center;
}

div.contentContainerReport > :nth-child(7) > div > a,
div.contentContainerReport > :nth-child(7) > div > a:link,
div.contentContainerReport > :nth-child(7) > div > a:visited,
div.contentContainerReport > :nth-child(7) > div > a:hover {
  background-color: #ff9900 !important;
}

div.contentContainerReport > :nth-child(8) {
  /*タグ*/
  order: -1;
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

div.contentContainerReport > :nth-child(9) {
  /*prev next*/
  order: 0;
  width: 100%;
}

div.contentContainerReport > :nth-child(9) nav {
  padding-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
  padding-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}

div.contentContainerReport > :nth-child(9) nav > div {
  width: 46%;
}

/*　ここまでレポート用　*/

/*　ここからコラム用　*/
div.contentContainerColumn h2.eventIndex.yellow {
  padding: 0.8rem !important;
  background: var(--eventIndexColor-yellow);
  border-left: 0.55vw solid var(--eventColor_Deep-yellow);
  width: 100%;
}

div.contentContainerColumn > :nth-child(1) {
  /*パンくず*/
  order: -7;
  width: 100%;
}

div.contentContainerColumn > :nth-child(2) {
  /*タイトル*/
  order: -6;
  width: 100%;
}

div.contentContainerColumn > :nth-child(3) {
  /*スタイルシートなので無視*/
}

div.contentContainerColumn > :nth-child(4) {
  /*アイキャッチ*/
  order: -5;
}

div.contentContainerColumn > :nth-child(5) {
  /*公開日*/
  order: -4;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 0.8rem !important;
}
div.contentContainerColumn > :nth-child(6) {
  /*記事*/
  order: -4;
}

div.contentContainerColumn > :nth-child(6) > div > p {
  text-align: justify;
  word-break: break-all;
}

div.contentContainerColumn > :nth-child(7) {
  /*古賀さんプロフィール*/
  order: -3;
}

div.contentContainerColumn > :nth-child(8) {
  /*Magazineトップボタン*/
  order: -2;
  margin-bottom: 1rem;
  text-align: center;
}

div.contentContainerColumn > :nth-child(8) a,
div.contentContainerColumn > :nth-child(8) a:link,
div.contentContainerColumn > :nth-child(8) a:visited,
div.contentContainerColumn > :nth-child(8) a:hover {
  background-color: #ff9900 !important;
}

div.contentContainerColumn > :nth-child(9) {
  /*タグ*/
  order: -1;
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

div.contentContainerColumn > :nth-child(10) {
  /*prev next*/
  order: 0;
  width: 100%;
}

div.contentContainerColumn > :nth-child(10) nav {
  padding-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
  padding-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}

div.contentContainerColumn > :nth-child(10) nav > div {
  width: 46%;
}
/*　ここまでコラム用　*/

/*　ここから古賀さんエッセイ用　*/
div.contentContainerKogaEssay > :nth-child(1) {
  /*パンくず*/
  order: -7;
  width: 100%;
}

div.contentContainerKogaEssay > :nth-child(2) {
  /*タイトル*/
  order: -5;
  width: 100%;
}

div.contentContainerKogaEssay > :nth-child(3) {
  /*スタイルシートなので無視*/
}

div.contentContainerKogaEssay > :nth-child(4) {
  /*アイキャッチ*/
  order: -6;
}

div.contentContainerKogaEssay > :nth-child(5) {
  /*公開日*/
  order: -5;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 0.8rem !important;
}
div.contentContainerKogaEssay > :nth-child(6) {
  /*記事*/
  order: -4;
}

div.contentContainerKogaEssay > :nth-child(7) {
  /*古賀さんプロフィール*/
  order: -3;
}

div.contentContainerKogaEssay > :nth-child(8) {
  /*Magazineトップボタン*/
  order: -2;
  margin-bottom: 1rem;
  text-align: center;
}

div.contentContainerKogaEssay > :nth-child(8) a,
div.contentContainerKogaEssay > :nth-child(8) a:link,
div.contentContainerKogaEssay > :nth-child(8) a:visited,
div.contentContainerKogaEssay > :nth-child(8) a:hover {
  background-color: #ff9900 !important;
}

div.contentContainerKogaEssay > :nth-child(9) {
  /*タグ*/
  order: -1;
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

div.contentContainerKogaEssay > :nth-child(10) {
  /*prev next*/
  order: 0;
  width: 100%;
}

div.contentContainerKogaEssay > :nth-child(10) nav {
  padding-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
  padding-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}

div.contentContainerKogaEssay > :nth-child(10) nav > div {
  width: 46%;
}
/*　ここまで古賀さんエッセイ用　*/

/*　ここから推し活用　*/
div.contentContainerOshikatsu > :nth-child(1) {
  /*パンくず*/
  order: -7;
  width: 100%;
}

div.contentContainerOshikatsu > :nth-child(2) {
  /*タイトル*/
  order: -5;
  width: 100%;
}

div.contentContainerOshikatsu > :nth-child(3) {
  /*スタイルシートなので無視*/
}

div.contentContainerOshikatsu > :nth-child(4) {
  /*アイキャッチ*/
  order: -6;
}

div.contentContainerOshikatsu > :nth-child(5) {
  /*公開日*/
  order: -5;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 0.8rem !important;
}
div.contentContainerOshikatsu > :nth-child(6) {
  /*記事*/
  order: -4;
}

div.contentContainerOshikatsu > :nth-child(7) {
  /*古賀さんプロフィール*/
  order: -3;
}

div.contentContainerOshikatsu > :nth-child(8) {
  /*Magazineトップボタン*/
  order: -2;
  margin-bottom: 1rem;
  text-align: center;
}

div.contentContainerOshikatsu > :nth-child(8) a,
div.contentContainerOshikatsu > :nth-child(8) a:link,
div.contentContainerOshikatsu > :nth-child(8) a:visited,
div.contentContainerOshikatsu > :nth-child(8) a:hover {
  background-color: #ff9900 !important;
}

div.contentContainerOshikatsu > :nth-child(9) {
  /*タグ*/
  order: -1;
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

div.contentContainerOshikatsu > :nth-child(10) {
  /*prev next*/
  order: 0;
  width: 100%;
}

div.contentContainerOshikatsu > :nth-child(10) nav {
  padding-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
  padding-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}

div.contentContainerOshikatsu > :nth-child(10) nav > div {
  width: 46%;
}
/*　ここまで推し活用　*/

div.contentContainerMlmg h1,
div.contentContainerManga h1,
div.contentContainerReport h1,
div.contentContainerColumn h1,
div.contentContainerKogaEssay h1,
div.contentContainerOshikatsu h1,
div.contentContainerMlmg h2,
div.contentContainerManga h2,
div.contentContainerReport h2,
div.contentContainerColumn h2,
div.contentContainerKogaEssay h2,
div.contentContainerOshikatsu h2,
div.contentContainerMlmg h3,
div.contentContainerManga h3,
div.contentContainerReport h3,
div.contentContainerColumn h3,
div.contentContainerKogaEssay h3,
div.contentContainerOshikatsu h3 {
  text-align: left;
  word-break: break-word;
  word-break: auto-phrase;
}

div.contentContainerMlmg > figure,
div.contentContainerManga > figure,
div.contentContainerReport > figure,
div.contentContainerColumn > figure,
div.contentContainerKogaEssay > figure,
div.contentContainerOshikatsu > figure {
  aspect-ratio: inherit !important;
}

div.entry-content > *:not(:last-of-type) {
  margin-bottom: 1rem;
}

footer.l-footer
  > div.l-footer__bottom
  > div.l-footer__bottom-inner.l-footer__inner
  > div.l-footer__nav-main
  > ul.link-list
  > li.link-list__item
  > a.link
  > span.link__text {
  font-size: var(--smallFontSize);
  font-family: var(--fontBase);
}

div.l-footer__nav-sub
  > ul.link-list
  > li.link-list__item
  > a.link
  > span.link__text {
  font-family: var(--fontBase);
}

section#essay_koga,
section#essay_inoue,
section#column_editer {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #3f3f3f;
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

section#essay_koga > img,
section#essay_inoue > img,
section#column_editer > img {
  width: 40%;
  border-radius: 50%;
  overflow: hidden;
}

section#essay_koga > div:first-of-type,
section#essay_inoue > div:first-of-type,
section#column_editer > div:first-of-type {
  width: 40%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

section#essay_koga > div:first-of-type > span.nameJpn,
section#essay_inoue > div:first-of-type > span.nameJpn {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

section#essay_koga > div:nth-of-type(2),
section#essay_inoue > div:nth-of-type(2),
section#column_editer > div:nth-of-type(2) {
  width: 100%;
  font-size: var(--smallFontSize);
  line-height: var(--smallFontSizeHeight);
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0.8rem;
}

@media only screen and (min-width: 768px) {
  section#essay_koga > img,
  section#essay_inoue > img,
  section#column_editer > img {
    width: 26%;
  }

  section#essay_koga > div:first-of-type,
  section#essay_inoue > div:first-of-type,
  section#column_editer > div:first-of-type {
    width: 70%;
    font-size: var(--smallFontSize);
    line-height: var(--smallFontSizeHeight);
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
  }
}

section#essay_koga > div:nth-of-type(2) > a,
section#essay_koga > div:nth-of-type(2) > a:link,
section#essay_koga > div:nth-of-type(2) > a:visited,
section#essay_koga > div:nth-of-type(2) > a:hover,
section#essay_inoue > div:nth-of-type(2) > a,
section#essay_inoue > div:nth-of-type(2) > a:link,
section#essay_inoue > div:nth-of-type(2) > a:visited,
section#essay_inoue > div:nth-of-type(2) > a:hover,
section#column_editer > div:nth-of-type(2) > a,
section#column_editer > div:nth-of-type(2) > a:link,
section#column_editer > div:nth-of-type(2) > a:visited,
section#column_editer > div:nth-of-type(2) > a:hover {
  text-decoration: underline !important;
  text-decoration-color: #3f3f3f !important;
  color: #3f3f3f;
}

div.latestMlmg div.wp-block-column > h2.wp-block-post-title {
  font-size: var(--font-size-h2) !important;
  margin-bottom: 0.6rem !important;
  line-height: 1.35 !important;
}

div.latestMlmg div.wp-block-columns {
  gap: 0 !important;
  margin-bottom: 0 !important;
}

div.archiveBox > div > div.magazineTopButton {
  text-align: center;
}

div.archiveBox > div > div.magazineTopButton a,
div.archiveBox > div > div.magazineTopButton a:link,
div.archiveBox > div > div.magazineTopButton a:visited,
div.archiveBox > div > div.magazineTopButton a:hover {
  background-color: #ff9900 !important;
}

footer.l-footer
  > div.l-footer__bottom
  > div.l-footer__bottom-inner.l-footer__inner
  > div.l-footer__nav-main
  > ul.link-list
  > li.link-list__item
  > a.link,
footer.l-footer
  > div.l-footer__bottom
  > div.l-footer__bottom-inner.l-footer__inner
  > div.l-footer__nav-main
  > ul.link-list
  > li.link-list__item
  > a.link:link,
footer.l-footer
  > div.l-footer__bottom
  > div.l-footer__bottom-inner.l-footer__inner
  > div.l-footer__nav-main
  > ul.link-list
  > li.link-list__item
  > a.link:visited {
  text-decoration: none;
}

footer.l-footer
  > div.l-footer__bottom
  > div.l-footer__bottom-inner.l-footer__inner
  > div.l-footer__nav-main
  > ul.link-list
  > li.link-list__item
  > a.link:hover {
  text-decoration: underline;
}

div.l-footer__nav-sub > ul.link-list > li.link-list__item > a.link,
div.l-footer__nav-sub > ul.link-list > li.link-list__item > a.link:link,
div.l-footer__nav-sub > ul.link-list > li.link-list__item > a.link:visited {
  text-decoration: none;
}

div.l-footer__nav-sub > ul.link-list > li.link-list__item > a.link:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  footer.l-footer
    > div.l-footer__bottom
    > div.l-footer__bottom-inner.l-footer__inner
    > div.l-footer__nav-main
    > ul.link-list
    > li.link-list__item
    > a.link
    > span.link__text {
    font-size: var(--normalFontSize);
  }
}
