@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* =========================================
Font
========================================== */
:root {
  --base-fontSize: 10px;
  --color-white: #fff;
  --color-black: #111;
  --color-gray-black: #333;
  --color-brown: #2d4739;
  --color-brown-border: #3c5c49;
  --color-green: #069a37;
  --color-orange: #dd3333;
  --color-blue: #1e73be;
  --color-ocher: #c2731c;
  --color-gray: #e2e7de;
  --color-white-gray: #f2f4ee;
  --color-gray-bar: #98a596;
  --color-gray-back: #e8ede5;
  --fw-100: 100;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-900: 900;
  --liquid-lgDesignSize: calc(1440 / 10);
  --liquid-mdDesignSize: calc(750 / 10);
  --liquid-smDesignSize: calc(390 / 10);
  --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-lgDesignSize));
}

@media screen and (max-width: 960px) {
  :root {
    --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-mdDesignSize));
  }
}
@media screen and (max-width: 560px) {
  :root {
    --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-smDesignSize));
  }
}
@font-face {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  src: url("../../fonts/Erode/Erode-Variable.woff2") format("woff2"), url("../../fonts/Erode/Erode-Variable.woff") format("woff"), url("../../fonts/Erode/Erode-Variable.ttf") format("truetype");
  font-weight: 300 700;
  font-display: swap;
  font-style: normal;
}
/* =========================================
Media
========================================== */
/* =========================================
dis - hide
========================================== */
@media screen and (max-width: 560px) {
  .view-pc {
    display: none !important;
  }
}
@media screen and (min-width: 561px) {
  .view-sp {
    display: none !important;
  }
}
/* #region body */
html {
  font-size: var(--liquid-htmlroot);
}

body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  font-family: "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding: 0;
  margin: 0;
  background-color: var(--color-gray-back);
}

* {
  box-sizing: border-box;
}

a {
  transition: opacity 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

button {
  cursor: pointer;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6, p, span, a, ul, li, figure {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.grecaptcha-badge {
  z-index: 999;
}

/* #endregion */
/* fv animation */
@keyframes moveFvArrow {
  0% {
    translate: 0;
    opacity: 1;
  }
  50% {
    translate: 30% 0;
    opacity: 0;
  }
  51% {
    translate: -30% 0;
    opacity: 0;
  }
  100% {
    translate: 0;
    opacity: 1;
  }
}
/* end animation */
/* model animation */
@keyframes moveBottomToTop01 {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes moveBottomToTop02 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
@keyframes moveTopToBottom01 {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes moveTopToBottom02 {
  from {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0);
  }
}
/* end animation */
/* btn animation */
@keyframes moveArrow {
  0% {
    translate: 0 -50%;
    opacity: 1;
  }
  50% {
    translate: 30% -50%;
    opacity: 0;
  }
  51% {
    translate: -30% -50%;
    opacity: 0;
  }
  100% {
    translate: 0 -50%;
    opacity: 1;
  }
}
/* end animation */
/* loop-text animation */
@keyframes moveToLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes moveToLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* end animation */
.post__category {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 0.4rem;
  font-size: 1.4rem;
  font-weight: var(--fw-500);
  color: var(--color-gray-black);
  border: 1px solid var(--color-gray-black);
  border-radius: 1.6rem;
  padding: 0.2rem 0.8rem;
}
@media screen and (max-width: 960px) {
  .post__category {
    padding: 0.4rem 0.8rem;
  }
}
.post__category::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.1rem;
  border-radius: 8rem;
}
.post__category.goods::before {
  background-color: #9b59b6;
}
.post__category.interview::before {
  background-color: #2c3e50;
}
.post__category.fashion::before {
  background-color: #b97510;
}
.post__category.go-with::before {
  background-color: #ce6e6e;
}
.post__category.health::before {
  background-color: #069a37;
}
.post__category.education::before {
  background-color: #1e73be;
}

.slide__text {
  position: relative;
  display: flex;
  width: 100%;
  padding-block: 1.8rem;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  overflow: hidden;
}
.slide__text .slide__text-inner {
  display: flex;
  gap: 3.2rem;
  flex: 0 0 auto;
  white-space: nowrap;
  padding-left: 3.2rem;
}
@media screen and (max-width: 960px) {
  .slide__text .slide__text-inner {
    gap: 1.6rem;
    padding-left: 1.6rem;
  }
}
.slide__text .slide__text-inner:nth-child(odd) {
  animation: moveToLeft 100s -50s infinite linear;
}
.slide__text .slide__text-inner:nth-child(even) {
  animation: moveToLeft2 100s infinite linear;
}
.slide__text .slide__text-item {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  flex: 0 0 auto;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 5.6rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .slide__text .slide__text-item {
    gap: 1.6rem;
    font-size: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .slide__text .slide__text-item {
    font-size: 3.2rem;
  }
}
.slide__text .slide__text-item .square {
  width: 5.6rem;
}
@media screen and (max-width: 960px) {
  .slide__text .slide__text-item .square {
    width: 3rem;
  }
}
.slide__text .slide__text-item .square.square__radius {
  border-radius: 0.4rem;
}
.slide__text .slide__text-item .rectangle {
  width: 12rem;
}
@media screen and (max-width: 960px) {
  .slide__text .slide__text-item .rectangle {
    width: 6.4rem;
  }
}

.content__head-title-wrap {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 560px) {
  .content__head-title-wrap {
    gap: 1.6rem;
  }
}
.content__head-title-wrap .content__head-title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 5.6rem;
  font-weight: var(--fw-500);
  letter-spacing: 0.04rem;
  color: var(--color-black);
}
@media screen and (max-width: 560px) {
  .content__head-title-wrap .content__head-title {
    font-size: 2.8rem;
  }
}
.content__head-title-wrap .content__title-img {
  width: 16rem;
  border-radius: 2.8rem;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .content__head-title-wrap .content__title-img {
    width: 8rem;
    border-radius: 2.8rem;
  }
}

.content__posts-details {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .content__posts-details {
    margin-top: 2rem;
  }
}

.pipeline {
  display: block;
  width: 0.1rem;
  height: 2rem;
  background-color: #555;
  border-radius: 1rem;
}

.content__date {
  font-size: 1.4rem;
  font-weight: var(--fw-500);
  color: var(--color-gray-black);
}

.btn {
  position: relative;
  display: flex;
  border: 1px solid #111;
  border-radius: 0.4rem;
}
.btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -1.2rem;
  translate: 0 -50%;
  width: 2.2rem;
  height: 0.7rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2222%22%20height%3D%227%22%20viewBox%3D%220%200%2022%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206H20L15%201%22%20stroke%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn:hover::before {
  animation: moveArrow 1s linear;
}
.btn .btn__link {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 2.4rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  padding: 0.8rem 1.6rem;
}

/* legion lower */
.lower__container {
  display: flex;
  justify-content: space-between;
  gap: 6.4rem;
  padding: 16rem 8rem 12rem;
}
@media screen and (max-width: 960px) {
  .lower__container {
    flex-direction: column;
    gap: unset;
    padding: 11.2rem 4rem 6rem;
  }
}
@media screen and (max-width: 560px) {
  .lower__container {
    padding: 6.4rem 2.4rem 0;
  }
}
@media screen and (max-width: 960px) {
  .lower__container .content__head-title-wrap .content__head-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .lower__container .content__head-title-wrap .content__head-title {
    font-size: 2.4rem;
  }
}
.lower__container main {
  width: 96rem;
}
@media screen and (max-width: 960px) {
  .lower__container main {
    width: 100%;
  }
}
.lower__container .sidebar-content {
  margin-block-start: 16.6rem;
}
@media screen and (max-width: 960px) {
  .lower__container .sidebar-content {
    margin-block-start: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .lower__container .sidebar-content {
    margin-block-start: 4.8rem;
  }
}
.lower__container .lower__inner {
  display: grid;
  gap: 4rem;
  margin-top: 6.4rem;
}
.lower__container .lower__post {
  display: flex;
  align-items: flex-start;
  height: 100%;
  background-color: var(--color-white-gray);
  border: 1px solid var(--color-brown-border);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .lower__container .lower__post {
    flex-direction: column;
    align-items: flex-start;
    padding: 3.2rem;
  }
}
@media screen and (max-width: 560px) {
  .lower__container .lower__post {
    padding: 1.6rem;
  }
}
.lower__container .lower__post-img {
  width: 48rem;
  height: 100%;
  aspect-ratio: 240/149;
}
.lower__container .lower__post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .lower__container .lower__post-img {
    width: 100%;
    height: auto;
    aspect-ratio: 310/181;
    border-radius: 0.4rem;
    overflow: hidden;
  }
}
.lower__container .lower__post-wrap {
  flex: 1;
  padding: 3.2rem 4rem;
}
@media screen and (max-width: 960px) {
  .lower__container .lower__post-wrap {
    width: 100%;
    margin-top: 0.8rem;
    padding: unset;
  }
}
.lower__container .lower__posts-details {
  gap: 0 1.6rem;
  margin-top: unset;
}
@media screen and (max-width: 560px) {
  .lower__container .lower__posts-details {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .lower__container .lower__post-category {
    font-size: 1.2rem;
    padding: 0.2rem 0.8rem;
  }
  .lower__container .lower__post-category::before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .lower__container .lower__pipeline {
    height: 1.6rem;
  }
  .lower__container .lower__content-date {
    font-size: 1.2rem;
  }
}
.lower__container .lower__post-title {
  font-size: 2rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  margin-top: 2.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 560px) {
  .lower__container .lower__post-title {
    margin-top: 1.6rem;
  }
}
.lower__container .lower__post-description {
  font-size: 1.6rem;
  font-weight: var(--fw-500);
  line-height: 1.5;
  color: var(--color-black);
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--color-black);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 560px) {
  .lower__container .lower__post-description {
    font-size: 1.4rem;
    margin-top: 1.6rem;
    padding-top: 1.6rem;
  }
}

/* end legion */
/* legion pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 560px) {
  .pagination {
    gap: 0.8rem;
  }
}
.pagination span.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  height: auto;
  aspect-ratio: 1/1;
  font-size: 2.4rem;
  font-weight: var(--fw-400);
  color: var(--color-black);
  border-radius: 0.3rem;
}
@media screen and (max-width: 560px) {
  .pagination span.page-numbers {
    min-width: 2.4rem;
    font-size: 1.6rem;
  }
}
.pagination span.page-numbers.current {
  position: relative;
  color: var(--color-white);
  background-color: var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
.pagination span.page-numbers.current::before {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
}
.pagination span.page-numbers.dots {
  align-items: flex-end;
}
.pagination a.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  height: auto;
  aspect-ratio: 1/1;
  font-size: 2.4rem;
  font-weight: var(--fw-400);
  color: var(--color-black);
  border-radius: 0.3rem;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 560px) {
  .pagination a.page-numbers {
    min-width: 2.4rem;
    font-size: 1.6rem;
  }
}
.pagination a.page-numbers:hover {
  color: var(--color-white);
  background-color: var(--color-black);
  opacity: 1;
}
.pagination a.page-numbers.prev,
.pagination a.page-numbers.next {
  gap: 1rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.6rem;
  aspect-ratio: unset;
  padding: 0.8rem;
  border: 1px solid var(--color-black);
  border-radius: 0.4rem;
}
@media screen and (max-width: 560px) {
  .pagination a.page-numbers.prev,
  .pagination a.page-numbers.next {
    gap: 0.8rem;
    font-size: 1.4rem;
    padding: 0.4rem;
  }
}
.pagination a.page-numbers.prev::before {
  content: "";
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-right: 0.7rem solid var(--color-black);
  transition: border-right 0.3s;
}
.pagination a.page-numbers.prev:hover::before {
  border-right: 0.7rem solid var(--color-white);
}
.pagination a.page-numbers.next::after {
  content: "";
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 0.7rem solid var(--color-black);
  transition: border-left 0.3s;
}
.pagination a.page-numbers.next:hover::after {
  border-left: 0.7rem solid var(--color-white);
}

/* end legion */
/* legion lower-line */
.lower__line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.8rem;
  padding: 1.6rem;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 560px) {
  .lower__line {
    flex-direction: column;
    gap: 2rem;
    background-color: var(--color-gray-back);
    border-top: unset;
  }
}
.lower__line .lower__line-text {
  width: 38.2rem;
}
@media screen and (max-width: 560px) {
  .lower__line .lower__line-text {
    width: 34.2rem;
  }
}
.lower__line .pipeline {
  height: 12rem;
}
@media screen and (max-width: 560px) {
  .lower__line .pipeline {
    display: none;
  }
}
.lower__line .lower__line-cta {
  border: none;
  border-radius: 1rem;
  box-shadow: 4px 4px 2px 0px #bdbbb0;
  overflow: hidden;
}
.lower__line .lower__line-cta::before {
  display: none;
}
.lower__line .lower__line-cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37rem;
  height: 10.4rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #09b53c;
}
@media screen and (max-width: 560px) {
  .lower__line .lower__line-cta a {
    width: 34.2rem;
  }
}

/* end legion */
/* legion lower-category */
.lower__category {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.8rem;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  background-color: #fff;
  padding-block: 5.6rem;
}
@media screen and (max-width: 960px) {
  .lower__category {
    flex-direction: column;
    gap: 2.4rem;
    padding-block: 4rem;
  }
}
.lower__category .lower__category-heading {
  font-size: 4rem;
  font-weight: 500;
  color: var(--color-black);
}
.lower__category .lower__category-pipeline {
  width: 14.2rem;
  height: 0.1rem;
}
@media screen and (max-width: 960px) {
  .lower__category .lower__category-pipeline {
    width: 0.1rem;
    height: 8rem;
  }
}
.lower__category .lower__category-items {
  display: flex;
}
@media screen and (max-width: 960px) {
  .lower__category .lower__category-items {
    flex-direction: column;
    gap: 2rem;
  }
}
.lower__category .lower__category-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  padding-inline: 1.2rem;
  border-left: 1px solid #888;
}
.lower__category .lower__category-item:last-of-type {
  border-right: 1px solid #888;
}
@media screen and (max-width: 960px) {
  .lower__category .lower__category-item:last-of-type {
    border-right: unset;
  }
}
.lower__category .lower__category-item::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 0.1rem;
  border-radius: 8rem;
}
.lower__category .lower__category-item.goods::before {
  background-color: #9b59b6;
}
.lower__category .lower__category-item.interview::before {
  background-color: #2c3e50;
}
.lower__category .lower__category-item.fashion::before {
  background-color: #b97510;
}
.lower__category .lower__category-item.go-with::before {
  background-color: #ce6e6e;
}
.lower__category .lower__category-item.health::before {
  background-color: #069a37;
}
.lower__category .lower__category-item.education::before {
  background-color: #1e73be;
}
.lower__category .lower__category-item a {
  font-size: 2.4rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
}

/* end legion */
/* legion lower-author */
@media screen and (max-width: 960px) {
  .lower__container .Author__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: unset;
  }
}
@media screen and (max-width: 560px) {
  .lower__container .Author__inner {
    grid-template-columns: 1fr;
  }
}
.lower__author-item {
  display: flex;
  align-items: flex-start;
  gap: 6.4rem;
}
@media screen and (max-width: 960px) {
  .lower__author-item {
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    padding: 2.4rem;
    border: 1px solid var(--color-black);
  }
  .lower__author-item:nth-of-type(even) {
    margin-left: -1px;
  }
  .lower__author-item:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    margin-top: -1px;
  }
  .lower__author-item:nth-last-of-type(1), .lower__author-item:nth-last-of-type(2) {
    border-bottom: 1px solid var(--color-black);
  }
}
@media screen and (max-width: 560px) {
  .lower__author-item {
    gap: 2.4rem;
    padding: unset;
    border: none;
  }
  .lower__author-item:nth-of-type(even) {
    margin-left: unset;
  }
  .lower__author-item:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    margin-top: 3.2rem;
  }
  .lower__author-item:nth-last-of-type(1), .lower__author-item:nth-last-of-type(2) {
    border-bottom: none;
  }
  .lower__author-item:not(:first-of-type) {
    margin-top: 3.2rem;
    padding-top: 3.2rem;
    border-top: 1px solid var(--color-black);
  }
}
.lower__author-item .lower__author-img {
  width: 32rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .lower__author-item .lower__author-img {
    width: 18rem;
  }
}
.lower__author-item .lower__author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower__author-item .lower__author-details {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 57.6rem;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .lower__author-item .lower__author-details {
    flex: 1;
    width: 100%;
    height: auto;
  }
}
.lower__author-item .lower__author-details-head {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  align-items: flex-end;
  gap: 0.8rem 0;
}
@media screen and (max-width: 960px) {
  .lower__author-item .lower__author-details-head {
    display: contents;
  }
}
.lower__author-item .lower__author-name {
  font-size: 4rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .lower__author-item .lower__author-name {
    font-size: 2.4rem;
    text-align: center;
    margin-top: 1.6rem;
    order: 2;
  }
}
@media screen and (max-width: 560px) {
  .lower__author-item .lower__author-name {
    margin-top: 1rem;
  }
}
.lower__author-item .lower__author-sub-name {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
@media screen and (max-width: 960px) {
  .lower__author-item .lower__author-sub-name {
    justify-content: center;
    margin-top: 1rem;
    order: 3;
  }
}
.lower__author-item .lower__author-hiragana, .lower__author-item .lower__author-alphabet {
  font-size: 1.4rem;
  font-weight: var(--fw-400);
  color: #666;
}
@media screen and (max-width: 960px) {
  .lower__author-item .lower__author-sub-details {
    display: contents;
  }
}
.lower__author-item .lower__author-nick {
  font-size: 1.6rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .lower__author-item .lower__author-nick {
    display: flex;
    place-content: center;
    width: calc(100% - 10rem);
    font-size: 1.6rem;
    font-weight: var(--fw-500);
    color: var(--color-white);
    margin-inline: auto;
    padding: 0.2rem 1.6rem;
    background-color: var(--color-gray-black);
    border-radius: 1.2rem;
    order: 1;
  }
}
@media screen and (max-width: 560px) {
  .lower__author-item .lower__author-nick {
    width: calc(100% - 4.8rem);
    font-size: 1.4rem;
  }
}
.lower__author-item .lower__author-sns {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  .lower__author-item .lower__author-sns {
    justify-content: center;
    gap: 1rem;
    margin-top: 1.4rem;
    order: 4;
  }
}
@media screen and (max-width: 560px) {
  .lower__author-item .lower__author-sns {
    gap: 0.8rem;
    margin-top: 1rem;
  }
}
.lower__author-item .lower__author-sns-heading {
  font-size: 1.6rem;
  font-weight: var(--fw-400);
  color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .lower__author-item .lower__author-sns-heading {
    display: none;
  }
}
.lower__author-item .lower__author-instagram {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 960px) {
  .lower__author-item .lower__author-instagram {
    gap: 0.4rem;
  }
}
.lower__author-item .lower__author-instagram svg {
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 560px) {
  .lower__author-item .lower__author-instagram svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.lower__author-item .lower__author-instagram-text {
  font-size: 2rem;
  font-weight: var(--fw-400);
  color: #573e2f;
}
@media screen and (max-width: 960px) {
  .lower__author-item .lower__author-instagram-text {
    font-size: 1.8rem;
  }
}
.lower__author-item .lower__author-description {
  font-size: 2rem;
  font-weight: var(--fw-500);
  line-height: 1.5;
  color: var(--color-black);
  margin-top: 2.4rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .lower__author-item .lower__author-description {
    margin-top: 1.6rem;
    padding-top: unset;
    border-top: unset;
    order: 5;
  }
}
@media screen and (max-width: 560px) {
  .lower__author-item .lower__author-description {
    font-size: 1.4rem;
  }
}
.lower__author-item .lower-author-posts {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  bottom: 0;
  right: 0;
  gap: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #573e2f;
}
@media screen and (max-width: 960px) {
  .lower__author-item .lower-author-posts {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 2.4rem;
    margin-inline: auto 0;
    order: 6;
  }
}
@media screen and (max-width: 560px) {
  .lower__author-item .lower-author-posts {
    gap: 0.8rem;
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}
.lower__author-item .lower-author-posts::before {
  content: "";
  width: 0.9rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%229%22%20height%3D%2218%22%20viewBox%3D%220%200%209%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2016.5289L1.33853%2018L8.62916%209.98258C8.74668%209.85411%208.83995%209.70134%208.90359%209.53307C8.96724%209.3648%209%209.18434%209%209.00208C9%208.81983%208.96724%208.63937%208.90359%208.4711C8.83995%208.30282%208.74668%208.15006%208.62916%208.02159L1.33853%200L0.00126076%201.47109L6.84403%209L0%2016.5289Z%22%20fill%3D%22%23573E2F%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 560px) {
  .lower__author-item .lower-author-posts::before {
    width: 0.7rem;
    height: 1.5rem;
  }
}

@media screen and (max-width: 960px) {
  .lower__authorーpost-item {
    padding: unset;
    border: none;
  }
  .lower__authorーpost-item:nth-last-of-type(1), .lower__authorーpost-item:nth-last-of-type(2) {
    border-bottom: none;
  }
}
@media screen and (max-width: 960px) {
  .lower__authorーpost-item .lower__author-nick {
    width: calc(100% - 40rem);
  }
}
@media screen and (max-width: 560px) {
  .lower__authorーpost-item .lower__author-nick {
    width: calc(100% - 4.8rem);
  }
}
@media screen and (max-width: 960px) {
  .lower__authorーpost-item .lower__author-description {
    width: calc(100% - 16rem);
    margin-inline: auto;
  }
}
@media screen and (max-width: 560px) {
  .lower__authorーpost-item .lower__author-description {
    width: 100%;
  }
}

/* end legion */
/* legion recaptcha */
.grecaptcha-badge {
  display: none;
}

/* end legion */
.single__content .liquid-speech-balloon-wrap {
  margin-top: 3.2rem;
  margin-bottom: unset;
}
.single__content .liquid-speech-balloon-avatar {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
}
.single__content .liquid-speech-balloon-avatar::after {
  font-size: 1.4rem;
  top: -0.4rem;
  left: 7rem;
}
.single__content .liquid-speech-balloon-text {
  margin-top: 2rem;
  margin-left: 2rem;
  padding: 2rem 3rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 560px) {
  .single__content .liquid-speech-balloon-text {
    padding: 1.6rem;
  }
}
.single__content .liquid-speech-balloon-text p {
  margin-top: unset;
}
.single__content .liquid-speech-balloon-text::before {
  position: absolute;
  top: -1.5rem;
  width: 2rem;
  height: 3rem;
  content: "";
  left: -1rem;
  border-radius: 0 0 0 15px;
  box-shadow: -3px -15px 0 -7px #fff inset;
}
.single__content .liquid-speech-balloon-arrow {
  display: none;
}
.single__content .liquid-speech-balloon-right .liquid-speech-balloon-avatar::after {
  font-size: 1.4rem;
  top: -0.4rem;
  left: unset;
  right: 7rem;
}
.single__content .liquid-speech-balloon-right .liquid-speech-balloon-text::before {
  left: unset;
  right: -10px;
  border-radius: 0 0 15px 0;
  box-shadow: 3px -15px 0 -7px #fff inset;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--color-gray-black);
}
.breadcrumb.lower__breadcrumb {
  margin-top: 2.4rem;
}
.breadcrumb .breadcrumb__link {
  color: #777;
}

#toc_container {
  position: relative;
  width: 58.5rem !important;
  margin: 4rem auto 0;
  padding: 3.6rem;
  background-color: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 960px) {
  #toc_container {
    width: 100% !important;
    padding: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  #toc_container {
    padding: 1.6rem 2.4rem;
  }
}
#toc_container::before {
  position: absolute;
  content: "";
  top: 0.8rem;
  left: 0.8rem;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  pointer-events: none;
}
@media screen and (max-width: 560px) {
  #toc_container::before {
    top: 0.4rem;
    left: 0.4rem;
  }
}
#toc_container .toc_title {
  font-size: 2.4rem;
  text-align: center;
  margin-top: unset;
}
@media screen and (max-width: 960px) {
  #toc_container .toc_title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 560px) {
  #toc_container .toc_title {
    font-size: 1.6rem;
  }
}
#toc_container .toc_toggle {
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  #toc_container .toc_toggle {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 560px) {
  #toc_container .toc_toggle {
    font-size: 1.2rem;
  }
}
#toc_container .toc_toggle > a {
  color: var(--color-black);
}
#toc_container .toc_list {
  counter-reset: num_f;
  margin-top: 3.2rem;
}
@media screen and (max-width: 960px) {
  #toc_container .toc_list {
    margin-top: 2.4rem;
  }
}
#toc_container .toc_list a {
  display: inline-flex;
  gap: 0.8rem;
  line-height: 1.5;
  text-decoration: none;
}
#toc_container .toc_list > li {
  font-size: 1.6rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  #toc_container .toc_list > li {
    font-size: 1.4rem;
  }
}
#toc_container .toc_list > li:not(:first-of-type) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  #toc_container .toc_list > li:not(:first-of-type) {
    margin-top: 1.6rem;
  }
}
#toc_container .toc_list > li > a {
  color: var(--color-black);
}
#toc_container .toc_list > li > a::before {
  content: counter(num_f) ". ";
  counter-increment: num_f;
  display: inline-block;
  white-space: nowrap;
}
#toc_container .toc_list > li > ul {
  counter-reset: num_s;
  margin-top: 0.8rem;
}
#toc_container .toc_list > li > ul > li {
  margin-top: 0.8rem;
}
#toc_container .toc_list > li > ul > li > a {
  color: var(--color-black);
}
#toc_container .toc_list > li > ul > li > a::before {
  content: counter(num_f) "-" counter(num_s) ". ";
  counter-increment: num_s;
  display: inline-block;
  white-space: nowrap;
}
#toc_container .toc_number {
  display: none;
  white-space: nowrap;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.8rem 3.2rem 0;
}
@media screen and (max-width: 560px) {
  .header .header__inner {
    padding: 2.4rem 2.4rem 0;
  }
}
.header .header__inner.header__inner-top {
  justify-content: flex-end;
}
.header .header__logo {
  width: 30rem;
}
@media screen and (max-width: 960px) {
  .header .header__logo {
    width: 24rem;
  }
}
@media screen and (max-width: 560px) {
  .header .header__logo {
    width: 16rem;
  }
}
.header .drawer__btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 4rem;
  height: 4rem;
  border: 1px solid var(--color-black);
  border-radius: 0.4rem;
  padding: 1rem 0.8rem;
  transition: border 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  .header .drawer__btn {
    top: 1.6rem;
    right: 1.6rem;
    width: 3rem;
    height: 3rem;
    padding: 0.7rem;
  }
}
.header .drawer__btn .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  transition: color 0.3s;
}
.header .drawer__btn.top {
  border: 1px solid var(--color-white);
}
.header .drawer__btn.top .line {
  background-color: var(--color-white);
}
.header .drawer__btn.top.overscroll {
  border: 1px solid var(--color-black);
}
.header .drawer__btn.top.overscroll .line {
  background-color: var(--color-black);
}
.header .drawer__menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 44.6rem;
  max-height: 100svh;
  background-color: rgba(0, 0, 0, 0.85);
  overflow-y: scroll;
  transition: opacity 0.3s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 560px) {
  .header .drawer__menu-container {
    inset: 0;
    width: 100%;
    height: 100svh;
  }
}
.header .drawer__menu-container::-webkit-scrollbar {
  display: none;
}
.header .drawer__menu-container.show {
  opacity: 1;
  pointer-events: all;
}
.header .drawer__menu-container.hide {
  opacity: 0;
  pointer-events: none;
}
.header .drawer__inner {
  padding: 4.8rem 3.2rem;
}
@media screen and (max-width: 560px) {
  .header .drawer__inner {
    padding: 2.4rem;
  }
}
.header .drawer__inner-btn {
  position: relative;
  display: grid;
  justify-content: flex-end;
  cursor: pointer;
}
.header .header__inner-logo {
  display: block;
  text-align: end;
  margin-top: 3.2rem;
}
@media screen and (max-width: 560px) {
  .header .header__inner-logo img {
    width: 24rem;
  }
}
.header .header__inner-copyright {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-white);
  text-align: end;
  margin-top: 1rem;
}
@media screen and (max-width: 560px) {
  .header .header__inner-copyright {
    font-size: 1.2rem;
  }
}
.header .header__inner-menu {
  text-align: end;
  margin-top: 1.6rem;
}
.header .header__inner-menu .drawer__nav-container > ul > li:not(:first-of-type) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 560px) {
  .header .header__inner-menu .drawer__nav-container > ul > li:not(:first-of-type) {
    margin-top: 1rem;
  }
}
.header .header__inner-menu .drawer__nav-container > ul > li > a {
  display: inline-block;
  font-size: 2rem;
  font-weight: var(--fw-500);
  color: var(--color-white);
}
@media screen and (max-width: 560px) {
  .header .header__inner-menu .drawer__nav-container > ul > li > a {
    font-size: 1.6rem;
  }
}
.header .drawer__inner-content {
  margin-top: 4rem;
  text-align: end;
}
@media screen and (max-width: 560px) {
  .header .drawer__inner-content {
    margin-top: 2.4rem;
  }
}
.header .drawer__inner-content-item {
  position: relative;
  padding-block: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.header .drawer__inner-content-item::before {
  position: absolute;
  content: "";
  top: 2.2rem;
  left: 2rem;
  width: 0.9rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2218%22%20viewBox%3D%220%200%2010%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20y1%3D%22-0.5%22%20x2%3D%2212.7279%22%20y2%3D%22-0.5%22%20transform%3D%22matrix(0.707107%20-0.707107%20-0.707107%20-0.707107%200%209)%22%20stroke%3D%22white%22%2F%3E%3Cline%20x1%3D%220.353553%22%20y1%3D%228.64645%22%20x2%3D%229.35355%22%20y2%3D%2217.6464%22%20stroke%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: rotate 0.3s ease-in-out;
}
@media screen and (max-width: 560px) {
  .header .drawer__inner-content-item::before {
    top: 1.6rem;
    left: 2.4rem;
    width: 0.9rem;
    height: 1.8rem;
  }
}
.header .drawer__inner-content-item.open::before {
  rotate: -90deg;
}
.header .drawer__inner-content-item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.header .content__item-title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 3.6rem;
  font-weight: var(--fw-500);
  color: var(--color-white);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 560px) {
  .header .content__item-title {
    font-size: 2.8rem;
  }
}
.header .content__item-title:hover {
  opacity: 0.7;
}
.header .content__item-categories {
  width: 17.2rem;
  max-height: 0;
  margin: 0 0 0 auto;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, margin 0.3s ease-in-out;
}
@media screen and (max-width: 560px) {
  .header .content__item-categories {
    width: 11.2rem;
    margin: 0 0 0 auto;
  }
}
.header .content__item-categories.open {
  margin: 1.6rem 0 0.8rem auto;
}
@media screen and (max-width: 560px) {
  .header .content__item-categories.open {
    margin: 1.6rem 0 1.6rem auto;
  }
}
.header .content__item-categories .post__category {
  gap: 1.2rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 2.8rem;
  color: #fff;
  border: unset;
  border-radius: unset;
  padding: 0 1.6rem;
}
@media screen and (max-width: 560px) {
  .header .content__item-categories .post__category {
    gap: 0.8rem;
    font-size: 2rem;
    padding: 0 0.5rem;
  }
}
.header .content__item-categories .post__category::before {
  border: 1px solid var(--color-white);
}
.header .content__item-categories .post__category:not(:first-of-type) {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer {
  padding: 8rem 4.4444444444vw 8rem;
  background-color: var(--color-brown);
}
@media screen and (max-width: 960px) {
  .footer {
    padding: 8rem 3.2rem 8rem;
  }
}
.footer .footer__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .footer .footer__content {
    gap: 0 2rem;
  }
}
@media screen and (max-width: 560px) {
  .footer .footer__content {
    flex-direction: column;
    gap: 4.8rem 0;
  }
}
.footer .footer__left-content .footer__logo {
  display: block;
}
@media screen and (max-width: 960px) {
  .footer .footer__left-content .footer__logo {
    width: 24rem;
  }
}
.footer .footer__left-content .copyright {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: var(--fw-400);
  color: var(--color-white);
  margin-top: 3.2rem;
}
@media screen and (max-width: 960px) {
  .footer .footer__left-content .copyright {
    font-size: 1.2rem;
  }
}
.footer .footer__right-content {
  margin-right: 3.8888888889vw;
}
@media screen and (max-width: 960px) {
  .footer .footer__right-content {
    margin-right: unset;
  }
}
.footer .footer__right-content .footer__menu {
  display: grid;
  gap: 3.2rem 0;
}
.footer .footer__right-content .menu-item a {
  font-size: 2rem;
  font-weight: var(--fw-500);
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .footer .footer__right-content .menu-item a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 560px) {
  .footer .footer__right-content .menu-item a {
    font-size: 1.6rem;
  }
}

.sidebar-content {
  position: sticky;
  top: 4rem;
  width: 24rem;
  margin-block-start: 3.9rem;
  padding: 0;
  order: 2;
}
@media screen and (max-width: 960px) {
  .sidebar-content {
    position: static;
    width: 100%;
    margin-block-start: 4rem;
  }
}

.s-body-ranking {
  width: 100%;
  background-color: var(--color-white-gray);
  border-radius: 1.6rem;
  border: 1px solid var(--color-black);
}
@media screen and (max-width: 560px) {
  .s-body-ranking {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    border-radius: unset;
    border-top: 1px solid var(--color-black);
    border-right: unset;
    border-left: unset;
    border-bottom: 1px solid var(--color-black);
  }
}

.s-Ranking {
  width: 100%;
  overflow: hidden;
  border-radius: 1.6rem;
}

.s-Ranking > h2 {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 3.2rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  text-align: center;
  padding: 2.4rem 0;
  margin: 0;
  background-color: var(--color-white-gray);
}
@media screen and (max-width: 560px) {
  .s-Ranking > h2 {
    font-size: 2.4rem;
  }
}

.s-Ranking_Tab-wrapper {
  position: relative;
}

.s-Ranking_Tab {
  display: flex;
  align-items: flex-end;
  transition-property: margin-left;
  transition-duration: 0.5s;
  width: 100%;
  padding-block: 2rem;
  padding-inline: unset;
  border-top: 0.2rem solid #979797;
  border-bottom: 0.1rem solid var(--color-black);
}

.s-Ranking_TabItem {
  width: 33.3%;
}

.s-Ranking_TabItem button {
  display: block;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.4rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  background-color: transparent;
  border: none;
  margin: 0 auto;
  padding: 0;
  transition-property: font-size;
  transition-duration: 0.3s;
  cursor: pointer;
}

.s-Ranking_TabItem button:hover {
  transition: all, 0.3s;
  opacity: 0.6;
}

.s-Ranking_TabBar {
  display: block;
  height: 3px;
  width: 33.3%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 100px;
  transition-property: left;
  transition-duration: 0.5s;
}

.s-Ranking_Title {
  box-sizing: border-box;
  font-size: #b6b8bf;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}

.s-Ranking_List {
  padding-block: 4rem;
}
@media screen and (max-width: 560px) {
  .s-Ranking_List {
    font-size: 2.4rem;
  }
}

.s-Ranking_ListWrapper {
  width: 100%;
  transition-property: margin-left;
  transition-duration: 0.5s;
  transform: perspective(0) translateZ(0);
  overflow: hidden;
}

.s-Ranking_ListContainer {
  counter-reset: rank;
  width: 100%;
  margin: unset;
  padding-inline: 2.4rem;
  float: left;
  opacity: 0;
  /* 初期状態では非表示にするために透明度を0に設定 */
  animation-duration: 1.2s;
  /* フェードイン・フェードアウトの時間を調整 */
  animation-fill-mode: both;
  line-height: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.-daily.hidden,
.-weekly.hidden,
.-monthly.hidden {
  display: none;
}

.fade-in {
  animation-name: fadeIn;
}

.s-Ranking_ListItem:first-child {
  margin-top: 0;
}

.s-Ranking_ListItem {
  margin-top: 1.5rem;
  position: relative;
}

.s-Ranking_ListItem:before {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Roboto" sans-serif;
  line-height: 1;
  content: counter(rank);
  counter-increment: rank;
  position: absolute;
  z-index: 2;
}

.s-Ranking_ListContainer li {
  list-style-type: none;
}

.s-Ranking_ListItemPost:before {
  width: 37px;
  height: 37px;
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: 1;
}

.s-Ranking_ListItemPostContainer {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
  padding-left: 20px;
}

.s-Ranking_ListItemPostTitle a {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Roboto", "Meiryo", sans-serif;
  line-height: 1.5;
  display: block;
  transition: color 0.3s ease 0s;
}

.s-Ranking_ListItemPostTitle a:hover {
  color: inherit;
  transition: all, 0.3s;
  opacity: 0.6;
}

.s-Ranking_ListItemPostLabel {
  font-size: 0.625rem;
  line-height: 1.2;
  color: #666;
  margin-top: 5px;
}

.s-Ranking_ListItemPostFigure {
  display: none;
  background-color: #f2f2f2;
  min-width: 72px;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
  order: 1;
}

.s-Ranking_ListItemPostFigure a img {
  border-radius: 0;
  width: auto;
  max-height: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
}

.s-Ranking_ListItemPostFigure a:hover img {
  opacity: 0.3;
}

.s-Ranking_CardAssist {
  padding-left: 20px;
}

.s-Ranking_CardAssist .s-body-rankingCardAssistTime {
  color: #000;
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.8;
  line-height: 1;
  position: relative;
  margin: 0.75em 0.5em 0 0;
  display: inline-block;
  vertical-align: middle;
}

.s-Ranking_CardAssist .s-body-rankingCardAssistPageView {
  color: rgb(255, 255, 255);
  font-family: "Silkscreen", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.825rem;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding-left: 13px;
  padding-right: 2px;
  vertical-align: middle;
  background-color: rgb(196, 113, 245);
  letter-spacing: -1.4px;
  box-shadow: rgb(196, 113, 245) -2px 0px 0px -1px, rgb(196, 113, 245) -4px 0px 0px -2px, rgb(196, 113, 245) 2px 0px 0px -1px, rgb(196, 113, 245) 4px 0px 0px -2px;
  margin: 0.75em 0.5em 0 0;
}

.s-body-rankingCardAssistPageView:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 7.769px;
  height: 11.586px;
  top: 4px;
  left: 2px;
  background-image: url("skins/skin-template/images/icon_pv.svg");
  background-size: 8px auto;
}

.popular-entry-cards {
  display: grid;
  gap: 2.4rem;
}

.popular-entry-cards .popular-entry-card {
  font-size: 1.6rem;
  position: relative;
}

.popular-entry-cards .popular-entry-card::before {
  position: absolute;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 2rem;
  font-weight: var(--fw-500);
  line-height: 1.2;
  content: counter(rank);
  counter-increment: rank;
  z-index: 2;
}

.popular-entry-card-link {
  display: block;
  color: var(--color-black);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.popular-entry-card .popular-entry-card-content {
  padding-left: 2.4rem;
  margin-left: unset;
}

.card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: var(--fw-500);
  line-height: 1.5;
  color: var(--color-black);
  transition: color 0.3s ease 0s;
}

.popular-entry-card-date {
  display: block;
  text-align: left;
}

.popular-entry-card-post-date {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: var(--fw-500);
  line-height: 1.2;
  color: var(--color-gray-black);
  margin: unset;
  padding-top: 0.8rem;
  opacity: 0.8;
}

@media screen and (max-width: 560px) {
  .body__single {
    background-color: var(--color-white-gray);
  }
}

.single__container {
  display: flex;
  justify-content: space-between;
  gap: 6.4rem;
  padding: 12.4rem 8rem 12rem;
}
@media screen and (max-width: 960px) {
  .single__container {
    flex-direction: column;
    gap: unset;
    padding: 12.6rem 4rem 6rem;
  }
}
@media screen and (max-width: 560px) {
  .single__container {
    padding: 6.4rem 2.4rem 0;
  }
}
@media screen and (max-width: 560px) {
  .single__container .breadcrumb {
    display: none;
  }
}
.single__container main {
  width: 96rem;
}
@media screen and (max-width: 960px) {
  .single__container main {
    width: 100%;
  }
}

.single__content {
  padding: 8rem 4rem;
  margin-top: 2.4rem;
  background-color: var(--color-white-gray);
  border-radius: 1rem;
  /* markerアニメーション */
}
@media screen and (max-width: 960px) {
  .single__content {
    padding: 4rem 2rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .single__content {
    padding: unset;
    margin-top: unset;
    background-color: transparent;
  }
}
.single__content h1 {
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .single__content h1 {
    font-size: 2.2rem;
  }
}
.single__content h2 {
  position: relative;
  font-size: 3.2rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  margin: 6.4rem 0 0 0.8rem;
  padding: 2.4rem;
  counter-reset: h3Number;
}
@media screen and (max-width: 960px) {
  .single__content h2 {
    font-size: 2rem;
    margin: 4rem 0 0 0.4rem;
    padding: 1.2rem 1.6rem;
  }
}
.single__content h2:first-of-type {
  margin: 10rem 0 0 0.8rem;
}
@media screen and (max-width: 960px) {
  .single__content h2:first-of-type {
    margin: 7.2rem 0 0 0.4rem;
  }
}
.single__content h2::before {
  position: absolute;
  content: "";
  top: 0;
  left: -0.8rem;
  width: calc(100% + 0.8rem);
  height: calc(100% + 0.6rem);
  background-color: #3a1c01;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .single__content h2::before {
    height: calc(100% + 0.3rem);
  }
}
.single__content h2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-gray-back);
  z-index: 2;
}
.single__content h2 span {
  position: relative;
  z-index: 3;
}
.single__content h3 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  margin-top: 5.6rem;
  padding: 0.8rem 0.8rem 0.8rem 10.6rem;
  background: transparent;
  border: 1px solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .single__content h3 {
    font-size: 1.8rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 560px) {
  .single__content h3 {
    padding: 0.8rem 0.8rem 0.8rem 8rem;
  }
}
.single__content h3::before {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  color: #fff;
  padding-inline: 1.8rem 3rem;
  background-color: var(--color-black);
  clip-path: polygon(0 0, 100% 0, 82% calc(100% + 1px), 0% calc(100% + 1px));
  counter-increment: h3Number;
  content: "0" counter(h3Number);
}
.single__content h2 + h3 {
  margin-top: 6.4rem;
}
@media screen and (max-width: 560px) {
  .single__content h2 + h3 {
    margin-top: 4.8rem;
  }
}
.single__content h4 {
  position: relative;
  font-size: 2rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  margin-top: 3.2rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .single__content h4 {
    font-size: 1.8rem;
    margin-top: 2.4rem;
    padding-bottom: 0.8rem;
  }
}
.single__content h4::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  background: linear-gradient(90deg, rgb(58, 28, 1) 0%, rgb(242, 241, 237) 100%);
}
.single__content h3 + h4 {
  margin-top: 4.8rem;
}
@media screen and (max-width: 560px) {
  .single__content h3 + h4 {
    margin-top: 3.2rem;
  }
}
.single__content p {
  font-size: 1.6rem;
  font-weight: var(--fw-400);
  line-height: 1.5;
  color: var(--color-black);
  margin-top: 1.6rem;
  word-break: break-all;
}
@media screen and (max-width: 960px) {
  .single__content p {
    font-size: 1.4rem;
  }
}
.single__content h2 + p {
  margin-top: 4.8rem;
}
@media screen and (max-width: 960px) {
  .single__content h2 + p {
    margin-top: 3.2rem;
  }
}
.single__content .single__overview-title + p {
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .single__content .single__overview-title + p {
    margin-top: 2.4rem;
  }
}
.single__content h4 + p {
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  .single__content h4 + p {
    margin-top: 1.6rem;
  }
}
.single__content figure + p {
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  .single__content figure + p {
    margin-top: 1.6rem;
  }
}
.single__content .wp-block-list + p {
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  .single__content .wp-block-list + p {
    margin-top: 1.6rem;
  }
}
.single__content .wp-block-column > p {
  margin-top: unset;
}
.single__content figure {
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  .single__content figure {
    margin-top: 1.6rem;
  }
}
.single__content .wp-block-column > figure {
  margin-top: 0.8rem;
}
.single__content h2 + figure {
  margin-top: 4.8rem;
}
@media screen and (max-width: 960px) {
  .single__content h2 + figure {
    margin-top: 3.2rem;
  }
}
.single__content h3 + figure,
.single__content h3 + p + figure {
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .single__content h3 + figure,
  .single__content h3 + p + figure {
    margin-top: 3.2rem;
  }
}
.single__content .radius__text {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-block: 3.2rem;
  padding: 1.6rem 2.4rem;
  border: 0.1rem solid var(--color-brown-border);
  border-radius: 0.8rem;
}
@media screen and (max-width: 960px) {
  .single__content .radius__text {
    margin-top: 2.4rem;
    padding: 1.2rem 2rem;
  }
}
.single__content .radius__text.size__s {
  width: 25%;
}
.single__content .radius__text.size__m {
  width: 50%;
}
.single__content .radius__text.size__l {
  width: 75%;
}
.single__content .radius__text.size__full {
  width: 100%;
}
@media screen and (max-width: 560px) {
  .single__content .radius__text.size__s, .single__content .radius__text.size__m, .single__content .radius__text.size__l {
    width: 100%;
  }
}
.single__content .radius__text.has-text-align-left {
  margin-inline: 0 auto;
}
.single__content .radius__text.has-text-align-center {
  margin-inline: auto;
}
.single__content .radius__text.has-text-align-right {
  margin-inline: auto 0;
}
.single__content .radius__text.color__yellow {
  background-color: #ffd965;
}
.single__content .radius__text.color__red {
  background-color: #ff6565;
}
.single__content .radius__text.color__blue {
  background-color: #6596ff;
}
.single__content .single__overview {
  margin-top: 3.2rem;
  padding: 3.2rem 2.4rem;
  background-color: var(--color-gray);
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .single__content .single__overview {
    margin-top: 2.4rem;
    padding: 2.4rem 1.6rem;
  }
}
.single__content .single__overview .single__overview-title {
  position: relative;
  font-size: 2.4rem;
  font-weight: var(--fw-700);
  margin: unset;
  padding-left: 1.6rem;
}
@media screen and (max-width: 960px) {
  .single__content .single__overview .single__overview-title {
    font-size: 2rem;
  }
}
.single__content .single__overview .single__overview-title:not(:first-of-type) {
  margin-top: 3.2rem;
}
.single__content .single__overview .single__overview-title::before {
  position: absolute;
  content: "";
  top: -0.6rem;
  left: 0;
  width: 4.8rem;
  height: 4.8rem;
  background-color: rgba(98, 62, 40, 0.15);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .single__content .single__overview .single__overview-title::before {
    top: -0.4rem;
    width: 4rem;
    height: 4rem;
  }
}
.single__content .single__overview .single__overview-details {
  margin-top: 2.4rem;
}
.single__content .single__overview .single__overview-details:first-of-type {
  margin-top: 3.2rem;
}
.single__content .single__overview .single__overview-details .single__overview-heading {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: var(--fw-500);
  margin: unset;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 960px) {
  .single__content .single__overview .single__overview-details .single__overview-heading {
    font-size: 1.6rem;
  }
}
.single__content .single__overview .single__overview-details .single__overview-heading:not(:first-of-type) {
  margin-top: 2.4rem;
}
.single__content .single__overview .single__overview-details .single__overview-heading::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #3a1c01;
}
.single__content .single__overview .single__overview-details .single__overview-text {
  font-size: 1.4rem;
  padding: 2.4rem;
  background-color: var(--color-white-gray);
  border-radius: 0.2rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .single__content .single__overview .single__overview-details .single__overview-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .single__content .single__overview .single__overview-details .single__overview-text {
    padding: 1.6rem;
  }
}
.single__content ol {
  padding-inline-start: unset;
}
.single__content ul > li, .single__content ol > li {
  margin-left: 1.6rem;
}
.single__content .wp-block-list {
  margin-top: 2.4rem;
  margin-left: 1.6rem;
}
.single__content h2 + .wp-block-list {
  margin-top: 4rem;
}
.single__content .wp-block-list > li {
  font-size: 1.6rem;
  font-weight: var(--fw-400);
  line-height: 1.5;
  color: var(--color-black);
  list-style-type: inherit;
}
.single__content .wp-block-list > li:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .single__content .wp-block-list > li {
    font-size: 1.4rem;
  }
}
.single__content .wp-block-list > li:has(.wp-block-list) {
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .single__content .wp-block-list > li:has(.wp-block-list) {
    font-size: 1.4rem;
  }
}
.single__content .wp-block-list > li > .wp-block-list {
  margin-top: 1rem;
}
.single__content .wp-block-list > li > .wp-block-list > li {
  position: relative;
  margin-top: 1rem;
  list-style: outside;
}
.single__content .wp-block-list > li > .wp-block-list > li::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: -2rem;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%228%22%20fill%3D%22%23573E2F%22%2F%3E%3Cpath%20d%3D%22M6%2011.3462L6.5949%2012L9.83518%208.4367C9.88741%208.3796%209.92887%208.31171%209.95715%208.23692C9.98544%208.16213%2010%208.08193%2010%208.00093C10%207.91992%209.98544%207.83972%209.95715%207.76493C9.92887%207.69014%209.88741%207.62225%209.83518%207.56515L6.5949%204L6.00056%204.65382L9.04179%208L6%2011.3462Z%22%20fill%3D%22%23F2F1ED%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.single__content .wp-block-columns:first-of-type {
  margin-top: 1.6rem;
}
.single__content .wp-block-separator {
  margin-block: 3.2rem;
}
.single__content .wp-block-buttons {
  margin-block: 2.4rem;
}
@media screen and (max-width: 560px) {
  .single__content .wp-block-buttons {
    margin-block: 1.6rem;
  }
}
.single__content .wp-block-buttons .wp-block-button > .wp-block-button__link {
  font-size: 1.8rem;
}
.single__content .easyLink-box {
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .single__content .easyLink-box {
    margin-top: 2rem;
  }
}
.single__content .details {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .single__content .details {
    margin-top: 2rem;
  }
}
.single__content .details .single__category {
  gap: 0 0.4rem;
  font-size: 1.4rem;
  font-weight: var(--fw-500);
  color: var(--color-gray-black);
  border: 1px solid var(--color-gray-black);
  border-radius: 1.6rem;
  padding: 0.4rem 0.8rem;
}
@media screen and (max-width: 960px) {
  .single__content .details .single__category {
    font-size: 1.2rem;
    padding: 0.2rem 0.8rem;
  }
}
.single__content .details .single__category::before {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 0.1rem;
  border-radius: 8rem;
}
@media screen and (max-width: 960px) {
  .single__content .details .single__category::before {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.single__content .details .pipeline {
  display: block;
  width: 0.1rem;
  height: 2rem;
  background-color: #555;
  border-radius: 1rem;
}
.single__content .details .single__date {
  font-size: 1.4rem;
  font-weight: var(--fw-500);
  color: var(--color-gray-black);
}
@media screen and (max-width: 960px) {
  .single__content .details .single__date {
    font-size: 1.2rem;
  }
}
.single__content .eye__catch-wrap .eye__catch img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__content .pr__label {
  position: relative;
  font-size: 1.6rem;
  font-weight: var(--fw-400);
  text-align: center;
  color: var(--color-black);
  margin-top: 4rem;
  padding: 1.6rem;
}
@media screen and (max-width: 960px) {
  .single__content .pr__label {
    font-size: 1.4rem;
    margin-top: 2.4rem;
    padding: 1rem;
  }
}
.single__content .pr__label::before, .single__content .pr__label::after {
  position: absolute;
  content: "";
  width: 1.9rem;
  height: 2.3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2224%22%20viewBox%3D%220%200%2020%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.98785%2010.737C8.58744%2010.737%207.41178%2011.6877%207.07965%2012.973C6.66213%2014.5845%206.71856%2016.3507%204.88315%2017.2678C3.254%2017.8232%202.6377%2018.5211%202.6377%2020.3923C2.6377%2021.8858%203.91325%2023.4733%205.55788%2023.6715C7.39679%2023.9481%208.82817%2023.5864%209.98835%2022.924C11.1485%2023.5864%2012.5804%2023.9486%2014.4168%2023.6715C16.0624%2023.4733%2017.3375%2021.8803%2017.3375%2020.3923C17.3375%2018.5611%2016.6797%2017.7861%2015.0536%2017.2553C13.0524%2016.2311%2013.3211%2014.436%2012.8746%2012.8939C12.691%2012.27%2012.3104%2011.7225%2011.79%2011.3336C11.2695%2010.9447%2010.6372%2010.7354%209.98785%2010.737ZM0.819768%209.62432C1.3157%209.19254%203.3399%2010.8781%203.97668%2011.7117C4.36374%2012.1565%204.60447%2012.7679%204.60447%2013.4423C4.60447%2014.7987%203.63557%2015.8984%202.44342%2015.8984C1.53645%2015.8984%200.760335%2015.2665%200.4392%2014.3679C-0.184591%2012.7519%20-0.219052%2010.5279%200.819768%209.62432ZM19.1569%209.62432C20.1943%2010.5279%2020.1608%2012.7519%2019.536%2014.3679C19.2149%2015.2665%2018.4392%2015.8984%2017.5328%2015.8984C16.3396%2015.8984%2015.3717%2014.7987%2015.3717%2013.4423C15.3717%2012.7679%2015.612%2012.1565%2015.999%2011.7117C16.6363%2010.8781%2018.66%209.19254%2019.1569%209.62432ZM7.32338%200.765051C2.2851%201.62161%202.6387%2010.1221%206.67262%209.4372C7.83629%209.23907%208.70031%208.17738%208.83166%206.90905C8.96501%205.61921%209.26517%200.435837%207.32338%200.765051ZM12.6523%200.765051C10.71%200.435336%2011.0107%205.61871%2011.144%206.90855C11.2754%208.17738%2012.1384%209.23857%2013.3021%209.4367C17.337%2010.1226%2017.6901%201.62161%2012.6523%200.765051Z%22%20fill%3D%22%23111111%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.single__content .pr__label::before {
  top: 50%;
  left: 1.6rem;
  translate: 0 -50%;
}
.single__content .pr__label::after {
  top: 50%;
  right: 1.6rem;
  translate: 0 -50%;
}
.single__content .pr__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: unset;
}
.single__content .markerLine {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  margin-inline: auto;
  background: linear-gradient(transparent 60%, #ffdc94 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 1.5s;
}
.single__content .markerLine.on {
  background-size: 100% 100%;
}

.footer__category-wrap {
  display: grid;
  justify-content: flex-end;
  margin-top: 4.8rem;
}
@media screen and (max-width: 960px) {
  .footer__category-wrap {
    margin-top: 2.4rem;
  }
}
.footer__category-wrap .footer__category {
  gap: 0 0.4rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: var(--fw-500);
  color: var(--color-gray-black);
  border: 1px solid var(--color-gray-black);
  border-radius: 1.6rem;
  padding: 0.4rem 0.8rem;
}
@media screen and (max-width: 960px) {
  .footer__category-wrap .footer__category {
    padding: 0.4rem 0.8rem;
  }
}
.footer__category-wrap .footer__category::before {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 0.1rem;
  border-radius: 8rem;
}
@media screen and (max-width: 960px) {
  .footer__category-wrap .footer__category::before {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.single__author-wrap {
  display: flex;
  align-items: center;
  gap: 0 4rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 960px) {
  .single__author-wrap {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.single__author-wrap .author__img {
  width: 18rem;
}
.single__author-wrap .author__img img {
  border-radius: 1.8rem;
}
.single__author-wrap .author__details {
  width: 66rem;
}
@media screen and (max-width: 960px) {
  .single__author-wrap .author__details {
    width: 100%;
    margin-top: 2rem;
  }
}
.single__author-wrap .this_writer {
  font-size: 1.6rem;
  font-weight: var(--fw-400);
  color: rgba(119, 119, 119, 0.5);
  margin-top: unset;
}
@media screen and (max-width: 960px) {
  .single__author-wrap .this_writer {
    text-align: center;
  }
}
.single__author-wrap .author__column {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .single__author-wrap .author__column {
    flex-direction: column;
    gap: 1.4rem;
  }
}
.single__author-wrap .author__column .author__name-inner {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 960px) {
  .single__author-wrap .author__column .author__name-inner {
    gap: 0.4rem;
  }
}
.single__author-wrap .author__column .author__name-inner svg {
  width: 2.4rem;
  height: 2.4rem;
}
.single__author-wrap .author__column .author__name-inner .author__name {
  font-size: 2.4rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  margin-top: unset;
}
.single__author-wrap .author__column .author__sns {
  display: flex;
  gap: 0.8rem;
}
.single__author-wrap .author__column .author__instagram {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 960px) {
  .single__author-wrap .author__column .author__instagram {
    gap: 0.4rem;
  }
}
.single__author-wrap .author__column .author__instagram svg {
  width: 2rem;
  height: 2rem;
  margin-top: 0.3rem;
}
.single__author-wrap .author__column .author__instagram .instagram__text {
  font-size: 2rem;
  font-weight: var(--fw-400);
  color: #573e2f;
  margin-top: unset;
}
.single__author-wrap .author__description {
  font-size: 1.6rem;
  font-weight: var(--fw-400);
  color: var(--fw-400);
  margin-top: 2rem;
}

.single__related {
  margin-top: 8rem;
}
@media screen and (max-width: 560px) {
  .single__related {
    margin-top: 5.6rem;
  }
}
.single__related .related__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: var(--fw-500);
  margin-top: unset;
  padding-bottom: 0.8rem;
}
.single__related .related__title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #3a1c01;
}
.single__related .related__post-wrap {
  display: grid;
  gap: 2.4rem;
  margin-top: 4rem;
}
.single__related .related__post {
  display: grid;
  grid-template-columns: 18rem 1fr;
  align-items: flex-start;
  gap: 3.2rem;
}
@media screen and (max-width: 560px) {
  .single__related .related__post {
    grid-template-columns: 12rem 1fr;
    gap: 1.6rem;
  }
}
.single__related .related__post-img {
  width: 18rem;
  height: auto;
  aspect-ratio: 3/2;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .single__related .related__post-img {
    width: 12rem;
  }
}
.single__related .related__post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__related .related__posts-details {
  margin-top: unset;
}
@media screen and (max-width: 560px) {
  .single__related .related__posts-details {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .single__related .related__post-category {
    font-size: 1.2rem;
    padding: 0.2rem 0.8rem;
  }
}
.single__related .related__post-title {
  font-size: 2rem;
  font-weight: var(--fw-500);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 560px) {
  .single__related .related__post-title {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
}

.text-marker-yellow {
  display: inline;
  background: linear-gradient(transparent 60%, #ff9 60%);
}

.marker-under-red {
  display: inline;
  background: linear-gradient(transparent 60%, #ffd0d1 60%);
}

.marker-under-blue {
  display: inline;
  background: linear-gradient(transparent 60%, #a8dafb 60%);
}

.page__container {
  padding: 16rem 24rem;
}
@media screen and (max-width: 960px) {
  .page__container {
    padding: 11.2rem 4rem 12rem;
  }
}
@media screen and (max-width: 560px) {
  .page__container {
    padding: 5.6rem 2.4rem 8rem;
    background-color: var(--color-white-gray);
  }
}
@media screen and (max-width: 960px) {
  .page__container .content__head-title-wrap .content__head-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .page__container .content__head-title-wrap .content__head-title {
    font-size: 2.4rem;
  }
}

.page__content {
  padding: 8rem 4rem;
  margin-top: 2.4rem;
  background-color: var(--color-white-gray);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .page__content {
    padding: 4rem 2rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .page__content {
    padding: unset;
    margin-top: unset;
    background-color: transparent;
  }
}
.page__content h2 {
  position: relative;
  font-size: 3.2rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  margin: 6.4rem 0 0 0.8rem;
  padding: 2.4rem;
  counter-reset: h3Number;
}
@media screen and (max-width: 960px) {
  .page__content h2 {
    font-size: 2.4rem;
    margin: 4rem 0 0 0.4rem;
    padding: 1.6rem;
  }
}
.page__content h2:first-of-type {
  margin: 0 0 0 0.8rem;
}
@media screen and (max-width: 560px) {
  .page__content h2:first-of-type {
    margin: 5.6rem 0 0 0.4rem;
  }
}
.page__content h2::before {
  position: absolute;
  content: "";
  top: 0;
  left: -0.8rem;
  width: calc(100% + 0.8rem);
  height: calc(100% + 0.6rem);
  background-color: #3a1c01;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .page__content h2::before {
    height: calc(100% + 0.3rem);
  }
}
.page__content h2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-gray-back);
  z-index: 2;
}
.page__content h2 span {
  position: relative;
  z-index: 3;
}
.page__content h3 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  margin-top: 4rem;
  padding: 0.8rem 0.8rem 0.8rem 10.6rem;
  background: transparent;
  border: 1px solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .page__content h3 {
    font-size: 2rem;
    margin-top: 2.4rem;
  }
}
.page__content h3::before {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  color: #fff;
  padding-inline: 1.8rem 3rem;
  background-color: var(--color-black);
  clip-path: polygon(0 0, 100% 0, 82% calc(100% + 1px), 0% calc(100% + 1px));
  counter-increment: h3Number;
  content: "0" counter(h3Number);
}
.page__content h2 + h3 {
  margin-top: 6.4rem;
}
@media screen and (max-width: 960px) {
  .page__content h2 + h3 {
    margin-top: 3.2rem;
  }
}
.page__content h4 {
  position: relative;
  font-size: 2rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  margin-top: 3.2rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .page__content h4 {
    font-size: 1.8rem;
    margin-top: 2.4rem;
    padding-bottom: 0.8rem;
  }
}
.page__content h4::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  background: linear-gradient(90deg, rgb(58, 28, 1) 0%, rgb(242, 241, 237) 100%);
}
.page__content h3 + h4 {
  margin-top: 4.8rem;
}
.page__content p {
  font-size: 1.6rem;
  font-weight: var(--fw-400);
  line-height: 1.5;
  color: var(--color-black);
  margin-top: 1.6rem;
  word-break: break-all;
}
.page__content h2 + p {
  margin-top: 4.8rem;
}
@media screen and (max-width: 960px) {
  .page__content h2 + p {
    margin-top: 4rem;
  }
}
.page__content h3 + p {
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .page__content h3 + p {
    margin-top: 3.2rem;
  }
}
.page__content h4 + p {
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  .page__content h4 + p {
    margin-top: 1.6rem;
  }
}
.page__content figure {
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  .page__content figure {
    margin-top: 1.6rem;
  }
}
.page__content .wp-block-list {
  margin-top: 2rem;
  margin-left: 1.6rem;
}
.page__content h2 + .wp-block-list {
  margin-top: 4rem;
}
.page__content .wp-block-list > li {
  font-size: 1.6rem;
  font-weight: var(--fw-400);
  color: var(--color-black);
  list-style: outside;
}
.page__content .wp-block-list > li:not(:first-of-type) {
  margin-top: 1rem;
}

.info__container {
  width: 96rem;
  margin-inline: auto;
  padding-block: 16rem;
}
@media screen and (max-width: 960px) {
  .info__container {
    width: 64rem;
    padding-block: 11.2rem 8rem;
  }
}
@media screen and (max-width: 560px) {
  .info__container {
    width: 34.2rem;
    padding-block: 4.8rem 8rem;
  }
}
@media screen and (max-width: 960px) {
  .info__container .content__head-title-wrap .content__head-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .info__container .content__head-title-wrap .content__head-title {
    font-size: 2.4rem;
  }
}

.info {
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .info {
    margin-top: 3.2rem;
  }
}
.info .info__wrapper {
  padding: 6.4rem 8rem;
  background-color: var(--color-white);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .info .info__wrapper {
    display: contents;
  }
}
.info .info__inner {
  border: 1px solid var(--color-black);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .info .info__inner {
    background-color: var(--color-white);
  }
}
.info .info__inner-item {
  display: grid;
  grid-template-columns: 16.8rem 1fr;
  align-items: center;
  gap: 12rem;
  padding: 2.4rem;
  border-left: 0.6rem solid #3a1c01;
  border-right: 0.6rem solid #3a1c01;
}
@media screen and (max-width: 960px) {
  .info .info__inner-item {
    gap: 8rem;
  }
}
@media screen and (max-width: 560px) {
  .info .info__inner-item {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding: 2.4rem 1.6rem;
  }
}
.info .info__inner-item:not(:last-of-type) {
  border-bottom: 1px solid var(--color-black);
}
.info .info__item-title {
  font-size: 2.4rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
}
@media screen and (max-width: 560px) {
  .info .info__item-title {
    font-size: 2rem;
  }
}
.info .info__item-detail {
  font-size: 1.6rem;
  font-weight: var(--fw-400);
  color: var(--color-black);
}
@media screen and (max-width: 560px) {
  .info .info__item-detail {
    font-size: 1.4rem;
  }
}
.info .detail__link {
  color: #6889ff;
}

.info__container + .lower__line {
  border-top: 1px solid var(--color-black);
}

.contact__container {
  width: 96rem;
  margin-inline: auto;
  padding-block: 16rem;
}
@media screen and (max-width: 960px) {
  .contact__container {
    width: 64rem;
    padding-block: 11.2rem 8rem;
  }
}
@media screen and (max-width: 560px) {
  .contact__container {
    width: 34.2rem;
    padding-block: 4.8rem 8rem;
  }
}
@media screen and (max-width: 960px) {
  .contact__container .content__head-title-wrap .content__head-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .contact__container .content__head-title-wrap .content__head-title {
    font-size: 2.4rem;
  }
}

.contact {
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .contact {
    margin-top: 3.2rem;
  }
}
.contact .contact__description {
  font-size: 2.4rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
}
@media screen and (max-width: 560px) {
  .contact .contact__description {
    font-size: 1.6rem;
  }
}
.contact .contact__form {
  margin-top: 4.8rem;
}
@media screen and (max-width: 560px) {
  .contact .contact__form {
    margin-top: 3.2rem;
  }
}
.contact .contact__form__wrap > .contact__block:not(:first-of-type) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 560px) {
  .contact .contact__form__wrap > .contact__block:not(:first-of-type) {
    margin-top: 1.6rem;
  }
}
.contact .contact__form__wrap > .contact__block .contact_item_name {
  font-size: 2rem;
  font-weight: var(--fw-500);
  line-height: normal;
  color: var(--color-black);
}
@media screen and (max-width: 560px) {
  .contact .contact__form__wrap > .contact__block .contact_item_name {
    font-size: 1.6rem;
  }
}
.contact .contact__form__wrap > .contact__block .contact_item_name .required {
  position: relative;
  top: -4px;
  right: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 3.2rem;
  font-weight: var(--fw-500);
  color: #ff0000;
}
@media screen and (max-width: 560px) {
  .contact .contact__form__wrap > .contact__block .contact_item_name .required {
    font-size: 1.6rem;
  }
}
.contact .contact__form__wrap > .contact__block .contact__block__input {
  width: 100%;
}
.contact .contact__form__wrap > .contact__block .contact__block__input span {
  width: 100%;
}
.contact .contact__form__wrap > .contact__block .contact__block__input span input {
  width: 100%;
  font-size: 1.6rem;
  font-weight: var(--fw-500);
  line-height: normal;
  border: 1px solid #333;
  color: var(--color-black);
  margin-top: 1.6rem;
  padding: 1.6rem 2rem;
}
@media screen and (max-width: 560px) {
  .contact .contact__form__wrap > .contact__block .contact__block__input span input {
    font-size: 1.4rem;
    margin-top: 1rem;
    padding: 1rem 1.6rem;
  }
}
.contact .contact__form__wrap > .contact__block .contact__block__input span input::-moz-placeholder {
  color: #777;
}
.contact .contact__form__wrap > .contact__block .contact__block__input span input::placeholder {
  color: #777;
}
.contact .contact__form__wrap > .contact__block .contact__block__input span textarea {
  width: 100%;
  height: 14.4rem;
  font-size: 1.6rem;
  font-weight: var(--fw-500);
  border: 1px solid #333;
  color: var(--color-black);
  margin-top: 1.6rem;
  padding: 1.6rem 2rem;
}
@media screen and (max-width: 560px) {
  .contact .contact__form__wrap > .contact__block .contact__block__input span textarea {
    font-size: 1.4rem;
    margin-top: 1rem;
    padding: 1rem 1.6rem;
  }
}
.contact .contact__form__wrap > .contact__block .contact__block__input span textarea::-moz-placeholder {
  color: #777;
}
.contact .contact__form__wrap > .contact__block .contact__block__input span textarea::placeholder {
  color: #777;
}
.contact .contact__form__wrap > .contact__block .contact__block__input span .wpcf7-not-valid-tip {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.6rem;
  color: red;
  margin-top: 0.8rem;
}
@media screen and (max-width: 560px) {
  .contact .contact__form__wrap > .contact__block .contact__block__input span .wpcf7-not-valid-tip {
    font-size: 1.4rem;
    margin-top: 0.4rem;
  }
}
.contact .contact__accept__wrap {
  text-align: center;
  margin-top: 4.8rem;
}
@media screen and (max-width: 560px) {
  .contact .contact__accept__wrap {
    margin-top: 3.2rem;
  }
}
.contact .contact__accept__wrap label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 560px) {
  .contact .contact__accept__wrap label {
    gap: 1.6rem;
  }
}
.contact .contact__accept__wrap input[type=checkbox] {
  position: relative;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 560px) {
  .contact .contact__accept__wrap input[type=checkbox] {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.contact .contact__accept__wrap .wpcf7-list-item-label {
  font-size: 2.4rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
}
@media screen and (max-width: 560px) {
  .contact .contact__accept__wrap .wpcf7-list-item-label {
    font-size: 1.6rem;
  }
}
.contact .contact__submit__wrap {
  width: 30rem;
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 560px) {
  .contact .contact__submit__wrap {
    width: 16rem;
    margin: 4rem auto 0;
  }
}
.contact .contact__submit__wrap .contact__block {
  width: 100%;
}
.contact .contact__submit__wrap .contact__block input {
  width: 100%;
  font-size: 3rem;
  font-weight: var(--fw-500);
  color: var(--color-white);
  background-color: var(--color-black);
  padding: 1.4rem 0;
  border: 1px solid transparent;
  border-radius: 1rem;
  transition: color 0.4s, background-color 0.4s, border 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  .contact .contact__submit__wrap .contact__block input {
    font-size: 2rem;
    padding: 0.8rem;
    border-radius: 2.5rem;
  }
}
@media (any-hover: hover) {
  .contact .contact__submit__wrap .contact__block input:hover {
    color: var(--color-black);
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
  }
}
.contact .wpcf7 form.invalid .wpcf7-response-output {
  font-size: 1.6rem;
  font-weight: var(--fw-500);
  line-height: normal;
  color: #b94a48;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin: unset;
  padding: 0.8rem 3.2rem 0.8rem 1.6rem;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.contact .wpcf7 form .wpcf7-response-output {
  font-size: 1.6rem;
  font-weight: var(--fw-500);
  line-height: normal;
  color: #3a87ad;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 0.4rem;
  margin: unset;
  padding: 0.8rem 3.2rem 0.8rem 1.6rem;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}
.contact .screen-reader-response {
  display: none;
}
.contact .wpcf7-response-output {
  display: none;
}

/* legion fv */
.fv {
  position: relative;
  width: 100%;
  height: 72rem;
}
@media screen and (max-width: 960px) {
  .fv {
    height: 100rem;
  }
}
@media screen and (max-width: 560px) {
  .fv {
    height: 73.4rem;
  }
}
.fv .fv__inner {
  width: 100%;
  height: 100%;
}
.fv .fv__title {
  position: absolute;
  top: 8rem;
  left: 50%;
  translate: -50% 0;
  width: 90rem;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .fv .fv__title {
    width: 68.6rem;
  }
}
@media screen and (max-width: 560px) {
  .fv .fv__title {
    width: 33rem;
  }
}
.fv .fv__title svg {
  width: 100%;
  height: 100%;
}
.fv .post__container {
  width: 100%;
  height: 100%;
}
.fv .post__item .fb__bg-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(85, 85, 85, 0.5);
  z-index: 2;
}
.fv .fv__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.fv .fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .post__details-box {
  position: absolute;
  top: 36.3rem;
  left: 10rem;
  width: 32rem;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .fv .post__details-box {
    top: 79.6rem;
    left: 6.4rem;
  }
}
@media screen and (max-width: 560px) {
  .fv .post__details-box {
    width: 33rem;
    top: 54.4rem;
    left: 3rem;
  }
}
.fv .fv__category {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-white);
  border: 1px solid var(--color-white);
}
.fv .post__title {
  font-size: 2.4rem;
  font-weight: var(--fw-500);
  line-height: 1.5;
  color: var(--color-white);
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  .fv .post__title {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .fv .post__title {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
}
.fv .post__date {
  font-size: 1.2rem;
  font-weight: var(--fw-400);
  color: var(--color-white);
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  .fv .post__date {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .fv .post__date {
    margin-top: 0.4rem;
  }
}
.fv .post__img {
  position: absolute;
  top: 15.4rem;
  left: 50%;
  translate: -50% 0;
  width: 48rem;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-black);
  border-radius: 0.8rem;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .fv .post__img {
    top: 22.6rem;
    width: 49.4rem;
  }
}
@media screen and (max-width: 560px) {
  .fv .post__img {
    top: 20rem;
    width: 26rem;
  }
}
.fv .post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.8s;
}
.fv .slide__count {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  top: 61.4rem;
  right: 30rem;
}
@media screen and (max-width: 960px) {
  .fv .slide__count {
    top: 74.4rem;
    right: 12.8rem;
  }
}
@media screen and (max-width: 560px) {
  .fv .slide__count {
    top: 48rem;
    right: 6.4rem;
  }
}
.fv .slide__count:hover .swiper-button-next svg {
  animation: moveFvArrow 1s linear;
}
.fv .slide__count .pipeline {
  display: block;
  width: 0.1rem;
  height: 1.2rem;
  background-color: var(--color-white);
  border-radius: 1rem;
}
.fv .slide__count .swiper-pagination {
  position: relative;
  inset: unset;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.4rem;
  font-weight: var(--fw-500);
  color: var(--color-white);
}
.fv .slide__count .swiper-button-next {
  position: relative;
  inset: unset;
  display: block;
  width: auto;
  height: auto;
  margin-top: unset;
  padding: 0.3rem 2.8rem;
  border: 1px solid #fff;
  border-radius: 1.2rem;
}
@media screen and (max-width: 960px) {
  .fv .slide__count .swiper-button-next {
    padding: 0.5rem 2.8rem;
  }
}
.fv .slide__count .swiper-button-next svg {
  width: 1.2rem;
  height: 0.8rem;
}
.fv .slide__count .swiper-button-next::after {
  display: none;
}

/* end legion */
/* legion about */
.about {
  padding-block: 12rem;
}
@media screen and (max-width: 960px) {
  .about {
    padding-block: 8rem;
  }
}
@media screen and (max-width: 560px) {
  .about {
    padding-block: 4rem;
  }
}
.about .about__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.6rem;
}
@media screen and (max-width: 960px) {
  .about .about__inner {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.about .about__img {
  width: 64rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .about .about__img {
    width: 35rem;
  }
}
.about .about__details {
  width: 61.4rem;
}
@media screen and (max-width: 960px) {
  .about .about__details {
    width: 64rem;
    text-align: center;
    padding-inline: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .about .about__details {
    width: 35rem;
    padding-inline: 1.6rem;
  }
}
.about .about__details .about__concept {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 5.6rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
}
@media screen and (max-width: 560px) {
  .about .about__details .about__concept {
    font-size: 2.8rem;
  }
}
.about .about__details .about__title {
  position: relative;
  font-family: "Oswald", "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  font-weight: var(--fw-600);
  letter-spacing: 0.04rem;
  color: var(--color-black);
  margin-top: 3.2rem;
}
@media screen and (max-width: 960px) {
  .about .about__details .about__title {
    margin-inline: auto;
  }
}
@media screen and (max-width: 560px) {
  .about .about__details .about__title {
    font-size: 2rem;
  }
}
.about .about__details .about__description {
  font-size: 2rem;
  font-weight: var(--fw-500);
  line-height: 1.5;
  letter-spacing: 0.04rem;
  color: var(--color-black);
  margin-top: 3.2rem;
}
@media screen and (max-width: 560px) {
  .about .about__details .about__description {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.about .about__details .bold {
  font-feature-settings: "palt";
  font-size: 2.8rem;
  font-weight: var(--fw-500);
}
@media screen and (max-width: 560px) {
  .about .about__details .bold {
    font-size: 2.2rem;
  }
}

/* end legion */
/* legion about */
.features {
  padding-top: 3.2rem;
  background-color: var(--color-white-gray);
  border-top: 1px solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .features {
    display: grid;
    padding: 8rem 4.8rem 5.6rem;
  }
}
@media screen and (max-width: 560px) {
  .features {
    padding: 4rem 2.4rem;
  }
}
.features .features__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 6.4rem 4.8rem;
}
@media screen and (max-width: 960px) {
  .features .features__head {
    display: contents;
  }
}
@media screen and (max-width: 960px) {
  .features .features__head-title-wrap {
    order: 1;
  }
}
@media screen and (max-width: 960px) {
  .features .features__head-title {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 560px) {
  .features .features__head-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .features .btn {
    justify-content: center;
    width: 19rem;
    margin: 4rem auto 0;
    order: 3;
  }
}
@media screen and (max-width: 560px) {
  .features .btn {
    width: 15rem;
    margin: 3.2rem auto 0;
  }
}
@media screen and (max-width: 560px) {
  .features .btn__link {
    font-size: 2rem;
  }
}
.features .features__posts-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 3.2rem;
  border: 1px solid var(--color-brown-border);
}
@media screen and (max-width: 960px) {
  .features .features__posts-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 3.2rem;
    margin-top: 5.6rem;
    border: unset;
    order: 2;
  }
}
@media screen and (max-width: 560px) {
  .features .features__posts-wrap {
    gap: 2rem;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  .features .features__posts-item {
    border: unset;
    margin-bottom: unset;
    padding-bottom: unset;
  }
}
.features .features__posts-item:nth-of-type(1), .features .features__posts-item:nth-of-type(2), .features .features__posts-item:nth-of-type(3) {
  border-right: 1px solid var(--color-brown-border);
  border-bottom: 1px solid var(--color-brown-border);
}
@media screen and (max-width: 960px) {
  .features .features__posts-item:nth-of-type(1), .features .features__posts-item:nth-of-type(2), .features .features__posts-item:nth-of-type(3) {
    border-right: unset;
    border-bottom: unset;
  }
}
.features .features__posts-item:nth-of-type(4) {
  border-bottom: 1px solid var(--color-brown-border);
}
@media screen and (max-width: 960px) {
  .features .features__posts-item:nth-of-type(4) {
    border-bottom: unset;
  }
}
.features .features__posts-item:nth-of-type(5), .features .features__posts-item:nth-of-type(6), .features .features__posts-item:nth-of-type(7) {
  border-right: 1px solid var(--color-brown-border);
}
@media screen and (max-width: 960px) {
  .features .features__posts-item:nth-of-type(5), .features .features__posts-item:nth-of-type(6), .features .features__posts-item:nth-of-type(7) {
    border-right: unset;
  }
}
@media screen and (max-width: 960px) {
  .features .features__posts-item:nth-of-type(8) {
    margin-bottom: unset;
  }
}
@media screen and (max-width: 960px) {
  .features .features__posts-item-link {
    display: grid;
    grid-template-columns: 18rem 1fr;
    align-items: flex-start;
    gap: 3.2rem;
  }
}
@media screen and (max-width: 560px) {
  .features .features__posts-item-link {
    grid-template-columns: 12rem 1fr;
    gap: 1.6rem;
  }
}
.features .features__posts-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .features .features__posts-thumbnail {
    aspect-ratio: 171/100;
    width: 18rem;
    aspect-ratio: 3/2;
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .features .features__posts-thumbnail {
    width: 12rem;
  }
}
.features .features__post-description {
  padding: 2.4rem 2.4rem 4.8rem;
}
@media screen and (max-width: 960px) {
  .features .features__post-description {
    padding: 0;
  }
}
.features .features__post-description .features__posts-details {
  margin-top: unset;
}
@media screen and (max-width: 560px) {
  .features .features__post-description .features__posts-details {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .features .features__post-description .features__posts-category {
    font-size: 1.2rem;
    padding: 0.2rem 0.8rem;
  }
}
.features .features__post-description .features__posts-title {
  font-size: 2rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  margin-top: 2.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 560px) {
  .features .features__post-description .features__posts-title {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
}

/* end legion */
/* legion model */
.model .model__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  padding-block: 7.2rem;
}
@media screen and (max-width: 960px) {
  .model .model__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 6.4rem 4rem;
  }
}
@media screen and (max-width: 560px) {
  .model .model__head {
    padding: 4.8rem 2.4rem;
  }
}
.model .model__head-subtitle {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 5.6rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .model .model__head-subtitle {
    font-size: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .model .model__head-subtitle {
    font-size: 3.2rem;
  }
}
.model .model__head-title {
  width: 42rem;
}
@media screen and (max-width: 960px) {
  .model .model__head-title {
    width: 30rem;
  }
}
@media screen and (max-width: 560px) {
  .model .model__head-title {
    width: 24rem;
  }
}
.model .model__head-title svg {
  width: 100%;
}
.model .model__content-wrap {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #111;
}
.model .model__vertical {
  position: relative;
  height: 100%;
  padding-inline: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .model .model__vertical {
    padding-inline: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .model .model__vertical {
    padding-inline: 1rem;
  }
}
.model .model__vertical-inner {
  white-space: nowrap;
}
.model .model__vertical-item {
  font-family: "Oswald", "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.6rem;
  font-weight: var(--fw-700);
  letter-spacing: 0.16rem;
  color: var(--color-gray-black);
  writing-mode: vertical-lr;
}
@media screen and (max-width: 960px) {
  .model .model__vertical-item {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .model .model__vertical-item {
    font-size: 0.8rem;
  }
}
.model .model__vertical-left {
  margin-right: 8rem;
  border-right: 1px solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .model .model__vertical-left {
    margin-right: 6.4rem;
  }
}
@media screen and (max-width: 560px) {
  .model .model__vertical-left {
    margin-right: 5.6rem;
  }
}
.model .model__vertical-left .model__vertical-inner:nth-child(odd) {
  animation: moveBottomToTop01 100s -50s infinite linear;
}
.model .model__vertical-left .model__vertical-inner:nth-child(even) {
  animation: moveBottomToTop02 100s infinite linear;
}
.model .model__vertical-right {
  margin-left: 8rem;
  border-left: 1px solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .model .model__vertical-right {
    margin-left: 6.4rem;
  }
}
@media screen and (max-width: 560px) {
  .model .model__vertical-right {
    margin-left: 5.6rem;
  }
}
.model .model__vertical-right .model__vertical-inner:nth-child(odd) {
  animation: moveTopToBottom01 100s -50s infinite linear;
}
.model .model__vertical-right .model__vertical-inner:nth-child(even) {
  animation: moveTopToBottom02 100s infinite linear;
}
.model .model__vertical-right .model__vertical-item {
  rotate: -180deg;
}
.model .model__author-container {
  position: relative;
  width: 108rem;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 6.4rem 9.6rem;
}
@media screen and (max-width: 960px) {
  .model .model__author-container {
    width: 49.6rem;
    padding-block: 5.6rem;
  }
}
@media screen and (max-width: 560px) {
  .model .model__author-container {
    width: 22rem;
    padding-block: 4.8rem;
  }
}
.model .model__author-wrap {
  padding-bottom: 0.4rem;
  overflow: hidden;
}
.model .author__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 1.6rem;
  overflow: hidden;
}
.model .author__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.model .author__details {
  text-align: center;
  margin-top: 3rem;
  padding-inline: 6.4rem;
}
@media screen and (max-width: 960px) {
  .model .author__details {
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .model .author__details {
    margin-top: 4rem;
  }
}
.model .author__nick {
  display: flex;
  place-content: center;
  font-size: 1.6rem;
  font-weight: var(--fw-500);
  color: var(--color-white);
  padding: 0.2rem 2rem;
  background-color: var(--color-gray-black);
  border-radius: 1.2rem;
}
@media screen and (max-width: 960px) {
  .model .author__nick {
    padding: 0.2rem 1.6rem;
  }
}
.model .author__name {
  font-size: 2.8rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .model .author__name {
    font-size: 2.4rem;
    margin-top: 1.6rem;
  }
}
.model .author__sns {
  display: grid;
  gap: 1.6rem 0;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .model .author__sns {
    font-size: 2.4rem;
    margin-top: 1.6rem;
  }
}
.model .author__sns .author__instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.8rem;
}
.model .author__sns .author__instagram svg {
  width: 1.6rem;
  height: auto;
  aspect-ratio: 1/1;
  margin-top: 0.1rem;
}
.model .author__sns .instagram__text {
  font-size: 1.6rem;
  font-weight: var(--fw-500);
  color: var(--color-brown);
}
.model .model-button-prev,
.model .model-button-next {
  top: 20.4rem;
  width: 4rem;
  height: 4rem;
  margin-top: unset;
  color: var(--color-white);
  background-color: var(--color-gray-black);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .model .model-button-prev,
  .model .model-button-next {
    top: 16rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (max-width: 560px) {
  .model .model-button-prev,
  .model .model-button-next {
    top: 14.3rem;
    width: 3rem;
    height: 3rem;
  }
}
.model .model-button-prev::after,
.model .model-button-next::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .model .model-button-prev::after,
  .model .model-button-next::after {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .model .model-button-prev::after,
  .model .model-button-next::after {
    font-size: 1.4rem;
  }
}
.model .model-button-prev {
  left: -6.4rem;
}
@media screen and (max-width: 960px) {
  .model .model-button-prev {
    left: -5rem;
  }
}
@media screen and (max-width: 560px) {
  .model .model-button-prev {
    left: -4.4rem;
  }
}
.model .model-button-next {
  right: -6.4rem;
}
@media screen and (max-width: 960px) {
  .model .model-button-next {
    right: -5rem;
  }
}
@media screen and (max-width: 560px) {
  .model .model-button-next {
    right: -4.4rem;
  }
}
.model .model-pagination {
  bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .model .model-pagination {
    bottom: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  .model .model-pagination {
    bottom: 2.4rem;
  }
}
.model .model-pagination .swiper-pagination-bullet {
  width: 4rem;
  height: 0.4rem;
  margin: 0 0.8rem;
  border-radius: 3rem;
  background-color: #a9a69a;
}
@media screen and (max-width: 560px) {
  .model .model-pagination .swiper-pagination-bullet {
    width: 2rem;
  }
}
.model .model-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-gray-black);
}

/* end legion */
/* legion recommend */
.recommend {
  padding-block: 5.6rem 8rem;
  background-color: var(--color-white-gray);
}
@media screen and (max-width: 960px) {
  .recommend {
    padding-block: 6.4rem;
  }
}
@media screen and (max-width: 560px) {
  .recommend {
    padding-block: 4.8rem;
  }
}
.recommend .recommend__head {
  padding-inline: 6.4rem;
}
@media screen and (max-width: 960px) {
  .recommend .recommend__head {
    padding-inline: 4.8rem;
  }
}
@media screen and (max-width: 560px) {
  .recommend .recommend__head {
    padding-inline: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  .recommend .recommend__head-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .recommend .recommend__head-title {
    font-size: 3.2rem;
  }
}
.recommend .recommend__posts-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 6rem;
  width: 120rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 960px) {
  .recommend .recommend__posts-wrap {
    grid-template-columns: 1fr;
    gap: 4rem 0;
    width: auto;
    margin: 6.4rem 0 0;
    padding-inline: 4.8rem;
  }
}
@media screen and (max-width: 560px) {
  .recommend .recommend__posts-wrap {
    gap: 2rem 0;
    margin: 3.2rem 0 0;
    padding-inline: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  .recommend .recommend__posts-item-link {
    display: grid;
    grid-template-columns: 18rem 1fr;
    align-items: flex-start;
    gap: 3.2rem;
  }
}
@media screen and (max-width: 560px) {
  .recommend .recommend__posts-item-link {
    grid-template-columns: 12rem 1fr;
    gap: 1.6rem;
  }
}
.recommend .recommend__posts-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .recommend .recommend__posts-thumbnail {
    aspect-ratio: 171/100;
    width: 18rem;
    aspect-ratio: 1/1;
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .recommend .recommend__posts-thumbnail {
    width: 12rem;
  }
}
.recommend .recommend__post-description {
  padding-top: 4.8rem;
}
@media screen and (max-width: 960px) {
  .recommend .recommend__post-description {
    padding: 0;
  }
}
.recommend .recommend__post-description .recommend__posts-details {
  margin-top: unset;
}
@media screen and (max-width: 560px) {
  .recommend .recommend__post-description .recommend__posts-details {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .recommend .recommend__post-description .recommend__posts-category {
    font-size: 1.2rem;
    padding: 0.2rem 0.8rem;
  }
}
.recommend .recommend__post-description .recommend__posts-title {
  font-size: 2.8rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  margin-top: 3.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 960px) {
  .recommend .recommend__post-description .recommend__posts-title {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .recommend .recommend__post-description .recommend__posts-title {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
.recommend .recommend__post-description .recommend__posts-about {
  font-size: 1.6rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid var(--color-black);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 960px) {
  .recommend .recommend__post-description .recommend__posts-about {
    font-size: 1.4rem;
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .recommend .recommend__post-description .recommend__posts-about {
    font-size: 1.2rem;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
  }
}
.recommend .recommend__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 6.4rem auto 0;
}
@media screen and (max-width: 960px) {
  .recommend .recommend__btn {
    justify-content: center;
    width: 19rem;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 560px) {
  .recommend .recommend__btn {
    width: 15rem;
    margin: 3.2rem auto 0;
  }
}
@media screen and (max-width: 560px) {
  .recommend .btn__link {
    font-size: 2rem;
  }
}

/* end legion */
/* legion recommend */
.line__official {
  padding-block: 10rem;
  background-color: var(--color-gray);
}
@media screen and (max-width: 960px) {
  .line__official {
    padding-block: 8rem;
  }
}
@media screen and (max-width: 560px) {
  .line__official {
    padding-block: 4.8rem;
  }
}
.line__official .line__official-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16rem;
}
@media screen and (max-width: 960px) {
  .line__official .line__official-inner {
    flex-direction: column;
    gap: unset;
    padding-inline: 14rem;
  }
}
@media screen and (max-width: 560px) {
  .line__official .line__official-inner {
    padding-inline: 2.4rem;
  }
}
.line__official .line__official-img {
  width: 40rem;
}
@media screen and (max-width: 960px) {
  .line__official .line__official-img {
    margin-top: 4.8rem;
    order: 2;
  }
}
@media screen and (max-width: 560px) {
  .line__official .line__official-img {
    width: 32rem;
    margin-top: 4rem;
  }
}
.line__official .line__official-details {
  width: 47.4rem;
}
@media screen and (max-width: 960px) {
  .line__official .line__official-details {
    display: contents;
  }
}
.line__official .line__official-title {
  font-size: 4.8rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .line__official .line__official-title {
    font-size: 4rem;
    text-align: center;
    order: 1;
  }
}
@media screen and (max-width: 560px) {
  .line__official .line__official-title {
    font-size: 3rem;
  }
}
.line__official .bold {
  font-weight: 700;
}
.line__official .line__official-description {
  font-size: 1.6rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .line__official .line__official-description {
    order: 3;
  }
}
.line__official .line__btn {
  position: relative;
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 7.2rem;
  border-radius: 1rem;
  background-color: #09b53c;
  box-shadow: 4px 4px 4px 0px rgb(189, 187, 176);
}
@media screen and (max-width: 960px) {
  .line__official .line__btn {
    width: 40rem;
    margin-top: 5.6rem;
    order: 4;
  }
}
@media screen and (max-width: 560px) {
  .line__official .line__btn {
    width: 32rem;
    margin-top: 4.8rem;
  }
}
.line__official .line__cta {
  font-size: 2.8rem;
  font-weight: var(--fw-500);
  color: var(--color-white);
  padding: 1.6rem 2.4rem;
}
@media screen and (max-width: 560px) {
  .line__official .line__cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 0.4rem;
    font-size: 2.4rem;
  }
}
.line__official .line__cta svg {
  width: 4.1rem;
  height: 4.1rem;
}

/* end legion */
/* legion category */
.category {
  padding-block: 10rem 12rem;
  background-color: var(--color-white-gray);
}
@media screen and (max-width: 960px) {
  .category {
    padding-block: 8rem;
  }
}
@media screen and (max-width: 560px) {
  .category {
    padding-block: 4.8rem;
  }
}
.category .category__title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 5.6rem;
  font-weight: var(--fw-500);
  color: var(--color-black);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .category .category__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 560px) {
  .category .category__title {
    font-size: 3.2rem;
  }
}
.category .category__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "a b" "c c";
  gap: 4.8rem 6.4rem;
  width: 128rem;
  margin: 9.6rem auto 0;
}
@media screen and (max-width: 960px) {
  .category .category__container {
    grid-template-areas: none;
    gap: 1.6rem 1.6rem;
    width: auto;
    margin: 4rem auto 0;
    padding-inline: 7.2rem;
  }
}
@media screen and (max-width: 560px) {
  .category .category__container {
    grid-template-columns: 1fr;
    gap: unset;
    margin: 4rem auto 0;
    padding-inline: unset;
  }
}
.category .category__wrap {
  position: relative;
  width: 100%;
  height: 32rem;
}
@media screen and (max-width: 960px) {
  .category .category__wrap {
    height: 24rem;
  }
}
@media screen and (max-width: 560px) {
  .category .category__wrap {
    height: 18rem;
  }
}
.category .category__wrap:not(:last-of-type) {
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .category .category__wrap:not(:last-of-type) {
    border-radius: unset;
  }
}
.category .category__wrap:last-of-type {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  .category .category__wrap:last-of-type {
    display: contents;
  }
}
@media screen and (max-width: 560px) {
  .category .category__wrap:last-of-type {
    display: contents;
  }
}
.category .category__wrap:nth-of-type(1) {
  grid-area: a;
}
@media screen and (max-width: 960px) {
  .category .category__wrap:nth-of-type(1) {
    grid-area: initial;
  }
}
.category .category__wrap:nth-of-type(2) {
  grid-area: b;
}
@media screen and (max-width: 960px) {
  .category .category__wrap:nth-of-type(2) {
    grid-area: initial;
  }
}
.category .category__wrap:nth-of-type(3) {
  grid-area: c;
  height: 20rem;
}
@media screen and (max-width: 960px) {
  .category .category__wrap:nth-of-type(3) {
    grid-area: initial;
  }
}
.category .category__inner {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .category .category__inner {
    height: 24rem;
  }
}
@media screen and (max-width: 560px) {
  .category .category__inner {
    height: 18rem;
    border-radius: unset;
  }
}
.category .category__inner .category__name {
  font-size: 3.2rem;
}
@media screen and (max-width: 960px) {
  .category .category__inner .category__name {
    font-size: 2.8rem;
  }
}
.category .category__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 560px) {
  .category .category__item {
    gap: 0.4rem 0;
  }
}
.category .category__item:hover {
  opacity: 1;
}
.category .category__item:hover .kind__category.goods {
  border: 1px solid #9b59b6;
  background-color: #9b59b6;
}
.category .category__item:hover .kind__category.interview {
  border: 1px solid #2c3e50;
  background-color: #2c3e50;
}
.category .category__item:hover .kind__category.fashion {
  border: 1px solid #b97510;
  background-color: #b97510;
}
.category .category__item:hover .kind__category.go-with {
  border: 1px solid #ce6e6e;
  background-color: #ce6e6e;
}
.category .category__item:hover .kind__category.health {
  border: 1px solid #069a37;
  background-color: #069a37;
}
.category .category__item:hover .kind__category.education {
  border: 1px solid #1e73be;
  background-color: #1e73be;
}
.category .category__item:hover .kind__category::before {
  background-color: var(--color-white);
}
.category .category__name {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 4.8rem;
  font-weight: var(--fw-500);
  letter-spacing: 0.04rem;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .category .category__name {
    font-size: 2.8rem;
  }
}
.category .kind__category {
  font-size: 1.2rem;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  transition: background-color 0.3s;
}
.category .kind__category::before {
  border: 0.02rem solid var(--color-white);
  transition: background-color 0.3s;
}
.category .category__bg-img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.category .category__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category .category__bg-img::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 62, 47, 0.45);
  z-index: 2;
}

/* end legion *//*# sourceMappingURL=app.css.map */
/* CAMPBOY のカテゴリ配色。
   クラス名はカテゴリのslugがそのまま入る（single.php 等の sanitize_html_class）。
   カテゴリを増やしたらここに1行足すだけでよい。 */
.post__category.camp-site::before {
  background-color: #2f7d4f;
}
.post__category.gear::before {
  background-color: #b97510;
}
.post__category.howto::before {
  background-color: #1e73be;
}
.post__category.gourmet::before {
  background-color: #ce6e6e;
}


/* CAMPBOY はカテゴリが4つ。元テーマの「大2＋小4」構成（grid-areas "a b" "c c"）だと
   下段が4列のまま2枠空くため、2×2に組み直す。 */
.category .category__container {
  grid-template-areas: "a b" "c d";
}
.category .category__wrap:nth-of-type(3) {
  grid-area: c;
  height: 32rem;
}
.category .category__wrap:nth-of-type(4) {
  grid-area: d;
  height: 32rem;
}
.category .category__wrap:last-of-type {
  display: block;
  grid-template-columns: none;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .category .category__container {
    grid-template-areas: none;
  }
  .category .category__wrap:nth-of-type(3),
  .category .category__wrap:nth-of-type(4) {
    grid-area: initial;
    height: 24rem;
  }
  .category .category__wrap:last-of-type {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .category .category__wrap:nth-of-type(3),
  .category .category__wrap:nth-of-type(4) {
    height: 18rem;
  }
  .category .category__wrap:last-of-type {
    display: block;
    border-radius: unset;
  }
}


/* CAMPBOY のFVタイトル。
   元は GOOD BOY をアウトライン化したSVGだったのでテキストに置き換えた。
   FVの「最新記事をスライダーで見せる」構成はそのまま残している。 */
.fv .fv__title {
  display: flex;
  justify-content: center;
  width: 90rem;
}
.fv .fv__title .fv__title-text {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-weight: var(--fw-500);
  font-size: 11rem;
  line-height: 1;
  letter-spacing: 0.24em;
  text-indent: 0.24em;
  color: var(--color-white);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .fv .fv__title {
    width: 68.6rem;
  }
  .fv .fv__title .fv__title-text {
    font-size: 8.4rem;
  }
}
@media screen and (max-width: 560px) {
  .fv .fv__title {
    width: 33rem;
  }
  .fv .fv__title .fv__title-text {
    font-size: 4rem;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
}

/* 見出しのラテン文字は Oswald に寄せる。明朝のままだと元サイトの印象が残る。
   クラス名はテーマ実物に合わせること（recommend__title ではなく recommend__head-title）。 */
.category .category__title,
.content__head-title-wrap .content__head-title,
.slide__text .slide__text-item,
.lower__category .lower__category-heading,
.fv .fv__title .fv__title-text {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.12em;
}


/* ロゴはテキストで組む。
   SVGを<img>で読むとWebフォントが当たらず、明朝のままで元サイトの印象が残る。
   見出し（Oswald）と揃えるためHTMLテキストにしている。 */
.logo__text {
  display: block;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-weight: var(--fw-500);
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
  color: var(--color-white);
  white-space: nowrap;
}
.logo__text--dark {
  color: var(--color-black);
}
.header .header__logo {
  width: auto;
}
.header .header__inner-logo .logo__text {
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  .logo__text {
    font-size: 2.6rem;
  }
  .header .header__logo {
    width: auto;
  }
  .footer .footer__left-content .footer__logo {
    width: auto;
  }
}
@media screen and (max-width: 560px) {
  .logo__text {
    font-size: 2.2rem;
  }
  .header .header__logo {
    width: auto;
  }
}


/* ===== CAMPBOY デザイン調整 第2段 =====
   書体と色だけでは元テーマの骨格が残るため、パーツの形を変える。
   ・角丸を弱めて直線的に（アウトドア用品のタグやパッケージの質感に寄せる）
   ・カテゴリバッジを白抜き→ベタ塗りに
   ・ボタンをピル型の線→角のある面に
   ・セクション見出しに罫を足して構造を強く見せる
   ===================================== */

/* --- カテゴリバッジ：白抜き＋色ドット → ベタ塗り --- */
.post__category {
  border: none;
  border-radius: 0.2rem;
  padding: 0.3rem 0.9rem;
  color: var(--color-white);
  background-color: var(--color-gray-black);
  font-weight: var(--fw-500);
  letter-spacing: 0.04em;
}
.post__category::before {
  display: none;
}
.post__category.camp-site { background-color: #2f7d4f; }
.post__category.gear      { background-color: #c2731c; }
.post__category.howto     { background-color: #1e73be; }
.post__category.gourmet   { background-color: #b8503f; }

/* 記事一覧カードの中では小さめに */
.content__item-categories .post__category,
.post__item .post__category {
  font-size: 1.2rem;
}

/* --- ボタン：ピル型の線 → 角のある面 --- */
.btn .btn__link {
  border-radius: 0.2rem;
  border: 1px solid var(--color-brown);
  background-color: var(--color-brown);
  color: var(--color-white);
  letter-spacing: 0.14em;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn .btn__link:hover {
  background-color: transparent;
  color: var(--color-brown);
}

/* --- カード：角丸を弱める --- */
.category .category__wrap:not(:last-of-type),
.category .category__wrap:last-of-type,
.category .category__inner,
.recommend__posts-img img,
.content__item-img img,
.post__item-img img {
  border-radius: 0.3rem;
}

/* --- セクション見出し：下に罫を引いて構造を見せる --- */
.content__head-title-wrap .content__head-title {
  position: relative;
  padding-bottom: 1.2rem;
}
.content__head-title-wrap .content__head-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6.4rem;
  height: 3px;
  background-color: var(--color-ocher);
}

/* --- CATEGORY の見出しも同様に --- */
.category .category__title {
  position: relative;
  padding-bottom: 1.6rem;
}
.category .category__title::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  width: 6.4rem;
  height: 3px;
  background-color: var(--color-ocher);
}

/* --- FVタイトル：写真の上でも読めるように影を敷く --- */
.fv .fv__title .fv__title-text {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

/* --- 記事本文：行間を広げて読みやすく --- */
.single__content p {
  line-height: 2;
}

/* --- 流れるCAMPBOYの帯：緑地に白抜きで面として見せる --- */
.slide__text {
  background-color: var(--color-brown);
  border-block: none;
}
.slide__text .slide__text-item {
  color: var(--color-white);
}

/* --- ヘッダーのハンバーガー：線 → 面 --- */
.header .drawer__btn {
  background-color: var(--color-brown);
  border: none;
  border-radius: 0.2rem;
}
.header .drawer__btn .line {
  background-color: var(--color-white);
}


/* FEATURESのグリッド高さ。
   grid-template-rows: repeat(2, 1fr) で常に2行分の高さを確保しており、
   記事が少ないうちは巨大な空白になっていた。行数を内容に合わせる。 */
.features .features__posts-wrap {
  grid-template-rows: auto;
}


/* カテゴリバッジをTOPと同じ見た目に統一。
   .post__category にベタ塗りを当てたが、記事ページ側の
   .single__content .details .single__category（詳細度 0,3,0）が
   文字色を黒・枠線ありのまま上書きしており、
   濃い背景に黒文字で読めなくなっていた。同じ詳細度で揃える。 */
.single__content .details .single__category,
.footer__category-wrap .footer__category {
  border: none;
  border-radius: 0.2rem;
  padding: 0.3rem 0.9rem;
  color: var(--color-white);
  font-weight: var(--fw-500);
  letter-spacing: 0.04em;
}
.single__content .details .single__category::before,
.footer__category-wrap .footer__category::before {
  display: none;
}
/* 背景色は .post__category.<slug> から入るが、
   上の2つはそのクラスが付かない場合があるので既定色を持たせる。 */
.single__content .details .single__category,
.footer__category-wrap .footer__category {
  background-color: var(--color-gray-black);
}
.single__content .details .single__category.camp-site,
.footer__category-wrap .footer__category.camp-site { background-color: #2f7d4f; }
.single__content .details .single__category.gear,
.footer__category-wrap .footer__category.gear      { background-color: #c2731c; }
.single__content .details .single__category.howto,
.footer__category-wrap .footer__category.howto     { background-color: #1e73be; }
.single__content .details .single__category.gourmet,
.footer__category-wrap .footer__category.gourmet   { background-color: #b8503f; }
